/*

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/

*/

/* Container */

.custom #container {
margin-top:1em;
margin-bottom: 2em;
}


/* Page */

.custom #page {

padding:0.25em 1.4em;

}



/* Header */

.custom #header {

padding:0em;

}



/* Navigation Menu */



.custom .menu {
background-color: #045696;
width: 100%;
}

.custom .menu a {
border-top: none;

}



/* Sidebar*/

.custom .sidebar ul.sidebar_list {

padding-left:0em;

}



.custom .sidebar h3 {

background:#045696;

color: #fff;

padding: 3px 5px;

}



.custom ul.sidebar_list {

padding-top:0.4em;

}



.custom li.widget {

margin-bottom:1.35em;

}



/* Post Box */

.custom .post_box, .teasers_box, .full_width #content_box .page {

/*margin:0 4em;*/

}



/* Welcome */

.custom .welcome1 {

font-size: 0.85em;

}



/* Post title */



.custom .headline_area h1.entry-title, .custom .headline_area h1.entry-title a {

font-size:2.9em;

text-align:left;

}



.custom .headline_area h1 {

font-size:3.2em;

text-align:left;

}



.custom .format_text h1 {

margin:1em 0;

}



.custom h2, .custom h2 a {

line-height:1.1em;

color: #285485;

font-weight: bold;

}



.custom .format_text h2 {

font-size:1.65em;

margin:1em 0;

}



.custom h2 a:hover {

text-decoration: underline;

}



.custom .headline_area h2 {

font-size:3.2em;

text-align:center;

}



.custom .headline_area h2.entry-title, .custom .headline_area h2.entry-title a {

font-size:1.8em;

text-align:left;

}



.custom .format_text h3 {

font-size:1.45em;

font-weight:bold;

margin:1em 0;

}



.custom .format_text h4 {

margin:1em 0;

}



.custom h1 {

line-height:1.1em;

color: #285485;

font-weight: bold

}



.custom h3 {

line-height:1.1em;

color: #7B7B7B;

}



/*Remove Comments Closed Text*/

.custom .comments_closed p, .custom .comments_closed {

display: none ;

}

.custom #respond_intro p {display: none;}

/* DISQUS */

.custom #disqus_thread  {

padding-left:40px;

width:670px;

}



.custom .dsq-brlink {

padding-left:40px;

}



.custom #dsq-content .dsq-comment-header td {

background: #045696;

}



/* OTHER */



/*Remove lines in template*/

.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {

border-bottom: 0px;

border-top: 0px;

border-right: 0px;

border-left: 0px;

}



/*background image*/

body.custom {

}



/* BOXES */



.custom .yellowbox {

border: 2px dashed #285c9f; 

padding: 12px 10px 0px 10px; 

width: 550px; 

background-color: #fff7b5; 

margin: 10px 0px 20px;

}



.custom .yellowbox p {

margin-bottom: 1em;

}



.custom .yellowboxright {

border: 2px dashed #285c9f; 

padding: 12px 10px 0px 10px; 

width: 33%; 

background-color: #fff7b5; 

margin: 10px 10px 20px;

float: right;

}



.custom .yellowboxleft {

border: 2px dashed #285c9f; 

padding: 12px 10px 0px 10px; 

width: 33%; 

background-color: #fff7b5; 

margin: 10px 10px 20px;

float: left;

}



.custom .redbox1 {

border: 6px dashed red; 

padding: 0px 10px;  

background-color: #fefefe; 

margin-bottom: 20px; 

text-align: left;

}



.custom .redbox2 {

border: 4px solid red;

padding: 10px 10px 0px 10px; 

margin-bottom: 25px; 

background-color: #fefefe; 

text-align: left;

}



.custom .speakerbox {

padding: 20px 20px 1px 20px; 

width: 500px; 

margin-top: 40px; 

background-color: #a0cef3;

margin-bottom:20px;

}



.custom .greybox {

padding: 20px 20px 1px 20px; 

width: 90%; 

margin-top: 10px; 

background-color: #CCCCCC;

margin-bottom:20px;

}



.custom .greenbox {

padding: 20px 20px 1px 20px; 

width: 90%; 

margin-top: 10px; 

background-color: #00CC33;

margin-bottom:20px;

}





/* BULLET LISTS */



.custom .redlist1 ul, .custom .greenlist1 ul, .custom .bigtick1 ul, .custom .question1 ul, .custom .redarrow1 ul, .custom .bullet1 ul{

list-style: none;

}



.custom .redlist1 li {

background: transparent url(images/redcheck.jpg) no-repeat;

background-position: 0 5px;

list-style: none;

padding: 5px 0px 5px 30px;

}



.custom .greenlist1 li {

background: transparent url(images/greencheck.jpg) no-repeat;

background-position: 0 5px;

list-style: none;

padding: 5px 0px 5px 30px;

}



.custom .bigtick1 li {

background: transparent url(images/big_tick.jpg) no-repeat;

background-position: 0 5px;

list-style: none;

padding: 5px 0px 5px 30px;

}



.custom .question1 li {

background: transparent url(images/queicon.jpg) no-repeat;

background-position: 0 5px;

list-style: none;

padding: 5px 0px 5px 30px;

}



.custom .redarrow1 li {

background: transparent url(images/redright.jpg) no-repeat;

background-position: 0 5px;

list-style: none;

padding: 5px 0px 5px 30px;

}



.custom .bullet1 li {

background: transparent url(http://conversionmasters.com.au/wp-content/uploads/2010/08/bullet1.png) no-repeat;

background-position: 0px 5px;

list-style: none;

padding: 5px 10px 5px 50px;

}



.custom .WishListMember_LoginMergeCode input[type='checkbox'] {

width: 20%;

}


/* NEU Additions/Edits */

body.custom { 
background: #dfecf4 url(/wp-content/uploads/2011/01/bg.jpg) repeat-x top; 
padding:0;
}
.custom #container {
background: url(/wp-content/uploads/2011/01/banner9401.jpg) no-repeat center top;
margin-top:0;
}
.custom #page {
background: none;
padding:0 0 0 0;
}
.custom #content_box {
background: url(/wp-content/uploads/2011/01/bg-shadow.png) repeat-y center;
}
.custom #content {
padding-left:30px;
}
.custom .menu {
background-color: none;
border: none;
}
.custom .menu a {
border: none;
border-right: #3877aa 1px solid;
padding: 7px 11px;
}