/*

Theme Name: Wooden Default

Description: Wooden Default by <a href="http://shanestrong.com">Shane Strong</a>. Wooden Default is a simple widget ready theme with a fixed width.  Has been tested in IE 7, IE8, Firefox, and others.  Ready for Wordpress 2.7.

Version: 1.0

Author: Shane Strong

Author URI: http://www.ShaneStrong.com/

Tags: light, fixed-width, two-columns, right-sidebar



	Wooden Default v1.0

	 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 {list-style: none;}

a {color: #fafafa; text-decoration: none;}

a:hover {color: #e4e4e4;}

h1 {font-size: 2.5em;}

h2 {font-size: 1.8em;}

p {margin: .5em 0;}

.clear {clear: both;}

body {

	background: #08090a url(images/bg/bg.jpg) center top;

	color: #ffffff;

	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);
	border: .2em solid #ddf;
}

#content {

	border-right: .2em solid #ddf;

	float: left;

	padding: 2em;

	width: 66em;

	min-height: 60em;

}

#header {



	border-bottom: .2em solid #ddf; 

	
	height: 303px;
	background-position: right;
}
#movie {





	height:303px;
	height: 303px;

}

#header h1 {width: 20em; padding: .5em;}

#header p {width: 25em;}

#header .nav {padding-top: 3.3em;}

#header .nav li {

	background: url(images/bg/nav_non.jpg); 

	float: left;

	padding: .5em 0; 

	font-size: 1.4em;

}

#header .nav li.current_page_item {

	background: url(images/bg/nav_select.jpg); 

	float: left; 

	padding: .5em 0;

	font-size: 1.4em;

}

#header .nav a {padding:.5em 1em;}

#header .login {float: right;}

	#header .login li {float: left; padding: 0 .5em;}

/* Begin Sidebar */

#sidebar {

	float: right;

	width: 29.8em;

	color: #000;

}	

#sidebar h2 {background: url(images/bg/tab.jpg); padding: .3em; margin-bottom: .5em;}

#sidebar #searchform, #sidebar a {margin-left: 1em;}

#sidebar li {margin-bottom: 1em;}

/* End Sidebar */

/* Footer */

#footer {

	margin: 0 auto;

	width: 100em;

	text-align:  center;

}

/* End Footer */

/* End Structure */

/* Post */

.post p {color: #bbb;}

.postmetadata {margin-bottom: 2em;}

/* End Post */

/* Wordpress */

.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.alignleft {float: left;}

.alignright {float: right;}

.wp-caption {

	border: 1px solid #ddd;

	text-align: center;

	background-color: #f3f3f3;

	padding-top: 4px;

	margin: 10px;

	-moz-border-radius: 3px;

	-khtml-border-radius: 3px;

	-webkit-border-radius: 3px;

	border-radius: 3px;

}

.wp-caption img {

	margin: 0;

	padding: 0;

	border: 0 none;

}

.wp-caption-dd {

	font-size: 11px;

	line-height: 17px;

	padding: 0 4px 5px;

	margin: 0;

}