/*
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/
*/

body.custom {
	/*background: #E3F0F2;*/
	background: #F9E2A7;
	/*background: #fbfbfb;*/
	}


.custom #container {
	width: 96em;
	margin-top: 0em;
	margin-bottom: 1em;
	padding: 0.1em;
	 /*background: #ADDDE6;border around continer*/
	 background: #ddd;
	/*border: 0.4em solid #3e3e3a;*/
}


.custom #content_box {
	background: url('/wp-content/themes/thesis_151/custom/images/dot-ddd.gif') repeat-y 69.5em 0; 
	}


.custom #page {
	background: #fff;
}

.custom #header {
	padding: 0px;
}
.custom ul#tabs li a, ul#tabs li a:visited {
	 display: block; 
	 line-height: 1em; 
	 color: #111; 
	 text-decoration: none; 
	 text-transform: lowercase; 
	 letter-spacing: 2px; 
	 font-size: 1.2em;
	 font-family: Georgia, "Times New Roman", Times, serif;
}
/*Styles for the header images */
.custom #header #banner img{
	border:  none;
	padding:  0px;
}
.custom #content h1 {
	font-size:2.5em;
	margin-bottom: -.5em;
	line-height:1.364;
}
.custom #content h3 {
	font-weight: heavy; 
	font-size: 1.75em; 
	margin-bottom:0em;
}
.custom #content img {
	border: thin gray solid;
	padding: 4px;
}
.custom #content img.startBtn {
	clear: both;
	display: block;
	border: none;
	margin-left: auto;
	margin-right: auto;
	width: 153px;
}
.custom #content img.nextBtn {
	margin-top: -3em;
	margin-bottom: 2em;
	margin-right: 2em;
	clear: both;
	display: block;
	border: none;
	/*margin-left: auto;
	margin-right: auto;
	width: 153px;*/
	float: right;
}
.custom #content img.topicBtn {
	display: block; 
	border: none; 
	padding: 0px; 
	margin:0px; 
	width:120px;
}
/*Delete these styles after cleaning up session pages*/

.custom #content {
	width: 70em;
}

.no_sidebars #content {
	width: 100%;
}

.custom #content .divider{
	border-bottom: thin dotted gray; 
	width: 500px; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 2em; 
	margin-top: 2em;
} 
/*Styles for session pages - use this for topic header*/

.custom #content .topicBlock{
	clear:both; 
	height:  120px;
} 
.custom #content .topicHeader{
	font-size: 1.80em;
	display: block;
	padding-bottom: 4px;
	vertical-align: top;
	top: 0px;
	} 
.custom #content .topicDivider{
	border-bottom: thin dotted gray; 
	clear:  both;
	width: 500px; 
	margin-left: auto; 
	margin-right: auto; 
	padding-top: 2em;
	margin-bottom: 3.5em;
} 
/*SIDEBARS*/
.custom #sidebars .sidebarDivider{
	border-bottom: thin dotted gray; 
	width: 140px;
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 1em;
}
.custom #sidebars h3{
	font-size: 1.1em;
}
.custom #sidebars .widget_text ul{
	margin-left: 1.1em;
	font-size: .9em;
}
.custom #sidebars .widget_text li{
	margin-top: -.5em
}
.custom #sidebars .widget_text {
	margin-top: -1em;
}
/*Formatting for pages */
.custom .format_text .drop_cap {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
}
.custom .headline_area { 
	display: none; 
}

.custom .clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.custom a.button {
    background: transparent url('/wp-content/themes/thesis_151/custom/images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

.custom a.button span {
    background: transparent url('/wp-content/themes/thesis_151/custom/images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}
.custom a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.custom a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
.custom .nextButton {
	clear: both;
	float: right;
	margin-bottom: 3em;
}
.custom .testimonial {
	display : block;
	margin-left : auto;
	margin-right : auto;
	background : #fffacc;
	padding : 1em;
	border : double;
	border-width : thick;
	border-color : #999999;
	margin-bottom: 1.5em;
}

#custom_box { 
	background: #fff; 
	font-size:1.2em;
	padding-left:10px;
	padding-right:10px;
}

/*SLUG CODE*/
.custom.nomedia #multimedia_box { display: none; }

#datesandloc td {
	vertical-align: top;
	padding:10px;
	border-bottom:1px solid #ccc;
}

#datesandloc .header td {
	color: #336699;
	font-weight:bold;
	white-space:nowrap;
	border-bottom:1px solid #336699;
	border-top:1px solid #336699;
	background: #ECF4FD; 
}


#datesandloc tr.odd {
	background: #fafafa;
}

#datesandloc a.bold {
	font-weight:bold
}