/* custom image background */
body.custom {
&nbsp;&nbsp; &nbsp;background: #3C4741 url('images/bg1.jpg') 50% 0 repeat;*/
}

.custom #container {
&nbsp;&nbsp; &nbsp;margin-top: 2em;
&nbsp;&nbsp; &nbsp;margin-bottom: 2em;
&nbsp;&nbsp; &nbsp;padding: 0.3em;
&nbsp;&nbsp; &nbsp;background: #F0F0DA;
&nbsp;&nbsp; &nbsp;border: 0.4em solid #000000;
}

.custom #page {
&nbsp;&nbsp; &nbsp;background: #fff;
}

/* -------------------------------Clickable Header-------------------------------- */

.custom #header 
{
background: #8383a9;
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 #logo a
{
display:block;
width:900px;
height:150px;
background:url(http://myvillageinsider.com/wp-content/themes/thesis/custom/images/header-spring6.jpg) center no-repeat;
color:#000000;
text-indent: -9999px;
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 {display: none ;}
/*{
color:#000000;
text-indent: -9999px;
}*/


/* --------------------------don't show comments closed when no comments are set--------------------------------- */
.custom .comments_closed p {display: none ;}

/* --------------------------- remove home title---------------------------------------------------------------------- */
.home .headline_area h2 { display: none; }

/* ----------------------------------custom body color---------------------------------------------------------
.custom div.page div#content_box {background:#F0F0DA !important;}
*/

/* ---------------------------------- custom sidebar */
.custom #content_box {
background: url('images/sidebar1.jpg') 
center top repeat-y;
}


/*------------------------------------ Nav bar menu background color -----------*/
.custom .menu
{
background-color: #767683 !important;
}

/*---------------------------------*/
/* WIDGETIZED FOOTER               */
/* Mike Nichols - October 17, 2009 */
/*---------------------------------*/

/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #FFFFFF;
	/* 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: 270px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #2361A1;
	/* 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; }



