/*
Theme Name: leethompson

Description: A theme by Ben Nam.
Version: 1
Author: Ben Nam


*/

/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
}
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/* Remove list style from lists */
ol, ul {
	list-style: none;
}
/* Normalize font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/* Removes border from tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* Remove border from fieldset and img */
fieldset, img {
	border: 0;
}
/* left aligns text in caption and th */
caption, th {
	text-align: left;
}
/* removes quotation marks from q */
q:before, q:after {
	content: '';
}
strong {
	font-weight: bold;
}
body {
  	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #ffffff;
 	background-color: #231F20;
}

h1{
	font-size: 16px;
	font-weight:bold;
	padding: 6px 0 10px 35px;
}

div{
 margin: 0px;
 padding: 0px;
}

h2{
	font-size: 16px;
	font-weight:bold;
	padding: 10px;
	margin: 0px 0px 10px 0px; 
}

h3{
	font-size: 16px;
	font-weight:bold;
	color: #ffff00;
	margin-bottom: 10px;
}

a {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

p{
	padding:0 0 15px;
}

.hl{
color:#FFFF00;
}

.clearfix{
	clear: both;	
}

#main_container {
	width: 750px;
	margin: 0px auto;
	
}

#wrapper {
margin:0 auto;
width:805px;
position:relative;
}

/*----------------- HEADER ----------------*/

#header{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #231F20;
	height: 120px;
}


#nav {

  width:747px;
  margin-bottom: 20px;
  	margin-top: 107px;
  }
  
  #header #nav li{
	float: left;
	padding: 5px 0px 7px;
	margin-top: 2px;

}
  
#nav_list{
	margin: 0px;  
	padding: 0px;
  }
  
#nav ul li {
 
  }
  
#nav ul li a:link, #nav ul li a:visited {
 border-right: 1px solid #231F20;
 font-size: 12px;
 float: left;
 color: #ffffff;
 background: url(images/mainnav.gif) repeat-x;
 display: block;
 padding: 5px 38px 7px;
 }
 
 
 #nav ul li#last_item a:link,  #nav ul li#last_item a:visited {
   border-right: none;
   padding: 5px 25px 20px 25px;
   }
   
#nav ul li a:hover{
 
 }   
 
 
#header #nav .about a{	
	background-position: -101px 0px;	
}

#header #nav .photos a{	
	background-position: -101px 0px;	
}

#header #nav .contact a{	
	background-position: -101px 0px;	
}

#header #nav .blog a{	
	background-position: -101px 0px;	
}

#header #nav .end a{	
	background-position: -553px 0;
	padding: 5px 93px 7px;
}


#header #nav .about a:hover{	
	background-position: -101px -31px;	
	color:#3A3A3A;
}

#header #nav .photos a:hover{	
	background-position: -101px -31px;	
		color:#3A3A3A;
}

#header #nav .contact a:hover{	
	background-position: -101px -31px;	
		color:#3A3A3A;
}

#header #nav .blog a:hover{	
	background-position: -101px -31px;	
		color:#3A3A3A;
}

#header #nav .home a:hover{	
	background-position: 0px -31px;	
		color:#3A3A3A;
}






/*----------------- END OF HEADER ----------------*/

/*----------------- PAGE ----------------*/

p img {


-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding:5px;


}

a img {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #D9D9D9;
padding:5px;

}

.alignnone{
margin: 20px 0px 0px 0px;
}


#page-top{
	background-image:url(images/content_top_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:13px;
	margin:50px 0px 0px 0px;
	width:750px;
	padding: 0px;
}



#page-bottom{
	width: 750px;
	height: 20px;
	background-image: url(images/content_bottom_bg.gif);
	background-repeat: no-repeat;
	
}


#page a:hover{
	color: #ffff00;
}

#page{
	width: 744px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	clear: both;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #3A3A3A;
}

#content{
	float:left;
	overflow:hidden;
	padding:10px 0 30px 20px;
	
	width:475px;	
	
}

.post-title{
margin: 0px 0px 10px 0px;
	background: url(images/title_bg.gif) no-repeat left top;
padding: 0px;
height: 40px;


}

.post-title h2{
color: #231F20;
}

.post-title h2 a{
color: #231F20;
}


.post-date{
background:transparent url(images/date.gif) no-repeat scroll 0 0;
height:51px;
width:51px;
left:-19px;
position:absolute;
width:51px;
z-index:-100;
}

.wp-caption {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
color: #000000;
}

.aligncenter{
margin: 10px auto;
}

.entry .wp-caption-text {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #231F20;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 8px;
	margin-left: -3px;
	font-weight: bold;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #231F20;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 4px;
	margin-left: -3px;
}

.post-cat {
	background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;
	font-size: 95%;
	color: #999999;

	float: left;

}
.post-comments {
	background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
}

.entry {
clear:left;
	
	padding: 10px 0px;
}

.entry a {
text-decoration: underline;
}

.entry p {
padding: 0px;
}

.previous-entries {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}

.post-content {
	clear: both;
	padding-top: 10px;
}




.post-calendar {
	background: url(images/mini-calendar.gif) no-repeat left center;
	padding-left: 18px;
	float: right;
	font-size: 95%;
	color: #ffffff;
}

/* SIDEBAR */

#sidebar {
	float: right;
	padding: 0 19px 20px 0;
	width: 210px;
}
#searchform {
	background: transparent url(images/search-bg.gif) no-repeat;
	width: 195px;
	margin: 10px 19px 20px 0;
	float:right;
	padding: 8px;
	height: 30px;
}
#searchform #s {
	border:1px solid grey;
	width: 115px;
	height: 22px;
	padding: 0px 2px;
	
	background: #ffffff;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-tn-bg.gif) no-repeat;
	border: none;


	font: bold 12px Arial, Helvetica, sans-serif;
	color:#231F20;
	vertical-align: middle;
	cursor:pointer;
}
#searchform label {
	font-size: 11px;
	color: #231F20;
}
#sidebar h3 {
	font: normal 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #ffffff;
	margin: 10px 0px 5px;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #FFFF00;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #FFFF00;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #fffff;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FFFF00;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #FFFF00;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #FFFF00;
	background: url(images/mini-monthly-archive.gif) no-repeat left center;
}
.ul-archives li a, .ul-archives li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: #FFFF00;
	text-decoration: none;
}

.rss {
	background: url(images/mini-rss.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	font-size: 10px;
}

/* end of SIDEBAR */

/*----------------- END OF PAGE ----------------*/

/*-- COMMENTS --*/

#comments{
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 5px;
}


#respond {
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 45px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	list-style-type:decimal;
}



.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #fff;
}
.commentlist .alt {
	/*background: #f1fedb;*/
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #ffff00;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 153px;
	background:#ffffff;
	padding: 3px;
	margin-top: 3px;
	border: 1px solid #ffffff;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#ffffff;
	padding: 2px;
	margin-top: 3px;
	border: 1px solid #ffffff;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	background: url(images/button-bg.gif) no-repeat;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #231F20;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
	cursor:pointer;
}

/*-- COMMENTS --*/

/*----------------- FOOTER ----------------*/

#footer{
color:#3A3A3A;
margin: 20px 0px 0px 23px;

}



#main_container #footer p{
color:#3A3A3A;
font-size: 10px;
padding-left: 2px;
width: 500px;
padding-top: 0px;
margin: 0px;
}

#footer a{
color:#3A3A3A;
text-decoration: underline;
}

#footer a:hover{
color:#ffffff;
}


/*----------------- END OF FOOTER ----------------*/


*/ ie6 hacks */

*html #header #nav{
	margin-bottom: 10px;
}

*html #header #nav li{
	margin-bottom: 0px;
}

*html #page-top{
	margin: 0px 0px 0px 0px;
}

*html .post-title{

height: 35px;
}

*html #searchform {
	margin: 10px 10px 20px 0;
	padding: 6px;
	width:200px;


}

#fbLikeIframe{
margin: 10px 0px;
color: #fff;
}

#fbLikeIframe span, .chicklets{

color: #fff !important;
}
