/*
File:			custom.css
Description:	Custom styles for Thesis

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/
*/

/* Hide left and right arrows in Dynamic Content Gallery */
.custom .jdGallery a.right, .jdGallery a.left {
	width:0%;
}

.custom .withArrows a.open {
	width: 95%;
        left: 0%;
}

/* OLD CSS layout for custom home page design
#cja-1 {position:absolute; display:block; width: 700px;}
#cja-1a {position: relative;	float:left; width:100px; margin-right:10px; font-size: 1em;}
#cja-1b {position: relative;	float: left; margin-left:10px; margin-right:10px; width: 100px; font-size: 1em;} 
#cja-1c {position: relative; float: left; width: 100px; margin-left:10px; margin-right:5px; font-size: 1em;} 
*/

/* REVISED CSS TO FIX IE PROBLEMS*/
#colmask {POSITION: relative; WIDTH: 100%; max-width: 670px; margin-top: 40px; FLOAT: left; CLEAR: both; OVERFLOW: hidden}
#colmid {POSITION: relative; WIDTH: 200%; FLOAT: left; LEFT: 200px}
#colright {POSITION: relative; WIDTH: 100%; FLOAT: left; MARGIN-LEFT: -400px; LEFT: 50%}
#col1wrap {POSITION: relative; WIDTH: 50%; FLOAT: right; RIGHT: 100%}
#col1pad {MARGIN: 0px 15px 0px 440px; OVERFLOW: hidden}
#col1 {WIDTH: 100%; OVERFLOW: hidden}
#col2 {POSITION: relative; WIDTH: 200px; FLOAT: left; MARGIN-LEFT: -50%; OVERFLOW: hidden; LEFT: 205px}
#col3 {POSITION: relative; WIDTH: 190px; FLOAT: left; LEFT: 5px}

#custom-sidebars { width: 27em; border: 0; float: right; margin-top:-260px;}
	.sidebar { width: 100%; }
#custom-sidebar_1 { border: 0; }
	.sidebar ul.sidebar_list { padding-right: 1em; padding-left: 1em; }

#report_nav {
	background:none repeat scroll 0 0 #EEEEEE;
	border:1px solid #C94A29;
	display:block;
	font-size:8pt;
	margin:20px 0px;
	overflow:hidden;
	padding:1em;
	position:relative;
	width:615px;
}

/* HEADER CUSTOMIZATIONS */
.custom #header {
	border-style: none
}

.custom #social_media_links {
	display: block;
	height: 40px;
	width: 140px;
	float: right;
	margin-top: -40px;
	z-index:100;
}

.custom #header #logo a {
	display: block; 
	height: 40px; 
	width: 240px; 
	background: url(images/MV-Logo.gif) no-repeat; 
	outline: none;
	margin-bottom:-45px;
}
	
.custom #header #logo {
	text-indent: -9999px;
}

.custom #testimonial #copyyy {
	text-indent: -9999px;
}

/* Height used to be 30px ... trying to solve IE problem */
.custom #header #tagline {
	height: 50px;
	color: #000000;
	margin-top:45px;
	margin-bottom:-30px;
}

.custom #feature_box {
	padding-left: 0em;
	padding-right: 0em;
}

#latest-reports {border:0px solid #efefef; font-size: 1.2em; line-height:1.3em; margin-bottom:1em;}
.carouselu {margin-bottom:10px;}
.carouselu a:link {text-decoration: none;}
.carouselu a:visited {color: #666699; text-decoration:none;}
.carouselu a:hover {color: #666699; text-decoration: underline;}
.carouselu ul {list-style-type: circle;} 
.carouselu IMG {border:2px solid #ccc;display:block;}

.custom #header {
	padding: 15px 5px 40px;
}
 
input#searchsubmit {
	padding: 2px;
	width: 25px;
	height: 25px;
	position:relative;
	margin-top: 17px;
	border: none;
	/* margin-right: -207px; trying to solve IE problem */
	float: right;
	cursor: pointer;
	background: #FFF url('/wp-content/themes/thesis/custom/images/search.gif') no-repeat;
	z-index:200;
}

/* Position the Search Box */
#s {
	width:175px;
	height: 25px;
	font-size:1.3em; 
	position:relative; 
	float:right; 
	/* margin used to be 15px 25px 0px 0px; trying to fix IE problem */
	margin: 15px 0px 0px 0px; 
	background: none repeat scroll 0 0 #EEEEEE; 
	border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
	border-style: solid;
	border-width: 1px;
	color:#444444; 
	padding:0em;
	z-index:100;
}

.custom #page #yoastbreadcrumb {
	font-size:8pt;
	margin-top:10px;
	margin-bottom:10px;
}

.custom #container {
	margin-bottom: 2em;
	margin-top: 2em;
	padding: 0.2em;
}

/* Insert Borders into Sidebar */
li#1sc-custom-forms.widget {padding-bottom:20px; border-bottom: 1px solid #DCDCDC; margin-bottom:10px;}
li#rss-3.widget {padding-bottom:20px; border-bottom: 1px solid #DCDCDC; margin-bottom:10px;}
li#text-7.widget {margin-bottom: 2em;}

/* Remove the "Comments are Closed" comment from pages */
.custom .comments_closed {
	display: none;
}

/* Left Align the Checkbox on Comment Forms */
.format_text .forgetmenot {
	margin-left: -30px;
	width: 155px;
	padding: 5px;
}