/*
Theme Name: SBU 2011
Theme URI: http://you.stonybrook.edu/themes/sbu-2011
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: twentyeleven

*/

@import url("../twentyeleven/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	*/
/************/

#branding {
	border: none;
}

#branding hgroup h1{
	padding-top: 0;
}

#sbu_header {
	height: 50px;
	padding: 15px;
}

#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	*/
/************/

#access .menu ul li a:hover {
	background: #660000;
	color: #fff;
}

/************/
/*	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	*/
/************/

#colophon {
	border-top: 1px solid #ccc;
	font-size: 11px;
	font-size: .78rem;
	padding: 20px 0;
	min-height: 30px;
	text-align: center;
}

#footer-content-eb {
	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;
}

/* =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;
	}
}
