/*  
Theme Name: 2Lincolns.com default
Theme URI: http://www.2Lincolns.com
Description: The <a href="http://www.2lincolns.com">2Lincolns.com</a> theme.
Version: 1.0
Author: Jeff Shininger
Author URI: http://www.2Lincolns.com
*/

/* Top, Right, Bottom, Left */

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Sans-Serif;	
	background: #B4B3B5 url('images/BGColor.jpg');
	color: #111;
	text-align: center;
	margin: 0 5px 20px 5px;
	padding: 0;
	}

#preload {
	display: none;
}

#page {
 	text-align: left;
	margin: 5px auto;
	padding: 0;
	width: 100%;
	min-width: 760px;
	max-width: 1100px;
	}

#header {
	background: url('images/HeaderBGImage.jpg') repeat-x top left;
	height: 140px;
	}

#headerLeft {
	//width: 260px;
	//margin-left: -100%;
	width: 100%;
	}

#headerMid {
	width: 100%;
	}

#headerAd {
	text-align: center;
	margin: 25px 15px 0 260px;
	height: 93px;
	}

.bigAd {
	text-align: center;
}

#headerNav {
	clear: left;
	width: 100%;
	height: 22px;
}

ul#navmenu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position: relative;
	display: inline;
	height: 22px;
	font-size: 1.2em;
	font-weight:bold;
	font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	text-align: center;
}

ul#navmenu li
{
	text-align: center;
	display: inline;
	float:left;
	margin:0 2px 0 0;
	height:22px;
}

* html ul#navmenu li
{
	height: 22px;
}
	
ul#navmenu li a
{
	display: inline;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:0 0 2px 0;
	margin: 0 0 0 0px;
	height:14px;
	width: 75px;
	font-weight:bold;
	border: 1px solid #693;
}

* html ul#navmenu li a
{
	height: 14px;
}
	
ul#navmenu li a:hover
{	
	color: #FFF;
	background-color: #147;
	border: 1px solid #FFF;
}

ul#navmenu li a.curPage
{
	color: #FFF;
	background-color: #147;
	border: 1px solid #FFF;
}

#headerRight {
	width: 15px;
	margin-left: -15px;
	}

#topcap{
	width: 100%;
	background-color: #693;
	height: 22px;
	margin-top: 10px;
}

#contentwrap {
	float: left;
	background: #FFFFFF url('images/SideRBGColor.jpg') repeat-y top right;
	width: 100%;
	min-width: 810px;
	max-width: 1100px;
	min-height: 1550px;
}

#contentarea {
	margin-right: 320px; /*Set right margin to (LeftColumnWidth + RightColumnWidth)*/
	background: #FFF;
	min-height: 1550px;
	padding: 0 10px 19px 10px;
	/* For IE 5+ */
	display: inline;
	}

#propwidth {
	margin-top: 10px;
	color: #FFF;
	position: relative;
	overflow: hidden;
}

#propheight {
	height: 1550px;
	float: right;
	width: 1px;
	padding: 0;
	margin: 0;
}

#sidebarL {
	width: 185px; 
	margin-left: -320px; /*Set left margin to -(LeftColumnWidth + RightColumnWidth)*/
	background-color: #693;
	padding: 0;
	font: 1em Verdana, Arial, Sans-Serif;
	}

#sidebarL a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	}

#sidebarL a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #693;
}

#sidebarL h2 {
	color: #FFF;
	font-family: Verdana, Sans-Serif;
	font-size: 1.3em;
	margin: 5px 0 0;
	padding: 0 0 0 0;
	border-bottom: 1px dotted #FFF;
	}

#sidebarL ul, #sidebarL ul ol {
	margin: 0;
	padding: 0 0 0 7px;
	}

#sidebarL ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	margin-right: 4px;
	}

#sidebarL ul li p {
	margin: 0 0 3px 0;
}

#sidebarL ul p, #sidebarL ul select {
	margin: 5px 0 8px;
	}

#sidebarL ul ul, #sidebarL ul ol {
	margin: 5px 0 0 10px;
	}

#sidebarL ul ul ul, #sidebarL ul ol {
	margin: 0 0 0 10px;
	}

#sidebarL form {
	margin: 0;
	}

#sidebarL img {
	margin: 0;
	display: inline;
	vertical-align: bottom;
}

#random_quote {
	background: url('images/BubbleBG.jpg') repeat-y top left;
	padding: 0 9px 0 9px;
	text-align: center;
}

#random_quote a {
	color: #06C; /* darker sky blue */
}

#random_quote a:hover {
	background: #fbfbfb;
}

#random_quote img {
	display: block; 
	margin: 0 auto; 
	text-align: center; 
}

#lincoln_calendar {
	width: 170px;
	border-bottom: 5px solid #147;
	border-top: 5px solid #147;
	border-left: 1px solid #147;
	border-right: 1px solid #147;
	background-color: #fff;
	margin: 5px 0 5px 0;
}

#lincoln_calendar img {
	display: block; 
	margin: 0 auto; 
	text-align: center; 
}

#tbl_calendar {
	empty-cells: show;
	margin: 0;
	width: 170px;
	background: #ACD;
	}

#tbl_calendar caption {
	font-style: normal;
	text-transform: capitalize;
	background: #fff;
	color: #147;
	padding: 0;
	margin: 0;
}

#tbl_calendar caption a {
	color: #147;
}

#tbl_calendar caption a:hover {
	color: #fff;
	background: #147;
}

#tbl_calendar #next a {
	padding-right: 4px;
	text-align: right;
	font-size: 9pt;
	}

#tbl_calendar #prev a {
	padding-left: 4px;
	text-align: left;
	font-size: 9pt;
	}

#tbl_calendar a {
	text-decoration: none;
	display: block;
	}

#tbl_calendar caption {
	font: bold 1.3em Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#tbl_calendar td {
	padding: 3px 0;
	height: 17px;
	text-align: center;
	}

#tbl_calendar .cal_date {
	color: #147;
	font-weight: bold;
}

#tbl_calendar .cal_link a {
	border: 1px solid #147;
	font-weight: bold;
	background: #fff;
	color: #147;
}

#tbl_calendar .cal_link a:hover {
	color: #fff;
	background: #147;
}

#tbl_calendar thead td {
	color: #fff;
	font-weight: bold;
	background: #147;
}

#tbl_calendar tfoot a {
	border: 1px solid #147;
	color: #147;
	font-weight: bold;
	background: #fff;
}

#tbl_calendar tfoot a:hover {
	color: #fff;
	background: #147;
}

#archives {
	text-align: center;
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
}

#sidebarL .donate {
	text-align: center;
}

#sidebarLAd {
	text-align: center;
	color: #FFF;
	font-weight: bold;
}

#sidebarLAd p {
	margin: 4px;
	padding-bottom: 4px;
}

#sidebarR {
	width: 135px; /*Width of right column in pixels*/
	margin-left: -135px; /*Set margin to -(RightColumnWidth)*/
	padding: 5px 0 0 0;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	}

#sidebarR p {
	margin: 4px;
	padding-bottom: 4px;
}

#bottomcap{
	clear: left;
	width: 100%;
	background-color: #693;
	height: 22px; 
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 75px;
	clear: both;
	background-color: #333;
	color: #FFF;
	}

#footer a {
	color: #FFF;
	font-weight: bold;
}

#footer p {
	margin: 0;
	padding: 25px 0;
	text-align: center;
	}

.entry {	
	line-height: 1.4em;
	}

.entry img {
	margin: 5px;
}

.bottomDot {
border-bottom: 2px dotted #999;
padding-bottom: 10px;
}

.searchResult{
padding-bottom: 30px;
}

.postmetadata {
	margin: 0 0 10px 0;
	padding: 3px 0 3px 0;
	border-bottom: 1px dotted #999;
	float: left;
	width: 100%;
	}

.postmetadata a {
	font-weight: normal;
}

#categoryTag {
	float: left;
}

#commentTag {
	float: right;
}

#archives ul {
	padding: 0;
	margin: 0;
}

#archives ul li {
	list-style-type: none;
	list-style-image: none;
}

/* For alternating comments.  Give odd comments slightly grey background. */
.alt {
	background-color: #F8F8F8; /* Very light grey */
	border-top: 1px solid #DDDDDD; /* Darker grey top border */
	border-bottom: 1px solid #DDDDDD; /* Darker grey bottom border */
	}

/* Smaller font for subheading (Date & Author, right below post title) */
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

/* Remove text decoration for different tags. */
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebarL h2, cite {
	text-decoration: none;
	background: none;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

a:hover {
	text-decoration: underline;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	font-size: 1.1em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2 a, .post h4, h2 a:visited, h3 a, h3 a:visited {
	color: #06C;
	}

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0;
	}

h3.pagetitle {
	margin-top: 10px;
	background-color: #147;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

/* Hover color when hovering over a post title */
h2 a:hover, h3 a:hover {
	color: #FFF;
	background-color: #06C;
}

h3 {
	padding: 0;
	margin: 5px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 20px ;
	}

a {
	color: #06C; /* darker sky blue */
	text-decoration: none; 
	font-weight: bold;
}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 0 10px 0;
	height: 25px;
	}

.back {
margin: 0 0 2em 0;
padding: 0 0 1px;
height: 10px;
}

.back a {
border: 1px solid #06C;
width:140px;
display:block;
text-align:center;
padding:6px 0;
text-decoration:none;
font-weight: bold;
	color: #06C;
}

.back a:hover {
	background: #06C;
	color: #FFF;
text-decoration:none;
}

.forward {
margin: 0 0 2em 0;
padding: 0 0 1px;
height: 10px;
}

.forward a {
border: 1px solid #06C;
width:140px;
display:block;
text-align:center;
padding:6px 0;
text-decoration:none;
font-weight: bold;
	color: #06C;
}

.forward a:hover {
	background: #06C;
	color: #FFF;
text-decoration:none;
}

#social {
padding: 5px 0 0 0;
text-align: left;
height: 50px;
}

#social a {
	/* display: block; */
	width: 24px;
	height: 24px;
	line-height: 24px;
	position: relative;
	z-index: 1;
	text-decoration: underline;
}

#social a:hover {
	position: relative;
	overflow: visible;
	z-index: 1000;
	text-decoration: none;
}

#social img {
padding: 4px;
width: 24px;
height: 24px;
/* position: absolute; */
}

#social a:hover img {
padding: 0;
width: 32px;
height: 32px;
}

#socialText {
	padding-bottom: 2px;
	margin-top: 2px;
}

#socialHelp {
	margin: 4px 0 6px 0;
	padding: 0 0 0 5px;
}

.help {
	font-size:0.8em;
}

/* END Jeff's content */

#contentarea {
	font-size: 1.2em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

#commentform p.commentsubmit a {
border: 1px solid #06C;
width:120px;
display:block;
text-align:center;
padding:4px 0;
text-decoration:none;
font-weight: bold;
	color: #06C;
}

#commentform p.commentsubmit a:hover {
	background: #06C;
	color: #FFF;
}

.commentmetadata {
	font-weight: normal;
	}


small, .nocomments, .postmetadata, blockquote, strike {
	color: #777; 
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */



.post {
	margin: 10px 0 0 0;
	padding: 0 5px 5px 5px;
	text-align: justify;
position: relative;
	}

.post hr {
	display: block;
	}

.featured {
	border: 4px solid #147;
}

.featured .pagetitle {
	margin: 10px 0 10px 0;
}

.postmetadata {
	clear: left;
}

#RSSText {
	padding-bottom: 2px;
	margin-top: 6px;
}

#postRSS {
	padding: 3px 0 0 5px;
}

#postRSS p {
	margin: 0 0 3px 0;
}

/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
/*
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
*/

/* End Images */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

ol li, #sidebarL ul ol li {
	list-style: decimal outside;
	}

#sidebarL ul ul li, #sidebarL ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#sideRSS {
	font-size: 1.3em;
}

#search {
	width: 170px;
	height: 32px;
	background: url('images/searchbar.jpg');
}

#search #searchform {
	margin: 0;
}

#search #s {
	float: left;
	padding: 0;
	margin: 10px 0 0 6px;
	border: 0;
	width: 138px;
	background: none;
}

#search #go {
	float: right;
	margin: 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 98%;
	padding: 2px 0 2px 2px;
	}

#commentform #submit {
	margin: 0;
	float: left;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 20px 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

#commentform {
	margin: 0;
	display: inline;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Various Tags & Classes */
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;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.Adsense468 {
	padding-top: 10px;
}

.Adsense300 {
	padding-top: 10px;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
font-style: italic;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}