/*
Theme Name: Version 3
Author: Lauren Martin
Author URL: http://www.sitemotif.com
*/


/* -----------------------------------------------------------Main Page / Layout Styles -------------------------------------*/


* {
	margin: 0;
}
html, body {
	height: 100%;
}

body{
	margin:0px;
	background:url(../../../../images/header_bkgd.png) repeat-x #efe7dd;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #371b0a;
}

#container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -126px; 
	width:990px;
}


#header p{
	color:#FFFFFF;
	font-family: "Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	padding:30px 0;
}


#communicationpost{
	text-align:right;
	margin-top:-15px;
	padding-top:5px;
	border-bottom:1px solid #CCCCCC;
	margin-right:10px;
	width:800px;
}

#communication{
	text-align:right;
	margin-top:20px;
	padding-top:5px;
	border-top:1px solid #CCCCCC;
	margin-right:10px;
}

.narrowcolumn{
	min-height:1100px;
	overflow:auto;
}

#leftside{
	width:685px;
	padding-right:50px;

	margin-top:-10px;
}

#leftside .post{
	/*background:url(../../../../images/excerpt_divider.jpg) bottom right no-repeat;
	padding-bottom:20px;*/

}

.callout{
	font-size:16px;
	font-style:italic;
	padding:10px;
	padding-left:45px;
	padding-top:20px;
	width:240px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:60px;
	border-left: 4px solid #368dc3;
	color: #371b0a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../../../../images/quotes-bkgd.png) no-repeat top left #e5d8c6;
}

.floatR{
	float:right;
}

.floatL{
	float:left;
}

.image{
	background:#e5d8c6;
	border:1px solid #bea889;
	padding:7px;
	font-style:italic;
	color: #371b0a;
	margin:7px 15px 7px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:;
}

/* -----------------------------------------------------------Link Styles -------------------------------------*/
a img {
	border: none;
}

a:link, a:active, a:visited{
	color:#3366CC;
	text-decoration:none;
}


 a:hover{
	color:#3366CC;
	text-decoration:underline;
}
/* -----------------------------------------------------------Heading Styles -------------------------------------*/

p{
	padding: 6px 0;
	line-height:22px;
}

h1 /* h1 */{
	padding:10px 0px 10px 28px;
	font-size:30px;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
	}

h1 a, h1 a:link, h1 a:active, h1 a:visited, h1 a:hover{
	color:#ffffff;
	text-decoration:none;
}

#description /* h2 */{
	padding:0px 0px 0px 30px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin:0px;
	}
	

	
h2 {
	color:#93ab3f;
	font-family: "Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size:24px;	
	font-weight:bold;
	padding: 5px 0;
	}

h2 a, h2 a:link, h2 a:active, h2 a:visited{
	color:#93ab3f;
	text-decoration:none;
}

h2 a:hover{
	text-decoration:underline;
}


h2.pagetitle {
	margin-top: 30px;
	color:#93ab3f;
	font-size: 1.6em;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	color:#666666;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	font-size: 1.3em;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h3, h3 a, h3 a:hover, h3 a:visited{
	text-decoration: none;
	}


	


/* -----------------------------------------------------------Navigation Styles -------------------------------------*/

#mainnavigation /* navigation*/{	
	padding:30px 0px 80px 0px;	
	font-weight:bold;
	font-family: "Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size:16px;	
}

#mainnavigation ul/* navigation*/{	
	padding:0px;
	margin:0px
}

#mainnavigation li/* navigation*/{	
	height:25px;
	width:85px;
	float:left;
	list-style:none;
	padding:5px 0;
	text-align:center;
}

#mainnavigation a, #mainnavigation a:link, #mainnavigation a:active, #mainnavigation a:visited, #mainnavigation a:hover/* navigation*/{
	color:#ffffff;
	text-decoration:none;
	padding:10px;
}
#mainnavigation li.on/* navigation*/{
	background:url(../../../../images/btn_bkgd.png) no-repeat;
	color: #371b0a;
}
#mainnavigation li.off:hover/* navigation*/{
	background:url(../../../../images/btn_bkgd_hover.png) no-repeat;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom:30px;
	padding-bottom:5px;
	}

	
	
/*---------------------------------------------------------------Sidebar Styles ------------------------------------*/

#sidebar
{
	width:251px; 
	float:right;
	margin-top:35px;
}


#sidebar>ul{
	background:url(../../../../images/floattop.png) no-repeat top left #e5d8c6;
	list-style:none;
	margin:0px;
	padding:10px 10px 0 10px;
}
#sidebar>ul>li{
	padding:10px;
}

#sidebar>ul>li:first-child{
	padding-top:20px;
}

#sidebar>ul>li:last-child{
	margin-top:15px;
	background:url(../../../../images/floatbottom.png) no-repeat bottom #e5d8c6;
	padding:10px 10px 60px 10px;
	
		
}

/*#sidebar li{
	padding-bottom:15px;
	border-bottom:1px solid #CCCCCC;
}

#sidebar li ul li{
	border-bottom:none;
	padding-bottom:none;
}*/

#sidebar form {
	margin: 0;
}
	
#searchform {
	/*margin: 10px auto;*/
	/*padding: 5px 3px;*/
	
}

#sidebar #searchform #s {
	/*width: 108px;*/
	padding: 2px;
	
}

#sidebar #searchsubmit {
	padding: 1px;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#sidebar ul ul li, #sidebar ul ol li{
	color: #777;
	}
	
/* -----------------------------------------------------------Comment Styles -------------------------------------*/

#rightcolumn{
	padding-left:20px;
	float:right;

}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

	
.nocomments, {
	color: #777;
	}

#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;
	}




	


/* -----------------------------------------------------------Calendar Styles -------------------------------------*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	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 { /* Doesn't work in IE */
	background-color: #fff; }


#wp-calendar caption, cite {
	text-decoration: none;
	}
/* -----------------------------------------------------------Post Styles -------------------------------------*/

.post {


	}
	
.archivepost {
	width:685px;
	padding-right:50px;

	margin-top:-10px;

	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	
	
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	clear:both;
	}

.widecolumn .smallattachment {

	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {

	margin: 5px 0px;
}

.postmetadata {
	clear: left;
	
}

/* ----------------------------------------------------------------------------------------------------------------*/




.clear {
	clear: both;
}


/* -----------------------------------------------------------Footer Styles -------------------------------------*/


	
.footertext{
	color:#FFFFFF;
	padding:50px 0px 0px 10px;
	width:950px;
	margin:0 auto 0 auto;
}

.push{
	height: 136px;
}

#footer{

	height: 126px; /* .push must be the same height as .footer */
	background: url(../../../../images/footer_bkgd.png) repeat-x;
}





/* 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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
	text-indent: 10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/*	content: "\00BB \0020";*/
	}

.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;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */





.entry form { /* This is mainly for password protected posts, makes them look better. */
	/*text-align:center;*/
	}

select {
	width: 130px;
	}





.alt {
	margin: 0;
	padding: 10px;
	}




/* ------------------------------------------------------- Other Text Styles ------------------------------------------------------------*/

.postmetadata, blockquote, strike {
	color: #777;
	}


code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

small,  {
	color: #777;
	}
	

.entry p a:visited {
	color: #3366CC;
	}



/* ------------------------------------------------------------------------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;
	}





