/*
Adapted from: Wooden Default
Description: Wooden Default by <a href="http://www.shanestrong.com">Shane Strong</a>. Wooden Default is a simple widget ready theme with a fixed width and custom ads function.  Has been tested in IE 7, IE8, Firefox, and others.  Ready for WordPress 2.8.
Version: 1.4
Author: Shane Strong
Author URI: http://www.ShaneStrong.com/
Tags: light, fixed-width, two-columns, right-sidebar

	Wooden Default v1.4
	 http://www.ShaneStrong.com/my-design/portfolio

	This theme was designed and built by Shane Strong
	who can be contacted at shanestrong05@gmail.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/
* {padding: 0; margin: 0;}


ul li, ol li{
	padding-top:0;
	margin-top:0.3em;
	margin-left:0.3em;	
}

ul, li {list-style: none;}
a, a:visited, a:active {color: black; text-decoration: none;}
a:hover {color: #444444; text-decoration: none;}
a img {border: none;}

dd {margin-top:0.7em; padding-left:0.9em;}

h1 {
font-size: 4.3em;
font-family: 'Lucida Console', 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #EFEFEF;
filter:alpha(opacity=72);
	-moz-opacity:0.72;
	-khtml-opacity: 0.72;
	opacity: 0.72;

}

#comments{
	margin-top: 2.5em;
	padding-top: 1em;
	border-top:2px dashed #CBBBBB;
}

.entry{
	font-size: 14px;
	line-height:155%;
}

.content a, .content a:visited, .content a:active {
	border-bottom:1px dashed #CBBBBB;
}

.entry a, .entry a:visited, .entry a:active {
	border-bottom:1px dashed #CBBBBB;
}

.commentlist a, .commentlist a:visited, .commentlist a:active {
	border-bottom:1px dashed #CBBBBB;
}

.entry a:hover, .content a:hover, commentlist a:hover{
	border-bottom:1px solid #BBBBBB;
}

.navigation{
	display:none;
}

.header h1 a, .header h1 a:active, .header h1 a:visited, .header h1: a:hover {
	color: white;
}

h2 {font-size: 1.8em;
font-family: 'Lucida Typewriter', 'Lucida Console', 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #EFEFEF;
}
p {margin: .5em 0;}
.clear {clear: both;}
body {
	background: #08090a url(images/bg/bg.jpg) center top;
	color: black;
	font-size: 10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0 auto;
}
#page {
	margin: 1em auto;
	width: 100em;
	background: url(images/bg/content_bg.png);
	-moz-border-radius-topleft: 20px 10px;
	border-top-left-radius: 20px 10px;
	-moz-border-radius-topright: 20px 10px;
	border-top-right-radius: 20px 10px;

}
#content {
	float: left;
	padding: 2em;
	width: 66em;
	min-height: 60em;
}
#header {
	font-family: 'Lucida Console', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/bg/wood.jpg) no-repeat; 
	-moz-border-radius-topright: 1px 1px;
	border-top-right-radius: 1px 1px;
	border-bottom: .2em solid #ddf; 
	height: 12em;
}
#header h1 {padding-top: 0.4em; padding-left:0.4em; padding-bottom:0;}
#header p {width: 15em;}
#header .nav {padding-top: 2.2em; padding-left:2em;}
#header .nav li {
	background: url(images/bg/nav_non.jpg); 
	float: left;
	padding: .5em 0; 
	font-size: 1.4em;
}
#header .nav h1.current_page_item  {
	font-family: 'Lucida Console', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/bg/nav_select.jpg); 
	float: left; 
	padding: .5em 0;
	padding-left: 0.3em;
	padding-right: 0.3em;
	font-size: 1.6em;

	-moz-border-radius-topleft: 3px 3px;
	border-top-left-radius: 3px 3px;
	-moz-border-radius-topright: 3px 3px;
	border-top-right-radius: 3px 3px;

}
#header .nav a {padding:.5em .5em;}
#header .login {float: right;}

#header .login li {float: left; padding: 0 .5em;}
#header .alignright {display:none;}

.page_item{
	filter:alpha(opacity=72);
	-moz-opacity:0.72;
	-khtml-opacity: 0.72;
	opacity: 0.72;
}


/* Begin Sidebar */
#sidebar {
	float: right;
	width: 22.8em;
	margin: 2.3em;
	-moz-border-radius: 6px 8px;
	border-radius: 6px 8px;

	background: url(images/bg/sidebar.jpg);

 -moz-box-shadow: 2px 2px 3px #000;
 -webkit-box-shadow: 2px 2px 3px #000;
 box-shadow: 2px 2px 3px #000;
 /* For IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
 /* For IE 5.5 - 7 */
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
 
}	

#sidebar h2 {padding: .3em; margin-bottom: .5em;
font-family: 'Lucida Console', 'Lucida Grande', Verdana, Arial, Sans-Serif;
margin-top:.1em;
filter:alpha(opacity=92);
	-moz-opacity:0.92;
	-khtml-opacity: 0.92;
	opacity: 0.92;
color:#060606;
}
#sidebar #searchform, #sidebar a { }
#sidebar li {margin-left: 1em; margin-bottom: 1em;  font-size: 1.2em;}
#sidebar ul.children {margin-left: .5em; }

/* End Sidebar */
/* Footer */
#footer {
	margin: 0 auto;
	width: 100em;
	text-align:  center;
}
/* End Footer */
/* End Structure */
/* Post */

#respond{
	margin-top:2em;
}

.postmetadata {display:none;}

.metainfo{ display:none; }

/* End Post */


/* Social Media */
#feeds {width: 86%; margin: 0 auto;}
#feeds a {padding: 0; margin: 0;}
/* Ads */
#adside {width: 30em; height: 30em;}
#sideads a {width: 13.5em; height: 13.5em; position: absolute; margin: 0;}
#sideads h2 {margin-bottom: 1em;}
.adswrap {width: 13.5em; height: 13.5em; margin-left: 1em; margin-bottom: 1em; float: left;}
/* Wordpress */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {float: left;}
.alignright {float: right;}

.wp-caption {
	text-align: center;
	background: url(images/bg/sidebar.jpg);
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size:1.3em;
	line-spacing:1.3em;
	padding-bottom: 5px;

 -moz-box-shadow: 2px 2px 3px #000;
 -webkit-box-shadow: 2px 2px 3px #000;
 box-shadow: 2px 2px 3px #000;
 /* For IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000')";
 /* For IE 5.5 - 7 */
 filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#000000');
}

wp-caption-text{
	padding-bottom:3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}