/*
Theme Name: peterdriskell Theme
Theme URI: http://www.peterdriskell.com
Description: The current theme for peterdriskell.com
Version: 1.0
Author: Nathan Driskell
Author URI: http://www.peterdriskell.com
Tags: peterdriskell.com, three columns, custom header, fixed width, widgets

	peterdriskell.com
	http://www.peterdriskell.com

	This theme was designed and built by Nathan Driskell,
	whose blog you will find at http://www.peterdriskell.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */

body
{
	color: #333;
	text-align: center;
	background-color:#000;
}

#page /*This is the wrapper element*/
{
	background-color: white;
	border:solid 2px #666;
	text-align: left;
	background-image:url(images/main_background.jpg);
	font-size: 75%; /* Resets 1em to 12px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#headerimg /*holds the header image*/
{
	height: 132px;
	width: 1000px;
}

#header #headerimg h1 /*this houses the main title image, but allows for H1 tags for SEO - Image Hack*/
{
	padding: 44px 0 0 0;
    overflow: hidden;
    background-image: url("images/title_image.jpg");
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:44px; /* for IE5.5's bad box model */
}

#header #headerimg h2 { /*this houses the tag line image, but allows for H2 tags for SEO - Image Hack*/
	padding: 44px 0 0 0;
    overflow: hidden;
    background-image: url("images/tagline.jpg"); 
    background-repeat: no-repeat;
    height: 0px !important; /* for most browsers */
    height /**/:44px; /* for IE5.5's bad box model */
	margin-top:47px;
	margin-left:233px;
}

#content /*this controls the main post's content area */
{
	font-size: 1.2em; 
	text-align:justify;
}

.widecolumn /*this controls the individual post's line height */
{
	line-height: 16px;
}

.narrowcolumn .postmetadata /*this sets the metadata to be in the center of the column. */
{
	text-align: center;
}

.thread-alt /* Comments - if comment is odd, display this color for the background */
{
	background-image:url(images/computer_background_blue.jpg);
}

.thread-even /* Comments - if comment is even, display this color for the background */
{
	background-image:url(images/background_computer.jpg);
}

.depth-1 /* Comments - puts border around comments, all put left size */
{
	border: 1px dotted #000;
}

.even, .alt { /* Comments - puts left border around comments and Meta */

	border-left: 1px dotted #000;
}

#footer /* Footer background and border */
{
	background: #e7e7e7 url('images/footer.jpg') no-repeat top;
	border-top: 1px solid #000;
}


h1, h2 /* Controls the font styles for the H1, H2, and H3 tags in the content areas */
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1  /* Controls the font style for the H1 Tag for the title, note: does nothing if Image Hack is in place */
{
	font-size: 120%;
}

#headerimg .description /* Controls the font style for the H2 Tag for the blog's description, note: does nothing if Image Hack is in place 						*/
{
	font-size: 16px;
	text-align: center;
}

h2 /* Controls the H2 titles for the Index page and single post page */
{
	font-size: 120%;
}

h2.pagetitle /* Controls the H2 titles for the archive, search, and category pages */
{
	font-size: 120%;
}

.title_post
{
	margin: 0 0px;
	padding-top:10px;
	font-size: 140%;
	font-weight:normal;
	width:100%;
	border-bottom:thin dotted #666;
	line-height:20px;
}


#sidebar h3, #sidebar2 h3 , #sidebar3 h3 /* Controls the H3 titles for all sidebars */
{
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 110%;
	font-weight:bold;
}

h3  /* Controls the H3 titles for the main content area - Controls the Post titles */
{
	font-size: 112%;
	line-height:25px;
}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited /* Sets the post title's color if the link has been visited before */
{
	color: #333;
}

.entry p a:visited /* Sets the visited color for links that occur in posts */
{
	color: #06c;
}


.commentlist li, #commentform input, #commentform textarea /* Controls the font for the comment area */
{
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
	

.commentlist li .avatar /* Controls the avatar for the comments section */
{ 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a /* Sets the Comments Section's Username Title */
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentmetadata /*Sets the space between the commenter's Username and the time of the comment */
{
	padding-top:3px;
	font-size:0.8em;
}

.commentlist p /*Controls the Comment's Section's paragraph box where their content goes */
{ 
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p /* Controls the Comment's form's font */
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}


#sidebar, #sidebar2, #sidebar3 /* Controls the sidebar's font */
{
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

a, h2 a:hover, h3 a:hover, h1 a:hover /* Sets the past visited color to match the font color */
{
	color: #06c;
	text-decoration: none;
}

a:hover /* Sets the hover color for links in every link in document except post titles */
{
	color: #147;
	text-decoration: underline;
}

/* End Typography & Colors */



/* Begin Structure */
body /* Controls the body section */
{
	margin: 0px;
	padding: 0px;
	background-image:url(images/page_background.jpg);
}

#page /* Wrapper for the template */
{
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
}

#header /* Header for the template */
{
	background-image:url(images/top_banner.jpg);
	margin: 0 0 0 0px;
	padding: 0;
	height: 132px;
	width: 1000px;
}

#headerimg /* The header image for the header */
{
	margin: 0;
	height: 132px;
	width: 100%;
}

#header_nav
{
	width:1000px;
	height:28px;
	background-image:url(images/top_banner_nav_bar.jpg);
	border-bottom:1px solid #000;
}

#header_links
{
	height:18px;
	width:730px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#header_search
{
	height:25px;
	width:240px;
	float:right;
	padding-top:2px;
}

#header #headerimg h1 /*The header image's H1 title tag. Note: Is not used if the image hack is in place */
{
	text-align:left;
}

.narrowcolumn /* Main Content area for all pages except the single post page */
{
	float: left;
	margin: 0px 0 0;
	width: 813px;
	
}

.widecolumn  /* Main Content area for the single post page */
{
	float: left;
	margin: 0px 0 0;
	width: 813px;

}

.narrowcolumn .postmetadata /* Sets the metadata's top padding */
{
	padding-top: 5px;
}

.widecolumn .postmetadata /* Controls the space betweem the tags and the metadata on the single post page */
{
	margin: 30px 0;
}

.widecolumn .attachment { /* Sets the attachment properties */
	text-align: center;
	margin: 5px 0px;
}

.clear /* Is used in the image.php page */
{
	clear: both;
}

#footer /* The footer for the template */
{
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	height:50px;
	color:#000;
	border-top: 1px #000;
}

#footer p /* The footer paragraph tag */
{
	margin: 0;
	padding: 21px 0;
	text-align: center;
}

#footer p a /* The footer paragraph's hyperlink */
{
	color:#00F;
}

#footer p a:hover /*The hover properties for the footer's paragraph tag */
{
	text-decoration:none;
	color:#FFF;
}
	

/* End Structure */

/*	Begin Headers */

h1 /* Sets the margin for the H1 tag, Note: not in use if the Image Hack is in place */
{
	margin: 0px;
}


h2.pagetitle /* Controls the page titles in the search and archive pages */
{
	margin-top: 10px;
	text-align: center;
}

#sidebar h3, #sidebar2 h3, #sidebar3 h3 /* Controls the margins for the H3 tags in the sidebar */
{
	list-style:none;
}

/* End Headers */

/* Begin Images */
p img
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

/* End Images */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul, #sidebar ul ol, #sidebar2 ul, #sidebar2 ul ol, #sidebar3 ul, #sidebar3 ul ol /* Sets the sidebars list's margin and padding to 0 */
{
	margin: 0px;
	padding: 0px;
}

#sidebar ul li, #sidebar2 ul li, #sidebar3 ul li /* Sets the sidebar's lists to not have bullets, and sets margins for the bottom of widgets */
{
	list-style-type: none;
	list-style-image: none;
}

#sidebar #twitter ul li, #sidebar2 #twitter ul li /* Controls the twitter list */
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 13px;
}

#sidebar ul p, #sidebar ul select, #sidebar2 ul p, #sidebar2 ul select, #sidebar3 ul p, #sidebar3 ul select /* Controls the margins for the select statements in the sidebars 																				
																	   */
{
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol, #sidebar2 ul ul, #sidebar2 ul ol, #sidebar3 ul ul, #sidebar3 ul ol /* Controls the left and right margins for the lists in the sidebars */
{
}


#sidebar ul ul li, #sidebar ul ol li, #sidebar2 ul ul li, #sidebar2 ul ol li, #sidebar3 ul ul li, #sidebar3 ul ol li /* Sets the space between list items in the sidebars */
{
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform /* Sets the search form's content area (Padding, etc ) */
{
	text-align: left;
}

#sidebar #searchform #s, #sidebar2 #searchform #s /* Controls the size of the search textbox */
{
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit, #sidebar2 #searchsubmit /* Controls the properties of the search submit box */
{
	padding: 1px;
	margin-top: 8px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

#commentform /* Controls the size of the comment form's area */ 
{
	margin-top: 5px;
	margin-bottom: 20px;
}

#commentform textarea /* Controls the size of the comment form's text area */
{
	width: 597px;;
	padding: 2px;
}

#commentform #submit /* Controls the placement of the comment form's submit button */
{
	float: right;
}
	
/* End Form Elements */

/* Begin Comments*/

.commentlist /* Controls the positioning of the comment's boxes */
{
	padding: 0;
	text-align: justify;
}

.commentlist li /* Controls the style of the comment's list display */
{
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}

#commentform p /* Controls the spaces between the comment's text boxes */
{
	margin: 5px 0;
}

/* End Comments */

/* Begin Sidebar */

#sidebar /* Controls the far right sidebar */
{
	float:left;
	padding:10px;
	width: 164px;
}

#sidebar2 /* Controls the sidebar after the content area */
{
	float:left;
	padding:10px;
	width: 163px;
}

#sidebar3 /* Controls the sidebar after the content area */
{
	float:left;
	width:367px;
	background-image:url(images/computer_background_gray.jpg);
	border-bottom: 1px solid #000;
}

#sidebar_content /* Controls the sidebar after the content area */
{
	padding:10px;
}

/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

blockquote 
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite 
{
	margin: 5px 0 0;
	display: block;
}

.center 
{
	text-align: center;
}

.hidden
{
	display: none;
}
	
.screen-reader-text
{
     position: absolute;
     left: -1000em;
}

hr
{
	display: none;
}

a img
{
	border: none;
}

.navigation_comments
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.navigation
{
	display: block;
	text-align: center;
	width:575px;
	border:1px dotted #000;
	margin-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	height:13px;
	background-image:url(images/background_computer.jpg);
	margin-bottom:30px;
}

/* End Various Tags & Classes*/

/* Captions */
.aligncenter,
div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#id_comments
{
	padding-bottom:25px;
}

#ad_top /* Controls the Add in the page */
{
	text-align:center;
	width:100%;
	height:60px;
	padding-top:20px;
}

#post_small /* Controls the small text below posts */
{
	font: .8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#666;
}

.widgettitle
{
	list-style-type: none;
	margin:0px;
}

.title
{
	list-style-type: none;
	margin:0px;
}

.widget_tag_cloud 
{
	padding-bottom:15px;
}

.widget_twitter ul li
{
	margin-bottom:15px;
}

.recentcomments
{
	margin-bottom:10px;
}

.widget_archive ul li
{
	margin-bottom:5px;
}

.widget_archive
{
	padding-bottom:12px;
}

.cat-item
{
	margin-bottom:3px;
}

.widget_recent_entries ul li
{
	margin-bottom:7px;
}

.popular_posts li
{
	margin-bottom:7px;
}

#sidebar_popular_posts
{
	padding-bottom:10px;
}

.widget_categories
{
	padding-bottom:15px;
}

.widget_recent_comments
{
	padding-bottom:10px;
}

.wpchgfontsize
{
	padding-bottom:10px;
}

.widget_google_translate
{
	padding-bottom:15px;
}

#horiz_border_dotted
{
	width:100%;
	background-image:url(images/horiz_dotted_border.gif);
	height:3px;
}
	
.search_title, .archive_title
{
	padding-top:15px;
	margin-bottom:0px;
	line-height:16px;
	font-weight:normal;
}

.postmetadata_search
{
	border-left:dotted 1px #333;
	border-right:dotted 1px #333;	
	padding:10px;
}

.sociable_tagline
{
	padding-bottom:10px;	
}

#socalize
{
	padding-bottom:30px;
}

#socalize a
{
	text-decoration:none;
}

#subscribe_button
{
	padding-top:20px;	
}

#get_recent_comments_wrap
{
	padding-bottom:15px;
}

.widget_polls-widget
{
	padding-bottom:15px;
}

#recaptcha_widget_div
{
	padding-top:20px;
}

#forum_posts
{
	padding-left:10px;
}

.widget_categories li
{
	padding-bottom:4px;
}

.twitter-timestamp
{
	color: #7a8373;
	text-decoration: none;
}

.widget_popular_posts
{
	padding-bottom:20px;
}

.post-stats
{
	padding-bottom:6px;
}
