/*
 * Theme Name: Timmerman
 */

* { margin: 0; padding: 0; z-index: 2;  }
.clearfix: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 */
html, body { height: 100%; }
ul {	list-style: none; }
a { text-decoration: none; }

img {
	margin-bottom: -4px;
}

.wrap {
	width: 980px;
	margin: auto;
}

body {
	font-family: "Arial";
	background: #56321c url("images/body-background.jpg") repeat-x;
	min-width: 1200px;
}

#header {
	position: relative;
}
	#header #logo-anchor {
		position: absolute;
		display: block;
		height: 172px;
		width: 190px;
		z-index: 100;
		left: -65px;
	}
	#header #logo {
		text-indent: -9999px;
		
		position: absolute;
		left: -98px;
		
		height: 220px;
		width: 260px;
		
		background: url("images/tag.png") no-repeat;	
		
		z-index: 4;
	}
	
	#header-stuff {
		height: 115px;
		position: relative;
		z-index: 15;
	}
	
	#header-share {
		position: absolute;
		right: 0;
	}
		#header-share li {
			float: left;
			margin-right: 10px;
			background: url("images/sprite.png") no-repeat;			
		}
		#header-share li a {
			display: block;

			height: 30px;
			width: 30px;
			
			text-indent: -9999px;
		}
		
		#header-share form {
			height: 30px;
			position: relative;
		}
		
		#header-share label {
			position: absolute;
			left: 30px;
			font-size: 12px;
			line-height: 30px;
			font-style: italic;
			color: #806c50;
			padding-left: 10px;
			cursor: text;
		}
		
		#header-share div.success, #header-share div.loading {
		    padding-top: 5px;
		    color:  #806C50;
		    font-style: italic;
		    font-size:  12px;
		    width: 170px;
		    text-align:  center;
		}
		
		#header-share input[type="text"]{
			height: 30px;
			border: none;
			background: #d1c794;
			outline: none;
			float: left;		
			
			
			color: #806c50;
			font-size: 12px;
			line-height: 30px;
			padding-left: 10px;
						
			width: 130px;			
		}
		
		#header-share #share-email {
			background: none;
		}
		#header-share #share-email input[type="submit"] {
			background: url("images/sprite.png");
			height: 30px;
			width: 30px;
			border:  none;
			outline: none;
			float: left;
			cursor: pointer;
		}
		#header-share #share-email input[type="submit"]:hover {
			background-position: 0 -30px;
		}

		#header-share #share-search {
			background: none;
		}		
		#header-share #share-search input[type="submit"] {
			background: url("images/sprite.png") -90px 0;
			width: 30px;
			height: 30px;
			border: none;
			outline: none;
			float: left;
			cursor: pointer;			
		}
		#header-share #share-search input[type="submit"]:hover {
			background-position: -90px -30px;
		}	
		

		
		#header-share #share-email:hover {
			background-position: 0 -30px;
		}
		
		#header-share #share-rss {
			background-position: -60px 0;
		}
		#header-share #share-rss:hover {
			background-position: -60px -30px;
		}
		
		#header-share #share-facebook {
			background-position: -30px 0;
		}
		#header-share #share-facebook:hover {
			background-position: -30px -30px;
		}
		
		#header-share #share-twitter {
			background-position: -120px 0;
		}
		#header-share #share-twitter:hover {
			background-position: -120px -30px;
		}
				
	
	
	.menu-main-navigation-container {
		position: relative;
		top: 35px; 
		left: 150px;
	}
		.menu-main-navigation-container>ul>li>a {
			font-size: 19px;
			line-height: 41px;
			color: #51321b;
		}
		.menu-main-navigation-container>ul>li>a:hover {
			color: #bf6818;
		}
		.menu-main-navigation-container>ul>li {
			float: left;
			margin-right: 52px;
		}
		.menu-main-navigation-container>ul>li>ul {
			display: none;
			position: absolute;
			z-index: 200;
		}
		.menu-main-navigation-container>ul>li>ul>li {

			padding-right: -10px;
			
			margin-bottom: 1px;
			
			margin-left: -4px;
			
			background: url("images/sub-nav-background.png") no-repeat;
			background-size: 100% 100%;
			
			width: 210px;
		}
		.menu-main-navigation-container>ul>li>ul>li a {
			font-size: 14px;
			line-height: 18px;	
			color: #dbd2a6;
			font-weight: normal; 
			
			display: block;
			
			padding-top: 10px;
			padding-bottom: 10px;
			padding-left: 15px;
			padding-right: 15px;
			
		}
		.menu-main-navigation-container>ul>li>ul>li a:hover {
			color: #8b9638;
		}
		
	#made-in-america {
		background: url("images/made-america.png");
		height: 113px;
		width: 150px;
		
		position: absolute;
		z-index: 40;
		right: 0;
		top: -25px;
	}	
		
	#slider {
		position: relative;
		height: 320px;
		z-index: 2;
	}
		#slider-nav {
			position: absolute;
			z-index: 40;
			right: -32px;
			top: 7px;
		}
		#slider-nav a {
			display: block;
			position: relative;
			z-index: 40;

			height: 37px;
			width: 41px;
			
			z-index: 2;
			
			background: url("images/sprite.png") no-repeat 0 -90px;	
		}
		
		#slider-nav #next-slide:hover {
			background-position: 0 -150px;
		}
		
		#slider-nav #previous-slide {
			background-position: -60px -90px;
		}
		#slider-nav #previous-slide:hover {
			background-position: -60px -150px;
		}		
		
		#slider ul li {
			position: absolute;
			z-index: 2;
			overflow: hidden;
			height: 320px;
		}
			#slider ul li img {
				width: 980px;
			}
		#slider ul li.current {
			z-index: 1;
		}

#main { 
	background: url("images/content-background.png");
	width: 1050px;
	min-height: 1000px;
}

#content {
	width: 600px;
	margin-left: 85px;
	float: left;
	padding-top: 46px;
}
	#category-name h1, #tag-name h1 {
		font-size: 21px;
		line-height: 26px;
		color: #bf6818;
		margin-bottom: 60px;
	}
	
	.post {
		position: relative;
		margin-bottom: 40px;
	}
	.post article {
		position: relative;
	}
		.post .post-date {
			position: absolute;
			
			left: -92px;
			top: -20px;
			
			height: 125px;
			width: 86px;
			
			background: url("images/green-fresh.png") no-repeat -20px -20px;
		}
			.post .post-date.green {
				background: url("images/green-fresh.png") no-repeat -20px -20px;
			}
			.post .post-date.orange {
				background: url("images/orange-fresh.png") no-repeat -20px -20px;
			}
			.post .post-date.yellow {
				background: url("images/yellow-fresh.png") no-repeat -20px -20px;
			}
		.post .post-date div {
			position: relative;
			top: 40px;

			font-size: 19px;
			line-height: 12px;
			font-weight: bold;
		}
			.post .post-date div {
				text-align: center;
				
				color: #bf6818;
			}
			.post-date .post-day, .post-date .post-month {
				color: #52301a;				
			}
			.post-date .post-year {
				font-size: 11px;
				line-height: 12px;
				color: #8b9638;
			}
		
		.post article h1 {
			font-size: 21px;
			line-height: 26px;
			color: #bf6818;
		}
		.post article h2 {
			font-size: 16px;
			line-height: 22px;
			color: #8b9638;
			padding-bottom: 17px;
		}
		.post article p {
			font-size: 13px;
			line-height: 20px;
			color: #52301a;
			padding-bottom: 17px;
		}
		.post article .byline {
			font-size: 14px;
			line-height: 24px;
			color: #8b9638;
			margin-bottom: 17px;
		}
		.post article .byline a{
			color: #bf6818;
		}
		.post article .author {
			color: #bf6818;
		}
		.post article a {
			color: #bf6818;
		}
		.post article a:hover {
			text-decoration: underline;
		}
		.post article .wp-caption-text {
			font-size: 13px;
			line-height: 30px;
			font-style: italic;
			padding-left: 75px;
			padding-bottom: 0;
			margin-bottom: 17px;
			margin-top: 0;
			color:#BF6818;
			width: 525px;
			background: #e0d7b5 url("images/caption-background.png") no-repeat;
		}

		.post article blockquote {
			font-size: 13px;
			line-height: 20px;
			
			position: relative;
			
			padding-top: 20px;
			padding-right: 18px;
			padding-left: 46px;			
			margin-bottom: 17px;
			
			background: url("images/quote-background.png");
		}
			.post article blockquote p:first-child, .post article blockquote h4:first-child {
				padding-left: 46px;
				margin-left: -46px;
				background: url("images/quote-mark.png") no-repeat 0 -11px;
				padding-bottom: 17px;
			}


		.post article ul {
			margin-left: 25px;
			list-style-image: url("images/article-list-image.png");
			padding-bottom: 17px;
			
			font-size: 13px;
			line-height: 20px;
			color: #52301A;
		}
		.post article ol {
			margin-left: 25px;
			margin-bottom: 17px;
						
			font-size: 13px;
			line-height: 20px;
			color: #52301A;
			
		}
		
		.post article .alignleft {
			float: left;
			margin-right: 20px;
		}
	
		.post article .alignright {
			float: right;
			margin-left: 20px;
		}
		
		.post article .aligncenter {
			display: block;
			margin: 0 auto;
		}		
	
	.read-more {
		font-size: 13px;
		line-height: 20px;
		font-weight: bold;
		font-style: italic;
		color: #52301a;
		
		display: block;
		position: relative;
	}
	
	#end-question {
		background: url("images/what-do-you-think.png") no-repeat 0 -18px;
		
		/* min-height: 190px;
		width: 417px;
	
		position: relative;
		
		left: -39px;
		top: -10px;
		
		padding-left: 183px;
		padding-top: 64px;
		
		*/
		
		position: relative;
		width: 417px;
		
		padding-left: 183px;
		left:-40px;
		
		min-height: 65px;
		padding-top: 45px;
		padding-bottom: 45px;
		
		font-size: 21px;
		line-height: 30px;
		
		font-style: italic;
		font-weight: bold;
		
		color: #52301a;
	}
	
	.post-share {
		background: url("images/divider-thread.png");
		height: 72px;
		width: 646px;
		margin-top: 20px;
		
		position: relative;
		left: -5px;
	}
		.post-share a{
			float: left;
		}
		.post-share .comments-link {
			background: url("images/comment-background.png");
			height: 39px;
			width: 135px;
			
			display: block;
			
			position: relative;
			top: -17px;
			margin-left: 69px;
			margin-right: 20px;
			
			padding-top: 20px;
						
			font-size: 11px;
			line-height: 17px;
			text-transform: uppercase;
			font-weight: bold;
			color: #38420f;
			text-align: center;
		}
		.post-share .comments-link {
			color: #38420f;
		}
		.post-share .comments-link .comments-number {
			font-size: 15px;
			color: #c26f23;
			text-transform:none;
		}
		.post-share .comments-link:hover, .post-share .comments-link:hover .comments-number {
			color: #52301a;
		}
		
	.share-buttons {
		margin-left: 18px;
		display: block;
		position: relative;
	}	
		
	.addthis_toolbox {
		float: left;
	}	
	
	.twitter-share-button {
		float: left;
		margin-left: 30px;
	}
	
	.fb-like {
		float: left;
		margin-left: 18px;
	}
		
	.comment, .pingback {
		color: #52301a;
		
		position: relative;
		margin-top: 27px;
	}	
	
	.big-quote {
		position: absolute;
		color: #bf6818;
		font-size: 55px;
		font-weight: bold;
		left: 10px;
		top: 22px;
	}
		.comment .big-quote {
			
		}
	
	.comment.depth-1, .pingback.depth-1 {
		margin-top: 16px;
	}
	
	.comment ul li, .pingback ul li  {
		list-style: none;
	}
		.says {
			font-size: 15px;
			line-height: 15px;
			
			padding-bottom: 10px;
			color: #52301a;
			font-weight: normal;
		}
			.pingback .says {
				display: none;
			}
		.comment-author {
			color: #bf6818;
				
			font-weight: bold;
			float: left;
		}
		.comment-author a {
			color: #bf6818;
		}
			.comment-author a:hover {
				text-decoration: underline;
			}
		.comment-author cite {
			font-style: normal;
		}
		.comment-meta {
			font-size: 11px;
			line-height: 20px;
			float: right;
			
			font-style: italic;
		}

		.comment p, .pingback p {
			clear: both;
			font-size: 13px;
			line-height: 20px;
			
			padding-left: 46px;
			padding-top: 16px;
			padding-right: 18px;
			
			background: url("images/quote-background.png") repeat-y 0 0;
			padding-bottom: 16px;
		}
		.comment a, .pingback a {
			color: #bf6818; 
		}
		.comment-meta a {
			color: #52301a;
		}
		.comment .depth-2, .pingback .depth-2 {
			margin-left: 26px;
			margin-top: 16px;
		}
		.comment .depth-2 .comment, .pingback .depth-2 .comment {
			margin-top: 32px;
		}
		.comment .depth-2 .comment-author, .pingback .depth-2 .comment-author {
			padding-left: 76px;
			background: url("images/comment-reply.png") no-repeat;	
			height: 25px;
		}
		.comment .reply, .pingback .reply {
			position: relative;
			margin-top: 16px;
			font-size: 11px;
		}
	
		#respond {
			margin-top: 20px;
		}
			#respond form {
				margin-top: 12px;
				padding-bottom: 122px;
			}
	
		#cancel-comment-reply-link {
			color: #BF6818;
		}
		
	#comments-closer {
		background: url("images/divider-thread.png");
		height: 72px;
		width: 646px;
		left: -5px;
		position: relative;
		margin-top: 10px;
		margin-bottom: 6px;
	}
		
	#comment-form {
		
	}	
		#comment-form h3 {
			color: #bf6818;
			font-size: 25px;
			margin-bottom: 12px;
		}
		 
		
		#comment-form label, #respond label {
			color: #52301a;
			
			font-weight: bold;
			
			font-size: 15px;
			line-height: 28px;
			
			margin-left: 12px;
			
			position: absolute;
			cursor: text; 
		}
			#comment-form label span, #respond label span {
				font-style: italic;
				font-size: 12px;
				font-weight:normal;
				color: #bf6818;
			}
			#comment-form label[for="url"] span, #respond label[for="url"] span {
				color: #8b9638;
			}
			#comment-form #follow-label, #respond #follow-label {
				position: relative;
				display: block;
				
				color: #52301a;
				
				font-size: 13px;
				line-height: 20px;
				width: 275px;
				
				float: left;
				margin-left: 8px;
			}
		#comment-form input, #respond input {
			outline: none;
			background: #e0d7b5;
			
			border: none;
			
			padding-left: 12px;
		}	
			#comment-form input[type="text"], #respond input[type="text"] {
				height: 28px;
				width: 600px;			

				margin-bottom: 20px;
			}
			#comment-form input.checkbox, #respond input.checkbox {
				float: left;
				display: none;

				height: 22px;
				width: 22px;
			}
			#comment-form #dummy-check, #respond #dummy-check {
				float: left;
				display: none;
				
				position: relative;
				
				background: url("images/sprite.png") no-repeat 0 -360px;
				
				display: block;
				
				height: 22px;
				width: 22px;
				
				margin-left: 30px;
			}
			#comment-form #dummy-check.active, #respond #dummy-check.active {
				background-position: -60px -360px;
			}
			#comment-form input[type="submit"], #respond input[type="submit"] {
				background: url("images/submit-button.png") no-repeat;
				height: 122px;
				width: 157px;
				
				float: left;
				cursor: pointer;
				text-indent: -9999px;
			}
				#comment-form input[type="submit"]:hover {
					background-position: 0 -122px;
				}
		#comment-form textarea, #respond textarea {
			outline: none;
			background: #e0d7b5;
			
			border: none;
			margin-bottom: 20px;
			
			width: 600px;		

			resize: none;
			
			padding-top: 8px;
			padding-left: 12px;

			overflow: 	auto;
		}
		
		.logged-in-as {
			margin-bottom: 12px;
			color: #52301a;
		}
			.logged-in-as a {
				color: #bf6818;
			}
			.logged-in-as a:hover {
				text-decoration: underline;
			}
		
		#follow-form-elements {
			position: relative;
			top: 40px;
		}
	
	#page-navigation {
		background: url("images/pagination-divider.png");
		display: block;
		height: 60px;
		width: 600px;
	}
	
	#page-navigation a {
		color: #52301a;
		
		line-height: 60px;
		
		font-weight: bold;	
		
		margin-top: 18px;	
	}
		#page-navigation a[rel="prev"] {
				height: 14px;
				width: 60px;
				display: block;
				text-indent: -9999px;
				background: url("images/sprite.png") no-repeat -60px -330px;
				float: left;
		}
			#page-navigation a[rel="prev"]:hover {
				background-position: -60px -345px;
			}
		#page-navigation a[rel="next"] {
			height: 14px;
			width: 30px;
			display: block;
			
			background: url("images/sprite.png") no-repeat 0 -330px;			
			
			float: right;
		}
			#page-navigation a[rel="next"]:hover {
				background-position: 0 -345px;	
			}
			
	#page-control {
		position: relative;
		height: 47px;
		width: 600px;
		text-align: center;
	}			
	#page-control ul {
		margin: auto;
		display: block;
	}
		#page-control li{
			display: inline-block;
			margin-left: 5px;
			margin-right: 5px;
			line-height: 47px;
		}
		#page-control li a {
			color: #8c9739;
			font-weight: bold;
			font-size: 15px;
		}
		#page-control a.prev, #page-control a.next {
			display: block;
			height: 47px;
			width: 60px				
		}
		#page-control li a:hover {
			color: #cf7019;
		}
		#page-control a.next {
			background: url("images/sprite.png") no-repeat 0 -210px;
			position: absolute;
			display: block;
			left: 0;
			top: 0;
		}
		#page-control a.next:hover {
			background: url("images/sprite.png") no-repeat 0 -270px;
		}
		#page-control a.prev {
			background: url("images/sprite.png") no-repeat -60px -210px;
			position: absolute;
			right: 0;
			top: 0;
		}
		#page-control a.prev:hover {
			background: url("images/sprite.png") no-repeat -60px -270px;
		}

	.search {
		
	}
		.search>#content {
			font-size: 13px;
			color: #52301a;
			line-height: 20px;
		}
		.search>#content a {
			color: #bf6818;
		}
			.search>#content a:hover {
				text-decoration: underline;
			}
		.search>#content>h1 {
			color: #bf6818;
			font-size: 21px;
			line-height: 28px;
			margin-bottom: 20px;
		}	
		.search>#content>ol {
			margin-left: 20px;
		}
		.search>#content>ol>li {
			margin-bottom: 20px;
		}

	.cform {
		
	}

		.cform legend {
			display: none;
		}
		article .cform ol {
			list-style: none;
			margin-left: 0;
		}
		.cform fieldset {
			border: none;
		}
		
		
				.cform h3 {
			color: #bf6818;
			font-size: 25px;
			margin-bottom: 12px;
		}
		 
		
		.cform label {
			color: #52301a;
			
			font-weight: bold;
			
			font-size: 15px;
			line-height: 28px;
			
			margin-left: 12px;
			
			position: absolute;
			cursor: text; 
		}
			.cform label span {
				font-style: italic;
				font-size: 12px;
				font-weight:normal;
				color: #bf6818;
			}
			.cform label[for="website"] span {
				color: #8b9638;
			}
			.cform #follow-label {
				position: relative;
				display: block;
				
				color: #52301a;
				
				font-size: 13px;
				line-height: 20px;
				width: 275px;
				
				float: left;
				margin-left: 8px;
			}
		.cform input {
			outline: none;
			background: #e0d7b5;
			
			border: none;
			
			padding-left: 12px;
		}	
			.cform input[type="text"] {
				height: 28px;
				width: 600px;			

				margin-bottom: 20px;
			}


			.cform input[type="submit"] {
				background: url("images/submit-button.png") no-repeat;
				height: 122px;
				width: 157px;
				
				float: left;
				cursor: pointer;
				text-indent: -9999px;
			}
				.cform input[type="submit"]:hover {
					background-position: 0 -122px;
				}
		.cform textarea {
			outline: none;
			background: #e0d7b5;
			
			border: none;
			margin-bottom: 20px;
			
			width: 600px;		

			resize: none;
			
			padding-top: 8px;
			padding-left: 12px;

			overflow: 	auto;
		}
		.cform .cf-box-group label{
			line-height: 22px;
			display: block;
			position: relative;
			margin-left: 30px;
			margin-bottom: 20px;
			
		}
		.cform input[type="checkbox"]{
			display: none;

		}		
		
		.cf-box-title {
			color: #51321b;
			font-weight: bold;
			
			margin-bottom: 20px;
		}
		
			.cform .dummy-check {
				position: relative;
				float: left;
				clear: both;
				
				background: url("images/sprite.png") no-repeat 0 -360px;
				
				display: block;
				
				z-index: 400;
				
				height: 22px;
				width: 22px;
				
				margin-bottom: 20px;
			}
			.cform .dummy-check.active {
				background-position: -60px -360px;
			}		

	.linklove {
		display: none;
	}

	#side-bar {
		width: 280px;
		margin-left: 50px;
		float: left;
		position: relative;
	}
		#side-bar #expiration-date {
			background: url("images/expiration-date.png");
			height: 11px;
			width: 167px;
			margin-top: 41px;
		}
		#side-bar #twitter-feed {
			font-size: 12px;
			line-height: 15px;
			color: #392212;
			
			width: 225px;
			height: 174px;
			
			position: relative;
			left: -24px;
			
			padding-left: 43px;
			padding-right: 70px;
			padding-top: 35px;
			
			margin-bottom: -25px;
			
			background: url("images/twitter-background.png");
		}
			#side-bar #twitter-feed #tweet-author {
				font-size: 13px;
				text-transform: uppercase;
				margin-bottom: 15px;
				text-indent: -9999px;
			}
			#side-bar #twitter-feed #tweet-author a {
				color: #efebd5;
			}
			#side-bar #twitter-feed #twitter-name {
				background: url("images/sprite.png") no-repeat 0 -390px;
				height: 10px;
				width: 134px;
				display: block;
				float: left;
			}
			#side-bar #twitter-feed #says {
				background: url("images/sprite.png") no-repeat 0 -405px;
				height: 11px;
				width: 34px;
				display: block;
				float: left;
				margin-left: 5px;
			}
			#side-bar #twitter-feed #tweet-content {
			}
			#side-bar #twitter-feed #tweet-content a {
				color: #efebd5;
			}
			#side-bar #twitter-feed #tweet-data {
				position: absolute;
				bottom: 42px;
			}
			#side-bar #twitter-feed #tweet-data a {
				color: #392212;
			}
			#side-bar #twitter-feed .tweet-divider {
				color: #66564c;
			}
			#side-bar #twitter-feed #tweet-data #retweet, #side-bar #twitter-feed #tweet-data #follow-me {
				font-weight: bold;
			}
			#side-bar #twitter-feed #tweet-data #retweet a:hover, #side-bar #twitter-feed #tweet-data #follow-me a:hover {
				color: #efebd5;
			}
			
		#side-bar #book-banners>* {
			display: block;
		}	
			
		#side-bar #travel-invitation {
			line-height: 16px;
			
			height: 203px;
			width: 215px;

			position: relative;
			left: -24px;
			
			padding-left: 81px;
			padding-right: 56px;

			padding-top: 49px;
			
			margin-top: -35px;
			
			background: url("images/feature-background.png");
		}
			#side-bar #travel-invitation h3{
				font-size: 13px;
				color: #efebd5;
				margin-bottom: 16px;
			}
			#side-bar #travel-invitation p {
				font-size: 12px;
				color: #392212;
			}
			#side-bar #travel-invitation h4 {
				font-style: italic;
				font-weight: bold;
			}
			#travel-invitation a {
				color: #efebd5;
				
				font-size: 9px;
				
				font-style: italic;
				font-weight: bold;
				text-transform: uppercase;
			}
		
		#side-bar #topics-button {
			width: 89px;
			height: 22px;
			
			float: left;
			
			background: url("images/topics-button.png");
			
			font-size: 11px;
			line-height: 20px;
			font-weight: bold;
			
			padding-left: 8px;
			
			color: #bf6818;
			cursor: pointer;
			
			margin-right: 10px;
			margin-bottom: 3px;
		}
		#side-bar #archives-button {
			width: 89px;
			height: 22px;
			float: left;
			
			background: url("images/archives-button.png");
			
			font-size: 11px;
			line-height: 20px;
			font-weight: bold;
			
			padding-left: 8px;
			
			color: #bf6818;		
			cursor: pointer;
			
			margin-bottom: 3px;	
		}
		
		#side-bar #topics-list {
			position: absolute;
			display: none;
		}
			#side-bar #topics-list>ul {
				background: #ebe7d0;
				/* background: url("images/topics-list-background.png"); */
				border: #dedac1 1px solid;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}

			#side-bar #topics-list>ul>li{
				width: 129px;
				
				font-size: 12px;
				line-height: 22px;
				
				border-bottom: 1px solid #ddd8be;

				padding-left: 11px;
				position: relative;
				z-index: 200;
			}
			#side-bar #topics-list>ul>li:last-child {
				border-bottom: none;
			}
			#side-bar #topics-list>ul>li>ul{
				padding-left: 28px;
				list-style: disc;
			}
			#side-bar #topics-list ul li a {
				color: #52301a;
			}
			#side-bar #topics-list ul li a:hover {
				color: #bf6818;
			}
						
		#side-bar #archives-list {
			position: absolute;
			z-index: 200;
			display: none;
			left: 107px;
		}	
			#side-bar #archives-list>ul {
				/* background: url("images/topics-list-background.png"); */
				
				width: 97px;
				
				border: #dedac1 1px solid;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				background: #efebd5;
			}
			#side-bar #archives-list>ul>li{
				font-size: 12px;
				line-height: 22px;
				
				background: url("images/archives-list-down.png") no-repeat;
				
				border-bottom: 1px solid #ddd8be;
				
				padding-left: 11px;
			}
			#side-bar #archives-list>ul>li:last-child {
				border-bottom: none;
			}
			#side-bar #archives-list>ul>li.active {
				background: url("images/archives-list-up.png") no-repeat; 
			}
			#side-bar #archives-list>ul>li>ul{
				padding-left: 9px;
				display: none; 
			}
			#side-bar #archives-list ul li a {
				color: #52301a;
			}
			#side-bar #archives-list ul li a:hover {
				color: #bf6818;
			}			
			
#footer {
	background: url("images/footer-background.png");
	
	width: 965px;
	height: 242px;
	
	position: relative;
	
	padding-left: 85px;
	padding-top: 62px;
	z-index: 1;
}	
	#footer > div {
		float: left;
	}
	
	#first-footer {
		width: 163px;
		font-family: Verdana, Arial;
	}
		#first-footer h3 {
			font-weight: bold;
			font-style: italic;
			font-size: 14px;
			line-height: 15px;	
			color: #422714;	
		}
		#first-footer p {
			font-size: 10px;
			line-height: 15px;	
			color: #422714;
		}
		#first-footer a {
			color: #ffffff;
		}
		#first-footer img {
			margin-top: 15px;
			margin-bottom: 15px;
		}
	
	#quotes {
		position: absolute;

		width: 380px;

		left: 260px;
	}
		#quotes p {
			font-size: 12px;
			line-height: 15px;
			margin-bottom: 15px;
		}
		.quote-text {
			color: #ffffff;
		}
		.quote-author {
			color: #422714;
			font-style: italic;
		}
		#quotes li {
			display: none;
		}
	
	#footer-share {
		width: 40px;
		margin-left: 449px;
	}
		#footer-share li {
			background: url("images/sprite.png") no-repeat 0 -60px;  
			width: 28px;
			height: 28px;
			margin-bottom: 7px;
		}
		
		#footer-share li a {
			display: block;

			height: 28px;
			width: 28px;
			
			text-indent: -9999px;
		}
		
		#footer-share #footer-digg {
			background-position: 0 -60px;
		}
		
		#footer-share #footer-facebook {
			background-position: -30px -60px;
		}
		#footer-share #footer-flickr {
			background-position: -60px -60px;
		}
		#footer-share #footer-linkedin {
			background-position: -90px -60px;
		}
		#footer-share #footer-twitter {
			background-position: -120px -60px;
		}				
	
	#last-footer {
		padding-left: 20px;
		padding-right: 70px;
		width: 190px;
		font-family: Verdana;		
	}
		#last-footer h3 {
			font-size: 14px;
			font-style: italic;
			line-height: 15px;
			color: #422714;
		}
		#last-footer p {
			font-size: 10px;
			line-height: 15px;
			margin-bottom: 15px;
			color: #422714 ;			
		}
		#last-footer a {
			color: #ffffff;
		}

	#youtube-wearing-trailer {
		display: block;
		height: 85px;
		width: 138px;
		background: url("images/video.png") no-repeat;
	}
