/*
 Theme Name:     Twenty Thirteen - Dark
 Description:    Twenty Thirteen Child Theme
 Author:         College of Charleston
 Template:       twentythirteen
 Version:        1.0.0
*/

@import url("../twentythirteen/style.css");

.site-header {
	background:url(http://collegemarketing.cofc.edu/web-strategies/projects/wp-themes/circle-cofc.png) no-repeat scroll top !important;
	
	}

.site-footer {
	background-color: #520707;
	color: #686758;
	font-size: 14px;
	text-align: center;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 38px 0 10px;
}

.site-header .home-link {
	color: #fff;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 200px;
	padding: 0 20px 30px 20px;
	text-decoration: none;
	width: 100%;
}

.navbar {
	background-color: #680001;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}


.comment-respond {
	background-color: #e5ddc7;
	padding: 30px 0;
}
.site-footer .widget a {
	color: #c9bcbc;
}
.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #575757;
}

.site-footer a {
	color: #838383;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #ffdb86; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffdb86 0%, #ffc944 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ffdb86 0%, #ffc944 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #e6b743;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ffc944 0%, #e6b743 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ffc944 0%, #e6b743 100%); /* W3C */
	outline: none;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #fff;
	font-style: italic;
}

.site-footer .sidebar-container {
	background-color: #680001;
	padding: 20px 0;
}

.nav-menu li a {
color: #fff
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	background-color: #520707;
	color: #fff;
}