/* @override http://postprandial.dreamhosters.com/wp-content/themes/thesis_17/custom/custom.css?051910-230633 */

/* @override http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?031010-172307 */

/* @override 
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?020310-130304
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?020210-143743
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?020210-124336
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?020210-132034
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?020210-133545
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?020210-134339
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?020210-135521
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?020210-225717
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?021510-213437
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?021510-221841
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?021510-233354
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?021510-234101
	http://postprandial.org/wp-content/themes/thesis_16/custom/custom.css?021610-01606
*/

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom { background: #006093; }

.custom #page {
	padding: 0 2.2em 2.2em;
}

.custom #feature_box {
	height: 50px;
	color: #fff;
	background-color: #000;
	font-size: 24px;
	padding-top: 15px;
	padding-left: 1.1em;
	padding-right: 1.1em;
	margin-top: 10px;
	border-bottom-style: none;
}

.custom #header {
	background: url(http://postprandial.org/wp-content/themes/thesis_17/custom/images/NewHeader.gif) no-repeat;
	height: 175px;
	padding-bottom: 1.5em;
	top: 0;
	position: relative;
}

.custom #logo, #logo a { color: #888;
	position: relative;
	top: 25px;
	display: inline-block;
	left: 132px;
	float: left;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
}

.custom #header #logo { font-size: 3.6em; line-height: 1.167em; }
.custom #header #tagline { line-height: 1.429em;
	display: inline-block;
	clear: left;
	float: left;
	top: 54px;
	left: 262px;
	position: relative;
	font-style: italic;
	font-size: 3.2em;
}

.menu a, .menu .current ul a, .menu .current-cat ul a { color: #111111; background: #a8d6ef; }

.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { color: #111111; background: #ef9337; }
	
.custom #container { margin-top: 2em; margin-bottom: 2em; background: black;
	border: .5em solid #f7b763;
	padding: 0.3em;
}

.custom #page { background: #fff; }
		
.custom #introtext	{
	color: #333;
	font: 12px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: rgba(246,165,31,0.3);
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	padding: 15px 15px 1px;
	text-transform: none;
	-webkit-box-shadow: 3px 3px 10px #888; -moz-box-shadow: 3px 3px 10px #888;box-shadow: 3px 3px 10px #888;
}

.custom li#random-quote.widget.quotescollection_widget {
		color: #333;
	font: 12px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: rgba(246,165,31,0.3);
	margin-left: 1em;
	margin-right: 1em;
	margin-top: 1em;
	padding: 15px 15px 1px;
	text-transform: none;
	-webkit-box-shadow: 3px 3px 10px #888; -moz-box-shadow: 3px 3px 10px #888;box-shadow: 3px 3px 10px #888;
	width: 207px;
}

.custom #text-4.widget.widget_text {
	background-color: #fff;
	color: #006093;
	font-size: 16px;
	padding: 16px;
	margin: 0;
	width: 200px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

.custom #text-5.widget.widget_text {
	background-color: #fff;
	color: #006093;
	font-size: 16px;
	width: 250px;
	border-top: 1px none #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding-right: 0;
	margin: 0 2px 0 0;
}



.custom #post-2 div.headline_area h1 {
	font-size: 50px;
	color: #777;
}

.custom #introtext p {
	padding-bottom: 9px;
}



.custom div.welcome_box {
width: 90%;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-bottom: 0em;
	text-align: left;
	background-color: rgba(163,214,247,0.3);
	color: #333;
	font: 12px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 15px 15px 1px;
	-webkit-box-shadow: 3px 3px 10px #888; -moz-box-shadow: 3px 3px 10px #888;box-shadow: 3px 3px 10px #888;
}

.custom #logo {
	
}


.custom .sidebar h3 { letter-spacing: 1px;
	background-color: #006093;
	color: #fff;
	font: small-caps bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 2px;
}

#sidebar_1 ul.sidebar_list img.rotating-img {
	margin-bottom: 10px;
}

#post-444 div.headline_area h1 {
	display: none;
}

p.mixerintro {
	font-size: 36px;
	line-height: 41px;
	margin-top: 0;
	color: #98c4dc;
	padding-bottom: 0;
	margin-bottom: 16px;
	padding-top: 0;
}

div#post-444.post_box.top {
	margin-top: 0;
	padding-top: 0;
}

p.mixersubintro {
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 18px;
}

/* My Comment */




