﻿/*
Theme Name: DiscerningHistory
Author: Joshua Horn
Author URI: http://www.joshuahorn.com/
*/

.single_product_display #topbox  .productcol .custom_meta {
display: none;
}

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana, Geneva, sans-serif;
	color: #333333;
        background: url("images/bg_paper.jpg") #cd9854;
	height:100%;
	line-height: 1.6em;
}

html {
	height:100%;
}

::selection {
        background: #e9c1c2; /* Safari */
        }
::-moz-selection {
        background: #e9c1c2; /* Firefox */
}
a {
	color: #590f12;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}

.single .wp-caption-text {
	font: 11px Verdana, Geneva, sans-serif; 
}

.post .wp-caption-text {
	font: 11px Verdana, Geneva, sans-serif; 
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter, img.aligncenter {
	clear: both; 
	display: block;
	text-align: center;
    margin-left: auto; 
	margin-right: auto; 
}

.post-thumbnail {
	margin-right:15px;
}

.hidden {
	display: none;
}

.productcol {
	width: 442px;
}

/** BEGIN wrapper **/
#wrapper {
	text-align: left;
	background-image: #d6b06f url("images/texture.jpg") ;
	width: 960px;
	margin: auto auto;
}

.wrapper {
	width: 960px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
		width:950px;
		margin-left: auto;
		margin-right: auto;
}
	#header h1 {
		padding: 50px 0 50px;
		float: left;
	}

	#header .title {
		margin-bottom: -5px;
		margin-top: 20px;
		float: left;
		display: block;
		outline: none;
		width:950px; height: 135px;
		margin-left: auto;
		margin-right: auto;
	}
	#header .nav-bar {
		background: url("images/nav_ribbon.png");
		clear: both;
		height: 93px;
		width: 1096px;
		margin-left:-74px;
		position: relative;
		top: 15px;
	}
	#header .nav-pages {
		list-style-type: none;
		height: 48px;
		overflow: hidden;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		width:80%;
		padding-top: 24px;
	}
		#header .nav-pages li {
			float: left;
			font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
			font-size: 16.5pt;
			font-weight: bold;
			padding-right: 2px;
			border-right: 0px solid #000000;
			height: 48px;
		}
  	  	#header .nav-pages li:first-child {
  		    border-left: 0px solid #000000;
  		  }
		#header .nav-pages li a {
			text-decoration: none;
			color: #ffd0d0;
			display: block;
			padding-top: 12px;
			padding-bottom: 12px;
			text-shadow: 0px 0px 3px #808080;
			width:120px;
		}
		#header .nav-pages li a:hover {
			position: relative;
			top:-2px;
		}
		#header .nav-pages li a:active {
			position: relative;
			top:1px;
		}
/** END header **/

/** BEGIN body **/
#body {
	background: #f1e5cd url("images/faux_col.png") ;
	-webkit-box-shadow: 0px 10px 20px -1px #000000;
	-moz-box-shadow: 0px 10px 20px -1px #000000;
	box-shadow: 0px 10px 20px -1px #000000; 
	min-height: 1000px;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 639px;
	float: left;
	overflow:hidden;
}
	#content .featured {
		width: 603px; height: 298px;
		overflow: hidden;
		margin: 15px 0 0 17px;
	}
		#content .featured .item {
			width: 603px; height: 298px;
			overflow: hidden;
			position: relative;
		}
		#content .featured img {
			width: 603px;
		}
		#content .featured .text {
			position: absolute;
			color: #ffffff;
			background: url(images/shade.png) repeat 0 0;
			padding: 10px;
			width:100%;
			bottom: 0; left: 0;
		}
			#content .featured h2 {
				font-size: 1.7em;
				margin-bottom: 5px;
				font-weight: normal;
			}
			#content .featured a {
				color: #ffffff;
				text-decoration: none;
			}
			#content .featured p {
				line-height: 1.6em;
			}
	#content .post {
		clear: both;
		border-bottom: 1px solid #5D4730;
		margin: 0 20px;
		padding: 20px 0;
	}
		#content img {
			background-color:white;
			-webkit-box-shadow: 0px 0px 25px -5px #000000;
			-moz-box-shadow: 0px 0px 25px -5px #000000;
			box-shadow: 0px 0px 25px -5px #000000; 

		}
		#content .post h2{
			margin-bottom: 6px;
			font-size: 1.7em;
			font-family: 'Arial Black’, Gadget, sans-serif;
		}
			#content .post h2 a {
				color: #333333;
				text-decoration: none;
			}
		#content .post .details {
			font-size: 0.9em; !important
			padding-bottom: 10px;
		}
		#content .post .series-link {
			text-align: center;
			font-style: italic;
		}
		#content .post p {
			line-height: 1.6em;
			margin-bottom: 10px;
		}
		#content .post .tags {
			font-size: 0.9em;
		}
			#content .post .tags a {
				color: #333333;
				text-decoration: none;
				font-style: italic;
			}
			#content .post .tags a:hover {
				color: #590f12;
			}
			
		#content .post .series-box {
			width: 500px;
			margin-left: 20px; 
			margin-right: auto; 
			margin-bottom:25px;
			padding: 20px; 
			background: #ffffff; 
			box-shadow: 0px 0px 25px -5px #000000; 
			border: 1px solid #5D4730;
		}

		/* For posts imported from a blogger feed */
		.tr-caption {
			font-size:11px;
			padding-bottom:5px;
		}
	#content .postnav {
		padding: 20px;
		font-weight: bold;
		text-transform: uppercase;
	}
		#content .postnav a {
			text-decoration: none;
		}
	.postnav_right {
		padding: 20px;
		font-weight: bold;
		text-transform: uppercase;
		float:right;
	}
		.postnav_right a {
			text-decoration: none;
		}

.star {
	width:509px;
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
	margin-bottom:10px;
	border-top: 2px dashed #590f12;
	height:10px;
}

/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 320px;
	float: right;
	height:100%;
	padding-bottom:20px;
}
	#sidebar .box {
		clear: both;
		padding: 25px 25px 0;
		line-height:120%;
	}
		#sidebar .box .popular {
			list-style-type: none;
		}
			#sidebar .box .popular li {
				clear: both;
				line-height: 1.6em;
				padding-bottom: 10px;
			}
			#sidebar .box .popular li img {
				float: left;
				margin: 0 8px 10px 0;
				border: 1px solid #DBDBDB;
				padding: 5px;
				background-color: #ffffff;
				width: 50px; 
				height: 50px;
			}
			#sidebar .box .popular li a {
				color: #333333;
				text-decoration: none;
				font-size: 1.1em;
				font-weight: bold;
			}
			#sidebar .box .popular li a:hover {
				color: #590F12;
			}
			#sidebar .box .popular li p {
				font-size: 0.9em;
				padding-top: 5px;
			}
		#sidebar .box h2 {
			font-size: 1.4em;
			margin-bottom: 15px;
			line-height: 1.3em;
		}
			#sidebar .box .flickr img {
				margin: 3px;
				width: 80px; height: 80px;
			}
		#sidebar .box .widget_archive ul {
			list-style: none;
			line-height: 1.6em;
		}
		#sidebar .box .tags {
			padding: 0 10px 25px;
		}
			#sidebar .box .tags a {
				color: #333333;
				text-decoration: none;
			}
			#sidebar .box .tags a:hover {
				color: #590f12;
			}
		.search form {
			width: 256px; height: 35px;
			background: url(images/search.gif) no-repeat 0 0;
		}
			.search form input {
				float: left;
				width: 195px;
				font-size: 0.9em;
				font-family: Verdana;
				margin: 10px 0 0 10px;
				border: 0;
				background-color: transparent;
			}
			.search form button {
				float: right;
				border: 0;
				width: 40px; height: 35px;
				text-indent: -9999px;
				background-color: transparent;
			}
		#sidebar .box .subscribe {
			list-style-type: none;
		}
			#sidebar .box .subscribe img {
				padding-left:9px;
				padding-right:9px;
				padding-top:-5px;
			}

/** END sidebar **/

/** BEGIN footer **/
#footer {
	background: url(images/ft_bg.jpg) #dcc09b;
	color: #000000;
	width: 960px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 20px -1px #000000;
	-moz-box-shadow: 0px 0px 20px -1px #000000;
	box-shadow: 0px 0px 20px -1px #000000; 
	padding-top: 55px;
	background-repeat: no-repeat;
}
	#footer .wrapper {
		padding-bottom:60px;
	}
	#footer .box {
		width: 330px;
		height: 85px;
		float: left;
		padding: 30px 20px;
	}
		#footer .box ul {
			list-style-type: none;
			border-top: 1px solid #333333;
		}
			#footer .box ul li {
				line-height: 1.6em;
				padding: 5px 0;
				padding-left: 10px;
				background: url(images/bullet.gif) no-repeat 0 13px;
			}
			#footer .box ul li a {
				color: #590f12;
				text-decoration: none;
			}
			#footer .box ul li a:hover {
				color: #590f12;
			}
		#footer .box h2 {
			font-size: 1.5em;
			margin-bottom: 8px;
		}
	#footer .bottom {
		clear: both;
/*		background: url(images/horizontal.gif) repeat-x 0 0; */
		height: 20px;
		padding: 20px;
		font-size: 0.8em;
	}
		#footer .bottom a {
			color: #590f12;
			text-decoration: none;
		}
		#footer .bottom a:hover {
			text-decoration: underline;
		}
		#footer .bottom .l {
			float: left;
		}
		#footer .bottom .r {
			float: right;
		}
/** END footer **/

/** BEGIN miscellaneous **/
.single {
	padding: 10px 15px 0;
	position:relative;
}
	.single p {
		line-height: 1.6em;
		margin-bottom: 10px;
		font: 16px Georgia serif;
	}
	.single ul, .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	.single li {
		line-height: 1.5em;
		padding: 2px 0;
	}
	blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #decdac;
		border-width: 1px 0;
		border-style: solid;
		border-color: #5d4730;
	}
	.single h4, .single h5, .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
	.single h3 {
		font-size: 1.5em;
		margin-bottom: 10px;
	}
	.single h2 {
		font-size: 2em;
		line-height: 1.4em;
	}
#comments {
	padding: 15px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
	        background-color:#FFFFFF;
	        color:#5D4730;
	        border: 2px solid #5D4730;
		}
		#comments form input {
			width: 240px;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.byuser {
		padding:15px;
		background-color: #e1cb9e;
		border: 2px solid #5D4730;
	}
	.required {
		color: #590F12;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	color: #565656;
	padding: 20px 20px 0;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

	#footer .screen-reader-text {
		display:none;
	}

	/** About Page **/
.staff div {
	padding:10px 10px 0px 10px;
	border: 1px #5d4730 dashed;
	margin:10px;
	min-height:140px;
}
.staff div:nth-child(odd) {  
	background-color: #fffbf4;

}

.staff div:nth-child(even) {  
	background-color: #d1c2a5;
}

	/** END about page **/

.tooltip
{
    position: relative;
    cursor: help;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    outline: none;
}

.tooltip span
{
    visibility: hidden;
    position: absolute;
    bottom: 55px;
    left:110%;
    z-index: 999;
    min-width: 175px;
    margin-left: -127px;
    padding: 5px;
    border: 1px solid #5D4730;
    opacity: .9;
    background-color: #fcf5e6;
    background-image: -webkit-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -moz-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,0));
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    box-shadow: 0 1px 2px rgba(0,0,0,.4), 0 1px 0 rgba(255,255,255,.5) inset;
    text-shadow: 0 1px 0 rgba(255,255,255,.4);
}

.tooltip:hover
{
    border: 0; /* IE6 fix */
}

.tooltip:hover span
{
    visibility: visible;
}

.tooltip span:before,
.tooltip span:after
{
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: -7px;
    left: 50%;
    margin-left: -8px;
    border-top: 8px solid #ddd;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}

.tooltip span:before
{
    border-top-color: #ccc;
    bottom: -8px;
}

/** END miscellaneous **/

/** WOOCOMMERCE styling **/
.woocommerce h1 {
	line-height: 30px;
}

.woocommerce .tabs {
	display: none;
}

.woocommerce table {
	background: white;
	border: 3px solid rgba(0,0,0,0.1);
}

.woocommerce div.product span.price del, .woocommerce-page div.product span.price del, .woocommerce #content div.product span.price del, .woocommerce-page #content div.product span.price del, .woocommerce div.product p.price del, .woocommerce-page div.product p.price del, .woocommerce #content div.product p.price del, .woocommerce-page #content div.product p.price del {
	font-size: 1.4em; !important
}

.woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price {
	font-size: 1.4em; !important
}

.woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce .related ul li.product, .woocommerce-page .related ul li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .upsells.products ul li.product {
	width: 150px;
}

/** END Woocommerce **/

/** Other Page Templates **/
#wrapper #body .full_screen {
	width:960px;
}

body #wrapper .plain_background {
	background: #f1e5cd; !important
}

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #251802;
		border-color: #251802;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

/* } */

input[type="submit"] {
	padding:5px 10px;
	background-color:#5D4730;
	color:#f3e9d0;
	border: 3px solid #000000;
}

input[type="submit"]:hover {
	border: 3px solid #ffffff;
}

input[type="text"], input[type="password"] {
	width:220px;
	padding:6px;
	border: 3px solid #5D4730;
/*	background-color: #f3e9d0; */
	margin-bottom: 2px;
}

.post .video_block {
	width: 569px;
	height: 115px;
	overflow: hidden;
}

.post .video_block .play_button {
	background: url(images/play_button.png);
	width: 182px;	
	height: 115px;
	position: absolute;
}

.post .video_block img {
	margin-bottom: -18px;
	margin-top: -18px;
	float: left;
}

.post .video_block .padded {
	width:330px;
	margin-left: 215px;
}

.post .subblock {
	background: #fbf6ed;
	padding: 10px;
	margin-bottom: 14px;
	border: 2px solid #2d2007;
}

.post li {
	list-style: none;
	padding-left: 15px;
}

<!-- Custom Login/Register/Password Code @ http://digwp.com/2010/12/login-register-password-code/ -->
<!-- CSS -->

<style type="text/css">
/* tabbed list */
ul.tabs_login {
	padding: 0; margin: 20px 0 0 0;
	position: relative;
	list-style: none;
	font-size: 14px;
	z-index: 1000;
	float: left;
	}
ul.tabs_login li {
	border: 2px solid #5d4730;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	line-height: 28px; /* = */ height: 28px;
	padding: 0; margin: 0 5px 0 0;
	position: relative;
	background: #fff;
	overflow: hidden;
	float: left;
	}
ul.tabs_login li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	outline: none;
	}
html ul.tabs_login li.active_login {
	border-left: 2px solid #5d4730;
	border-bottom: 1px solid #fff;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	 -webkit-border-top-left-radius: 10px;
	 -khtml-border-radius-topleft: 10px;	
	 -moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	background: #fff;
	color: #333;
	}
html body ul.tabs_login li.active_login a { font-weight: bold; }
.tab_container_login {
	background: #fff;
	position: relative;
	margin: 0 0 20px 0;
	border: 2px solid #5d4730;
	 -webkit-border-bottom-left-radius: 10px;
	 -khtml-border-radius-bottomleft: 10px;	
	 -moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	 -webkit-border-bottom-right-radius: 10px;
	 -khtml-border-radius-bottomright: 10px;	
	 -moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	 -webkit-border-top-right-radius: 10px;
	 -khtml-border-radius-topright: 10px;	
	 -moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	z-index: 999;
	float: left;
	width: 100%;
	top: -1px;
	}
.tab_content_login {
	padding: 7px 15px 15px 15px;
	padding-top: 10px;
	}
	.tab_content_login ul {
		padding: 0; margin: 0 0 0 15px;
		}
		.tab_content_login li { margin: 5px 0; }
/* global styles */
#login-register-password {}
	#login-register-password h3 {
		border: 0 none;
		margin: 10px 0;
		padding: 0;
		}
	#login-register-password p {
		margin: 0 0 15px 0;
		padding: 0;
		}
/* form elements */
.wp-user-form {}
	.username, .password, .login_fields {
		margin: 7px 0 0 0;
		overflow: hidden;
		width: 100%;
		}
		.username label, .password label { float: left; clear: none; width: 25%; }
		.username input, .password input { 
			font: 12px/1.5 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
			float: left; clear: none; width: 200px; padding: 2px 3px; color: #777;
			}
.rememberme { overflow: hidden; width: 100%; margin-bottom: 7px; }
#rememberme { float: left; clear: none; margin: 4px 4px -4px 0; }
.user-submit { padding: 5px 10px; margin: 5px 0; }
.userinfo { float: left; clear: none; width: 75%; margin-bottom: 10px; }
	.userinfo p { 
		margin-left: 10px; 
		}
.usericon { float: left; clear: none; width: 15%; margin: 0 0 10px 22px; }
	.usericon img {
		border: 1px solid #F4950E;
		padding: 1px;
		}

<!-- Custom Login/Register/Password Code @ http://digwp.com/2010/12/login-register-password-code/ -->