/*
THEME NAME: Evan Web Design
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Constructed from the Sandbox theme with rich with powerful and dynamic semantic class selectors.
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(images/bg.gif) repeat-x #333;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 0; /* Must be set to 0 for bottom-aligned footer to work */
	padding: 0; /* Must be set to 0 for bottom-aligned footer to work */
	color:#fff;
	}

a:link, a:visited {
	color:#a7db0a;
	}
	
a:hover, a:active {
	color:#dafa03;
	}


	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 0px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 0px 10px;
	float:right;
	}

.pic_border, a img.pic_border {
	background:#aaa;
	padding:3px;
	}

.pic_portfolio {
	margin-bottom:5px;
	}
	
	a img.pic_border:hover, a img.pic_border:active {
		background:#fff;
		}

.raquo {
	font-size:1.2em;
	color:#888;
	}

.small {
	font-size:.92em;
	line-height:1.3em;
	}

.big {
	font-size:1.2em;
	}


.hr {
	color:#444;
	background:#444;
	width:100%;
	height:1px;
	overflow:hidden;
	margin:20px 0 20px 0;
	}
	
	.portfolio .hr {
		margin:20px 0 30px 0;
		}
	
.italic {
	font-style:italic;
	}

.bold {
	font-weight:bold;
	}

.right {
	text-align:right;
	}

.promo p.checkmark {
	background:url(images/checkmark.gif) no-repeat 0px 3px;
	padding-left:25px;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0px;
	line-height:1.8em;
	}
	
	.promo #blog_content p.checkmark {
		font-size:1.2em;
		margin-bottom:0px;
		}



.promo p.checkbox {
	background:url(images/checkbox_icon.gif) no-repeat 0px 5px;
	padding-left:20px;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0px;
	line-height:1.8em;
	}
	
	.promo #blog_content p.checkbox {
		font-size:1.2em;
		margin-bottom:0px;
		}

.promo p {
	margin-bottom:20px;
	font-size:.92em;
	line-height:1.5em;
	}
	
	.promo #blog_content p {
	font-size:1.0em;
	margin-bottom:25px;
	}

.promo p.sidebar_title {
	margin-bottom:10px;
	background:url(images/most_recent_blog_entries.gif) no-repeat;
	width:290px;
	height:18px;
	font-size:.92em;
	font-weight:bold;
	color:#888;
	padding:3px 0 0 10px;
	line-height:1.4em;
	}

.screenshot_left {
	width:455px;
	float:left;
	margin-right:50px;
	margin-top:30px;
	}

.screenshot_right {
	width:455px;
	float:left;
	margin-top:30px;
	}
	
	#blog_content .screenshot_right p, #blog_content .screenshot_left p {
		line-height:1.4em;
		}

/* Layout
 * ------------------------------------------------------------------------- */
#contentfull { /* Needed div to enable bottom-aligned footer */
	padding: 0px;
	margin:0;
	}

#header {
	width:960px;
	margin:0 auto 5px auto;
	}

	#logo {
		width:270px;
		background:url(images/logo.gif) no-repeat;
		height:58px;
		display:block;
		outline:none;
		margin:18px 0 0 0px;
		outline:none;
		text-indent:-5000px;
		float:left;
		}


#home_featured {
	width:100%;
	background:url(images/home_featured_bg.gif) repeat-x bottom left #515151;
	}
	
#home_featured_content {
	width:960px;
	padding:25px 0;
	margin:0 auto;
	background:url(images/home_featured_bg.gif) repeat-x bottom left #515151;
	}

#home_featured_left {
	width:454px;
	float:left;
	display:inline;
	margin-right:50px;
	}

#home_featured_right {
	width:456px;
	float:left;
	display:inline;
	font-size:1.25em;
	color:#fff;
	line-height:1.6em;
	}
	
	#home_featured_right p {
		margin-bottom:15px;
		}

#header_home {
	background:url(images/header.gif) no-repeat;
	width:396px;
	height:45px;
	text-indent:-5000px;
	margin-bottom:15px;
	}

#featured_thumb_one {
	margin:0 18px 18px 0;
	float:left;
	}

#featured_thumb_two {
	margin:0 0px 18px 0;
	float:left;
	}
	
#featured_thumb_three {
	margin:0 18px 0px 0;
	float:left;
	}


#featured_thumb_four {
	margin:0;
	float:left;
	}

#content_container {
	width:960px;
	margin:25px auto 0 auto;
	}

#blog_left {
	width:610px;
	float:left;
	display:inline;
	margin-right:50px;
	}

#blog_right {
	width:300px;
	float:left;
	display:inline;
	}

#single_column {
	width:960px;
	}

#latest_blog_entry, #comments h3 {
	background:url(images/latest_blog_entry.gif) no-repeat;
	width:600px;
	height:18px;
	font-size:.92em;
	font-weight:bold;
	color:#888;
	padding:3px 0 0 10px;
	margin-bottom:20px;
	}
	
	#comments #respond h3 {
		margin-top:20px;
		}

.sidebar_title {
	background:url(images/most_recent_blog_entries.gif) no-repeat;
	width:290px;
	height:18px;
	font-size:.92em;
	font-weight:bold;
	color:#888;
	padding:3px 0 0 10px;
	margin:0 0 20px 0;
	}

#add_this {
	margin:	20px 0;
	}
	
/* ----- Archives styling ----- */
#archives h3 {
	font-size:1.2em;
	margin-bottom:5px;
	}

#blog_content #archives ul {
	border-bottom:1px solid #444;
	margin-bottom:25px;
	padding-bottom:20px;
	}
	
/* ----- Comments styling ----- */
.comment-meta {
	margin-bottom:20px;
	font-size:.92em;
	color:#888;
	}

.comment-author {
	margin-bottom:5px;
	font-size:1.3em;
	}

#blog_content #comments-list ul {
	margin:0;
	padding:0;
	}

#blog_content #comments-list li {
	border-bottom:1px solid #444;
	margin-top:20px;
	padding:0;
	background:none;
	}

.avatar {
	padding:2px;
	border:1px solid #888;
	float:left;
	margin:0 10px 10px 0;
	}



/* ----- Sidebar Lists ----- */
#recent_entries_list {

	}

#recent_entries_list li {
	border-bottom:1px solid #444;
	font-size:1.2em;
	background:url(images/arrow_lrg.gif) no-repeat 0px 4px;
	margin:0 0px 10px 0px;
	padding:0 0 12px 10px;
	}

#view_all_entries {
	margin-bottom:35px;
	}

#category_list li {
	width:125px;
	display:inline;
	float:left;
	margin-right:25px;
	margin-bottom:10px;
	}


/* ----- Footer ----- */
#footer {
	position: relative;  /* Needed for Safari */
	background:url(images/footer_bg.gif) repeat-x #333;
	}

#footer p {
	line-height:1.6em;
	}
	
#footer_content {
	width:960px;
	margin:0 auto;
	font-size:.92em;
	color:#888;
	background:url(images/footer_bg.gif) repeat-x #333;
	padding: 20px 0 20px 0;
	}
	
#footer_left {
	float:left;
	width:400px;
	margin-right:50px;
	display:inline;
	}

#footer_right {
	float:right;
	text-align:right;
	display:inline;
	width:510px;
	}

#rss {
	background:url(images/rss_icon_sm.gif) no-repeat 0px 4px;
	padding-left:17px;
	}


/* form
 * ------------------------------------------------------------------------- */


input, .form-input, form {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	}

.form-label {
	margin:10px 0 4px 0;
	}
.form-submit {
	margin-top:10px;
	}

#contactform input {
	margin:0;
	}

#searchform {
	font-size:1.0em;
	margin-bottom:35px;
	}

#searchform input.search_query {
	
	color:#000;
	width:240px; /* 5 pixles smaller than form width !important */
	padding:1px 4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	vertical-align:middle;
	}

	#searchform input.button, #commentform input.button, #contactform input.button {
		width:40px;
		vertical-align:middle;
		cursor:pointer;
		border:outset 1px #ccc;
		color:#333;
		font-weight:bold;
		padding: 1px 2px;
		background:url(images/submit_button_bg.gif) repeat-x left top #a7db0a;
		font-size:.92em;
		margin:0px 0 0 5px;
		}
		
		
		#searchform input.button:hover, #searchform input.button:active, #commentform input.button:hover, #commentform input.button:active, #contactform input.button:hover, #contactform input.button:active  {
			background-position:0px -18px;
			}
			
#contactform, #commentform {
	margin-bottom:20px;
	}

#contactform input, #contactform textarea, #commentform input, #commentform textarea  {

	font-size:1.0em;
	}



#contactform textarea, #commentform textarea {
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
	width:350px;
	}

#contactform label, #commentform label {
	font-size:.92em;
	font-weight:bold;
	}
	
#contactform input.button {
	width:65px;
	margin:0;
	}

/* ----- Comment Form ----- */





#commentform input.button {
	width:100px;
	margin:0;
	}
 
 
 

select { 
	width:150px; /* same width as form !important */
	padding:0;
	}

	
	#contactform label.error {
		color:#ff0000;
		width:200px;
		margin-left:10px;
		}
	
















/* Blog content styling
 * ------------------------------------------------------------------------- */

#blog_content {
	margin-bottom:12px;
	}



#blog_content p {
	margin-bottom:12px;
	line-height:1.7em;
	}


	

#blog_content ul {
	margin-left:10px;
	margin-bottom:15px;
	}

	#blog_content ul li {
		
		padding-left: 12px;
		line-height:1.6em;
		margin-bottom:8px;
		list-style: none;
		background: transparent url(images/bullet_square_lrg.gif) 0px 7px no-repeat;
		}

		#blog_content ul li ul li {
			background: transparent url(images/bullet_square.gif) 0px 7px no-repeat;
			}

			#blog_content ul li ul li ul li {
				background: transparent url(images/bullet_square_sm.gif) 0px 8px no-repeat;
				}	

		#blog_content ul ul, #blog_content ul ul ul {
			margin-top:8px;
			}
			










#blog_content ol { 
	margin-left:30px;
	list-style:decimal;
	}

	#blog_content ol li {
		margin-bottom:8px;
		}

		#blog_content ol ol, #blog_content ol ol ol {
			margin-left:22px;
			margin-top:8px;
			}

	#blog_content blockquote {
		margin-left:20px;
		margin-bottom:12px;
		}
	

.entry-title, #blog_content h2 {
	font-size:1.5em;
	color:#A7DB0A;
	margin-bottom:5px;
	font-weight:normal;
	}
	
	.entry-title a:link, .entry-title a:visited {
		text-decoration:none;

		}
	
.page-title {
	margin-bottom:25px;
	}


.entry-date {
	font-size:.92em;
	margin-bottom:5px;
	color:#888;
	}

.entry-meta, .nav-previous, .nav-next {
	font-size:.92em;
	color:#888;
	}
	
.nav-previous {
	float:left;
	width:300px;
	}
	
.nav-next {
	float:right;
	width:300px;
	text-align:right;
	}



			

/* horizontal navigation
 * ------------------------------------------------------------------------- */

#nav { background:url("images/nav.gif") no-repeat; width:610px; height:38px; position:relative; float:right; margin-top:59px; }
#nav li { position:absolute; top: 0; height:38px;}
#nav li, #nav a {  display:block; text-align:center; color:#fff; text-decoration:none; font-size:1.25em;  }

#nav a {padding-top:8px; height:30px; }

#nav-01 { width: 86px; left:0; }
#nav-02 { width: 104px; left: 96px; }
#nav-03 { width: 108px; left: 210px; }
#nav-04 { width: 74px; left: 328px; }
#nav-05 { width: 87px; left: 412px; }
#nav-06 { width: 101px; left: 509px; }

#nav a:hover, #nav a:active, #nav li.selected a:link, #nav li.selected a:visited {
	color:#444;
	}

#nav-01 a:hover, #nav-01.selected { background: transparent url("images/nav.gif") -0 -38px no-repeat; }
#nav-02 a:hover, #nav-02.selected { background: transparent url("images/nav.gif") -96px -38px no-repeat; }
#nav-03 a:hover, #nav-03.selected { background: transparent url("images/nav.gif") -210px -38px no-repeat; }
#nav-04 a:hover, #nav-04.selected { background: transparent url("images/nav.gif") -328px -38px no-repeat; }
#nav-05 a:hover, #nav-05.selected { background: transparent url("images/nav.gif") -412px -38px no-repeat; }
#nav-06 a:hover, #nav-06.selected { background: transparent url("images/nav.gif") -509px -38px no-repeat; }
