/*
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/
*/


.custom #container { width: 1018px; margin: 0px auto ; 
background: #ffffff; border: 15px solid #FF9900; margin-top: 0px;}


.custom #page { width: 1018px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; background: #ffffff;   }


body.custom {
    background: #993400 url('http://thegypsymama.com/wp-content/uploads/2010/07/gypsymamanewbg.jpg'); background-attachment: fixed; }

/*
http://thegypsymama.com/wp-content/uploads/2010/06/gypsymamabg.jpg*/

.custom #header { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;   }




.custom #content_box {margin-top: 20px;}
	
/*.custom a { color: #ff9900;  text-decoration: none; }




.custom a:visited { color: #FF9900 text-decoration: none}


.custom a:hover { color: #ff9900; font-weight: bold; text-decoration: none; }*/


/***************
.custom h2 {color: #634425;}
.custom h2 a {color: #634425;}
.custom h2 a:hover {color: #634425;font-weight: bold;}
*****************/
/*
div.headline_area h2.entry-title a, 
div.headline_area h2.entry-title a:visited, 
div.headline_area h2.entry-title a:active 
{font-family: Georgia, Verdana, Arial, Times;
text-align: left;
color: #993400;
font-weight: none;
font-size: 28px;
line-height: 29px;
background:transparent url() no-repeat bottom;
padding: 0px 0px 0px 0px;
margin: 0px 0 0px 0;}




div.headline_area h2.entry-title a:hover 
{font-family: Georgia, Century Gothic, Verdana, Arial, Times;
color: #391301; font-weight: none;}


*/



.custom #footer {font-weight: bold;
	background: #ff9900;
color: #FFFFFF;}

.custom #footer a {font-weight: bold;
	background: #ff9900;
color: #FFFFFF;}

.cutom #footer a:hover 
 {font-weight: bold;
	background: #ff9900;
color: #FFFFFF;}





/* CUSTOM.CSS */

.custom #footer {
border-top:0px solid #9c9c9c;
background: #ff9900;
padding:0em;
text-align:center;
}
.custom #footer a{
border-bottom: 0px none #cccccc;
}

/* footer widget area setup */
#footer_setup {
background: #ff9900;
padding:1.5em;
margin-bottom: 25px;
overflow: hidden;
}



/*************************LEFT FOOTER*****************/
/* widget item setup */
#footer_setup .footer_items1 {
color: #000000;
text-align: left;
width: 300px;
padding-right: 0px;
color: #000000;
display: inline-block;
float: left;
height: 100%;
}

/* widget item headers */
#footer_setup .footer_items1 h3 {
color: #000000;
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0px;
color: #ffffff;
padding-bottom: 3px;
border-bottom: 3px none #ffdf00;
margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items1 ul li { 
color: #000000;list-style:none;
font-size:1.4em;
line-height:1.5em;
}
#footer_setup .footer_items1 ul {color: #000000; margin: 1em; padding: 0px; }

#footer_setup .footer_items1 h3 {
	color: #000000;
}

/*************************CENTER FOOTER*****************/
/* widget item setup */
#footer_setup .footer_items2 {
color: #000000;
text-align: left;
width: 340px;
padding-right: 0px;
color: #000000;
display: inline-block;
float: left;
height: 100%;
}

/* widget item headers */
#footer_setup .footer_items2 h3 {
color: #000000;
font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0px;
color: #ffffff;
padding-bottom: 3px;
border-bottom: 3px none #ffdf00;
margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items2 ul li { color: #000000;
list-style:none;
font-size:1.4em;
line-height:1.5em;
}
#footer_setup .footer_items2 ul { margin: 1em; padding: 0px; }



/*****************************RIGHT FOOTER*******************/
/* widget item setup */
#footer_setup .footer_items3 {
color: #000000;float: right;
text-align: left;
width: 300px;
padding-right: 0px;
color: #000000;
display: inline-block;

height: 100%;
}

/* widget item headers */
#footer_setup .footer_items3 h3 {
color: #000000;font-size: 1.5em;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0px;
color: #ffffff;
padding-bottom: 3px;
border-bottom: 3px none #ffdf00;
margin-bottom: 5px;
}

/* do not change these! */
#footer_setup .footer_items3 ul li {color: #000000; list-style:none;
font-size:1.4em;
line-height:1.5em;
}
#footer_setup .footer_items3 ul { color: #000000;margin: 1em; padding: 0px; }





.custom .teasers_box {
	
}



.custom .sidebar h3 { display: none; margin-bottom: -10px;}


