/*
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;*/
        background: #deedfb;
	}


.custom #container {
	width: 960px;
	margin-top: 0em;
	margin-bottom: 1em;
	padding: 0.1em;
	 /*background: #ADDDE6;border around continer*/
	 background: #ddd;
	/*border: 0.4em solid #3e3e3a;*/
}
.custom #content { width: 70em; }

.custom #content_box {
	background: url('/wp-content/themes/thesis/lib/css/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 {

}
.custom #content h3 {
	font-size: 1.25em; 
	margin-bottom:0em !important;
	margin-top:0em !important;
color:#42658D;
}
.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 .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/graphics/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/graphics/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
white-space:nowrap;
}
.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;
}
/**** SLUG CODE hides thesis sidebar content ****/

.custom.nomedia #multimedia_box #custom_box .custom_side_list { display: none; } 



/**** CUSTOM CSS CHRIS AFER THESIS UPGRADE****/

/* disable header title on front page */
.custom .headline_area {
   /* display:none; */
}

.headline_area h1, .headline_area h2 {
 color: #42658D;
 font-size:2.2em !important;
}

.headline_area h1 a, .headline_area h2 a{
 color: #42658D;
}

/* footer */
#customFooter {
	background-color:#6699cc;
}

#customFooter td {
	font-family: "Lucida Grande",Lucida,Helvetica,Arial,Geneva,sans-serif;
        text-align: left !important;
        padding-top: 10px;
}

#customFooter td.first{
	padding-left:6px;
}

#customFooter td.last{
	padding-right:6px;
}

#customFooter td p {
color:#D7E7EC;
font-size:14px;
}

#customFooter td p a {
	color:#D7E7EC;
        text-decoration:none !important;
}

#customFooter td p a:hover {
	color:#ffffff !important;
        text-decoration:none !important;
}

#customFooter ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:8px 0 0 6px;
	margin:0;
}

#customFooter td h5 {
	color:#EFD67F;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:17px;
	text-shadow:-1px -1px 0 #146885;
	margin-bottom:0px;
	margin-top:6px;
}

#customFooter td li a {
	background:transparent url(/wp-content/themes/thesis/custom/images/footer_arrow.gif) no-repeat scroll 0 9px;
	color:#D7E7EC;
	display:block;
	font-size:14px;
	line-height:15px;
	padding-bottom:5px;
	padding-left:15px;
	padding-top:5px;
        text-decoration:none !important;
}
#customFooter td li a:hover {
	color:#FFFFFF;
        text-decoration:none !important;
}
#customFooter td ul.social li a {
	padding-bottom:12px;
	padding-left:33px;
	padding-top:12px;
        text-decoration:none !important;
}
#customFooter td ul.social li a.facebook {
	background:transparent url(/wp-content/themes/thesis/custom/images/footer_icon_facebook.png) no-repeat scroll 0 center;
        text-decoration:none !important;
}
#customFooter td ul.social li a.twitter {
	background:transparent url(/wp-content/themes/thesis/custom/images/footer_icon_twitter.png) no-repeat scroll 0 center;
        text-decoration:none !important;
}
#customFooter td ul.social li a.rss {
	background:transparent url(/wp-content/themes/thesis/custom/images/footer_icon_rss.png) no-repeat scroll 0 center;
        text-decoration:none !important;
}

#customFooter td .copyright {
	color:#AACCD6;
	float:left;
	font-size:13px;
	padding:8px;
}

#customFooter td .copyright a {
	color:#fff;
        text-decoration:underline;
}

#customFooter input.textinput {
	-x-system-font:none;
	border:1px solid #036885;
	color:#336699;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:4px;
	width:180px;
}

#customFooter input.submitinput {
	font-size: 12px;
	padding: 2px;
        color: #336699;
}

/* Page */
#page {
        padding-left:0px !important;
        padding-right:0px !important;
        padding-bottom:0px !important;
}

#footer {
        padding-left:0px !important;
        padding-right:0px !important;
        padding-bottom:0px !important;   
        padding-top:0px !important;   
        border-width:0px !important;
}

#footer a {
        border-bottom:0px !important;
}

#footer input {
 background: #fff;
}

/* sidebar */
.custom_side_list p {
	font-size: 1em; 
	font-family: "Lucida Grande",Lucida,Helvetica,Arial,Geneva,sans-serif; 
	width: 100%;
}

.custom_side_list h1 {
	font-size: 1.1em; 
	font-family: "Lucida Grande",Lucida,Helvetica,Arial,Geneva,sans-serif; 
	color: #42658D;
        font-weight:bold;
        padding-bottom:6px;
        padding-top:12px;
}

.custom_side_list ul.arrows {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0px 0 0 6px;
}

.custom_side_list ul.arrows li {
	background:transparent url(/wp-content/themes/thesis/custom/images/bullet_go.png) no-repeat scroll 0 6px;
	color:#42658D;
	display:block;
        line-height:1.4em;
	font-size:12px;
	padding-left:20px;
	padding-top:6px;
}

.custom_side_list ul.arrows li a:hover{
	text-decoration:underline;
}
.custom_box {
        background: #f9f9f9 !important;
}

#sidebars {
        background: #f9f9f9 !important;
}

.custom #content_box {
       background: #ffffff;
}

.custom #content {
       width:720px;
       background: #ffffff;
}

#sidebars {
       width:240px;
}

.format_text h2 {
       color:#42658D !important;
       font-size:1.7em !important;
       font-weight:normal !important;
       line-height:1.4em !important;
       margin-bottom: .5em !important;   
       margin-top: .5em !important;
}

.sociable img {
    padding:0px !important;
}

.signInLink {
     float: right;
}

.signInLink a {
    background:#fff !important;
    border:0px !important;
    color: #336699;
    font-weight:bold;
    padding-left:0px !important;
}

.menu li {
text-align:center;
width:115px;
}

strong {color:#333;}

#page {
    padding-top:0px !important;
}

.format_text p {
   margin-bottom:0.8em !important;
}

.headline_area  {
   margin-bottom:1em !important;
}

.post_box  {
   padding-top:1em !important;
}

fieldset legend {
  white-space:normal;
}