/*
Theme Name: OMERI
Theme URI: http://www.appleseedvt.com/
Description: Custom theme created for OMERI
Version: 1.0
Author: Scott Beyer
Author URI: http://www.appleseedvt.com/
*/

/* Body */

* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	padding-bottom: 0px;
	padding-top: 30px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 67%;
	background: #eef2fd url(images/bg-body.jpg) no-repeat fixed center top;
	color: #494949;
	}
	
#shadow {
	padding-left: 4px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-top: 2px;
	background-image: url(images/bg-shadow.png);
	background-repeat: repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	}
	
#wrapper {
	margin: 0px;
	background-color: white;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	width: 850px;
	}

/* Banner */

#banner {
	position: relative;
	background-repeat: no-repeat;
	background-image: url(images/bg-banner.jpg);
	height: 175px;
	width: 100%;
}

#banner h1, #banner h2 {
	text-indent: -9999px
}

#print-header {
	visibility: hidden;
	display: none;
}

#leaf {
	background-position: left top;
	right: -27px;
	top: -10px;
	background-image: url(images/leaf.gif);
	position: absolute;
	height: 185px;
	background-repeat: no-repeat;
	width: 150px;
}

/* Menu */

#menu {
	border-bottom-color: #a06184;
	border-top-color: #a06184;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #7c4b68;
	width: 100%;
}

#menu1 {
	float: left;
}

#menu2 {
	float: right;
}

.menu {
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

.menu ul {
	padding: 0px;
	margin: 0px;
}

.menu li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

.menu li a {
	color: white;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	display: block;
	border-right-color: #7c4b68;
	border-right-style: solid;
	border-right-width: 1px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 2em;
	text-decoration: none;
}

.menu li a:hover, #search-button a.active, .menu-button a.active {
	background-color: #a06184;
	text-decoration: none;
	color: white;
}

.menu-last a {
	border-right-width: 0px!important;
}

.menu form {
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 2em;
}


/* Main Content Area */

#main {
	min-height: 350px;
	clear: both;
	margin-top: 15px;
	height: 100%;
	width: 100%;
}

#main a {
	color: #7c4b68;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #7c4b68;
}

/* Column 1 */

#col1 {
	float: left;
	width: 590px;
}

.col1-wide {
	width: 100%!important;
}

#col1 h1 {
	text-transform: capitalize;
	padding-right: 15px;
	padding-left: 15px;
	font-weight: normal;
	color: white;
	line-height: 2em;
	background-color: #626f98;
	font-size: 1.45em;
	font-family: "Times New Roman", Times, serif;
}

#col1 h1 a {
	display: block;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

#col1 h1 a:hover {
	color: white;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}

#col1 h2, #col1 h3, #col1 h4 {
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
}

#col1 h2 {
	font-size: 1.5em;
	font-family: "Times New Roman", Times, serif;

}

#col1 h3 {
	font-size: 1.2em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#col1 h4 {
	font-size: 1.0em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#col1 p, #col1 ul, #col1 ol {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 10px;
}

p.meta {
	font-size: 0.9em!important;
	text-align: right;
	color: #7a8bbb;
}

p.meta a {
	text-decoration: none;
	color: #7a8bbb!important;
}

p.meta a:hover {
	text-decoration: underline;
	color: #7a8bbb!important;
}

#col1 blockquote, .wpcf7-response-output{
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 10px;
}

#col1 blockquote {
	background-position: left top; 
	background-image: url(images/quotes.gif); 
	background-repeat: no-repeat; 
	padding-left: 3em; 
	padding-bottom: 1em; 
	padding-right: 1em; 
	padding-top: 23px; 
	margin-bottom: 1em; 
	margin-top: 1em;
	font-size: 0.9em;
}

#col1 ol, #col1 ul{
	padding-left: 25px;
}

#col1 li{
	margin-bottom: 0.3em;
}

#col1 .accordion h2, #col1 .accordion-faq h2, #col1 .directory p {
	color: #7c4b68;
	cursor: pointer;
}

#col1 .accordion h2:hover, #col1 .accordion-faq h2:hover, #col1 .directory p:hover {
	text-decoration: underline;
	color: #7c4b68;
	cursor: pointer;
}

#col1 .accordion h2.active, #col1 .accordion-faq h2.active, #col1 .directory p.active {
	color: #494949;
	cursor: default;
}

/* Column 2 Sidebar */

#col2 {
	padding-bottom: 10px;
	float: right;
	width: 250px;
}

.sidebar {
		margin-bottom: 15px;
		background-color: #e7ecfa;
	}

#col2 h1, #col2 h2 {
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	color: white;
	line-height: 2.2em;
	background-color: #626f98;
	font-size: 1em;
}

#col2 p, #col2 ol, #col2 ul{
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 10px;
}

#col2 ul ul {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-top: 0.4em;
}


#col2 blockquote{
	font-style: italic;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	color: #7a8bbb;
}

#col2 ul li{
	margin-bottom: 0.4em;
	list-style-type: none;
}

.col2 ul li a {
		display: block;
	}
	
#col2 .accordion h2 {
	background-image: url(images/arrow_west.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #7c4b68!important;
	margin-bottom: 1px;
	cursor: pointer;
}

#col2 .accordion h2.active {
	background-position: right center;
	background-image: url(images/arrow_south.gif);
	background-repeat: no-repeat;
	background-color: #626f98!important;
	margin: 0px;
	cursor: default;
}

#col1 .accordion-home h1 {
	background-image: url(images/arrow_west.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #7c4b68!important;
	margin-bottom: 1px;
	cursor: pointer;
}

#col1 .accordion-home h1.active {
	background-position: right center;
	background-image: url(images/arrow_south.gif);
	background-repeat: no-repeat;
	background-color: #626f98!important;
	margin: 0px;
	cursor: default;
}

.sidebar div {
	padding-left: 0px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}

/* Footer */

#footer {
	position: static;
	margin-top: 15px;
	background-position: left bottom;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 120px;
	clear: both;
	width: 100%;
}

#footer a {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #7a8bbb!important;
}

#footer a:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #7a8bbb!important;
}

/* Search */

#search {
		border-style: solid;
		border-width: 2px;
		border-color: #7c4b68;
		padding: 15px;
		background-color: #7c4b68;
		margin-bottom: 15px;
	}

#search form {
	}

#search form input {
		width: 100%;
	}

/* Misc */

.clear {
	clear: both;
}

img.alignleft {
	background-color: #e7ecfa;
	margin-right: 10px;
	margin-bottom: 5px;
	border-color: #7a8bbb;
	border-style: solid;
	border-width: 1px;
	padding: 2px;
	float: left;
}

img.alignright {
	background-color: #e7ecfa;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 2px;
	border-color: #7a8bbb;
	border-style: solid;
	border-width: 1px;
	float: right;
}

.wpcf7 span, .wpcf7-response-output {
	padding-right: 15px;
	font-weight: bold;
	color: #b4342b;
}

.wpcf7-mail-sent-ok {
	color: #006533;
	font-weight: bold;
}

.even-row {
	background-color: #e7ecfa;
}

.table-header, th {
	font-weight: bold;
	font-style: italic;
}

#col1 table {
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	margin-top: 10px;
}

table.wp-table-reloaded-id-2 {
	width:820px;	
}

table.wp-table-reloaded-id-3 {
	width:450px;	
}

td, th {padding: 4px;}

.text-buttons { display: none; float: right; }

p.form-alignleft { margin-bottom: 10px; margin-right: 10px; float: left; display: inline; }

.social-networking { text-align: center; }

