﻿@charset "utf-8";
/*
Theme Name:bessei
Theme URI: http://wordpress.org/
Description: 
Author: the WordPress team
Template: princeton2
Version: 0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* Color  #7D233D */

 @import url(../princeton2/style.css);
 


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #9AB23A;
}

body,
input,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 1.7em;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}

dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}

a:link {
	color: #3399FF;
	text-decoration: none;
}
a:visited,
a:active,
a:hover {
	color: #3399FF;
}

a:hover {
	text-decoration:underline;
}




/* =Header
-------------------------------------------------------------- */
#wrapper{
	margin-top: 20px;
	padding-top: 10px;
	border: 3px #8EA536 solid;
}
#header {
	padding: 15px 0 0 0;
}
#logo{
	
}

#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 20px;
	width: 700px;
	color:#000;
	display:none;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;

}
#site-description {
padding-top:20px;
	margin: 0px 0 5px 20px;
	width: 700px;
		color:#000;
			display:none;


}

#branding {
background-color:#fff;
height:200px;
margin-bottom:5px;
background-image:url('images/header.gif')

}


/* =Menu
-------------------------------------------------------------- */

#access{
	background: #eee;
	border-bottom:1px #ccc solid;
	float: left;
}
#access a {
	color: #000;
	font-size:13px;
	border-right:1px solid #aaa;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #000;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}


/* =Content
-------------------------------------------------------------- */
#content{
	border-top: 2px #8EA536 solid;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {

}
#content tr th,
#content thead th {
	background-color: #ddd ;
	border: 2px solid #fff;
	color: #000;
	font-weight: normal;
	line-height: 18px;
	padding: 9px 15px;
}
#content tr td ,th{
	border: 2px solid #e7e7e7;
	padding: 5px 10px;
	vertical-align:top;
	
}
#content tr.odd td {
	background: #f2f7fc;
}

.page-title {
	color: #000;
	font-size: 23px;
	font-weight: bold;
	margin: 0 0 36px 0;
	height:50px;
	background-color:#f1f1f1;
	padding:10px 0 0 5px;
}
.page-title span {
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}

#content h2,
#content .entry-title {
	color: #8EA536;
	border-bottom: 0px solid #e7e7e7;
	border-left: 5px solid #8EA536;
	font-size:120%;
}

#content h3 {
	color: #8EA536;
	font-size:120%;

}

#content h4 {
	color: #8EA536;
	font-weight:bold;
}

#content h5 {
	color: #8EA536;
}




.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #3399FF;
}
.entry-meta {
	color: #666;
	font-size: 12px;
	text-align:right;
}

.single .entry-meta {
margin-top:-20px;
}

.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

/* =top-page
-------------------------------------------------------------- */

.top-page .page-title{
	display:none;
}

#new_topics table,#new_topics table td{
	margin-top:15px;
	border:0px;
	border-bottom:1px;
	padding:3px 0;
	text-decoration:none;
}

#new_topics table tr{
	border-bottom:1px solid #e7e7e7;
}

#new_topics a{
	text-decoration:none;
}

#new_topics a:hover{
	text-decoration:underline;
}



/* =Widget Areas
-------------------------------------------------------------- */


.widget-area ul {
font-size:14px;
}

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0px;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #fff;
	border-bottom:0px solid #7D233D;
	padding:0 0 0px 5px;
	margin:0 0 5px 0px;
	background-color:#8EC31F;

}
.widget-area a:link,
.widget-area a:visited,
.widget-area a:active,
.widget-area a:hover
 {
	text-decoration: none;
	color:#333;
}

.widget-area .entry-meta {
	font-size: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 10px 10px;

}
#main .widget-area ul ul {
	border: none;
	margin-left: 7px;
	padding: 0;
}

#main .widget-area ul ul li{
	border-bottom:1px solid #e7e7e7;
	padding:5px 0 5px 0px;
	list-style-type:none;
	list-style-position:inside;
	color:#999;
}

#main .widget-area ul ul li ul li{
	border-bottom:none;
	padding:1px 0 1px 0px;
	list-style-type:disc;
	list-style-position:inside;
	color:#999;
}

#main .widget-area ul ul li a{
	margin:0 0 0 -7px;
}

#main .widget-area ul ul li a:hover{
	color: #3366FF;
}


#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin: 20px 0 10px 0;
	color:#000;
	border-top:0px;
}

#footer a,#footer a:visited{
	color:#000;
}



#colophon {
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: normal;
	text-align:center;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}

#branding
{
	background-color:#fff;
}


#footer{
	background-color:#90C31F;

}


span .wpcf7-list-item-label{
vertical-align:middle; 

}