/* 
Theme Name: Light
Theme URI: http://justintadlock.com/wordpress/options
Description: A light mixture of grays, greens, and reds.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 1.1
*/
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #000;
	background: white url(images/rotator/rotator.php) no-repeat 0 0;

	font: 80% Arial, Tahoma, Verdan, sans-serif;
	text-align: center;
	}
/* Contains the entire body of the layout */
#body-container {
	width: 940px;
	margin: 15px auto 0 auto;
	padding: 0;
	/*background: #e9e8e3 url(images/body-container-bg.gif) no-repeat 0 0;*/
	overflow: hidden;
	}
#extra-container { margin: 0 auto; }
/* Contains content and sidebar */
#container {
float:left;
margin-top: 100px;
padding:10px 11px 11px;
text-align:left;
width:920px;
	}

/* Main content */
#home, #content {
	float: left;
	width: 590px;
	}
#no-sidebar { width: 900px; }
/************************************************
	Header
************************************************/
#header-container { height: 70px; width: 100%; }
#header {
	float: left;
	width: 600px;
	margin: 0 0 10px 0;
	text-align: left;
	}
#header h1 {
	float: left;
	margin: 10px 0 0 10px;
	font-weight: bold;
	}
#header h1 a { color: #555; }

#header h2 {
	float: left;
	clear: left;
	font-size: 1.1em;
	margin: 3px 0 0 10px;
	}
/************************************************
	Feed
************************************************/
#feed {
	float: right;
	clear: right;
	width: 254px;
	margin: 0 13px 0 0;
	padding: 35px 36px 0 0;
	background: url(images/feed-icon.gif) no-repeat right 35px;
	text-align: right;
	}
#feed li a {
	font-size: .9em;
	color: #666;
	}
/************************************************
	General style rules
************************************************/
a { color: #660000; text-decoration: none;	}
a:hover { text-decoration: underline; }
#content a, #full-posts a { color: #7f0202; }

p { margin: 15px 0; }
body, h1, h2, h3, h4, h5, h6, ul, ul li {
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
ul, ul li { list-style-type: none; }
pre, code, pre code { font-size: 1.1em; }

/* Lists on content pages */
#content ul { margin: 15px 0; }
#content ul ul { margin: 0; }
#content li { margin: 0 0 3px 10px; }

/* Left, right, and center alignment */
.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }
.center { float: left; margin: 10px auto; text-align: center; }
#home.left, #content.left, #home.right, #content.left, #sidebar.left, #sidebar.right { margin: 0; }

/* Headers and how they should look */
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: black; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }
#content .post h2, .feature h2.post-title, #full-posts h2, #comments-template h3, #content h3, #content h4, #content h5, #content h6 {
	font-family: 'Arial', 'Times', 'Times New Roman', serif;
	}

/************************************************
	Top navigation menus
************************************************/
/* Main navigation bar (#sub-nav is bottom bar) */
#navigation, #sub-navigation {
	float: left;
	letter-spacing: .03em;
	text-align: left;
	color: #333;
	}
#navigation {
	width: 940px;
	font-size: 1em;
	background: #d1d0c8 url(images/navigation.jpg) repeat-x 0 0;
	}
#sub-navigation {
	width: 940px;
	font-size: .9em;
	background: #deded4;
	}
#navigation.nav-search {
	width: 740px;
	}
/* Nav */
#nav {
	float: left;
	padding: 0 0 0 15px;
	}
#nav li { float: left; }
#nav a {
	color: #333;
	display: block;
	padding: 12px 16px;
	}
#nav a:hover, #nav li.current_page_item a { color: #657843; text-decoration: underline; }
#nav li li { float: left; width: 150px; background: #d1d0c8; border-top: 1px solid #ddd; }
#nav li li a { margin: 0; padding: 10px 10px; }

/* Sub-nav */
#sub-nav {
	float: left;
	padding: 0 0 0 15px;
	}
#sub-nav li { float: left; }
#sub-nav a {
	color: #333;
	display: block;
	padding: 7px 17px;
	}
#sub-nav li.current-cat a, #sub-nav a:hover { color: #657843; text-decoration: none; }
#sub-nav li li { float: left; width: 150px; background: #deded4; border-top: 1px solid #eee; }
#sub-nav li li a { margin: 0; padding: 7px 5px 7px 17px; }

/* Navigation drop-down positioning */
#nav li ul, #sub-nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 999;
	}
#nav li:hover ul, #sub-nav li:hover ul {
	left: auto;
	display: block;
	}
/************************************************
	Search
************************************************/
#search {
	float: right;
	width: 185px;
	}
#search form {
	float: right;
	margin: .5em 0 0 0;
	padding: 0 15px 0 0;
	}
#search input#s {
	color: #666;
	width: 170px;
	margin: 0;
	background: #ddd;
	border: none;
	}
#search .search-submit { display: none; }
/************************************************
	Images
************************************************/
/* Images */
.single img, img.thumbnail, .flickr img, img.feature-image, #post-thumbnail-tabs img, #post-sections img, #home img, .post img {
	padding: 3px;
	background: #eee;
	border: 1px solid #ccc;
	}
.post .avatar { float: left; width: 40px; height: 40px; margin-right: 10px; }
.archive .post .avatar { width: 80px; height: 80px; }
a img { border: none; }
/* Post images */
img {
	max-width: 98.5%;
	}	
/* Feature images */
img.feature-image {
	margin: 0 10px 0 0;
	}
/* Thumbnail images */
img.thumbnail, .recent img.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 5px 0;
	}
/* Thumbnail Large images */
img.thumbnail-large {
	max-width: 265px;
	float: left;
	margin: 0 10px 5px 0;
	}
img.feature-full { max-width: 100%; }
#post-blocks img.thumbnail-large, #post-blocks a img.thumbnail-large { border: none; }
#post-thumbnail-tabs img, #post-thumbnail-tabs p img { float: right; margin: 0 0 5px 10px; }
#author-box img { float: left; margin-right: 10px; }

/* All posts */
p.post-meta-data { margin-bottom: 0; }


/************************************************
	Sections of the site
************************************************/
/* Sections of the site */
#content .post, #no-sidebar .post, .breadcrumb, #related, #comments-template, 
#feature, #post-sections .post, #excerpts .post, #full-posts .post, 
#home div.tags, #video-tabbed, #home .flickr, #author-box, .navigation-links,
#home-custom-1, #home-custom-2 {
	width: 570px;
	clear: left;
	float: left;
	overflow: hidden;
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fff;
	border-bottom: 1px solid #999;
	}
#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section { width: 898px; }
#features-numbers, #video-numbers { padding: 10px 0; }

/* Section headers (each section of site and sidebar) */
.section-header, .menu h2, #related h3, #category-blocks h2 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	padding: 0em 0em;
	margin: 0 0 5px 0;
	height: 15px;
	/* background: url(images/section-header.gif) no-repeat left .5em; */
	}
#video-numbers h2, #features-numbers h2 { height: auto; background: transparent; padding: 0 .8em; }

/************************************************
	Posts
************************************************/
.post p.byline { margin: 4px 0 0 0; }
#full-posts .post .entry, #no-sidebar .post .entry, .single .post .entry { clear: left; }
.post ul { padding-left: 15px; }
.post ul li { list-style-type: disc; }
.post ol { padding-left: 20px; }
blockquote { padding: 10px 15px; }
.navigation-links { font-size: .95em; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; text-align: right; width: 50%; }

/************************************************
	Feature sections (home page)
************************************************/
/* Features Gallery */
#myGallery { width: 590px; height: 240px; margin: 0 0 10px 0; padding: 0; }
#myGallery img, #myGallery h3 { display: none; }
#myGallery a { color: #f7f7f7; }
#myGallery h3, #myGallery h2 { font-size: 1.5em; }


.jdGallery .slideInfoZone { height: 70px; }
.jdGallery .slideInfoZone p { color: #fff; }

/************************************************
	Category sections (home page)
************************************************/
/* Home category blocks (2 colums) */
#post-blocks .post {
	width: 268px;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #999;
	}
#post-blocks .odd {
	float: left;
	clear: both;
	}
#post-blocks h3 {
	margin: 10px 0 5px 0;
	}
/* Home category sections / excerpts / full posts */
#post-blocks h3, #post-sections h3, #excerpts h3 {
	font-size: 1em;
	margin: 0 0 5px 0;
	}

/* Flickr photos on the home page section */
#home .flickr img {
	margin: 0 6px 0 5px;
	}

/************************************************
	Video (tabbed)
************************************************/
/* Video tabbed list of videos */
#video-tabbed .video-list {
	float: right;
	width: 45%;
	}
#video-tabbed .video-list ul { width: 99%; }
#video-tabbed .video-list li { margin: 0 0 5px 0; border: 1px solid #ccc; }
#video-tabbed .video-list li a { color: #333; display: block; padding: 10px; background: #deddd4; }
#video-tabbed .video-list li a:hover, #video-tabbed .video-list li a.tab-current { text-decoration: none; background: #eee; }
#video-tabbed .video { float: left; width: 50%; }
div.v { display: none; }
div.v1 { display: block; }

/************************************************
	Sidebar
************************************************/
/* Sidebar */
#sidebar {
	float: right;
	width: 320px;
	}
.menu {
	width: 93%;
	border-bottom: 1px solid #999;
	padding: 10px 10px 0 10px;
	}
.tabbed { width: 100%; padding: 0; }
#sidebar .tabbed { width: 99.5%; }
.menu, .tabbed {
	margin: 0 0 10px 0;
	float: left;
	overflow: hidden;
	}
/* Sidebar lists and sidebar tab lists */
#sidebar .menu ul li a, .tabbed div ul li a {
	display: block;
	padding: 2px 5px;
	}
.menu div li, .menu div li li, #sidebar .tabbed div li, #sidebar .tabbed div li li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	}
#sidebar .menu li li a, .tabbed div li li a { display: block; padding: 2px 0 2px 8px; }
/* Recent comments widget */
#sidebar ul#get-recent-comments li { margin: 5px 0; }
#sidebar ul#get-recent-comments li a { display: inline; }

/* Sidebar video */
#sidebar .video h3 { font-size: 1em; margin: 5px 0 0 0; }

/* Sidebar ads */
#sidebar .ads p { margin: 0; padding: 0; }
#sidebar .ads a img { border: none; padding: 0; }
#sidebar .ads img { margin: 0 9px 5px 11px; border: none; padding: 0; }
#sidebar .ads img.last { margin: 0; }

/* Sidebar flickr photos */
#sidebar .flickr img { margin: 3px 9px 3px 7px; }

/* Sidebar search */
#sidebar .search input { width: 96%; }
#sidebar .search input.search-submit { display: none; }

/* Sidebar subscribe */
#sidebar .subscribe div { padding-left: 2px; }
#sidebar .subscribe #feed-sidebar { overflow: hidden; background: url(images/feed-icon.gif) no-repeat left .3em; }
#feed-sidebar li { margin: 0 0 0 36px; }
#feed-sidebar li a { font-size: .9em; padding: 0; margin: 0; }

/* Sidebar recent posts (recent.php) and asides (asides.php) */
#sidebar .recent .post, #sidebar .asides .post {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	}
#sidebar .entry { padding: 0; }
#sidebar .recent h3, #sidebar .asides h3 {
	font-size: .9em;
	margin: 0 0 1px 0;	
	}
#sidebar .recent h3 a, .asides h3 {
	font-weight: bold;
	}
#sidebar .recent p, #sidebar .asides p { font-size: .9em; line-height: 1.4em; margin: 0; padding: 0; }
#sidebar .asides p, #sidebar .asides h3 { font-size: .95em; }

/************************************************
	Tabs
************************************************/

/* Tabs (actual tabs) */
.tabbed { background: transparent; border: none; }
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; }
.tabbed ul.tabs li a {
	color: #333;
	float: left;
	display: block;
	margin: 0 3px 0 0;
	padding: 6px .6em;
	background: #deddd4;
	border: 1px solid #e7e7e7;
	}
.tabbed ul.tabs li a.t4 { margin-right: 0; }
.tabbed ul.tabs li a:hover { background: #f4f4f4; text-decoration: none; }
.tabbed ul.tabs li a.tab-current { background: #fff; border-bottom: 1px solid #fff; }

/* Tab content */
.tabbed div.tab-content {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	clear: left;
	padding: 10px 5px 5px 5px;
	background: #fff;
	border-bottom: 1px solid #999;
	}
div.t2, div.t3, div.t4, div.t5 { display: none; }
.tabbed div.c { display: none; }
.tabbed div.c1 { display: block; }

/* Features and video carousels (numbered carousel) */
#features-numbers .tab-content { padding: 10px 0 5px 0; }
#video-numbers .tab-content { padding: 10px 0 0 0; }
#features-numbers h2 a, #video-numbers h2 a { color: #333; }
#features-numbers ul.tabs, #video-numbers ul.tabs {
	width: 590px;
	display: block; clear: left;
	overflow: hidden;
	position: relative;
	top: 0px;
	left: 0;
	z-index: 997;
	}

/* Category tabs and video tabs */
#post-tabs, #post-thumbnail-tabs, #post-list-tabs { padding: 0; }
#video-numbers .post { margin-top: 5px; }

#post-thumbnail-tabs .post { padding: 0; margin: 0; }

#post-tabs .odd, #post-list-tabs .odd {
	float: left;
	display: inline;
	width: 270px;
	padding: 10px 10px 0 0;
	clear: none;
	}
#post-tabs .even, #post-list-tabs .even {
	float: right;
	display: inline;
	width: 270px;
	padding: 10px 0 0 10px;
	clear: none;
	}
#post-tabs h3, #post-thumbnail-tabs h3, #post-list-tabs h3 {
	font-size: 1em;
	margin: 0;
	padding: 1px 0;
	}
#post-tabs h3 a, #post-thumbnail-tabs h3 a, #post-list-tabs h3 a, #post-list-tabs h3 {
	font-weight: bold;
	}
#post-tabs p, #post-thumbnail-tabs p, #post-list-tabs p { margin: 5px 0 10px 0; }
#post-list-tabs div.c ul { padding: 5px 2px 5px 7px; }
#post-list-tabs li { list-style-type: none; }

/************************************************
	Comments Template
************************************************/
/* Related posts (if using plugin) */
#related ul { width: 100%; }
#related ul li { list-style-type: none; }

/* Comments template */ 
#comments-template ol {
	list-style-type: none;
	margin-top: 10px;
	}
#comments-template ol li {
	width: 97.5%;
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 1%;
	background: #dcdfd5;
	border: 1px solid #ccc;
	}
#comments-template .avatar { float: left; width: 80px; height: 80px; margin: 7px; background: #eee; border: 1px solid #999; padding: 4px; }
#comments-template ol li.alt { background: #e9eae5; }
#comments-template .comment-meta-data { float: left; font-size: .9em; margin-top: 7px; }
#comments-template ol li .comment-meta-data a.time { margin-left: 5px; color: #666; }
#comments-template ol li .comment-text { padding: 10px 10px 0 7px; }
.trackback, .trackback a { color: #666; }
.trackback .comment-meta-data em { color: #333; }
input {
	color: #000;
	width: 50%;
	padding: 5px;
	margin: 0;
	background: #fff;
	background: #e9eae5;
	border: 1px solid #ccc;
	}
#no-sidebar input { width: 25%; }
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #e9eae5;
	border: 1px solid #ccc;
	}
#no-sidebar #comments-template textarea { width: 98%; }
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	}

/************************************************
	Footer
************************************************/
/* Footer */
#footer {
	clear: both;
	float: left;
	width: 930px;
	text-align: left;
	margin: 5px 0 0 0;
	padding: 20px 5px 0 5px;
	color: #333;
	background: white url(images/footer-bg.gif) no-repeat 0 0;
	}
#footer p {
	margin: 5px 0;
	line-height: 1.3em;
	}
#footer p.left, #footer p.right { width: 50%; }
#footer p.right { text-align: right; }

p.ie6-bug { float: left; margin: -15px 0; padding: 0; }
.op { background: #990000; position: absolute; top: 0; left: 0; z-index: 998; width: 1000px; height: 2000px; }
.op h2 { font-size: 5em; }
