/*
Theme Name: SBU 2012
Theme URI: http://you.stonybrook.edu/themes/sbu-2012
Author: DoIT Labs
Author URI: http://you.stonybrook.edu/doitlabs/
Description: Stony Brook University Division of Information Technology (DoIT) WordPress "twentytwelve" theme variation. 
Version: 0.2
Tags: SBU, DoIT
Template: twentytwelve

*/

@import url("../twentytwelve/style.css");


/************/
/*	GENERAL	*/
/************/

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

body .site {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: none;
}

/************/
/*	HEADER	*/
/************/

#sbu_header {
	height: 88px;
}

#sbu_header ul {
	float: right;
	padding: 0 10px 0 0;
	margin: 0;
	line-height: 88px;
}

#sbu_header ul li {
	display: inline;
	text-decoration: none;
}

#sbu_header ul li:first-child {
	border-right: 1px solid #000;
	padding-right: 5px;
	margin-right: 5px;
}

#masthead {
	background: #000;
	margin: 0;
	padding: 0;
}

#masthead .site-title a, #masthead .site-description {
	padding-left: 0;
	color: #fff;
}

#masthead .site-description {
	padding-bottom: 10px;
}

.site-header h1 {
	font-weight: 300;
	font-size: 38px;
	font-size: 2.7rem;
}


/************/
/*	NAVBAR	*/
/************/

#nav_container {
	width: 100%;
	background-color: #990000;
}

#site-navigation .nav-menu ul {
	border: none;
}

#site-navigation .nav-menu ul li {
	margin: 0;
	padding: 0;
}

#site-navigation .nav-menu ul li a {
	margin: 0;
	padding: 0 15px;
}

#site-navigation ul li a {
	color: #fff;
}

#site-navigation ul li a:hover {
	background-color: #660000;
}

#site-navigation .current_page_item a {
	background-color: #660000;
	font-style: normal;
}

/************/
/*	SIDEBAR	*/
/************/

.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #990000;
}
.widget-area .widget a:visited {
	color: #757575;
}

/************/
/*	POSTS	*/
/************/

.entry-meta-container {
	margin-top: 10px;
	font-size: 12px;
	font-size: .85rem;
}

.site-content article {
	padding: 0;
	margin-bottom: 15px;
}

/************/
/*	FOOTER	*/
/************/

#footer-content-eb {
	width: 100%;
	font-size: 14px;
	font-size: 1rem;
	padding: 20px 0;
	min-height: 30px;
	text-align: center;
}

#global-footer-content {
	width: 100%;
	background-color: #990000;
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
	padding: 20px 0;
	min-height: 30px;
	text-align: center;
}

#global-footer-content a, #global-footer-content a:visited, #global-footer-content a:active
{
	color: #fff;
	text-decoration: underline;
}

#global-footer-content a:hover
{
	color: #ccc;
	text-decoration: underline;
}

#colophon {
	border: none;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.site {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}
	#nav_container, #footer_container {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
	}
	#site-navigation {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
	}	
	#sbu_header, #site-navigation {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	#main, #masthead hgroup {
		margin: 0 auto;
		max-width: 960px;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		max-width: 960px;
	}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #e6e6e6;
	}
	body .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;;
		box-shadow: none;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
}
