/*
Theme Name: Dartmouth Custom
Theme URI: http://www.dartmouth.edu
Description: Based on the WordPress default Twenty Eleven theme with a Dartmouth touch. Customize your color scheme (under "Theme Options"), as well as background color and header image.
Author: Dartmouth Web Services
Author URI: http://dartmouth.edu/comp/
Template: twentyeleven
Version: 1.3
Created: v1.0 2012-06-08
Updated: v1.1 Oct. 13, 2017 for WordPress 4.8.2 - accessibility fix
Updated: v1.2 Jan. 12, 2018 for WordPress 4.8.3 - different Dartmouth logo
Updated: v1.3 Feb. 19, 2018 for CampusPress migration - header images initialized as static array instead of reading files from folder

Tags: dartmouth, light, blue, white, two-columns, responsive, custom-header, custom-background, sticky-post, theme-options
*/

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

body {
	position:relative;
	padding-bottom:30px;
}

@media screen and (min-width: 520px) {
	padding-bottom:5px;
}

/* COMMON HEADER */

#headercommon {
	position:absolute;
	bottom: 0px;
    margin-bottom:10px;	
    margin-top:20px;
    font-size:80%;
	height:24px;
	max-width: 1000px;
}

#headercommon ul {
	display:none;
}

@media screen and (min-width: 520px) {
	#headercommon {
		position:relative;
    	margin-top:10px;
    	text-align:right;
    	margin-left:auto;
    	margin-right:auto;
	}
	#headercommon ul {
		display:block;
	}

}

#headercommon ul {
	margin-left:0;
	margin-bottom:0;
	float:right;
	margin-top:5px;
}

#headercommon ul li {
	display:inline;
	border-right:1px solid #666;
	margin-left: 5px;
    padding-right: 8px;
}

#headercommon ul li.last {
	border-right:0;
	padding-right:0;
}

#headercommon #dartlogo {
	float:right;
	margin-left:12px; /* 2018-01-12 changed from 10px for different logo size */
}

/* SIDEBAR */

.current_page_item a {
	color:#000;
}


/* PAGE */

#page {
	margin-top:10px;
	clear:both;
}

.one-column #page {
	max-width:1000px; 
}


a {
	color:#38672F;
}

/* ENTRY */

.entry-header .comments-link a {
	display:none;
	visibility:invisible;
	height:0;
	width:0;
}

/* SITE INFO */

#site-generator {
	display:none;
}

#site-description {
	display:none;
}

@media screen and (min-width: 520px) {
	#site-generator {
		display:block;
	}
	#site-description {
		display:block;
	}
}

/* CONTACT FORM 7 PLUGIN OVERRIDES */

span.wpcf7-list-item {
	display:block;
}