/*  
Theme Name: Shad Lambert
Theme URI: http://shadlambert.com/
Description: Custom theme for Shad Lambert
Version: 2.0
Last Updated: 04.15.2009
Author: John Lytle
Author URI: http://johnlytle.com/
*/


/* =Global
---------------------------------------------------------------------*/

html {
	height: 100%;
}

* {
	padding: 0;
	margin: 0;
}

body {
	font:  70.5%/1.2 Helvetica, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #666;
	background: #ddd;
	text-align: center;
}

hr {
	display: none;
	}


/* =Page Structure
---------------------------------------------------------------------*/
	
#container {
	background: #eee;
	position: relative;
	overflow: hidden;
	width: 890px;
	margin: 0pt auto;
	padding-top: 0pt;
	text-align: left;
	border-top: none;
}

#branding {
	position: relative;
	height:75px;
	background: #eee;
	border-bottom: 1px #fff solid;
}
	.home #branding {height: 670px;}
	
#content {
	border-bottom: 1px solid #ccc;
}
			
#primary-content {
	float: left;
	display: inline;
	width: 510px;
	margin: 20px 10px 20px 30px;
}
	
#secondary-content {
	float: right;
	display: inline;
	width: 300px;
	margin: 20px 30px 20px 0pt;
}
	
#site-info {
	clear: both;
	padding: 30px;
	color: #ccc;
	background: #fff;
}



/* =Navigation
---------------------------------------------------------------------*/

#navigation {
	float: right;
	margin: 30px 1px 0pt 0pt;
	text-transform: uppercase;
}

#navigation li {
	display: inline;
	float: right;
	margin-left: 1px;
}

#navigation li a {
	background: #ccc;
	color: #fff !important;
	margin: 0pt;
	padding: 7px 10px 6px;
}

#navigation li a:hover {
	background: #fff;
	color: #000 !important;
	text-decoration: none;
}

#navigation li.current-cat a, #navigation li.current_page_item a, #navigation li.current-cat a:hover {
	background: #fff;
	color: #000 !important;
	text-decoration: none;
}



/* =Headings
---------------------------------------------------------------------*/

h1#logo {
	float: left;
	display: inline;
	width: 340px;
	height: 36px;
	margin: 20px 0pt 20px 30px;
	text-indent: -9000px;
}
	h1#logo a {
		background: url(images/shad-lambert-logo.gif) no-repeat;
		display: block;
		width: 340px;
		height: 36px;
		text-decoration: none;
	}
	
	h1#logo a:hover {background-position: 0pt -36px}


h2, h3, h4 {
	font-weight: normal;
	color: #666;
}

h2 {
	font-size: 24px;
	margin-bottom: 20px;
	letter-spacing: 0pt;
}

	li h2 {
		font-size: 20px;
		margin-bottom: 0pt;
		letter-spacing: 0pt;
	}

h3 {
	font-size: 20px;
}

	h3#respond {margin-top: 20px;}
	#secondary-content h3 {margin-top: 0pt;}

h4 {
 	font-size: 14px;
 	display: inline;
}



/* =Typography
---------------------------------------------------------------------*/

p {
	margin-bottom: 6px;
}

	p.post-meta {margin: 0pt;}
	
	span.post-meta {
		margin-left: 6px;
		color: #999;
	}

p.post-author {
	padding: 2px 0pt 2px 0pt;
	text-transform: capitalize;
	}


/* =Comments
---------------------------------------------------------------------*/

	ol.commentlist li {
		margin: 0pt;
		background: #eee;
		padding-bottom: 20px;
		border-bottom: 1px solid #fff;
	}
		ol.commentlist li.alt {background: #eee;}
	
		ol.commentlist li div.author {
			float: left;
			width: 100px;
			margin: 10px 0pt 0pt 10px;
			padding: 10px 10px 0pt 30px;
			height: 80px;
			background: url('images/avatar.gif') no-repeat top left;
		}
		ol.commentlist li div.copy {
			margin: 0pt 20px 20px 180px;
			padding: 20px 0pt 20px 0pt;
		}



/* =Links
---------------------------------------------------------------------*/

a:link, a:visited {
	color: #000;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
	}

a:hover, a:active {
	color: #666;
	background-color: inherit;
	font-weight: normal;
	text-decoration: none;
}

a:link img, a:visited img {
	border-width: 0;
}

a.current {color: #000; background-color: inherit;}

a {outline: none}




/* =Forms
---------------------------------------------------------------------*/

fieldset {
	border: none;
}
	
label {
	margin-top: 10px;
	display: block;
	cursor: pointer;
}

input[type="text"], input[type="password"], select, textarea {
	display: block;
	margin-bottom: 4px;
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: inherit;
}

input[type="text"] {width: 170px;}
textarea {width: 474px;}

input:focus, select:focus, textarea:focus {
	background: #FFF;
	color: #000;
}
	input:hover, textarea:hover {background: #eee; color: inherit;}

.submit, .sendbutton {
	font-family: helvetica, arial, sans-serif;
	background: #999;
	color: #FFF;
	font-size: 95%;
	text-transform: uppercase;
	border: 1px solid #999;
	padding: 2px;
}

.submit:hover, .sendbutton:hover {
	background: #000;
	color: #fff;
	border: 1px solid #000;
}


/* =Search
---------------------------------------------------------------------*/


#searchform {
	margin: 0pt 0pt 20px 0pt;
	display: block;
	}
	


/* =Blog
---------------------------------------------------------------------*/

div.post {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #fff;
	position: relative;
}

div.author cite {font-style: normal}

.comment-link {
	padding: 2px 0 2px 0pt;
	margin-right: 10px;
	}
	
.comment-status {margin-top: 10px}

.comment-in-moderation {
	background-color: #222;
	padding: 10px;
}

.comment-link {margin-left: 10px}
.comment-status {margin-top: 10px}


img {
	border: 0;
	}
	
#secondary-content img {
	border: 0;
	margin-bottom: 30px;
	}

div.entry p img {
	margin: 6px 0pt;
}

img.alignleft {
	float: left;
	display: inline;
	margin: 0pt 10px 0pt 0pt !important;
}

img.alignright {
	float: right;
	display: inline;
	margin: 0pt 0pt 0pt 10 !important;
}

/* =Lists
---------------------------------------------------------------------*/


ul, ol {
	margin-bottom: 10px;
	list-style-type: none;
}
	
ul.inline li {
	float: left;
	display: inline;
	font-size: 12px;
	text-transform: lowercase;
	margin-right: 15px;
}

ul.sub-nav {
	border-bottom: 1px solid #eee;
}

li.twitter a, li.facebook a {
	background:transparent url(images/icon-twitter.png) no-repeat scroll left top;
	display: block;
	height: 20px;
	padding-left: 24px;
	padding-top: 2px;
}
	li.facebook a {background:transparent url(images/icon-facebook.png) no-repeat scroll left top;}

/* =Micro Formats
---------------------------------------------------------------------*/

div.vcard {
	display: block;
	margin: 4px 0pt 10px 0pt;
	text-transform: lowercase;
}
	
	.type {
		display: none;
	}



/* =Self Clearing Floats
---------------------------------------------------------------------*/

#container:after, #content:after, div.post:after, ol.commentlist li:after, ul.inline:after  {
		clear: both;
		content: '';
		display: block;
	}