/*  conquercollege style */

/* Widgets on Pages Plug-in related */
#main-content {
	margin: 12px 0px 0px 31px;
}

#main-content .widgets_on_page ul { 
	padding: 0px 10px 0px 10px;
	margin-bottom: 10px;
	border: 1px solid #009644;
 }
#main-content .widgets_on_page ul li { 
	list-style-type: none;
 }
#main-content .widgets_on_page .widgettitle { 
	color: #009644;
 }

/*  Images */
#top-out {
	background: url(conquercollege/bg_top.gif) repeat-x 0 0;
}
#page_navi a {
	color: #FFFFFF;
}
#header {
	width: 100%;
	height: 225px;
	padding-top: 0px;
	background: url() no-repeat 60px 0;
	clear: both;
	position: relative;
}
#header img.title {
	margin-left: 0px;
}
#cat_navi {
	width: 100%;
	font-family: Century Gothic;
}
#cat_navi li a span {
	font-size: 11px;
	color: #0091C4;
	font-weight: normal;
	display:block;
}
#secnav li:hover, #secnav li.sfhover1 {
	background: url(conquercollege/bg_cat_navi_hover.gif) repeat-x;
	cursor: pointer;
}
#secnav li {
	float: left;
	font-size: 16px;
	font-weight: 550;
}
#secnav a {
	display: block;
	line-height: 58px;
	padding: 0 20px 0 20px;
	line-height: 16px;
	padding: 14px 20px 11px;
	color: #FFFFFF;
}
#middle-out-top { /* Background - Middle Top */
	background: #e0dae5 url(conquercollege/bg_middle_out_top.gif) repeat-x 0 0;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(conquercollege/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(conquercollege/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(conquercollege/bg_middle_content.gif) repeat-y;
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(conquercollege/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(conquercollege/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: url(conquercollege/bg_footer_gradient.jpg) no-repeat 0 0;
}
#middle-out-bottom .full { /* Background - Content - Full Width Page */
	background: url(conquercollege/bg_page_full.gif) repeat-y;
}
#content.full {
	background: url(conquercollege/bg_middle_top_full.gif) no-repeat 0 0;
}
#middle-content-bottom.full { /* Background - Content Bottom */
	background: url(conquercollege/bg_middle_content_bottom_full.gif) no-repeat 0 bottom;
}

/*  Colors */
a {
	color: #0000ff; /* original orange link color: #ff6600 */
}
h3 {
	color: #6f3996;
}
#footer h2.widget_title {
	background: #616E77;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #cad4d6 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul.idTabs li a {
	background: #7030a0;
}
#main-content .post h4.continue a,
#sidebar ul.idTabs li a.selected, #sidebar ul.idTabs li a:hover {
	background: #009644;
}
.Nav .on, .Nav a:hover {
	background: #2c6288 !important;
}
#main-content .post h4.continue a:hover {
	background: #009644;
	text-decoration: underline;
}
#copyright-out {
	background: #7030a0;
}
#nav li ul li a {
	background: #0B4D73;
	border-bottom: 1px solid #0a476a;
}
#footer-out {
	background: #98aeba;
}



