/*

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/

*/





	











/*---------------------------------*/

/* WIDGETIZED FOOTER               */

/* Mike Nichols - October 17, 2009 */

/*---------------------------------*/



/* footer widget area setup */

#footer_setup {

	/* widgetized footer background (not footer background) */

	/* widget padding */

	/* margin at bottom of widgets */
  padding-bottom: 25px;
	margin-bottom: 5px;

	/* do not change this! */

	overflow: hidden;
  border-bottom: 1px solid #ccc;

}



/* widget item setup */

#footer_setup .footer_items {

	/* contents alignment */

	text-align: left;

	/* widget width */

	width: 275px;

	/* space between widgets */

	padding-right: 10px;

	/* text color */

	color: #757575;

	/* do not change these! */

	display: inline-block;

	float: left;

	height: 100%;

}



.footer_items_right {
	text-align: left;
	width: 275px;
	color: #757575;
	display: inline-block;
	float: left;
	height: 100%;
}



/* widget item headers*/

#footer_setup .footer_items h3 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #A23C2C;
	padding-bottom: 3px;
}
#footer_setup .footer_items_right h3 {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #A23C2C;
	padding-bottom: 3px;
}
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }
.custom .textwidget {
	color: #3D484A;
	padding-left: 0px;
}
.custom #nav_menu li a {

   font-size: 11px;

   font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;

   text-decoration: none;

   

}

.custom .menu a {
padding: 15px 10px 14px 10px;
font-weight: bold;
}
.custom ul.menu {
  background: url(../lib/images/LS-Screening-F3.png) -3px -12px no-repeat;
  margin-top: 11px;
 /* padding-left: 246px;
  padding-left: 249px\9;
  padding-right: 10px; */
  text-align: right;
  border: 1px solid #ccc;
  position: relative;
  width: auto;
  float: right;
  margin-right: 0;
}
.custom .sub-menu li a:hover {color: #821102 !important;}
.custom .sub-menu li a {text-align: left !important; padding: 6px 10px; color: #a5191a !important;}

.custom .menu a { text-transform:none; letter-spacing: 0; }

.custom ul.menu {position:relative; width: 917px; float:right; margin-right:0;}

.custom #multimedia_box.image_box #image_box img { border: none; background: none; padding: 0; margin: 0; }

.custom #header { border: none; }
.custom #image_box { border: none; padding: 0; margin: 0; }

.custom .image_box { background: none; border: none; }

.custom #multimedia_box { border: none; padding: 0; margin: 0; }

.custom #custom_box { border: none; background: none; padding: 0; margin: 0; }

.custom .custom_box { border: none; background: none; padding: 0; margin: 0; }

.custom #feature_box { background: url('../../../../uploads/2011/06/featurebk.png'); border:none; margin-top: 10px; padding: 0;}

.custom #custom_headline h1 { color: #FFF7E8; padding-bottom: 8px; padding-top: 40px; font-size: 38px; }

.custom #custom_headline p { color: #FFF7E8; font-size: 17px; }

.custom #custom_headline img { border: 2px solid #FFF7E8; }

.custom #custom_headline { background: url('../../../../uploads/2011/06/featurebk.png'); border:none; margin-top: 10px; padding: 20px; height: 160px;}

.custom #content-left { float: left; width: 360px; }

.custom #content-right { float: right; width: 250px; }

.custom h3 { letter-spacing:1px; padding-bottom: 0px; margin-bottom: 0px; }

.custom .special-button { text-align: center; border: 3px solid #820C07; background: #AD1009; padding: 10px; font-size: 14px; }

.custom a.special-button:link { color: #FFF7E8; text-decoration: none; }

.custom a.special-button:visited { color: #FFF7E8; text-decoration: none; }

.custom a.special-button:hover { color: #FFF7E8; text-decoration: none; }

.custom a.special-button:active { color: #FFF7E8; text-decoration: none; }

.custom #sidebar_1 { padding-top: 20px; }



.custom .menu a {

	font-weight:bold;

}



.custom #footer_setup .footer_items li {

list-style: square outside none;

padding-bottom: 10px;

font-size: 12px;

}



.custom #footer_setup .footer_items li a {

color: #3D484A;

}



.custom #footer_setup .footer_items_right li a {

color: #3D484A;

}



.custom #footer_setup .footer_items ul { margin: 0 0 1.667em 1.667em; }



.custom #footer_setup .footer_items_right li {

list-style: square outside none;

padding-bottom: 10px;

font-size: 12px;

}

.custom #footer_setup .footer_items_right ul { margin: 0 0 1.667em 1.667em; }





.custom #slides {

	z-index:100;



}



.custom .slides_container {

	overflow:hidden;

	position:relative;

	display:none;

}



.custom .slides_container a {

	width:919px;

	height:299px;

	display:block;

}



.custom .slides_container a img {

	display:block;

	width:919px;

	height:299px;

}



.custom .quesdisp{

width:600px;

background-color:#CCCCCC;

}



.custom .hidden {display:none;

width:600px;

background-color:#6a7e51;

padding: 10px;

font-size: 12px;

border-style:inherit;

color: #fff;

border: none;

}



.custom .queslink {text-decoration: underline;

color:#6a7e51;

cursor:pointer;}



.custom .queslinkhidden {text-decoration: underline;

color:#fff;

cursor:pointer;}



.custom #archive_intro h1 { color: #687B4E; font-size: 38px; }



.custom .menu { margin-top: 15px; }

/* Ad column */
div#places_page_content {
	width: 656px;
	float: left;
}
div#places_page_content div#content {
	width: 545px;
	float: right;
}
div#places_page_content div#sidebars {
	width: 95px;
	float: left;
}
/* @end */

.red-btn {
  background: url(../img/red-btn.png) no-repeat;
  display: block;
  width: 147px;
  height: 33px;
  margin: 10px auto;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  color: #fff !important;
}
.red-btn:hover {
  background-position: bottom left;
}
div.bbp-submit-wrapper {
	
}
div.bbp-submit-wrapper button {
	background: url(../img/red-btn.png) no-repeat;
	display: block;
	width: 147px;
	height: 33px;
	margin: 10px 0px;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	color: #fff !important;
	border: 0;
	cursor: pointer;
}
div.bbp-submit-wrapper button:hover {
	background-position: bottom left;
}



