/**
 * @file
 * @project 615
 * @package sftheme
 * @site app1
 */
 
/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
body {
	background-color:#5E584B;
	background-image:url(images/615_sky_2.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	color:#8D5700;
}

.sf_wrapper {
	border:12px solid #664013;
	background-color:#333333;
}

/** 
 * @subsection header 
 */
.sf_header_wrapper {
	background-color:#5E584B;
}

.sf_main_header {
	color:#000000;
}

/**
 * @section navigation
 */
.sf_region4 {
	background-color:#333333;
}

.sf_navigation {
	border-top:1px solid #5E584B;
	border-bottom:1px solid #5E584B;
}
 
.sf_navigation ul li a {
	color:#968E8C;
}

.sf_navigation ul li a:visited {
	color:#968E8C;
}

.sf_navigation ul li a:hover {
	color:#ffffff;
	background-color:#333333;
}
 
/**
 * @section subnav
 */
.sf_navigation .subnav {
	border-color:#5E584B;
}
 
.sf_navigation .subnav li a {
	color:#000000;
	background-color:#968E8C;
}

.sf_navigation .subnav li a:visited {
	color:#8D5700;
}

.sf_navigation .subnav li a:hover {
	color:#8D5700;
	background-color:#dfdfdf;
}

/** 
 * @subsection content
 */

.sf_main {
	border:1px solid #c9c9c9;
	background-color:#535A54;
}

/** 
 * @subsection footer
 */
.sf_footer {
	color:#8D5700;
}

.sf_banner {
	color:#666666;
}

/** 
 * @subsection main links
 */
a:link {
	color:#8D5E00;
}
a:visited {
	color:#8D5E00;
}
a:hover {
	color:#BF8A23;
}

/** 
 * @subsection buttons
 */
.btn {
	border:1px solid #c9c9c9;
	color:#666666;
	background-color:#DFDFDF;
}

.btn:hover {
	border:1px solid #c9c9c9;
	color:#666666;
	background-color:#eeeeee;
}


/** 
 * ------------------------------------------------------------------
 * @section WIDGETS
 * ------------------------------------------------------------------
 */
.widgetset .widget {
	border:1px solid #c9c9c9;
	background-color:#968E8C;
}

.widgetset .widget_header {
	color:#968E8C;
	background-color:#8D5700;
}

.widgetset .widget_header a:link,
.widgetset .widget_header a:visited,
.widgetset .widget_header a:hover{
	color:#968E8C;
}
.sf_navigation ul li a {
	display: block;
	margin:0px;
	padding:6px 12px 7px;
	text-decoration: none;	
	text-transform:uppercase;
	font-size:12px;
	min-width:1%; 
	width: auto !important; 
	width:1%;
        font-weight:bold; 
}