/*
Theme Name: Lexicon
Theme URI: http://www.modthemes.com	
Author: Nathan Rice
Author URI: http://www.nathanrice.net/
Version: 1.0
Description: Lexicon is a super-flexible blog theme from ModThemes.com

Copyright (c) ModThemes.com
*/

@import url(reset.css);

html {
	background: #6C4734 url(images/html-bg.jpg) repeat-x center bottom;
}
/* This is where you set many of the universal defaults */
body {
	background: url(images/body-bg2.jpg) top center repeat-x;
	color: #3F2B1F;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #AD344D;
	text-decoration: none;
}
a:hover {
	color: #D57789;
	text-decoration: underline;
}

/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { list-style-type: square; }
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 200%;
	line-height: 1.1;
	color: #000;
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-weight: normal;
	color: #C6405A;
}
h3 a {
}
h3 a:hover {
}

/* Sub-Headings in Posts */
h2 {
	color: #555;
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0;
}

/* Comment/Respond Titles */
h4 {
	font-weight: normal;
	font-size: 140%;
	color: #333;
	margin: 0 0 15px 0; padding: 5px;
	border-bottom: 1px solid #999;
}

/* Widget Titles */
h5 {
	color: #320000;
	font-size: 140%;
	font-weight: normal;
	margin: 0;
	padding: 6px 10px;
	background: url(images/widget-title-bg.gif) bottom left repeat-x;
}

/* Archive/Search Title */
h6 {
	font-weight: normal;
	font-size: 140%;
	color: #333;
	margin: 0 0 15px 0; padding: 5px;
	border-bottom: 1px solid #999;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 5px 10px 10px 0px;
}
img.alignright {
	margin: 5px 0px 10px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	color: #FFF;
	width: 960px; height: 154px;
	margin: 0 auto; padding: 0;
	font-size: 30px;
	line-height: 1.1;
}
#header #title {
	margin: 0; padding: 0;
	line-height: 1;
}
#header #title a {
	background: url(images/header.jpg) no-repeat;
	display: block; float: left;
	width: 740px; height: 111px;
	margin: 15px 0 0 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}


#header #searchform {
	float: right;
	width: 200px; height: 111px;
	margin: 0; padding: 0;
}
#header #searchform input {
	background: #FFFFFF;
	color: #6C4734;
	margin: 50px 0 0 0;
	padding: 5px;
	border: 1px none #E4A5B0;
	font: 15px "Times New Roman", Times, Georgia, serif;
}

/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#menu {
	width: 960px; clear: both;
	margin: 0 auto; padding: 0;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 22px;
	overflow: auto;
}
#menu ul {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li a {
	color: #F9E8EB;
	display: block;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 6px 20px;
	text-decoration: none;
}

#menu li.feed a {
	margin: 0; padding: 0;
	width: 80px; height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/rss.jpg) 50% 50% no-repeat;
}

#menu li.current_page_item {
	color: #7B513B;
	background: url(images/menu-active-bg.png) bottom center no-repeat;
}
#menu li a:hover {
	color: #FFF;
	background: #C94B65;

}
 
/* second level stuff */
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0; padding: 0;
}
#menu li li {
	padding: 0;
}
#menu li li a {
	width: 180px;
	float: none;
	margin: 0;
	padding: 0 5px;
	background: #CB566D;
	border-bottom: 1px solid #7B513B;
	font-size: 18px;
}
hr {
	color: #FFFFFF;
	visibility: hidden;
}
#menu li li a:hover {
	background: #C6405A;
}
#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0; padding: 0;
}
#menu li ul ul {
	margin: -35px 0 0 190px;
}
#menu li:hover ul ul,
#menu li:hover ul ul ul,
#menu li.sfhover ul ul,
#menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#menu li.sfhover ul,
#menu li li.sfhover ul,
#menu li li li.sfhover ul {
	left: auto;
}
#menu li:hover,
#menu li.sfhover { 
	position: static;
}


/*********************************************
		Container / Wrap Styles
*********************************************/
#container {
	background: url(images/container-bg.png) repeat-y;
	width: 910px;
	margin: 0 auto; padding: 10px 30px;
	text-align: left;
	overflow: auto;
}

/*********************************************
		Feature Styles
*********************************************/
#feature {
	width: 910px;
	height: 300px;
	margin: 10px 0;
	padding: 0;
	border-bottom: 10px solid #790000;
	background: #F0EAE3;
}
#feature a {
	color: #FFF;
	text-decoration: none;
}
#feature a:hover {
	color: #FFF;
	text-decoration: underline;
}
#feature img {
	border-right: 10px solid #FFF;
	width: 600px; height: 300px;
	float: left;
}
#feature .title {
	background: #7B513B;
	width: 280px;
	float: left;
	margin: 0;
	padding: 10px;
}
#feature .title h3 {
	color: #FFF;
}
#feature p {
	color: #D7D7D7;
	display: block;
	width: 600px; float: left;
	margin: 0; padding: 5px 10px;
}
#feature .byline {
	background: url(images/feature-byline-grad.gif) top left repeat-x;
	color: #959595;
	font-size: 11px;
}

/*********************************************
		Content Styles
*********************************************/
#content {
	float: left;
	width: 600px;
}
/*********************************************
		Post Styles
*********************************************/
#content .post,
#content .page {
	clear: both;
	margin: 0 0 10px 0; padding: 10px 0 20px 0;
	border-bottom: 1px solid #d5d5d5;
	overflow: auto;
}
.page #content .page {
	border: none;
}
.home #content .sticky {
	display: none;
}

.date {
	width: 45px;
	height: 55px;
	background: #C7455F url(images/date-bg.jpg) repeat-x center bottom;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #FFF;
	float: left;
	margin: 2px 10px 10px 0;
	padding: 0;
	line-height: 1;
}
.month {
	text-align: center;
	font-size: 18px;
	margin: 0; padding: 5px 0;
}
.day {
	text-align: center;
	font-size: 20px;
	margin: 0; padding: 0;
}
#content .byline {
	background: #EBEBEB;
	color: #6C6C6C;
	margin: 4px 0 0 0; padding: 0 0 0 5px;
	width: 437px; height: 25px; line-height: 25px;
	float: left;
}
#content .byline a {
	color: #6C6C6C;
}
#content .byline a:hover {
	color: #333;
}

#content .commentlink {
	float: right;
	width: 103px; height: 33px;
	margin: 4px 0 0 0; padding: 0;
	font-size: 11px;
	text-align: center;
	background: url(images/comment-bubble.gif) no-repeat;
}
#content .commentlink a {
	display: block;
	width: 103px; height: 25px; line-height: 25px;
	margin: 0; padding: 0;
	color: #fff;
	text-decoration: none;
}
#content .commentlink a:hover {
}

.postcontent {
	clear: both;
}
.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0; padding: 10px 0;
	color: #333;
	border: none;
	background: none;
}
.postcontent h1 {
	font-size: 200%;
}
.postcontent h2 {
	font-size: 190%;
}
.postcontent h3 {
	font-size: 180%;
}
.postcontent h4 {
	font-size: 150%;
}
.postcontent h5 {
	font-size: 140%;
}
.postcontent h6 {
	font-size: 120%;
}

.more-link {
	display: block; float: right;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	background: #020202 url(images/dk-grey-grad.gif) repeat-x;
	margin: 15px 0 0 0; padding: 2px 10px;
	border: 1px solid #020202;
	color: #FFF;
}
.more-link:hover {
	color: #FFF;
}

/*********************************************
		Prev/Next Navigation Styles
*********************************************/
.postnav {
	margin: 0; padding: 15px 0;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	float: right;
	width: 290px;
	line-height: 1.5;
	margin: 0; padding: 10px 0;
}

#sidebar .widget {
	background: #EBEBEB url(images/widget-bg.gif) repeat-y;
	margin: 0; padding: 0 15px;
	overflow: auto;
}
#sidebar .widgettop {
	margin: 0; padding: 0;
	width: 290px; height: 6px;
	background: url(images/widgettop-bg.gif) no-repeat;
	overflow: hidden;
}
#sidebar .widgetbottom {
	margin: 0 0 10px 0; padding: 0;
	width: 290px; height: 7px;
	background: url(images/widgetbottom-bg.gif) no-repeat;
	overflow: hidden;
}

#sidebar ul ,
#sidebar ol{
	margin: 10px 25px; padding: 0;
}
#sidebar ul ul,
#sidebar ol ol {
	margin: 0 25px;
}

#sidebar object,
#sidebar embed {
	width: 260px;
	margin: 10px 0;
}

/* Social Profiles Widget */
#sidebar .socialprofiles a {
	display: block; float: left;
	padding: 5px;
}

/* Twitter Widget */
#sidebar .mytweets h5 {
	padding-left: 25px;
	background: url(images/twitter.jpg) bottom left no-repeat;
}
#sidebar .mytweets ul {
	list-style-type: none;
	margin: 10px 0;
}
#sidebar .mytweets ul li {
	margin: 0; padding: 10px 5px;
}
#sidebar .mytweets ul#twitter_update_list li {
	border-bottom: 1px solid #d2d2d2;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 10px 0;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	margin: 10px 0; padding: 8px;
	border: 2px solid #ebebeb;
	background: url(images/1x50px-grey.gif) repeat-x;
}

#comments li.comment .avatar {
	float: left;
	margin: 0 8px 0 0; padding: 0;
}
#comments li.comment .vcard {
	line-height: 1.2;
}
#comments li.comment .comment-meta {
	margin: 0; padding: 0;
}

#comments ol ul {
	list-style-type: none;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 10px 0;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #ccc;
}
#respond input:focus {
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 10px 0; padding: 2%;
	border: 1px solid #ccc;
	width: 95%; height: 200px;
}
#respond textarea:focus {
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	background: #020202 url(images/dk-grey-grad.gif) repeat-x;
	margin: 0; padding: 2px 10px;
	border: 1px solid #020202;
	color: #FFF;
	cursor: pointer;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	clear: both;
	width: 920px; height: 85px;
	margin: 0 auto; padding: 15px;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
}
#footer p {
	margin: 0; padding: 0;
	text-align: right;
}
/*********************************************
		Added Styles
*********************************************/
#left-column {
   float:left;
   padding-left:0px;
   width:500px;
}


#left-column.widepage {
  width: 900px;
}
.pageHeader {
	font: 34px Verdana, Arial, Helvetica, sans-serif;
	color: #F2E9F1;
	background: #C7A5C4;
	padding: 20px;
}
.pageHeaderSec {
	font: 22px/22px Verdana, Arial, Helvetica, sans-serif;
	color: #DD8F9D;
}
.colLeft {
	border-right: 1px solid #FEE5AE;
	padding: 0px 30px 40px 40px;
}
.picLeft {
	padding-right: 15px;
}
.secHeader {
	background: #C7A5C4;
	height: 20px;
}
.colRight {
	border-right: 1px solid #FEE5AE;
	padding: 0px 40px 40px;
}
.subTitle {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #78276A;
}
.Big {
	font: 31px Georgia, "Times New Roman", Times, serif;
	color: #CF6277;
}
.quote {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #9B004E;
}
.quote2 {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #9B004E;
}
.quote3 {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #78276A;
}

.header2a {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #78276A;
	margin-top: 8px;
	padding-top: 8px;
}
.footerbox2 {
	background: #FFFBF2;
	border-bottom: thin solid #FFEFCB;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #FFEFCB;
	border-right-color: #FFEFCB;
	border-left-color: #FFEFCB;
}

.header2b {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	color: #78276A;
}
.header2Big {
	font: normal 32px Geneva, Arial, Helvetica, sans-serif;
	color: #78276A;
	margin-top: 8px;
	padding-top: 8px;
}

.button1 {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #5B1E51;
	text-decoration: none;
}
.picRight {
	padding-left: 15px;
}
.bigSub {
	font: normal 24px/normal Verdana, Arial, Helvetica, sans-serif;
	color: #7B513B;
}
.bioPicLeft {
	border: 1px solid #EFCBD1;
	padding: 3px;
	margin: 4px 10px 4px 0px;
}
.bioPicRight {
	border: 1px solid #FFCC66;
	padding: 3px;
	margin: 4px 0px 4px 10px;
}
.newsSub {
	font: 10px Tahoma, Arial, Helvetica;
	color: #828282;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.light {
	color: #FAF3EB;
}
.pageContent {
}
.pageContentPics {
	display: block;
	clear: left;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.dividerRule {
	border-top: 1px dashed #FFEDA4;
}

