/*
Theme Name: SBU 2013
Theme URI: http://you.stonybrook.edu/themes/sbu-2013
Author: DoIT Labs
Author URI: http://you.stonybrook.edu/doitlabs/
Description: Stony Brook University Division of Information Technology (DoIT) WordPress "twentythirteen" theme variation. 
Version: 0.2
Tags: SBU, DoIT
Template: twentythirteen

*/

@import url("../twentythirteen/style.css");

/************/
/*	GENERAL	*/
/************/

a:active,
a:hover {
	color: #990000;
	outline: 0;
}

.entry-title a:hover {
	color: #990000;
}

.entry-meta a, .entry-meta a:hover {
	color: #990000;
}

#page {
	border: none;
}

/************/
/*	HEADER	*/
/************/

#sbu_header {
	height: 88px;
}

.site-header .site-title:hover {
	text-decoration: none;
}

.site-title, .site-description
{
	color: #fff;
}

#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;
}

header.archive-header {
	background: #ddd;
}

/************/
/*	NAVBAR	*/
/************/

#navbar {
	background-color: #990000;
}

#navbar ul li a {
	color: #fff;
}

#navbar ul li a:hover {
	background-color: #660000;
}

#navbar .current_page_item a {
	background-color: #660000;
	font-style: normal;
}

/************/
/* COMMENTS */
/************/

#respond.comment-respond {
	background: #ddd;
}

form#commentform input#submit {
	background: #666; 
	border: none;
}

form#commentform input#submit:hover {
	background: #888; 
	border: none;
}

.entry-content a,
.comment-content a {
	color: #990000;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #990000;
}

#commentform a {
	color: #990000;
}

textarea#comment {
	border: 2px solid #888;
}

/************/
/*	FOOTER	*/
/************/

.site-footer#colophon .sidebar-container {
	background: #990000;
	color: #fff;
	width: 100%;
}

.site-footer#colophon {
	background: #660000;
	color: #fff;
}
.site-footer a, .site-footer .widget a {
	color: #fff;
}

.site-footer a:underline, .site-footer .widget a:underline {
	text-decoration: underline;
}

.site-footer .site-info {
	padding: 20px 0;
}

.site-footer .site-info p {
	padding: 5px 0;
	margin: 0;
}

.site-footer a, .site-footer a:visited, .site-footer a:active
{
	color: #fff;
	
	font-weight: bold;
}

.site-footer a:hover
{
	color: #ccc;
	text-decoration: underline;
}

#footer-content-eb {
	background-color: #990000;
	color: #fff;
	width: 1600px;
	font-size: 14px;
	font-size: 1rem;
	padding: 20px 0;
	margin: 0 auto;
	min-height: 30px;
	text-align: center;
	border-top: 2px solid #ccc;
}

#global-footer-content {
	width: 1600px;
	background: #660000;
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
	margin: 0 auto;
	padding: 20px 0;
	min-height: 30px;
	text-align: center;
	border-top: 2px solid #ccc;
}

#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;
}
