/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* Style */
a, a:visited, .custom .format_text a, .custom .format_text a:visited {
color:#5EA0AE;
}

/* Header */
.custom #header_area {
background: #90cdda url(images/body_bg.png) repeat-x scroll 0 0;
padding:0;
}

.custom #header_area .page {
padding:0;
}

.custom #header {
border:0;
/* old logo */
/* background: url(images/logo2644702_md.png) no-repeat scroll 0 0; */
background: url(images/mvlogo-short-tag.png) no-repeat left center;
text-indent: -9999px;
width: 548px;
height: 90px;
/* height: 90px; */
padding-bottom:1em;
}

/* Nav Bar */
.custom ul#tabs {border-bottom:none; border-left:none;height:44px;list-style-image:none;list-style-position:outside;list-style-type:none;padding-top:4px;}
	.custom ul#tabs li {margin-bottom:0px; border:none; background:none;float:left;height:41px;}
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:none;}
	.custom ul#tabs li.rss {}
		.custom ul#tabs li a {
color:#FFFFFF;
display:inline-block;
font-size:14px;
font-weight:bold;
height:36px;
padding:0 24px 8px 9px;
text-decoration:none;
text-transform:uppercase;}
.custom ul#tabs li a span {color:#F3E7D1;display:block;font-size:11px;font-weight:normal;margin-top:4px;margin-bottom:2px;text-transform:lowercase;}
		.custom ul#tabs li a:hover {background:#A98D5C none repeat scroll 0 0;text-decoration:none;}
		.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}

/* Content */
.custom #content_area {
background: #f3e7d1;
}

.custom #content_box {
background:0
}

.custom .headline_area, .teasers_box h2 {
padding-left: 0.8em;
padding-right: 0.8em;
margin-left: 0.8em;
margin-right 0.8em;
border-bottom: 6px solid #A7987C;
color: #5ea0ae;
}

.custom .entry-title a, .custom .entry-title a:visited {
color: #5ea0ae;
}

.custom .teasers_box h2 {
border:0;
padding-left: 0;
}

.custom .teasers_box abbr {
margin-left: 1.2em;
border-bottom: 3px solid #A7987C;
}

.custom .entry_content {
background: #fff;
border:0;
}

.custom .format_text, .format_teaser, .teaser_link {
padding-left:1.3em;
padding-right:1.3em; 
}

.custom .teaser {
padding-bottom: 1em;
padding-top: 1em;
}

.custom .teaser_link {
color: #5ea0ae;
}

.custom .post, .custom .post_box {
background:#FFFFFF url(images/post_bg.png) no-repeat scroll 0 0;
margin-top: 1em;
}


.custom .prev_next p a {
font-size:1.5em;
font-weight: bold;
color: #5ea0ae;
}

.custom .format_text .read-more-hook a, .custom .format_text .read-more-hook a:visited {
font-size:1.1em;
font-weight:bold;
color: #5ea0ae;
}

.custom .format_text .read-more-hook p {
font-size:1.1em;
font-weight:bold;
}

/* Sidebar */

.custom #image_box {
background: none;
border:0;
padding-top:2em;
}

.custom .sidebar h3 {
background:transparent url(images/sidebar_heading.png) no-repeat scroll left top;
color:#F3E7D1;
font-size:18px;
height:36px;
line-height:36px;
padding-bottom:15px;
text-indent:11px;
text-transform:uppercase;
}

/* .custom .widget p {
background:transparent url(images/sidebar_bg.png) repeat-y scroll left top;
overflow:hidden;
padding:0px 15px 15px;
width:260px;
margin-top:-13px;
} */

.custom .textwidget, .custom li.thesis_widget_search p, .custom li.widget_categories p {
	background:transparent url(images/sidebar_bg.png) repeat-y scroll left top;
	overflow:hidden;
	padding:0px 15px 15px;
	width:260px;
	margin-top:-13px;
}

.custom #text-10 .textwidget {
	background: transparent;
	padding-left: 7.5em;
}

.custom .ad_widget {
background:transparent url(images/sidebar_bg.png) repeat-y scroll left top;
margin-top:-1em;
overflow:hidden;
padding-left:18px;
padding-right:15px;
padding-top:15px;
width:260px;
}


/* .custom .textwidget {
background:transparent url(images/sidebar_bg.png) repeat-y scroll left top;
overflow:hidden;
padding:0px 15px 15px;
width:260px;
margin-top:-1em;
} */

.custom .widget ul {
background:transparent url(images/sidebar_bg.png) repeat-y scroll left top;
overflow:hidden;
padding:0px 15px 15px;
width:260px;
margin-top:-1em;
}

.custom .widget li {
background:transparent url(images/sidebar_list_bg.png) repeat-x scroll left bottom;
margin:0;
padding:10px 10px;
}

.custom .widget li a, .custom .widget li a:visited {
color: #5ea0ae;
font-weight: bold;
}

/* Footer */
.custom #footer_area {
background:transparent url(images/footer_bg.png) repeat-x scroll left top;
color:#FFFFFF;
height:43px;
padding-bottom:9px;
padding-top:1px;
}

.custom #footer_area .page {
margin-bottom:0;
padding-bottom:0;
}

.custom #footer {
border:0;
line-height: 43px;
text-align: left;
color: #fff;
float:left;
}

.custom #footer a {
color:#333333;
font-weight:bold;
border:0;
}

/* Comments */
.custom .thread-even {
background: #fff;
}

.custom .thread-odd {
background: #F1F8F9;
}

.custom .comment_time a, a:visited {
color: #888;
}

.custom .comment_author a {
color: #ED5323;
}

.custom #commentform input.form_submit:hover {
color: #5EA0AE;
}

/* Stay-Connected and Share-This-Post Box */
.box { margin-bottom: 2em; padding: 0.7em; background: #e5f6fc; border: 1px solid #0262A5;}
.box h3 { margin-top: 0; }
.box p { margin-bottom: 0; }
.box .stayintheloop {float:left; width:58%;}
.box .social_icons {float:right; width:38%; }
.box .social_icons a, .box .social_icons a:hover {border:none;}
.box .social_icons img {filter:alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;-khtml-opacity: 1.0; }
.box .social_icons img:hover {filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;-khtml-opacity: 0.5;}
.advert {background-color:#FFFFA0; color:#000; border: 1px solid #0262A5; border-top: 0; padding: 0.3em; text-align: center; font-size:12px;}

