/*
 Theme Name: Clairvia V2
 Theme URI: http://www.emisare.com/
 Description: Clairvia's two column theme, sidebar on right.
 Version: 0.2
 Author: Emisare / Mark Rickert
 Author URI: http://www.emisare.com
 */
/*=== START SECTION 1 - Initial Styling ===*/ * {
    margin: 0px;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 85%;
    margin: 0px;
    padding: 0px;
    color: #555555;
}

a:link, a:visited, a:hover {
	color: #0595D5;	
}


#wrapper {
	background:url(images/background.gif);
	background-repeat:no-repeat;
	background-position:top center;
}


#title, #main {
    width: 915px;
    margin: 0px auto 20px auto;
    padding: 0px;
}

#main
{
	padding-bottom:20px;
	margin-bottom:0px;
}

#titlewrapper
{
	background-color:#F0F0F0;	
}
#title{
	height:70px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.aligncenter, div.aligncenter {
    display: block;
    margin: 0 auto;
}

img.alignright, div.alignright {
    margin: 1px 0 2px 10px;
    display: inline;
}

img.alignleft, div.alignleft {
    margin: 1px 10px 2px 0;
    display: inline;
}

/*=== END SECTION 1 - Initial Styling ===*/
/*=== START SECTION 2 - Header Region ===*/
#headerwrapper {
    height: 93px;
    width: 100%;
    margin: 0px;
    padding: 0px;
	background: url(images/header.jpg) #ffffff top center;
    border-bottom: 8px solid #0588C2;
}

#header {
    width: 915px;
    margin: 0px auto 0px auto;
    padding: 0px;
}

#header h1 a:link, #header h1 a:visited {
    text-decoration: none;
    font-size: 1em;
    float: left;
    margin: 0px;
    width: 220px;
    padding-left: 15px;
    padding-top: 36px;
    clear: both;
}

#header img {
    border: none;
}

#header h1 a:hover {
    text-decoration: underline;
}

.description {
    clear: left;
    padding: 5px 0 5px 35px;
}

#menu
{
	padding-top:64px;
}

#dropmenu, #dropmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.6em;
    z-index: 300;
    width: 100%;
}

#dropmenu a {
    display: block;
    padding: 7.5px 31px;
    color: #FFFFFF;
    text-decoration: none;
    background: #0588C2;
}

#dropmenu a.first {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
}
#dropmenu a.last {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
}

#dropmenu li ul li a.last {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
}

.sub-last {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
}


#dropmenu a:hover {
    background: #000000;
    color: #B8D64C;
}

#dropmenu li {
    float: left;
    position: relative;
/*	border:1px solid #0588C2;*/
}


#dropmenu ul {
    position: absolute;
    display: none;
}

#dropmenu ul a {
}

#dropmenu li ul {
    width: 14.1em;
	background-color:transparent;
}

#dropmenu li ul a {
    width: 116px;
    height: auto;
    float: left;
	font-size:12px;
    padding:6px 12px;
	background-color: #000000;
    color: #FFFFFF;

	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#dropmenu li ul a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#dropmenu ul ul {
    top: auto;
}

#dropmenu li ul ul {
    left: 12em;
    margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
    display: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
    display: block;
}

#dropmenu li a.dropmenuhover {
    background: #000;
    color: #B8D64C;
	background-image:url(images/downarrow_hover.jpg) !important;
	background-repeat:no-repeat !important;
	background-position:right center !important;	
}


#dropmenu li ul li a.dropmenuhover {
    background: #000;
    color: #FFF;
	background-image:url(images/blank.gif) !important;
}

.dropmenuarrow
{
	background-image:url(images/downarrow.jpg) !important;
	background-repeat:no-repeat !important;
	background-position:right center !important;	
}

#dropmenu li.first a, #dropmenu li.last a {
	background-image:url(images/blank.gif) !important;
}
/*=== END SECTION 2 - Header Region ===*/
/*=== START SECTION 3 - Content Region ===*/
#main {
    width: 915px;
}

#content {
    width: 580px;
    padding: 10px;
    float: left;
    line-height: 1.7em;
}

#content a:link, #content a:visited {
    text-decoration: none;
    padding: 0px;
}

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

#content h1 {
	font-size: 2em;
    margin: 0;
    padding: 0px 0px 10px 0px;
	font-weight:normal;
	line-height:1.1em;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
}

.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;
}

.post {
    padding: 5px 0px 50px 0px;
    font-size: .9em;
}

.post h2 {
    font-size: 2em;
    margin: 0;
    padding: 0;
	font-weight:normal;
	line-height:1.1em;
}
.post h2 a{
	color:#CF1F25;
}

.post h3 {
    font-size: 1.8em;
    margin: 0;
    padding: 0;
}

.post-edit-link img {
    border: none;
}

a.post-edit-link:link, a.post-edit-link:visited {
    text-decoration: none;
}

.entry-content, .entry-excerpt {
    clear: left;
	line-height:1.7em;
}
.entry-content p, .entry-excerpt p {
	padding-bottom:10px;
}

.entry-content blockquote {
    font: 1.2em / 1.5em Helvetica, sans-serif;
    color: #000000;
    width: 350px;
    background: url(images/blockquote1.png) no-repeat right bottom;
    padding: 0 0 0 30px;
    text-indent: -15px;
}

.entry-content h1
{
	color:#CF1F25;
}

.entry-content h2{
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
}

.entry-content h1, .entry-content h2, .entry-content h3{
	padding-bottom:10px;
}

.entry-content ul{
	margin-left:30px;
	margin-bottom:10px;
}


.entry-content blockquote p {
    background: url(images/blockquote2.png) no-repeat left top;
    padding: 0 0 0 60px;
    font: italic 1.5em Georgia, "Times New Roman", Times, serif;
}

.entry-categories{
	padding-top:0px;
	font-size:10px;
	color:#808285;
}
.entry-categories a:link, .entry-categories a:visited{
	color:#CF1F25;
}
.entry-categories a:hover{
	color:#AA2630;
}

a.image:link, a.image:visited, a.image:hover {
    background: none;
    padding: 0;
}

a.image img {
    border: none;
}

.entry-date {
    height: 89px;
    width: 71px;
    display: inline;
    float: left;
    margin: 0 10px 0 0;
    border: 2px solid #000000;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.entry-month {
    font-size: 19px;
    width: 71px;
    text-align: center;
    height: 28px;
    margin: 7px 0 0 0;
    font-weight: bold;
    padding: 0 0 2px 0;
}

.entry-day {
    font-size: 28px;
    text-align: center;
    height: 30px;
    width: 71px;
    margin: 4px 0 0 0;
    font-weight: bold;
    line-height: 30px;
}

.navigation {
    clear: both;
}

.entry-meta {
    margin: 15px 0 20px 0;
	
	border:1px solid #E0E0D7;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#EEEEEE;
	
	width:100%;
	padding:5px;
	
}

.entry-meta .commentshare
{
	float:right;
	clear:right;
}

.entry-meta .commentshare .comments .comment-bubble
{
	width:48px;
	height:35px;
	background:url(images/comment_bubble.png) no-repeat;
	display:inline-block;
	padding-left:15px;
	padding-top:3px;
	font-size:14px;
	color:#FFFFFF;
}

.entry-meta span.comments span
{
	width:48px;
	height:29px;
	background:url(images/comment_bubble.png) no-repeat;
	display:inline-block;
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	padding-top:3px;
	
}

.sharethis{
	display:inline-block;
	width:78px;
	height:21px;
	margin-right:10px;
}

.entry-meta-date{
	color:#939598;
	text-transform:uppercase;
	padding:0px 0px 10px 0px;
	font-size:10px;
}

a.stbutton {
	padding:4px 58px 5px 22px !important;
}

.underpost {
    font-size: .9em;
}

.underpost a {
    text-decoration: underline;
}

/*=== END SECTION 3 - Content Region ===*/
/*=== START SECTION 4 - Comment Region ===*/

#comments-area {
	background:#F1F1F2 url(images/comment_arrow_up.jpg) no-repeat center top;
	clear:both;
	padding-bottom:1px;
	margin-top:20px;
	padding-top:15px;
}

#comments-area h4 {
	font-weight:normal;
	font-size:26px;
	margin-left:15px;
	margin-right:15px;
	padding: 15px 0px;
	border-bottom:1px solid #DBDCDD;
}

.avatar {
    float: left;
    margin: 0 0 3px 5px;
	border:1px solid #DDDDDD;
}

.comment-content
{
	float:right;
	width:460px;
}

.commentmetadata, .commentmetadata a{
	color:#939598;
	font-size:10px;
	margin-bottom:10px;
}

.comment-content p
{
	color:#58595B;
}

#respond {
	background-color:#E2E3E4;
	color:#808285;
	margin:30px;
	padding:15px;
}

#respond p {
    font-size: .9em;
	clear:both;
}

#respond label {
    display: block;
    margin: 5px 0 5px 0;
	float:left;
	clear:left;
}

#respond h3{
	font-weight:normal;
	font-size:26px;
}
#respond h3 img{
	padding-right:10px;
}

#respond small{
	font-size:11px;
}
#respond #author, #respond #email, #respond #url{
	width:280px;
	padding:4px;
}

#respond #submit{
	margin-top:10px;
}

#comment {
    width: 100%;
}

.thread-even {
    /*background-color: #F9F9F9;*/
}

.thread-odd {
    /*background-color: #E5E5E5;*/
}

#commentform {
    padding: 10px;
}

ol.commentlist {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ol.commentlist li {
    margin: 0px 15px 15px 15px;
	padding:0px 10px 15px 10px;
	border-bottom:1px solid #DDDDDD;
}

ol.commentlist li a {
    text-decoration: underline;
}

/*=== END SECTION 4 - Comment Region ===*/
/*=== START SECTION 5 - Sidebar Region ===*/

#sidebar h1, #sidebar h2, #sidebar h3{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F9A01C;
}

#sidebar {
    width: 250px;
    float: right;
    margin: 0px 5px 0 0;
}

#sidebar h1 {
    font-size: 1.4em;
}

#sidebar h2 {
    font-size: 1.1em;
}

#sidebar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#sidebar ul ul {
    margin-left: 10px;
	font-size:11px;
}

#sidebar ul ul li {
    font-size: .9em;
    padding-bottom: 10px;
    margin-bottom: 10px;
	border-bottom:1px solid #DDDDDD;
}

#sidebar ul li ul li ul li{
	border-bottom:none !important;
	padding-bottom:0;
	margin-bottom:0;
}

#sidebar li a:link, #sidebar li a:visited {
    text-decoration: none;
    margin-bottom: .1em;
    padding: 1px;
}

#sidebar li a:hover {
    text-decoration: underline;
}

/*=== END SECTION 5 - Sidebar Region ===*/
/*=== START SECTION 6 - Footer Region ===*/
#footerwrapper
{
	background-color:#3A3A3C;
	clear:both;
	color:#FFFFFF;
}

#footer {

    width: 915px;
    margin: 0px auto 0px auto;
    padding: 20px 0px 20px 0px;

    font-size: 0.8em;
    padding: 13px 0 0 0;
}

#footer img
{
	border:none;
}

#footer li
{
	list-style:none;
	padding-top:5px;
}

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

#footer h3
{
	text-transform:uppercase;
}

#footer tr
{
	vertical-align:top;
}

#footer td
{
	text-align:left;
	width:16%;
}

#footer a:link, #footer a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

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

#footer #footerline{
	color:#66676A;
	padding:20px 0px 20px 0px;
}

/*=== END SECTION 6 - Footer Region ===*/
/*=== START SECTION 7 - Misc. & Plugins ===*/
/* insert your misc. styling here. */
/*=== END SECTION 7 - Misc. & Plugins ===*/

#searchform
{
	border: 1px solid #E7E8E9;
	background-color:#F6F6F6;
	color: #A7A9AC;
}

#searchform #s
{
	width:210px;
	background-color:transparent;
	border:none;
	height:20px;
	padding-left:5px;
	color:#A7A9AC;
}

#searchform #searchbutton
{
	float:right;	
}

#sidebar .wp-polls-ul li{
	border-bottom:none;
	padding-bottom:0;
}

.widget_get_recent_comments, #polls-widget-3, #tag_cloud-3, #sidebar .posts, #sidebar #query-posts-4, #sidebar .widget_text
{
	border:1px solid #EEEFEF;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#F8F8F9;
	
	margin-top:20px;
	padding:10px;
}

#sidebar #query-posts-4 h2{
	border-bottom:1px solid #D5D7D9;
	font-size:24px;
	color:#58595B;

}

#sidebar #query-posts-4 li{
	border-bottom:1px solid #D5D7D9;
}

#sidebar .posts, #sidebar .widget_text
{
	border:none;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#3A3A3C;
	
}

#sidebar .widget_text{
	color:#808285;	
}

#sidebar .widget_text li{
	border: none;
} 

#sidebar .widget_text h2{
	border-bottom:none;
	padding-bottom:0px;
}

#sidebar .posts ul
{
	/* color:#FFFFFF;	*/
	color:#A7A9AC;
}
#sidebar .posts .post-77 ul a:link, #sidebar .posts .post-77 ul a:visited, #sidebar .posts .post-77 ul a:hover, #sidebar .posts .post-77 ul a:active{
	/*color:#A7A9AC;*/
	color:#FFFFFF;
}

#sidebar .posts li{
	line-height:normal;
	border-bottom:1px solid #58585A;
}

#sidebar .posts h2{
	border-bottom:1px solid #58585A;
}

#sidebar h2
{
	font-size:20px;	
	border-bottom:1px solid #E7E8E9;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:normal;
}

#breadcrumb {
	padding:10px 0px 0px 0px;
	color:#3A3A3C;
	font-size:12px;
}
#breadcrumb a:link, #breadcrumb a:active, #breadcrumb a:visited{
	color:#A7A9AC;
	text-decoration:none;
}
#breadcrumb a:hover{
	color:#A7A9AC;
	text-decoration:underline;
}
#title h2{
	color:#0588C2;
	font-size:26px;
	font-weight:normal;
}

#featuredblock
{
	width:580px;
	height:20px;
	overflow:visible;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	
	text-align:left;
	margin:40px auto 0px auto;
	background-color:#F3F3F4;
	
	
	text-transform:uppercase;
	color:#939598;
}
#featuredarrow{
	background-image:url(images/featured_downarrow.jpg);
	background-repeat:no-repeat;
	background-position:top center;	
	margin:0px auto 30px auto;
}


#page_widgets li
{
	background-color: #F1F1F2;
	list-style:none;
	padding: 10px;
	margin-top:20px;
}

#page_widgets li h2{
	padding:10px;
	border-bottom: 2px solid #DBDCDD;
	font-size:28px;
	font-weight:normal;
}

.greyline
{
	overflow:hidden;
	height:1px;
	border-bottom:1px solid #58585A;
	margin:10px 0px 10px 0px;
}

#contributor-form, #demo-form, #contact-form, #feedback-form
{
	margin-top:35px;
	background-color: #3A3A3C;
	padding:25px;
	color:#6F7072;
}

#contributor-form h1{
	color:#69AF4C;
	font-size: 2em;
    margin: 0;
    padding: 0px 0px 10px 0px;
	font-weight:normal;
	line-height:1.1em;
}

#contributor-form h1 img{
	float:left;
	padding-right:10px;
}

#contributor-form .cform input.sendbutton
{
	background:url(images/submit_green.png) no-repeat !important;
}

p.linklove
{
	display:none;
	visibility:hidden;
}

.cform input{
	margin:8px 0px;
}
.cform input.sendbutton {
	border-color:transparent !important;
	border-right:none !important;
	border-style:none !important;
	border-width:0px !important;
	padding:5px;
	width:101px;
	height:31px;
}


.helpdesk
{
	background-color:#EFEFF0;
	padding:30px;
	margin:10px 0px;
}
.big-and-yellow
{
	font-size:24px;
	color:#F9A01C;
}

#demo-form h1{
	font-size: 2em;
    margin: 0;
    padding: 0px 0px 10px 0px;
	font-weight:normal;
	line-height:1.1em;
	color:#F9A01C;
}

#demo-form .cform input.sendbutton
{
	background:url(images/register_orange.jpg) no-repeat !important;
	width:130px !important;
}

#demo-form h1 img{
	padding-right:10px;
}


#contact-form h1, #feedback-form h1{
	font-size: 2em;
    margin: 0;
    padding: 0px 0px 10px 0px;
	font-weight:normal;
	line-height:1.1em;
	color:#F9A01C;
}

#contact-form .cform input.sendbutton, #feedback-form .cform input.sendbutton
{
	background:url(images/submit_orange.jpg) no-repeat !important;
}


/* Lists */
ul#events, ul#executives
{
	list-style:none;
	border-top: 1px solid #D1D3D4;
	margin:30px 0px;
}

ul#events li, ul#executives li
{
	padding:20px 0px;
	border-bottom: 1px solid #D1D3D4;
}

ul#events li .date
{
	text-transform:uppercase;
	font-weight:bold;
	color:#939598;
}

ul#executives li .red
{
	font-weight:bold;
	color:#CF1F25;
}

ul#executives li img
{
	margin:0px 20px 20px 0px;
}


.clairvia-for-header-image
{
	margin-bottom:25px;
}

div.testimonial{
	padding:35px 35px 20px 70px;
	background: url(images/quote.jpg) top left no-repeat #EFEFF0;
}



#testimonials
{
	background-color:#EFEFF0;
	margin: 10px 0;
	padding:15px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
}

#testimonials h2{
	color:#F9A01C;
	padding:0px 10px 15px 10px;
	border-bottom: 2px solid #DBDCDD;
}

#testimonials ul{
	list-style-type:none;
}

#testimonials ul li
{
	color:#808285;
	padding:10px 0px;
	border-bottom:2px solid #DBDCDD;
}

#testimonials .attributed
{
	font-weight:normal;
	color:#414042 !important;
	margin:0;
}

.wp-polls-ans
{
	padding-top:20px;
}


/*
.testimonials_manager_widget{
	margin: 10px 0;
	padding:10px;
	border-bottom: 2px solid #DBDCDD;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
}

.testimonials_manager_widget .avatar{
	display:none;
	visibility:hidden;
}
*/