/*  Wildkactus style */





/*  Images */

#top-out {

	background: url(wildkactus/bg_top.gif) repeat-x 0 0;

}

#header {

	background: url(wildkactus/bg_top_gradient.gif) no-repeat 60px 0;

}

#middle-out-top { /* Background - Middle Top */

	background: #eae0d6 url(wildkactus/bg_middle_out_top.gif) repeat-x 0 0;

}

#middle-out-bottom { /* Background - Middle Bottom Gradient */

	background: url(wildkactus/bg_middle_out_bottom.gif) repeat-x left bottom;

}

#middle-out-bottom .single { /* Background - Content - Single Page */

	background: url(wildkactus/bg_middle_content_single.gif) repeat-y;

}

#middle-content { /* Background - Content */

	background: url(wildkactus/bg_middle_content.gif) repeat-y;

}

#middle-content-bottom { /* Background - Content Bottom */

	background: url(wildkactus/bg_middle_content_bottom.gif) no-repeat 0 bottom;

}

#content {

	background: url(wildkactus/bg_middle_top.gif) no-repeat 0 0;

}

#footer {

	background: url(wildkactus/bg_footer_gradient.jpg) no-repeat 0 0;

}

#middle-out-bottom .full { /* Background - Content - Full Width Page */

	background: url(wildkactus/bg_page_full.gif) repeat-y;

}

#content.full {

	background: url(wildkactus/bg_middle_top_full.gif) no-repeat 0 0;

}

#middle-content-bottom.full { /* Background - Content Bottom */

	background: url(wildkactus/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;

}



/*  Colors */

a {

	color: #c26c0f;

}

#footer h2.widget_title {

	background: #777461;

	color: #fff;

}

#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{

	border: #d2d6ca 5px solid;

	background: #EDEDED;

}

.Nav a, .Nav .on,

#sidebar h2,

#sidebar ul.idTabs li a {

	background: #777261;

}

#main-content .post h4.continue a,

#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {

	background: #c56d10;

}

.Nav .on, .Nav a:hover {

	background: #887a2c !important;

}

#main-content .post h4.continue a:hover {

	background: #b46410;

}

#copyright-out {

	background: #291808;

}

#nav li ul li a {

	background: #563512;

	border-bottom: 1px solid #492d0f;

}

#footer-out {

	background: #c2b9b0;

}

.MailPressFormSubmit { 
        margin:0; 
        padding:5px 3px; 
        background:#c26c0f; 
        border:1px solid; 
        color:#FFFFFF; 
        font-weight:bold;
}
#mp-form{ 
        height: 32px; 
        margin: 0px; 
        padding: 5 0 0 5px 
} 
.MailPressFormEmail{ 
        border: 1px solid;
	border-top-color: #C5C3C3;
	border-left-color: #C5C3C3;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	background: url(images/bg_search_field.gif) no-repeat 0 0;
	font-size: 11px;
	color: #676563;
	padding: 7px 10px;
	width: 230px;
}

.MailPressFormName{ 
        border: 1px solid;
	border-top-color: #C5C3C3;
	border-left-color: #C5C3C3;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	background: url(images/bg_search_field.gif) no-repeat 0 0;
	font-size: 11px;
	color: #676563;
	padding: 7px 10px;
	width: auto;
}








