/*

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: #8db6b6 url('images/EH_web_background_white.jpg') 50% 0 fixed repeat; }*/
body.custom {
    background: #ffffff url('images/background-new.jpg') 50% 0% no-repeat;
    position: relative;
}

.custom #container { margin-top: 2em; margin-bottom: 2em; border: 0.2em solid #58AD58;}



	.custom #page { background: #fff; }





.custom #header {

border-bottom:3px double #FF0FC5;

clear:both;

background: url('images/embracinghealthbanner.jpg') no-repeat; height: 110px; 

}



.custom #logo a {display:block; width:960px; height:110px; text-indent:-9999px; outline:none}



.custom h2 a {

color:#58AD58;

}



.custom #content h1, #content h2 {

color:#58AD58;

}



.custom li.widget p a {

text-decoration:underline;

color: #DF8520;

}



.custom #footer {

border-top:3px double #FF0FC5;

clear:both;

color:#888888;

text-align:center;

}



.custom .sidebar h3 {

color:#EC098D;

font-size: 1.3em;

letter-spacing:0;

font-weight: bold;

text-transform:uppercase;

font-variant:normal;

/*background:transparent url(images/sidebar2.gif) no-repeat scroll 0 0;

*/

}

.sidebar { color:#000; }

li.widget { line-height: 1.8em; }

.widget_text h3 { margin-bottom: 5px; }

.custom .menu a, .menu li ul {

color:#FF0FC5;

}



.custom .menu a, .custom .menu a:visited { color: #DF8520; }



.custom .menu a, .menu li ul {

font-size:1.1em;

/*padding:0.545em 0.818em;*/

color:#FF0FC5;

}



.custom .menu .current-parent > a, .menu .current-cat-parent > a

{

background:#FFFFFF none repeat scroll 0 0;

color:#DF8520;

}



.custom .ngg-widget img {

left:2.25em;

position:relative;

}



.custom .format_text input, 

.custom .sidebar .text_input {

  width:auto;

}

input, textarea, .format_text input[type="text"], #commentform input[type="text"], #commentform textarea, 

.sidebar input[type="text"] { background: transparent; padding: 3px; font-size: 14px; line-height: 18px; border: 1px solid #dbdada; }

.sidebar input[type="text"] { background: #ebebeb; width: 100%; }

.format_text input[type="text"]:focus, #commentform input[type="text"]:focus, #commentform textarea:focus, .sidebar input[type="text"]:focus { background:transparent; border: 1px solid #999; }

.comments_intro, #respond_intro {

    margin-left: 0;

}

#content_box { margin-top:20px; padding-bottom: 20px; }

#content li { margin-bottom: 10px; list-style-type: disc; }

.entry-title { font-weight: bold; }

.headline_meta { font-style: normal; letter-spacing:0; font-size: 1.2em; color:#000; }

.single-entry .headline_meta { color:#e18d2f; }

.headline_meta span, .headline_meta abbr, .headline_meta acronym { text-transform: none; letter-spacing:0; }

.sharethis_wrapper { margin-bottom: 15px; margin-top: 15px; }

#content .functions-wrapper li { margin-bottom: 5px; }

.comments_intro .comments-enabled { margin-left: 30px; }



.comments_intro, .comments_intro span, .comments_intro p, #reply-title { color:#EC098D; font-size: 1.3em; font-weight: bold; }

.format_text input, #commentform input, #commentform textarea {

    padding: 0;

}

.btn, input[type="submit"], .comments_intro .comments-enabled a {

  /*

  background-color: #f56c7e;

  *background-color: #fea5b1;

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fea5b1), to(#f56c7e));

  background-image: -webkit-linear-gradient(top, #fea5b1, #f56c7e);

  background-image: -o-linear-gradient(top, #fea5b1, #f56c7e);

  background-image: linear-gradient(to bottom, #fea5b1, #f56c7e);

  background-image: -moz-linear-gradient(top, #fea5b1, #f56c7e);

  background-repeat: repeat-x;

  */

  background-color:#EC098D;

  border: 1px solid #d96070;

  *border: 0;

  -webkit-border-radius: 4px;

     -moz-border-radius: 4px;

          border-radius: 4px;

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);

  filter: progid:dximagetransform.microsoft.gradient(enabled=false);

  *zoom: 1;

  display: inline-block;

  *display: inline;

  padding: 4px 10px;

  margin-bottom: 0;

  *margin-left: .3em;

  font-size: 16px;

  line-height: 20px;

  *line-height: 20px;

  text-align: center;

  text-shadow: 0 1px 1px rgba(0, 0, 60, 0.25);

  vertical-align: middle;

  cursor: pointer;

  color:#fff;

  font-weight: bold;

}

.sidebar input[type="submit"] { padding: 4px 10px; }

.btn:hover, input[type="submit"]:hover, .comments_intro .comments-enabled a:hover {

  background-color: #f56c7e;

  /*

  background-color: #9f4652;

  *background-color: #f56c7e;

  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9f4652), to(#f56c7e));

  background-image: -webkit-linear-gradient(top, #9f4652, #f56c7e);

  background-image: -o-linear-gradient(top, #9f4652, #f56c7e);

  background-image: linear-gradient(to bottom, #9f4652, #f56c7e);

  background-image: -moz-linear-gradient(top, #9f4652, #f56c7e);

  background-repeat: repeat-x;

  */

  color: #FFFFFF;

}

.comments_intro .comments-enabled a { color:#fff; text-decoration:none; font-size: 14px; padding: 5px 10px; }

.remove_bottom_margin {

    margin-bottom: 20px !important;

}

.prev_next {

    color: #000;

    letter-spacing: 0px;

    text-transform: none;

	font-size: 1.2em;

	padding-left:0;

	padding-top: 20px;

	border:0;

}

.prev_next a { font-size: 1.1em; }

#commentform input.form_submit {

    border-width: 1px;

	color:#fff;

}



dl#comment_list {

    border-top: 0;

}

dl#comment_list .children { margin-right: 20px; margin-left: 7px; }

dl#comment_list dl dd .format_text { border:0; }

dl#comment_list dt, dl#comment_list .children dt { border: 1px solid #e3e3e3; border-bottom:0; }

dl#comment_list .children dt { padding-top: 7px; }

dl#comment_list dd, dl#comment_list .children dd { border: 1px solid #e3e3e3; border-top:0; margin-bottom: 20px; }

dl#comment_list .bypostauthor {

    background: #e2e2e0;

}

.comment .avatar img { max-width: 40px; height: auto; }

#reply-title { font-size: 1.9em; }

#commentform { border-top:0; border: 1px solid #e1e1e1; margin-top: 10px; padding: 20px; padding-top:30px; }

.comment-notes { font-size: 11px; font-style:italic; }

#commentform label { float:left; font-size: 1.3em; float: left; width: 110px; }

#commentform .control-group { display: block; clear:both; margin-bottom: 25px; }

#commentform .controls {  }

#commentform input[type="text"] { width: 48%; }

#commentform textarea { width: 78%; }

.form-submit { clear:both; }

.form-submit #submit { padding: 4px 20px; }

.required { color:#ea208e; }

#btnSubmit {

    font-family: Candara,Arial,Helvetica,Sans-Serif;

    font-size: 26px;

    font-style: normal;

    font-variant: small-caps;

    font-weight: bold;

}

#footer { font-size: 1.1em; line-height: 1.9em; }

.aweber-optin table td { padding-bottom: 10px; }

.assistive-text { display:none; }

#searchform input { display: block; margin-bottom: 10px; }

.widget { border-bottom: 1px solid #ddd; padding-left: 10px; padding-bottom: 30px; }

.sidebar .widget:last-child { border-bottom:0; }

.sidebar ul.sidebar_list { padding-left:0; }

.loop-entries .headline_area { margin-bottom:7px;; }

.loop-entries .comments-link { font-size: 1.1em; font-weight: bold; margin-bottom: 7px; }

.loop-entries .comments-link a { text-decoration: none; }

.loop-entries .post-thumb { float:left; margin-right: 20px; padding-top: 5px; width: 280px; margin-bottom: 10px; /*min-height: 200px; display:block;*/ }

.loop-entries .post-thumb img { max-width: 280px; height: auto; }

.post_box, .teasers_box {

    border-color: #BBBBBB;

    border-style: solid;

    clear: both;

}

.post_box:first-child { border:0; }

#archive_intro {

    border:0;

}

#cancel-comment-reply-link {

    border:0;

    font-size: 12px;

	font-weight: bold;

    padding: 4px;

}

#cancel-comment-reply-link {

    background: transparent;

	color:#E18D2F;

    border:0;

	float: right;

    letter-spacing: 0;

    text-transform: none;

}

.single-entry img { max-width: 100%; height: auto; }

.loop-entries .with-post-thumb .headline_area, .loop-entries .with-post-thumb .entry-content { margin-left: 300px; }

.pagination { clear:both; display:block; text-align:center; margin-top: 20px; border-top: 1px solid #eee; padding-top: 10px; }

.pagination a, .pagination .current { display: inline-block; padding: 4px; margin: 2px; font-size: 13px; }

.pagination a:hover {  background:#eee; }

#tabs_wrapper {
	width: 620px;
}
#tabs_container {
	border-bottom: 1px solid #ccc;
}
#tabs {
	list-style: none;
	padding: 5px 0 4px 0;
	margin: 0 0 0 10px;
	font: 0.75em arial;
}
#tabs li {
	display: inline;
}
#tabs li a {
	border: 1px solid #ccc;
    font-size:14px;
	padding: 4px 6px;
	text-decoration: none;
	background-color: #eeeeee;
	border-bottom: none;
	outline: none;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
#tabs li a:hover {
	background-color: #dddddd;
	padding: 4px 6px;
}
#tabs li.active a {
	border-bottom: 1px solid #fff;
	background-color: #fff;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}
#tabs li.active a:hover {
	background-color: #eeeeee;
	padding: 4px 6px 5px 6px;
	border-bottom: none;
}

#tabs li a.icon_accept {
	background-image: url(accept.png);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 24px;
}
#tabs li a.icon_accept:hover {
	padding-left: 24px;
}

#tabs_content_container {
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px;
	width: 600px;
}
.tab_content {
	display: none;
}

#comments {
	margin-top: 2.4em;
}
.comment-info-text {
	font-size: 13px;
	line-height: 1.5;
	color: #777;
}
.comment-info-text .email {
	font-weight: bold;
}