/* 
Theme Name: Light
Template: options
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; }

/* Paragraphs */
p { margin: 15px 0; }

/* Links */
a {
	color: #3a4900;
	text-decoration: none;
}
a:hover { }
#content a, #full-posts a {
	color: #4A532D;
}

/* Lists */
ul, ul li { list-style-type: none; }
#content ul { margin: 15px 0; }
#content ul ul { margin: 0; }
#content li { margin: 0 0 3px 10px; }

/* Code */
pre, code, pre code { font-size: 1.1em; }

/* Left, right, and center alignment */
.left { float: left; margin: 0 10px 10px 0; }
.right { float: right; margin: 0 0 10px 10px; }
.center { margin: 10px auto; display: block; }

/* 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 {
	font-weight: normal;
	color: #888e25;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: none; }

#content h2, #content h3, #content h4, #content h5, #content h6, #full-posts h2, #feature h2, #comments-template h3 {
	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	text-align: left;
	}
.left-element {
	width: 60%;
	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	text-align: left; /* depends on element width */
	float: left;
	padding-bottom: 10px;
   } 

.right-element {
	width: 35%;
	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	text-align: right; /* depends on element width */
	float: right;
	padding-bottom: 10px;
   } 
.left-element-list {
	width: 50%;
	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	text-align: left; /* depends on element width */
	float: left;
	padding-bottom: 10px;
   } 

.right-element-list {
	width: 28%;
	font-family: 'Georgia', 'Times', 'Times New Roman', serif;
	text-align: right; /* depends on element width */
	float: right;
	padding-bottom: 10px;
   } 

/* Body */
body {
	text-align: center;
	font-family: Arial, Tahoma, Verdan, sans-serif;
	font-size: 80%;
	background-color: #dadf95;
	background-image: url(images/patterns/goldenVictorian.gif);
	background-repeat: repeat;
	background-position: center;
	}
#body-container {
	width: 940px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	background-color: #ebedc5;
	}
#extra-container { margin: 0 auto; }

/* Contains content and sidebar */
#container {
	float: left;
	width: 920px;
	padding: 11px;
	text-align: left;
	}

/************************************************
	Header
************************************************/
#header-container {

	height: 297px;

	width: 100%;

	background-image: url(images/Dreyer-Header.jpg);

	background-repeat: no-repeat;

	background-position: center top;

}

#header {

	float: left;

	width: 700px;

	margin: 0 0 10px 0;

	text-align: left;

	}

#header h1 {
	float: left;
	font-weight: bold;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
	color: #AD5A1D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: xx-large;
	}

#header h1 a {
	color: #AD5A1D;
	

}

#header h2 {
	float: left;
	clear: left;
	font-size: small;
	margin-top: -8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 300px;
	font-style: italic;
	font-variant: normal;
	color: #E4F4F8;
	}


/************************************************
	Feed
************************************************/
#feed {
	float: right;
	clear: right;
	width: 254px;
	height: 28px;
	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: 0.9em;
	color: #7B824A;
	}

/************************************************
	Navigation
************************************************/
/* Main navigation bar (#sub-nav is bottom bar) */

#navigation, #sub-navigation {

	float: left;

	letter-spacing: .03em;

	text-align: left;

	color: #4A532D;

	}

#navigation {

	width: 940px;

	font-size: 1em;

	background: #b6b65a;

	}

#sub-navigation {

	width: 940px;

	font-size: .9em;

	background: #b6b65a;

	}

#navigation.nav-search { width: 740px; }



/* Nav */

#nav {

	float: left;

	padding: 0 0 0 15px;

	font-variant: small-caps;

}

#nav li { float: left; }

#nav a {
	color: #4A532D;
	display: block;
	padding-top: 5px;
	padding-right: 16px;
	padding-bottom: 5px;
	padding-left: 16px;
}

#nav a:hover, #nav li.current_page_item a {

	color: #FFFFFF;

	background-color: #7C7C36;

}

#nav li li { float: left; width: 150px; background: #b6b65a; border-top: 1px solid #ddd; }

#nav li li a {
	margin: 0;
	padding: 5px;
}



/* Sub-nav */

#sub-nav { float: left; padding: 0 0 0 15px; }

#sub-nav li { float: left; }

#sub-nav a {

	color: #4A532D;

	display: block;

	padding: 7px 17px;

}

#sub-nav li.current-cat a, #sub-nav a:hover {

	color: #FFFFFF;

	text-decoration: none;

	background-color: 7c7c36;

}

#sub-nav li li { float: left; width: 150px; background: #b6b65a; 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: -AEB77Bem; z-index: AEB77B; }

#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: #caca69;
	width: 170px;
	margin: 0;
	padding: 5px;
	background: #ddd;
	border: none;
	}
#search .search-submit { display: none; }

/************************************************
	Main content
************************************************/
#home, #content { width: 590px; }

#no-sidebar { width: 900px; }

#home.left, #content.left, #sidebar.left { float: left; margin: 0; }
#home.right, #content.right, #sidebar.right { float: right; margin: 0; }

/************************************************
	Images
************************************************/
/* Images */
#home img, #content img, #sidebar img {
	padding: 3px;
	background: #ebedc5;
	border: 1px solid #AEB77B;
	}

a img { border: none; }

#author-box .avatar, .author .post .avatar { width: 100px; height: 100px; float: left; margin-right: 10px; }

/* Post images */
.single img, .attachment img { max-width: 98.5%; }

/* Feature images */
#feature img, #features-numbers img { float: left; width: 300px; margin: 0 10px 0 0; }
html>body #feature img, html>body #features-numbers img { max-width: 300px; width: auto; }

/* Thumbnail images */
img.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 5px 0;
	}

/* Medium images */
img.medium { max-width: 300px; float: left; margin: 0 10px 5px 0; }

/* Flickr / gallery stream images */
#home .flickr img, #gallery-stream img { width: 75px; height: 75px; margin: 2px 13px 2px 0; }

/* Category headers */
.category-header, .menu h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #AD5A1D;
	margin: 0;
	padding-bottom: 0px;	
	}
/************************************************
	Sections of the site
************************************************/
/* Section headers */
.section-header, .menu h2 {
	font-size: 1em;
	font-weight: bold;
	color: #b6b65a;
	margin: 0;
	padding-bottom: 5px;	
	}

/* Sections and posts */
.section, #content .post, #excerpts .post, #full-posts .post, .paged .post {
	width: 570px;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: #fff;
	}
#full-post .byline, #post .byline, .byline {
	font-size: x-small;
	color: #7A8842;
	text-align: right;
}

/* No sidebar */
#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section { width: 898px; }
#no-sidebar .post { overflow: hidden; margin: 0 0 10px 0; padding: 10px; background: #fff; border-bottom: 1px solid #AEB77B; }

/* Posts */
#content .post, #home.paged .post { padding: 10px; border-bottom: 1px solid #AEB77B; }

/* Breadcrumb */
.breadcrumb { padding: 10px; border-bottom: 1px solid #AEB77B; }

/* Author box */
#author-box { padding: 10px; border-bottom: 1px solid #AEB77B; }

/* Navigation links */
.navigation-links { padding: 10px; border-bottom: 1px solid #AEB77B; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; width: 50%; text-align: right; }

/* Navigation image attachment */
.attachment-image { max-width: 99%; margin: 15px auto; display: block; }
.navigation-attachment { float: left; width: 100%; }
.navigation-attachment img { max-width: 150px; max-height: 150px; }
.navigation-attachment .left { float: left; width: 160px; }
.navigation-attachment .right { float: right; width: 160px; text-align: right; }

/* Related posts plugin */
#related { padding: 10px; border-bottom: 1px solid #AEB77B; }
#related ul { width: 100%; }
#related ul li { list-style-type: none; }

/* Clouds */
div.cloud { padding: 10px; border-bottom: 1px solid #AEB77B; }

/* Excerpts / Full Posts */
#excerpts, #full-posts { width: 590px; padding: 0; margin: 0; background: transparent; }
#excerpts .post, #full-posts .post { padding: 10px; border-bottom: 1px solid #AEB77B; }

/* Features Gallery */
#myGallery { width: 590px; height: 400px; margin: 0 0 10px 0; padding: 0; }
#myGallery .imageElement { display: none; }
#myGallery h3, #myGallery h2 {
	font-size: 1em;
	color: #FFFFCC;
}



/* Feature */
#feature { padding: 10px; border-bottom: 1px solid #AEB77B; }

/* Flickr photos and Gallery images (home) */
#home .flickr, #gallery-stream { width: 580px; padding: 10px 0 10px 10px; border-bottom: 1px solid #AEB77B; }
#home .flickr .section-header, #gallery-stream .section-header { margin-right: 10px; }

/* Post blocks */
#post-blocks { width: 590px; background: transparent; padding: 0; margin: -10px 0 10px 0; }
#post-blocks .post { width: 268px; margin: 10px 0 0 0; padding: 10px; background: #fff; border-bottom: 1px solid #AEB77B; }
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks .post-title { margin: 0 0 5px 0; font-size: 1em; }

/* Post sections */
#post-sections .section { padding: 10px; border-bottom: 1px solid #AEB77B; }
#post-sections .post-title { font-size: 1em; }

/* All post tabs */
#post-tabs .post-title, #post-block-tabs .post-title, #post-list-tabs .post-title { font-size: 1em; }
#post-tabs, #post-block-tabs, #post-list-tabs { background: transparent; width: 590px; padding: 0; }
#home .tab-content { width: 100%; padding: 0; background: #ffffff; }

#post-block-tabs .post, #post-list-tabs .post { width: 270px; padding: 10px; }
#post-block-tabs .even, #post-list-tabs .even { clear: none; float: right; }
#post-block-tabs .odd, #post-list-tabs .odd { clear: both; float: left; }

/* Post tabs */
#post-tabs .post { margin: 10px; padding: 0; }

/* Post list tabs */
#post-list-tabs .post ul { padding: 5px 2px 5px 7px; }
#post-list-tabs .post li { margin: 3px 0 5px 0; padding: 0; }
#post-list-tabs .post li a { display: inline; margin: 0; padding: 0; }

/* Features and video numbers */
#features-numbers, #video-numbers { background: transparent; width: 590px; padding: 0; border: none; }
#features-numbers div.tab-content, #video-numbers div.tab-content { top: 0; width: 570px; padding: 10px; border-bottom: 1px solid #AEB77B; }
#features-numbers ul.tabs, #video-numbers ul.tabs {
	width: 590px;
	display: block; clear: left;
	overflow: hidden;
	}

/* Video tabbed */
#video-tabbed { padding: 10px; border-bottom: 1px solid #AEB77B; }
#video-tabbed .video-list { float: right; width: 44%; }
#video-tabbed .video-list ul { width: 100%; }
#video-tabbed .video-list li { margin: 0 0 5px 0; border: 1px solid #AEB77B; }
#video-tabbed .video-list li a { color: #4A532D; 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 div.video { clear: none; float: left; width: 50%; }
div.v { display: none; }
div.v1 { display: block; }

/* Home custom sections */
#home-custom-1, #home-custom-2, #home-custom-3 { padding: 10px; border-bottom: 1px solid #AEB77B; }

/************************************************
	Sidebar
************************************************/
#sidebar {
	width: 320px;
	color: 4a532d;
}

.menu {
	overflow: hidden;
	width: 300px;
	margin-bottom: 10px;
	padding: 10px 10px 5px 10px;
	background: #fff;
	border-bottom: 1px solid #AEB77B;
	color: #4A532D;
	}

/* Sidebar lists and sidebar tab lists */
.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 ul li a, .tabbed div ul li a { display: block; padding: 2px 5px; }
#sidebar .menu li li a, .tabbed div li li a { display: block; padding: 2px 0 2px 8px; }

/* Sidebar tables (ex: calendar) */
#sidebar table {
	width: 95%;
	border: 1px solid #AEB77B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	color: #AEB77B;
}
#sidebar table tr {
	text-align: center;
	font-weight: bold;
	background-color: #e1e4a7;
}
#sidebar table a {
	color: #C1580B;
		}

#sidebar table tr td { text-align: center; background: #fff; }
#sidebar table tr td.pad { border: none; }

/* Recent comments widget */
#sidebar ul#get-recent-comments li { margin: 5px 0; }
#sidebar ul#get-recent-comments li a { display: inline; padding: 2px 0; }

/* Sidebar video */
#sidebar .video h3 { font-size: 1em; margin: 5px 0; }

/* Sidebar ads */
#sidebar .ads p { margin: 0; padding: 0; }
#sidebar .ads a img { border: none; padding: 0; }
#sidebar .ads img { width: 125px; height: 125px; margin: 0 9px 5px 11px; border: none; padding: 0; }

/* Sidebar gallery and flickr photos */
#sidebar .flickr img, #sidebar .gallery-stream img { width: 75px; height: 75px; margin: 3px 9px 3px 7px; }

/* Sidebar search */
#sidebar .search input { width: 96%; padding: 5px; background: #ebedc5; border: 1px solid #AEB77B; }
#sidebar .search input.search-submit { display: none; }

/* Sidebar subscribe */
#sidebar .subscribe div { padding-left: 2px; }
#sidebar .subscribe #feed-sidebar { height: 35px; overflow: hidden; background: url(images/feed-icon.gif) no-repeat left .3em; }
#feed-sidebar li { padding: 0 0 0 36px; }
#feed-sidebar li a { font-size: .9em; padding: 0; margin: 0; }

/* Sidebar recent */
#sidebar .recent .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 { font-weight: bold; }
#sidebar .recent p { font-size: .9em; line-height: 1.4em; margin: 0; padding: 0; }

/************************************************
	Tabs
************************************************/

/* Tabs (actual tabs) */
.tabbed { background: transparent; border: none; }
#sidebar .tabbed { margin-bottom: 10px; }
.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: #4A532D;
	float: left;
	display: block;
	margin: 0 3px 0 0;
	padding: 6px .6em;
	background: #e1e4a7;
	}
.tabbed ul.tabs li a.t4 { margin-right: 0; }
.tabbed ul.tabs li a:hover {
	text-decoration: none;
	background-color: #ffffff;
}
.tabbed ul.tabs li a.tab-current { background: #fff; border-bottom: 1px solid #fff; }

/* Tab content */
.tabbed div.tab-content {
	height: 100%;
	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 #AEB77B;
	}
div.t2, div.t3, div.t4, div.t5 { display: none; }
.tabbed div.c { display: none; }
.tabbed div.c1 { display: block; }

/************************************************
	Comments Template
************************************************/
#comments-template {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #fff;
	border-bottom: 1px solid #AEB77B;
	}
#comments-template ol { list-style-type: none; margin-top: 10px; }
#comments-template li {
	width: 97.5%;
	clear: left;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 1%;
	background: #dcdfd5;
	border: 1px solid #AEB77B;
	}
#comments-template .avatar {
	float: left;
	width: 50px; height: 50px;
	margin: 7px 12px 0 0;
	background: #eee;
	border: 1px solid #AEB77B;
	padding: 2px;
	}
#comments-template li.alt { background: #ebedc5; }
#comments-template .comment-meta-data { float: left; font-size: 1em; margin-top: 7px; }
#comments-template li .comment-meta-data a.time { margin-left: 5px; color: #7b824a; }
#comments-template li .comment-text { float: left; width: 87%; padding: 0; }
#no-sidebar #comments-template li .comment-text { width: 92%; }
#comments-template input {
	color: #000;
	width: 50%;
	padding: 5px;
	margin: 0;
	background: #ebedc5;
	border: 1px solid #AEB77B;
	}
#no-sidebar #comments-template input { width: 25%; }
#comments-template textarea {
	color: #000;
	width: 97%;
	padding: 7px;
	background: #ebedc5;
	border: 1px solid #AEB77B;
	}
#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 15px 5px;
	color: #4A532D;
	background: #b6b65a;
	font-size: xx-small;
	}

#footer p { margin: 5px 0; line-height: 1.3em; }
#footer p.left, #footer p.right { width: 50%; }
#footer p.right { text-align: right; }
#footer p.center { text-align: center; }

/************************************************
	Print Button
************************************************/
#wp-print-button {
	clear: both;
	float: left;
	width: 600px;
	text-align: center;
	margin: 5px;
	color: #FFFFFF;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	background-color: #C06716;
	border-top-color: #6A3D0F;
	border-right-color: #6A3D0F;
	border-bottom-color: #6A3D0F;
	border-left-color: #6A3D0F;
	margin-top: 50px;

	}
