/*  black style */


/*  Images */
#top-out {
	background: url(yale/bg_top.gif) repeat-x 0 0;
}


#middle-out-top { /* Background - Middle Top */
	background: #171717;
	background-image: none;
}
#middle-out-bottom { /* Background - Middle Bottom Gradient */
	background: url(yale/bg_middle_out_bottom.gif) repeat-x left bottom;
}
#middle-out-bottom .single { /* Background - Content - Single Page */
	background: url(yale/bg_middle_content_single.gif) repeat-y;
}
#middle-content { /* Background - Content */
	background: url(yale/bg_middle_content.gif) repeat-y;
	
}
#middle-content-bottom { /* Background - Content Bottom */
	background: url(yale/bg_middle_content_bottom.gif) no-repeat 0 bottom;
}
#content {
	background: url(yale/bg_middle_top.gif) no-repeat 0 0;
}
#footer {
	background: url(yale/bg_footer_gradient.jpg) no-repeat 0 0;
}

/*  Colors */

#main-content h1 {
background:#DCDCDC;
color:#000000;
display:block;
font-size:24px;
font-weight: bold;
margin:0 0 0 -12px;
padding:5px 0 2px 8px;
text-shadow: #aeaeae 2px 2px 1px;

}

#main-content h1 a{
	text-decoration: none;
}
#main-content h1 a:hover{
	text-decoration: none;
		color: #ffe017;
}
a {
	color: #000;
}
#footer h2.widget_title {
	background: #222222;
	color: #fff;
}
#footer .block ul, #footer .block .textwidget , #footer .block #calendar_wrap{
	border: #333333 5px solid;
	background: #EDEDED;
}
.Nav a, .Nav .on,
#sidebar h2,
#sidebar ul#idTabs li a {
	background: #f8e500;
}
#main-content .post h4.continue a,
#sidebar ul#idTabs li a.selected, #sidebar ul#idTabs li a:hover {
	background: #f8e500;
}
.Nav .on, .Nav a:hover {
	background: #838383 !important;
}
#main-content .post h4.continue a:hover {
	background: #545454;
}
#copyright-out {
	background: #000000;
}
#nav li ul li a {
	background: #3a3a3a;
	border-bottom: 1px solid #333333;
}
#footer-out {
	background: #2D2D2D;
}

#breadcrumbs {
color: #626262;
margin-bottom: -2px;
}

#breadcrumbs a{
color: #aeaeae;
}

#breadcrumbs a:hover{
color: #db772d;
}

