/* 
Theme Name: WTWA
Template: hybrid
*/


	 @import url('../hybrid/library/css/18px.css'); 
     @import url('../hybrid/library/css/drop-downs.css');
     
/* new clearfix */
.clearfix:after, #container:after, #navigation:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/**
* Body
************************************************/

/* Contains everything */
body {background: #3e4b36 url(images/bodybg.png) repeat;color: #2a1f0e; font-family: Georgia,"Times New Roman",serif;font-size: 12px;}

	/* Wrapper for everything inside of the body */
	#body-container {width: 833px;margin: 0 auto;}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link,a:visited {color:#789436;}
a:hover, a:active {text-decoration:underline;}
a.noborder:hover, a.noborder:active {text-decoration:none;}
a:active {}
a#design {color: #5d7235;}
/* Headers */
h1 {}
h2 {}
h3 {}
.home h2 {font-size: 20px;}
.home h3 {font-size: 12px;letter-spacing:-1px;}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */

.size-thumbnail, .thumbnail {padding: 3px; background-color:#374430;}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {padding:20px 0;position:relative;}

	/* Contains site title and tagline */
	#header {}
#top-nav {list-style:none;position:absolute;top:35px;right:25px;}
#top-nav li {float: left;border-right: 2px solid #789436;padding: 0 3px;}
#top-nav li a {color: #e4e1b3;font-size:12px;}
#top-nav li a:hover {color: #789436;}
#top-nav li.nosep {border:none;padding:none;}

		#site-title {margin-bottom:0;}

			#site-title a {border:none;margin:0;background: transparent url(images/logo.png) no-repeat scroll center top;width: 227px; height: 61px;display:block;}

				#site-title a span {}



		/* Site description/tagline */

		#site-title a span,#site-description {display:none;}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {
	/* position: relative;
	top: -102px; */
	width: 833px;
	height: 40px;
	margin: 0 auto;
	background: transparent url(images/container_top.png) no-repeat;
	}
#page-nav {
    padding-top:20px;
	width: 566px;
	margin: 0 auto;
	}
#page-nav ul {
	list-style: none;
	margin: 0;
	}
#page-nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#page-nav a {
	display: block;
	font: normal normal bold 14px/14px Arial, Verdana, sans-serif;
	color: #e4e1b3;
	background-color: #374430;
	margin: 3px 9px;
	padding: 6px;
	}
#page-nav a:hover {
	background-color: #e4e1b3;
	color: #374430;
	}

/* Drop-down styles */
#page-nav li:hover ul, #page-nav li.sfHover ul  {
	top: 40px;
	}
#page-nav li li:hover ul, #page-nav li li.sfHover ul, #page-nav li li li:hover ul, #page-nav li li li.sfHover ul  {
	top: -1px;
	}
#page-nav ul ul {
	border-top: 1px solid #789436;
	background: #374430;
	}
#page-nav li li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #789436;
	}
#page-nav li li a {
	padding: 6px;
	border: none;
	}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {background: transparent url(images/container_middle.png) repeat-y;}
#container-bottom {background: transparent url(images/container_bottom.png) no-repeat; height: 54px;width:833px;float:left;}
#inner {width: 644px; margin: 0 auto;}
	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {}
	.content {width: 496px;margin: 0 auto;float:left;}
.home #inner {width: 555px;}
.home .content {width: 400px;}
#slideshow {padding:40px 0; width:551px;margin: 0 auto;}
		/* Breadcrumb trail */
		.breadcrumb {display:none;}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {position:relative;}

			/* Post, page, and archive titles */
			.blog .entry-title, .singular-post .entry-title {padding-top:21px;}
            span.smaller{font-size: 0.6em;}
			.entry-title a {color: #2a1f0e;}
			.single-title {}
			.home .page-title {display:none;}
			.home .entry-content h2.heading {text-indent: -9999px;background: transparent url(images/title.png) no-repeat; width:349px; height:49px;}
			.page-title a {color: #2a1f0e;}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {position:absolute;top:0;left:0;}
.home .byline {display:none;}
			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {display:none;}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

/**
* Comments
************************************************/
#comments-template {
	overflow: hidden;
	padding: 20px 0px 0px 0px;


width: 359px;
	}

.comments-header {
	font-size: 18px;
	font-weight: bold;
	}

/* Comment list */
.comment-list, .comment-list ol {
	list-style: none;
	margin: 0;
	}
.comment-list li, .comment-list li li li, .comment-list li li li li li {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 10px 20px 0 20px;
	background: #f7f7f7;
	border: 1px solid #ddd;
	}
.comment-list li li, .comment-list li li li li, .comment-list li li li li li li {
	background: #fff;
	border: 1px solid #ddd;
	}

/* Comment avatar */
.comment-list li .avatar {
	float: right;
	width: 37px;
	height: 37px;
	margin: 5px 10px 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	}

/* Comment meta */
#comments .comment-meta-data {
	margin: 5px 0 10px 0;
	font-style: italic;
	font-size:10px;
	color: #666;
	}
#comments cite {
	font-weight: bold;
	font-style: normal;
	}

/* Comment text */
#comments .comment-text {
	clear: left;
	}

/* Comments form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 20px 0px 0 0px;
	}
#respond p input {margin:0 15px 0 0;}
.text-input {
	display: block;
	padding: 5px;
	width: 266px;
	margin:  0 0 20px 0;
	background: #eee;
	border: 1px solid #ddd;
	float:left;
	}
#respond label {
	font-style: italic;
	}
#respond span.required {
	font-weight: bold;
	color: #01203C;
	}
textarea {
	width: 98%;
	padding: 5px;
	margin: 0;
	border: 1px solid #ddd;
	background: #eee;	
	}
.form-textarea label {display:none;}
.button {
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	font-weight: bold;
	color: #fff;
	border: 1px double #333;
	background: #5d7235;
	}
.button:hover {
	cursor: pointer;
	background: #789436;
	}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {color:#c1c299;text-align:center;padding-top:20px;text-transform:uppercase;font-size: 12px;font-weight:bold;}

	/* Primary widget section */
	#primary, #secondary {color:#c8b570;width: 129px;float:right;display:inline;background-color: #374430;border: 1px solid #5b634b;
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=125,strength=5)"; /* IE8+ */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=125,strength=5); /* IE7 and lower */


}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}
					#primary .widget ul li a, #secondary  .widget ul li a {color: #c1c299;}

	/* Secondary widget section */
	#secondary {clear:right;margin-top: 20px;}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {width: 833px;}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {width:765px;margin: 0 auto;font-size: 10px;text-align:center; color:#85876C;line-height: 15px;}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
