/*
Theme Name: Maine Barn Company
Theme URI: http://wordpress.org/
Description: Theme for Maine Barn Company
Version: 1.0
Author: Chris Pennock
Tags: mantle color, variable width, two columns, widgets
*/

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a {
	color: #005ce6;
}

a img {
	border: none;
}

a:visited {
	color: #005ce6;
}

a:hover {
	color: #005ce6;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	margin: 0;
	padding: 0;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	font-family: "Arial", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: 1px dotted #eee;
	font-family: "Arial", Times, serif;
	margin-top: 0;
}

.text { font-family: "Georgia", Times, serif;
        font-size: 16px;
        font-weight: normal;
        color: #222;
	text-align: justify;
        text-decoration: none;
        line-height: normal;
}

.text2 { font-family: "Arial", Helvetica, sans-serif;
         font-size: 14px;
         font-weight: 600;
         color: #222;
         text-align: justify;
         text-decoration: none;
         line-height: normal;
}

.text3 { font-family: "Georgia", Times, serif;
        font-size: 13px;
        font-weight: bold;
	text-align: center;
        text-decoration: none;
        line-height: normal;
}
#content {
        text-align: justify;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.header {
	font-family: "Arial", Geneva, sans;
        font-size: 24px;
        font-weight: bold;
        color: #222;
	margin: 0 auto 0 auto;
	padding: 0;
}

.header2 {
	font-family: "Arial", Geneva, sans;
        font-size: 16px;
        font-weight: bold;
        color: #222;
	margin: 0 auto 0 auto;
	padding: 0;
}

#menu {
	background: #fff;
	border-left: 1px dotted #ccc;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
