/*
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/
*/

/*
* --- START ---
* general
*/
/* Style the blockquote*/
.custom blockquote {
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
padding-left: 50px;
border-left: none;
background: transparent url(http://dietasobcontrole.org/images/common/quotes.gif) no-repeat;
}
/* wp-print */
.custom #respond_intro p {
display:none;
}
/*
* general
* --- END ---
*/

/*
* --- START ---
* header
*/

/* clear 2 lines separator */
.custom #header {
border-bottom: none;
}

/* clear space in header 
.custom #header_area{display:none;}
*/
/* Top Nav bar */
.custom #topnav_google { float: left; margin-left:10px; margin-top:5px; }
.custom #topnav_global {
background:#104462 none repeat scroll 0 0;
width: 100%;
height: 25px;
float: left;
}
.custom #topnav_inside { margin-right:145px; }
.custom ul#topnav {
border-style: none;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
.custom ul#topnav li { float: right; padding: 3px 10px 3px 0px; font-size: 1.1em; color: #FFFFFF; }
.custom ul#topnav li a { font-size: 1.2em; color: #FFFFFF; text-decoration: underline; }
.custom ul#topnav li a:hover { text-decoration: none; }

/* logo */
.custom #header {border:0; padding:none;}
.custom #header #logo {
width: 389px;
height: 96px;
background: url('http://www.dietasobcontrole.org/images/dsc/main_logo.gif') left no-repeat;
outline: none;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}
.custom #logo a
{
width: 389px;
height: 96px;
display:block;
background:url('http://www.dietasobcontrole.org/images/dsc/main_logo.gif') left no-repeat;
outline: none;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-top: 0em;
border-right: 0em;
border-bottom: 0em;
border-left: 0em;
margin-top: 0em;
margin-right: 0em;
margin-bottom: 0em;
margin-left: 0em;
}
.custom #header #tagline {margin-left:0px;}

/* banner */
.custom #leaderboard_ad {
color:#000000;
font-size:10px;
width:330px;
height:130px;
position:absolute; top:30px; left:840px;
background:url('http://dietasobcontrole.org/images/dsc/assinar_rss.png');
}

/* background header */
.custom #header_area {
background:url('http://dietasobcontrole.org/images/dsc/header_grad.gif') repeat-x;
}
.custom #header {
background:url('http://dietasobcontrole.org/images/dsc/header_grad_in.gif') repeat-x;
}

/*
.custom #header {border-bottom:none;}
.custom #header_area {background:#213C63;}
.custom #header {border-bottom:0;}
.custom #menu {background-color:#213C63;}
*/
/*
* header
* --- END ---
*/

/*
* --- START ---
* right side bar
*/
/* general */
/* side column background */
.custom #content_box {
background-color:#EFEFEF;
}

/* content background */
.custom #content {
background-color:#FFFFFF;
}


/* Widget */
.custom .widget h3 {
background:url("http://www.dietasobcontrole.org/images/common/line_orange25_grad.gif");
color:#000000;
font-size:15px;
font-weight:bold;
font-family:Arial, Times New Roman, Helvetica;
padding-left:0.5em;
/*border-bottom:1px dotted #BCBBBB;*/
}
.custom .widget {
color:#;
font-family:Arial, Times New Roman, Helvetica;
border:1px solid;
border-color:#EFEFEF;
background-color:#EFEFEF;
}

/* Aweber */
.aweber_form_send {
color:#000000;
font-size:12px;
font-weight:bold;
font-family:Arial, Times New Roman, Helvetica;
background:#FF0000 url(http://www.dietasobcontrole.org/images/common/line_orange_grad.gif) repeat-x left top;
border:2px outset;
border-color:#FF0000;
height:35px;
width:150px;
}
.aweber_form_send:hover {
color:#FF0000;
font-size:12px;
font-weight:bold;
font-family:Arial, Times New Roman, Helvetica;
background:#FF0000 url(http://www.dietasobcontrole.org/images/common/line_orange_grad.gif) repeat-x left top;
border:3px outset;
border-color:#FF0000;
height:35px;
width:150px;
}
.aweber_form_text {
font-size:12px;
font-family:Arial, Times New Roman, Helvetica;
background-color: #FFFFFF;
width:130px;
}

/* feed */
.feed_form_text {
font-size:12px;
width:211px;
background-color: #FFFFFF;
}
.feed_form_send {
color:#000000;
font-size:12px;
font-weight:bold;
font-family:Arial, Times New Roman, Helvetica;
background:#2C79F8 url(http://www.dietasobcontrole.org/images/common/line_blue_grad.gif) repeat-x left top;
border:2px outset;
border-color:#2C79F8;
height:30px;
width:80px;
}
.feed_form_send:hover {
color:#2C79F8;
font-size:12px;
font-weight:bold;
font-family:Arial, Times New Roman, Helvetica;
background:#2C79F8 url(http://www.dietasobcontrole.org/images/common/line_blue_grad.gif) repeat-x left top;
border:3px outset;
border-color:#2C79F8;
height:30px;
width:80px;
}
/*
* --- END ---
* right side bar
*/


/*
* --- START ---
* contact-form-7
*/
.submit_contact_form_7 {
color:#ffffff;
font-family:Arial, Times New Roman, Helvetica;
background:#999999 url(http://www.afinandoacintura.com/images/common/line_gray_grad.gif) repeat-x left top;
border:1px outset;
border-color:#999999;
}
.submit_contact_form_7:hover {
color:#ffffff;
font-family:Arial, Times New Roman, Helvetica;
background:#999999 url(http://www.afinandoacintura.com/images/common/line_gray_grad.gif) repeat-x left top;
border:2px outset;
border-color:#999999;
}
/*
* contact-form-7
* --- END ---
*/


/*
* --- START ---
* comments
*/
/* COMMENTS ON THIS ENTRY ARE CLOSED. */
div.comments_closed p {
display:none;
}

/* alternating comment colors 
.custom #comment_list dt.odd, .custom #comment_list dd.odd { background: #F5F5FF; }
*/

/* change the author comment color in the post  
.custom .comment-author-yoko, .custom .comment-author-admin { background: #D6DAEC !important; }
*/

.custom dl#comment_list .comment-author-yoko, .custom dl#comment_list .comment-author-admin {background: transparent;} /* Reseting Thesis default */
.custom dl#comment_list dd {padding-top: 0;} /* Reseting Thesis default */
.custom dl#comment_list dd, .custom dl#trackback_list dd {padding-left: 0;} /* Reseting Thesis default */
.custom dl#comment_list dl dd .format_text {margin-bottom: 0;} /* Reseting Thesis default */
.custom dl#comment_list dd div, .custom dl#trackback_list dd div {padding-left: 0.9em;}
.custom dl#comment_list dl dd div {padding-left: 1.5em;}
.custom dl#comment_list dt.comment-author-yoko, .custom dl#comment_list dd.comment-author-yoko>div, .custom dl#comment_list dt.comment-author-admin, .custom dl#comment_list dd.comment-author-admin>div {background: #E4EAF0 none repeat scroll 0 0;}
.custom dl#comment_list dl.children {background: #FFFFFF;padding-left: 1em;padding-top: 1em;}
.custom dl#comment_list dl.children dt {padding-top: 1em;}
.custom dl#comment_list p.reply {margin-bottom: 1em;}
/*
* comments
* --- END ---
*/

/*
* --- START ---
* foot
*/
.custom #footer_area {background:#104462; padding:0.5em 0; border-top:1px solid #bbd;}
.custom #footer {border-top:0;}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/
/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #104462;
	/* widget padding */
	padding: 16px;
	/* margin at bottom of widgets */
	margin-bottom: 25px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
        /*width: 210px;*/width: 260px;
        /* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #ffffff;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	/* text-transform: uppercase; */
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #000000;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #ffdf00;
	/* distance between border and widget text */
	margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items ul li { list-style: none; }
#footer_setup .footer_items ul { margin: 0px; padding: 0px; }

/* footer font styles */
.custom #footer {
	/*height: 140px;*/height: 200px;
        width: 935px;
	background: #104462;
}
.custom #footer a {
	font-size: .9em;
	border-bottom: none;
	/* default Thesis link color */
	color: #ffffff;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #ffffff;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #ffffff;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #ffffff;
}
/*
* foot
* --- END ---
*/

