/*  
Theme Name: DavidEigen.com V1
Theme URI: http://davideigen.com/
Description: Theme based on the <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Then it was ripped up and churned into something totally new.
Version: 1.0
Author: Shannon Hammontree
Author URI: vividlilac@gmail.com
Kubrick v1.5
http://binarybonsai.com/kubrick/
************* DO NOT REMOVE ABOVE LINES *****************
color codes:
#d4cdb1	beige
#3a221c	brown
#9e2918	burnt orange
#ffffff	white
#000000 black
#fbfbfb very pale grey
#f6f6f6 pale grey
#eaeaea light grey
#b4b4b4	medium grey
#6c6c6c dark grey
#ffffcc	light yellow
#666633 olive green
#ffff99 cream
#efba5e pumpkin - main BG color
*/

/*
	===== FONTS =====
*/
body, p, div, span, th, td, blockquote, strong, bold, em, i, font, li, 
h1, h2, h3, h4, h5, h6, acronym, abbr, code, small, blockquote, strike, cite {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #000000;
	font-size: 12px;
}

/*
	===== BASE SELECTORS =====
*/
body {
	background-color: #ffe9c2;
	background-image: url('images/nonebackground.gif');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: scroll;
	color: #ffffff;
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0; 
}
small {
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
}
h1 {
	padding-top: 70px;
	margin: 0;
	font-size: 18px;
}
h2 {
	margin: 30px 0 0;
	font-size: 16px;
}
h2 a {
	color: #9e2918;
	text-decoration: none;
}
h2 a:hover {
	color: #3a221c;
	text-decoration: underline;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
code {
	font-size: 10px;
	font-family: 'Courier New', Courier, Fixed;
}
select {
	width: 130px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
hr {
	display: none;
}
a img {
	border: none;
}
a {
	color: #9e2918;
	text-decoration: none;
}
a:hover {
	color: #b4b4b4;
	text-decoration: underline;
}
ol {
	padding: 0 0 0 35px;
	margin: 0;
}
ol li {
	margin: 0;
	padding: 0;
	list-style: decimal !important;
}
ul li {
	list-style-type: disc;
}

/*
	===== LEFT SIDEBARS =====
*/
#mainColLeft,
#fpSidebar,
#blogColLeft {
	float: left;
	margin: 0px 20px;
	padding: 0px 0px 10px 0px;
	width: 160px;
	text-align: left;
	background-color: #efba5e;
}
#mainColLeft ul,
#fpSidebar ul,
#blogColLeft ul {
	margin: 0px;
	padding: 0px;
}
#mainColLeft ul li ul,
#fpSidebar ul li ul,
#blogColLeft ul li ul {
	margin: 0px 18px !important;
	padding: 0px 14px !important;
}
#mainColLeft ul li,
#fpSidebar ul li,
#blogColLeft ul li {
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
#mainColLeft ul li ul li,
#fpSidebar ul li ul li,
#blogColLeft ul li ul li {
	list-style-type: disc;
	text-align: left;
	margin: 6px auto;
}
#mainColLeft,
#mainColLeft li,
#mainColLeft a, 
#fpSidebar,
#fpSidebar li,
#fpSidebar a, 
#blogColLeft,
#blogColLeft li,
#blogColLeft a {
	color: #000000;
	text-decoration: none;
}
#mainColLeft a:hover,
#fpSidebar a:hover,
#blogColLeft a:hover {
	color: #000000;
	text-decoration:underline;
}
#blogColRight h2,
#mainColRight h2,
#fpSidebarRight h2, 
#blogColLeft h2, 
#mainColLeft h2,
#fpSidebarLeft h2,
.widgetTitle {
	text-align: center;
	margin: 0px 0px 2px auto;
	padding:0px;
	color: #9e2918;
}

/* ===== RIGHT SIDEBARS ===== */
#blogColRight,
#fpSidebarRight,
#mainColRight {
	float: right;
	width: 180px;
	margin: 0px 20px;
    margin-top: 0px!important;
	padding-top: 0px;	
	text-align: center;
	border-left: 0px solid #ffffff;
    background-color: #efba5e;
}
#blogColRight h2,
#fpSidebarRight h2,
#mainColRight h2 {
	text-align: center;
	margin: 0px auto 4px auto;
	padding:0px;
}
#blogColRight p,
#fpSidebarRight p,
#mainColRight p {
	text-align: left;
}
#blogColRight img,
#fpSidebarRight img,
#mainColRight img {
	text-align: center;
	margin: 4px auto;
}
#blogColRight ul,
#fpSidebarRight ul,
#mainColRight ul {
	margin: 0px;
	padding: 0px;
}
#blogColRight ul ul,

#fpSidebarRight ul ul,
#mainColRight ul ul {
	margin-left: 4px;
	margin: 0px;
	padding: 0px 0px 4px 4px;
}
#blogColRight ul li,
#fpSidebarRight ul li,
#mainColRight ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#blogColRight ul li ul li,
#fpSidebarRight ul li ul li,
#mainColRight ul li ul li {
	list-style-type: disc;
	margin: 0px;
	padding: 0px;
}
#blogColRight li,
#fpSidebarRight li,
#mainColRight li {
	text-align: center;
	margin: 6px auto;
	list-style-type: none !important;
}
/* ===== FRONT PAGE CONTENT ===== */
#fpContent ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
}

/* ===== COLUMNS ===== */
#content {
	margin: 0px 0px;
	padding: 0px;
	float: none;
	font-size: 12px;
}
/* One Column Page */
.colOne {
}
/* Two Column Page (l: 160px) */
.colTwo {
	margin-left: 200px !important;
}
/* Three Column Page (r: 200px) */
.colThree {
	margin-left: 200px !important;
	margin-right: 230px !important;
}

/*
	===== OTHER PAGE LAYOUT =====
*/

#pageCont {
	margin: 20px auto;
	padding: 0px;
	width: 1050px;
	text-align: center;
	background-color: #FFFFFF;
	min-width: 760px;
}

.itnWidth #pageCont {
	min-width: 900px;
}

/*
	===== HEADER =====
*/
#header, #davidEigen, #davidEigen #site, #mainMenu {
	height: 180px;
}
#header {
	background-color: #ffffff;
	margin: 0; 
	padding: 20px; 
}
#davidEigen {
	float: none;
	margin: 0px 200px 0px 0px;
	padding: 0px;
	text-align: left;
	background-image: url('images/portrait_backgroundx.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: scroll;
    background-color: #efba5e;
}
#davidEigen #site {
	float: none;
	margin: auto;
	padding: 30px 0px 0px 160px;
	text-align: center;
}
#davidEigen #site h1 {
	text-align: center;
}
#davidEigen #site h1, #davidEigen #site h1 a {
	font-size: 36px;
	color: #9e2918;
}
#davidEigen #site span {
	text-align: center;
	display: block;
	color: #9e2918;
	font-size: 14px;
}
#davidEigen img {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#siteTitle {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
#siteTitle h1 {
	margin-top: 0px;
	padding-top: 30px;
}
#siteTitle embed, #flashSiteTitle {
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: center;
}
#siteTitle,
#siteTitle h1, 
#siteTitle h1 a {
	font-family: Papyrus, 'Comic Sans Ms', Verdana, Sans-Serif;
	font-size: 18px;
	letter-spacing: 1px;
        font-color: #9e2918;
}

/*
	===== Main Menu =====
*/

#mainMenu {
	width: 180px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: right;
	background-color: #9e2918;
	text-align: left;
	overflow: hidden !important;
}
#mainMenu, 
#mainMenu li,
#mainMenu a {
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-decoration: bold;
	letter-spacing: 1px;
}
#mainMenu a:hover {
	color: #000000;
}
#mainMenu ul {
	list-style-type: none;
	margin: 4px 10px 4px 10px;
	padding: 0px;
	text-align: left;
}
#mainMenu ul li {
	list-style-type: none;
	margin: 3px 0px;
	padding: 0px 6px 0px 3px;
	text-align: left;
	border-bottom: 1px solid #b45b4d;
}
#mainMenu ul li.last {
	border-bottom: 0px;
}
#home #content .post {
	border-bottom: 0px solid #eaeaea;
}
#mainMenu ul li ul {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
#mainMenu ul li ul li {
	list-style-type: none;
	border-bottom: 0px;
	margin: 0px;
	padding: 0px;
}
.noBorder {
	border: 0px !important;
}

/*
	===== POSTS =====
*/
.post { 
	margin: 0px 0px 15px;
	text-align: left;
}
#category .post {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
#page .post {
	margin-bottom: 10px;
}
.post hr {
	display: block;
}
.postmetadata {
	color: #b4b4b4;
	padding-top: 5px;
	text-align: right;
}
.postmetadata span {
	margin: 0px auto;
	padding: 2px 4px;
}
.post h2, h2.pageTitle  {
	margin: 4px auto 10px auto;
	text-align: center;
}
.post h2, h2.pageTitle {
	color: #3a221c;
	font-size: 24px;
}
/*
	===== COMMENTS =====
*/
.commentlist li {
	font-weight: bold;
}
.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
.commentmetadata {
	font-weight: normal;
}
.nocomments {
	color: #b4b4b4;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/*
	===== FOOTER =====
*/
#footer {
	border: none;
}
#footer {
	padding: 0px auto;
	margin: 25px auto 5px auto;
	clear: both;
}
#footer p {
	margin: 10px auto;
	padding: 5px auto;
	text-align: center;
}

/*
	===== WP CALENDAR =====
*/
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { 
	background-color: #ffffff;
}

/*
	===== SEARCH FORM =====
*/
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
}
#searchform #s {
	width: 108px;
	padding: 2px;
}
#searchsubmit {
	padding: 1px;
}
/*
	===== MAN-O-METER QUIZ =====
*/
#manometerQ {
	margin: 20px 20px 20px 20px;
	padding: 0px;
}
#manometerQ form, #manometerQ ol, #manometerQ li {
	text-align: left;
	font-size: 12px;
} 
#manometerQ li {
	padding: 3px 4px;
}
#manometerQ li li {
	padding: 0px;
}
#manometerQ ol.questions li {
	list-style-type: decimal;
	margin-top: 20px;
}
#manometerQ ol.questions li.error {
	color: #9e2918;
	font-weight: bold;
	background-color: #eaeaea;
}
#manometerQ ol.questions li.error li {
	color: #000000;
	font-weight: normal;
}
#manometerQ ol.options li {
	list-style-type: lower-alpha;
	margin-top: 6px;
}
#manometerQ div {
	margin: 5px auto;
	text-align: center;
}
#manometerQ div input {
	width: 120px;
	padding: 3px 6px;
	background-color: #9e2918;
	border: 1px solid #000000;
	color: #ffffff;
}
#manometerQ div.error {
	margin: 6px auto;
	padding: 10px 14px;
	border: 1px solid #9e2918;
	color: #9e2918;
}
#manometerR img {
	margin: 20px auto;
	text-align: center;
	border: 0px;
	display: block !important;
}
#manometerR img.title {
	margin-bottom: 4px;
}
#manometerR img.meter {
	margin-top: 4px;
}

#manometerQ #post-73 {
	border-bottom: 1px solid #eaeaea;
}
/*
	===== CONTACT =====
*/
.linklove {
	display: none;
	visibility: hidden;
}
#contactInfo p {
	text-align: center;
}
#contactInfo .pr span{
	display: block;
	margin: 2px auto;
	padding: 0px;
	text-align: center;
}
#sendbutton {
	width: 120px;
	padding: 3px 6px;
	background-color: #9e2918;
	border: 1px solid #000000;
	color: #ffffff;
}
/*
	===== IN THE NEWS =====
*/
.itnList, 
.itnList table {
	clear: none;
}
.itnList table {
	width: 90%;
	margin: 4px auto;
	text-align: center;
}
.itnList table th {
	padding: 4px 4px;
	font-size: 14px;
	background-color: #f6f6f6;
	color: #b4b4b4;
}
.itnList table th.date, 
.itnList table th.time {
	border-right: 1px solid #ffffff;
}
.itnList table td {
	padding: 6px 4px;
	font-size: 12px;
	border-bottom: 1px solid #b4b4b4;
	text-align: left;
}
.itnList table td.edit {
	padding: 6px 6px;
}
.itnList table td.entry {
	padding: 0px 6px;
}
.itnList table td.entry h3 {
	margin: 6px 0px 6px 0px;
	padding: 0px;
	text-align: left;
	color: #3a221c;
	font-size: 12px;
}
.itnList table td.entry p {
	margin-top: 6px;
}
.itnList table td.edit,
.itnList table td.date, 
.itnList table td.time {
	border-right: 1px solid #f6f6f6;
}
.itnList table td.date, 
.itnList table td.time {
	padding-right: 10px;
}
.itnList .p1AudioPlayer {
	margin: 4px auto !important;
	text-align: center !important;
}

/* ... menu ... */
.itnMenu {
	margin: 20px auto 4px auto;
	padding: 0px;
	text-align: center;
}
.itnMenu ul li {
	display: inline;
	list-style-type: none;
}
.itnMenu ul li,
.itnMenu ul li a {
	margin: 1px 5px;
	padding: 1px 5px;
	font-size: 14px;
	color: #3a221c;
}
.itnMenu ul li a:hover {
	color: #9e2918;
}

/*
	===== PAGE NAVIGATION =====
*/
 .navigation {
	margin: 10px auto 30px auto;
	padding: 0px;
	display: block;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
}
.navigationB {
	margin: 20px auto 10px auto;
	padding: 10px 3px;
	text-align: center;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	background-color: #fbfbfb;
}
.wp-pagenavi span.extend,
.wp-pagenavi span.pages,
.navigationB {
	color: #b4b4b4;
}

.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	color: #9e2918;
}
.wp-pagenavi a:hover {	
	color: #3a221c;
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 15px 2px 2px;
	border: 0px;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	color: #3a221c;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	border: 0px;
}

/*
	===== SOCIAL BOOKMARK =====
*/

.sBookmark {
	background-color: #fbfbfb;
	margin: 10px auto 0px auto;
	text-align: center;
}

.sBookmark #obsocialbookmark_barE {
	margin: 0px auto;
	padding: 4px 3px;
	text-align: center;
}

/*
	===== COMMON CLASSES =====
*/

.noClear,
.clearAll,
.clearLeft,
.clearRight {
	line-height: 1px !important;
	height: 1px !important;
	font-size: 1px !important;
	margin: 0px auto  !important;
	padding: 0px !important;
}

.noClear {
	clear: none !important;
}
.clearAll {
	float: none !important;
	clear: both !important;
}
.clearLeft {
	float: none !important;
	clear: left !important;
}
.clearRight {
	float: none !important;
	clear: right !important;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.floatRight {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.floatLeft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left
}
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.center {
	text-align: center;
}

.minWidth {
	width: 400px !important;
	min-width: 400px !important;
	height: 1px !important;
	margin: 0px auto;
	padding: 0px;
}