/*
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-color:#7CA3B7;
 text-align: center;
 min-width:  900px;
 }

.custom #custom_div_container {
margin:0 auto;
text-align: left;
width: 990px;
background-image: url(http://www.mindtweaks.com/braincamp/wp-content/themes/thesis_16/custom/images/gears_bg.jpg); 
background-repeat: no-repeat; 
border: 1px solid #7CA3B7;
background-color: #7CA3B7;

}


.custom #container {
 margin-top: 10.6em; 
    margin-bottom: 2em;
    padding: 0.4em;
    background: #808080;
    border: .5em solid #9A9A9A; 
-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px; 
}


.custom #page {
    background: #fff;
  padding-top: 0;
}



.custom #header {
height: 145px;
/* background-image: url(http://www.mindtweaks.com/braincamp/wp-content/themes/thesis_16/custom/images/bootcamp.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: bottom right;*/
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: medium;
}


 


/* LOGIN TEXT & LINK*/
.custom #login {

float:right; 
margin-right: 10em;
margin-top: 2.4em;
text-align: right;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left, top;
color: #fff;
padding-right: 0px;
text-decoration: none;
background-color: transparent;

font-size: 1.2em;
line-height: 1.3em; 
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
padding-bottom: 1em;
font-weight: normal;
border: 0px solid orange;

} 




.custom #login a 

{
color: #D5D5D5;
padding-right: 0px;
text-decoration: none;
background-color: transparent;
line-height: 1.3em;
font-size: .8em;
letter-spacing: 2px;
text-transform: uppercase;
font-weight: normal;
}

.custom #login a:hover 
{ color: #fff;
text-decoration: underline;
}

.custom #login span 

{
padding-right: .5em;
}



/* LOGIN TEXT & LINK */
.custom #login {
float:right; 
margin-right: 10em;
margin-top: 2.4em;
text-align: right;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left, top;*/
color: #fff;
padding-right: 0px;
text-decoration: none;
background-color: transparent;
font-size: 1.1em;
line-height: 1em;
letter-spacing: 2px;
text-transform: uppercase;
font-size: 11px;
padding-bottom: 1em;

} 



.custom #login a 

{
color: #D5D5D5;
padding-right: 0px;
text-decoration: none;
background-color: transparent;
font-size: 1.1em;
line-height: 1.3em;
letter-spacing: 2px;
text-transform: uppercase;
font-weight:bold;
}

.custom #login a:hover 
{ color: #fff;
text-decoration: underline;
}

.custom #login span 

{
padding-right: .5em;
}





/*---:[ nav menu styles ]:---*/

/*---:[THE NAV BAR WILL GO STRANGE WHEN NEW TABS ARE ADDED. RESIZE THE ul#tabs width element until it lines up again]:---*/

.custom	ul#tabs { border: 0px solid #ddd; border-width: 0px; margin-top: 1em; float: right; list-style: none; width: 22.72em; }


.custom     ul#tabs li { color: #75A2DD; margin-bottom: -0.1em; margin-bottom: -0.1em; background: #fff; border: 0px solid #ddd;

 }

.custom	      ul#tabs li.current_page_item { background: #fff;}

.custom		ul#tabs li a, ul#tabs li a:visited { color: #75A2DD; text-decoration: none; padding-left: 1.636em; padding-right: 0; margin-right: 0;}
	
.custom		ul#tabs li a:hover { color: #9A9A9A; text-decoration: underline; }
		
.custom		ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited { cursor: default; color: #9A9A9A;}
		
.custom		ul#tabs li.current_page_item a:hover { text-decoration: none; }
		



/* Copyright */
.custom .copyright {color: #d5d5d5; padding-bottom:2em; line-height: 1.8; font-size: 1.1em;
letter-spacing: 2px; text-align: center; font-size: 12px;}


.custom .copyright a 
{color: #fff;
text-decoration: none; text-transform: uppercase; font-weight: normal;
}

.custom .copyright a:hover
{ color: #fff; text-decoration: underline;
}

/* ____________________________________________________________________________________________________________________ */

/*   [ CLICKABLE BACKGROUND HEADER IMAGE ]*/

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */


.custom #header #logo a { display: block; height: 136px; width:396px; background:  url(http://www.mindtweaks.com/braincamp/wp-content/themes/thesis_16/custom/images/register_plus_logo.gif); no-repeat; outline: none; border: 0px solid pink; float: left;}  


/* This line gets rid of the site title & tagline by casting them out to far left field */
 .custom #header #logo, .custom #header #tagline { text-indent: -9999px; height: 100px; } 


/*This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
.custom #header #tagline { display: none ; }
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; } 



/* get rid of double line under header 

.custom #header {border: 0px solid blue; }*/


/*---:[ #header styles ]:---*/


.custom  #header {padding: 0 0 0 0; border-bottom: 3px double #ddd; text-align: left; border: 0px solid purple; clear: both; }
	





/*---:[ css for removing headline on pages]:---*/


.custom #pageHeadline h1 {display: none; }



/*---:[ css for removing closed comment notice on single post pages]:---*/
.comments_closed p 

{ display: none; }

/*---:[ css for removing closed comment notice on excerpts]:---*/

.format_text .to_comments 

{ display: none; }



/*---:[ css for changing border between posts/post exerpts]:---*/

.custom .post_box, .teasers_box

{
border-top-width: 3px;
border-top-style: solid;
border-top-color: #ddd;
clear: both; 
}

/* style for function grey_line_under_header */

.custom div.greyLine  {border-bottom: 3px solid #ddd; width: 70em; margin-left: auto ;
  margin-right: auto;  }

/* style sticky
.custom .sticky {border: 3px double #ddd !important; margin: 2em; padding: 2em;}
}*/

.custom .headline_area h1 a, .headline_area h2 a {padding-left: 0em; margin-top: 4em; color: #404040; /* font-variant: small-caps; */}
.custom .headline_area h1 a:hover, .headline_area h2 a:hover {color: #5B94AF; text-decoration: underline; }


.custom div.pageTitle  { font-size: 2.2em; line-height: 1.8em; color: #6D6D6D; float: right; padding-right:.5em; font-variant: small-caps; } 

.custom .post_box {
padding-top: .2em;
}

.custom p.worksheetLink a{
text-transform: uppercase;
text-align: right; 
display: block;
line-height: 1em;
letter-spacing: 2px;
font-size: .8em;
color: #75a2dd;
text-decoration: none;
padding-right: 1em;
outline-style: none;
}
.custom p.worksheetLink a:hover{
text-decoration: underline;
}
.custom p.worksheetLinkleft a{
text-transform: uppercase;
text-align: left; 
display: block;
line-height: 1em;
letter-spacing: 2px;
font-size: .8em;
text-decoration: none;
padding-right: 1em;
outline-style: none;
text-decoration: underline;
}
.custom p.worksheetLinkleft a:hover{
text-decoration: none;
}



.headline_area h1, .headline_area h2 

{

font-size: 2.2em;
line-height: 1.364em;
margin-top: .5em
}


#sidebars 
{ margin-top: 2.5em; }

#contact7WORKSHEET{
border: 0px solid purple; margin-left: 5%;
}

#contact7WORKSHEET.input, textarea

{ width: 90%; }

#contact7WORKSHEET .wsButton {background-color:#E0E7EA; border-top: 2px solid #D3D3D3; border-left: 2px solid #D3D3D3;border-right: 2px solid #A9A9A9; border-bottom: 2px solid #A9A9A9; height: 3em;  text-transform: uppercase; display: block; line-height: 1em; letter-spacing: 2px; color: #6D8D9A; text-decoration: none; padding-right: 1em; outline-style: none;
font-weight: bold;
} 

/* turn subtitles grey */
h3 {color:#585858;}

/* code to make tooltips align left */
#tiplayer { text-align: left;}

/* style the "more" type links in the homepage excerpts */

.custom span.GoToLink a {
text-transform: uppercase;
text-align: right;
display: block;
line-height: 1em;
letter-spacing: 2px;
font-size: 0.8em;
color: #75a2dd;
text-decoration: none;
padding-right: 1em;
outline-style: none;
font-weight: bold;
}

.custom span.GoToLink a:hover 
{text-decoration: underline; }

/*_________________________________________*/


/* .custom .paypal 

{  background-color: purple;
  border: 2px solid blue;
} */

.custom div.paypal 
{ width: 122px;
  background-color: #ffffff;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
.custom .paypal input

{ width: 122px;
  background-color: #ffffff;
  border: none;
 
}

.custom .paypal input:focus

{ background-color: #eeeeee;
  border: none;
}