/*  
Theme Name: LHTC Phase 2
Theme URI: 
Description: Lincoln Hardwood and Tool Company Phase 2 Design
Version: 1
Author: CC
*/

body{
	background:#323232 url(./images/tile_background.jpg) repeat-x;
	color:#666;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:72.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
a{
	color: #555;
	text-decoration:none;
}
a:hover{
	color: #666;
}
h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-weight:bold;
	letter-spacing: -1px;
	margin:0;
}
.entrytitle h2{
	font-size:16px;
}
.entrytitle h2 a {
	font-size: 22px;
	font-weight: bold;
	color: #555;
}
.entrytitle h2 a:hover{
	color: #555;
}
.entrytitle h3{
	font-size: 12px;
	color:#555;
}
#sidebar h3{
	color:#333;
	font-size:1.5em;
	margin:1em 0;
}
#sidebar h2{
	color:#333;
	font-size:14px;
}



#wrap{
	margin:0 auto;
	text-align:left;
	width:73em;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:2em 0 2em 3em;
	width:36em;
}
#sidebar{
	font-size:1.2em;
	float:right;
	padding:3em 1em 2em 0;
	width:18em;
}
#header{
	 width: 829px;
	 height: 126px;
	 float: left;
}

/* nav */
#nav {
	float: right;
	width: 600px;
	font-family: "AvantGarde-Book";
}
#nav ul {
	list-style: block;
}
#nav li {
	display: inline;
}
#nav a {
	display: block;
	float: left;
	margin-left: 26px;
	text-decoration: none;
	font-size: 13pt;
	font-weight: bold;
	color: #ffffff;
}
#nav .active a {
	color: #000000;
}
#nav a:hover {
	color: #000000;
}


#subheader {
 float: left;
 width: 831px;
 height: 37px;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/contentbg_top.png');
 position: relative;
 background: url(./images/contentbg_top.png) no-repeat;
}

#date_space {
 float: right;
 color:#333333;
 position: relative;
 padding: 24px 20px 0 0;
}

#subhead_title {
 float: left;
 color:#333333;
 position: relative;
 padding: 24px 0 0 42px;
}

#title {
 float: left;
 width: 831px;
 height: 65px;
 background: url(./images/contentbg.png) repeat-y;
}
#content_stretcher {
  background: url('./images/contentbg.png') repeat-y;
  height: auto;
  width: 831px;
  float: left;
  position: relative;
}

/*************************************
 + Footer
 *************************************/
#footer{
	color:#FFF;
	font-size:12px;
	clear:both;	
	width: 880px;
	height: 33px;		
}

#footer a {
    color:#ffffff;
	font-weight: bold;
}
#footer a:hover {
	color: #181818;
}
#footer_text {
	float:right;
	margin: 12px 0px 0px 0px;
	width: 400px;
	text-align:right;
}
#bottom_nav {
 float:left;
 width:480px;
 margin: 12px 0px 0px 0px;
}
#bottom_nav a { color:#ffffff; text-decoration:none; }
#bottom_nav a:hover { color:#ffffff; text-decoration:none; }
		
#validate{
	color: #fdfcff;
	font-size:1.2em;
	text-align:right;
	padding:0.5em;	
	margin-bottom:2em;
}
#rss {
	background:url(./images/rss.gif) no-repeat;
	padding:1px;
	padding-left:20px;
}




/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:1em;
}
.entry img {
	border:0px;
	padding:5px;
	background:#312218;	
}
.entry img:hover{
	padding:5px;
	background:#565655;
}
.entry code{
	background:#312218;	
	color:#999;
	font-size:1.1em;
}
.entrymeta{
	font-size:0.9em;
	padding-top:0.5em;
	color:#DA952D;
}
.postedby{
	background:url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:1em;
	clear:both;
}
#sidebar ul li{
	
	border-bottom:1px dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}

/*************************************
 +Menu
 *************************************/
.menu ul{
	margin-top:3em;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing: -1px;
	float: right;
	list-style: none;
	padding:0;
}
.menu li{
	float: left;
	border-bottom:0px;
}
.menu li a{
	padding:0.5em 0.7em 0.5em 0.7em ;
	margin-left:0.5em;
	background:#312218;
	display:block;
}
.menu li a:hover{
	background:#333333;
}
.menu ul li ul {
	display:none;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	font-size:1.0em;
	margin:0.5em;
	padding:1em;
}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#E69823;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
ol.commentlist a{
	color:#FFF;
}
ol.commentlist a:hover{
	color:#F1C686;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#333333;
	border:1px dotted #ddd;
	padding:0.5em;
}
h3#comments{
font-size:1.4em;
}

/*************************************
 +Misc
 *************************************/

#flickr {
	margin-left:1em;
	padding:0;
}
#flickr img {
	border:0px;
}
#flickr a {
	background:#312218;
	float: left;
	display: inline;
	margin:1em;
	padding:5px;
	width: 75px;
	height: 75px;
}

#flickr a:hover{
	background:#333333;
}
#ad_block { 
	background:#312218; 
	padding: 10px 0 10px 0; 
	margin: 2em 0 2em 0; 
	text-align: center; 
}
#download {
	background:#312218 url(./images/bullet.gif) no-repeat;
	background-position: 12px 12px;
	padding:1em;
	padding:10px 10px 10px 40px;
	margin: 0.5em 0 1em 0;
}