/*
Theme Name: The Communicator
Description: Custom WordPress Theme for Community High School, Ann Arbor
Author: Laura Fisher
Author URI: http://webmitten.com
*/

/* Resets default browser CSS. */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

caption, th, td { text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* The below restores some sensible defaults */
strong { font-weight: bold; }
em { font-style: italic; }
a img { border: none; } /* Gets rid of IE's blue borders */
a { outline: none; } /* Removes Firefox imposed outline */
div { position: relative; } /* Saves declaring each div's position as 'relative' and allows absolutely position elements inside them */
.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}



/* Layout Styles */

body {
	min-width: 990px;
	background: #FFF;
	}

div#canvas {
	width: 990px;
	margin: 0 auto;
	background: #FFF url(images/bigca.png) no-repeat -100px -140px;
	}

div#masthead {
	width: 970px;
	margin: 0 auto 10px auto;
	padding-top: 73px;
	}

div#masthead div.tagline {
	height: 2.25em;
	margin-left: 14px;
	padding: .5em .5em 0 0;
	background: #000;
	color: #FFF;
	width: 831px;
	float: left;
	}

div#searchbox {
	z-index: 100;
	width: 120px;
	background: #333;
	right: 0px;
	height: 2.25em;
	float: right;
	padding-top: .5em;
	}

div#columns {
	clear: both;
	width: 970px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding-top: 2em;
	background: transparent;
	}

div#feature {
	float: left;
	left: 130px;
	width: 400px;
	height: 100%;
	min-height: 552px;
	}

div#feature div { margin-bottom: 20px; }
div#feature.wide { width: 700px; }
div#feature div#thousand { height: 200px; }

div#feature div.topper {
	height: 1.25em;
	margin-bottom: 0px;
	padding: .5em;
	background: #000;
	color: #FFF;
	font-weight: 100;
	letter-spacing: .1em;
	font-size: 1.25em;
	-webkit-box-shadow: 1px 1px 4px rgb(200,200,200);
	-moz-box-shadow: 1px 1px 4px rgb(200,200,200);
	}

div#sub-feature {
	position: absolute;
	left: 550px;
	width: 280px;
	}

div#sub-feature div {
	height: 117px;
	margin-bottom: 21px;
	overflow: hidden;
	}

div#sub-feature div.excerpt {
	height: 100%;
	margin-bottom: 20px;
	}

div#sub-feature div.thumbnail {
	float: left;
	width: 90px;
	height: 90px;
	margin: 0;
	border-left: 5px #FFF solid;
	}

div#sub-feature div div.thumbnail.first { border: none; }

div#wide-sub-feature {
	width: 700px;
	margin-top: 20px;
	}

div#wide-sub-feature div {
	float: left;
	height: 119px;
	width: 160px;
	margin: 0 0 20px 20px;
	background: #FFF;
	}

div#wide-sub-feature div:first-child { margin-left: 0; }

div#support {
	position: absolute;
	left: 850px;
	width: 120px;
	}

div#support div {
	height: 256px;
	margin-bottom: 2em;
	}

div#publicationmeta {
	width: 970px;
	margin: 0 auto 0 auto;
	background: #EEE;
	padding: 1em 0 1em 0;
	}

div#publicationmeta div {
	width: 100%;
	background: #EEE;
	color: #000;
	text-align: center;
	line-height: 150%;
	font-size: 1em;
	font-weight: 500;
	letter-spacing: .1em;
	}

div#publicationmeta div#identification {
	position: absolute;
	left: 130px;
	width: 690px;
	padding: .5em;
	text-align: left;
	}

div#publicationmeta div#archive-navigation {
	width: 100px;
	min-height: 70px;
	margin-left: 855px;
	z-index: 100;
	padding: .5em;
	margin-right: 20px;
	color: #000;
	text-align: left;
	}

div#metanavigation {
	width: 950px;
	margin: 0 auto;
	padding: 0em 1em 3em 145px;
	text-transform: uppercase;
	}

div#metanavigation img { margin-bottom: -3px; }

	
	
	

/* Image scrollers and rotators */

div#feature div#rotating { height: 312px; }
div#feature.wide div#rotating { height: 402px; }
div#feature div#rotating div.visual-content { margin: 0; }
div#feature div#rotating.video div#slider img.scrollButtons { display: none; }

#slider {
	position: relative;
	width: 400px;
	margin: 0 auto;
	}

div#feature.wide div#rotating div#slider { width: 700px; }

div#feature .scroll {
	overflow: auto;
	position: relative /*fix for IE to respect overflow */;
	clear: left;
	margin-bottom: 0px;
	}

.scrollContainer div.panel { width: 400px; }
div#feature.wide div#rotating div.scrollContainer div.panel { width: 700px; }

div#feature .scrollButtons {
	position: absolute;
	top: 241px;
	cursor: pointer;
	z-index: 100;
	}

div#feature.wide .scrollButtons { top: 328px; }
.scrollButtons.left { left: 5px; }
.scrollButtons.right { right: 5px; }

div#feature div.overlay {
	position: absolute;
	bottom: 2em;
	width: 350px;
	height: 2em;
	margin: 0 0 0 0;
	padding: .5em 2.5em .5em 2.5em;
	background: url(images/grey80.png);
	color: #DDD;
	font-size: 1em;
	font-weight: 100;
	}

div#feature.wide div.overlay {
	width: 680px;
	padding: .5em 20px;
	color: #FFF;
	font-weight: 200;
	font-size: 1.25em;
	letter-spacing: .1em;
	}

div#feature div.sub-overlay a {
	display: block;
	padding: .5em;
	background: none;
	height: 76px;
	z-index: 100;
	margin: -92px 0 0 -20px;
	width: 144px;
	font-size: 0em;
	color: transparent;
	}

div#feature div.sub-overlay a:hover {
	display: block;
	font-weight: 100;
	letter-spacing: .1em;
	padding: 5px;
	background: url(images/grey80.png);
	height: 82px;
	z-index: 100;
	color: #FFF;
	margin: -92px 0 0 -20px;
	width: 150px;
	font-size: 1.4em;
	text-decoration: none;
	}

div.overlay a {
	color: #FFF;
	text-decoration: none;
	}

div.overlay a:hover { color: #DDD; }


	


/* Navigation Styles */

div#navigation {
	position: absolute;
	left: 0px;
	width: 100px;
	padding-right: 10px;
	border-right: 1px #999 solid;
	font-size: 1em;
	text-transform: uppercase;
	}

div#navigation ul { margin-left: 0; }

div#navigation ul li {
	display: block;
	width: 100px;
	margin-left: 0;
	padding-right: 13px;
	list-style-type: none;
	text-align: right;
	line-height: 200%;
	}

div#navigation ul li.selected { background: url(images/tick.png) no-repeat right 6px; }

div#navigation ul li a {
	color: #333;
	text-decoration: none;
	line-height: 200%;
	}

div#navigation ul li a:hover { text-decoration: underline; }
div#navigation ul.nodeLevel1 li { text-transform: none; }




/* List Styles */

div#sub-feature div ul li {
	display: block;
	width: 90px;
	height: 90px;
	border-left: 5px solid #FFF;
	float: left;
	}

div#sub-feature div ul li:first-child { border-left: none; }

div#sub-feature div ul li a {
	display: block;
	height: 80px;
	padding: 5px;
	color: #000;
	text-decoration: none;
	}

div#sub-feature div#feature-gallery ul li a { overflow: hidden; }
div#sub-feature div ul li a.thumb { padding: 0; }
div#sub-feature div ul li a:hover { background: rgb(200,200,200); }

div#sub-feature div#audio-gallery ul li a {
	display: block;
	height: 26px;
	padding-top: 50px;
	background: url(images/playup.png) no-repeat 50% 5px;
	text-align: center;
	}

div#sub-feature div#audio-gallery ul li a:hover { background: url(images/playdown.png) no-repeat 50% 5px; }

div.topper ul {
	text-align: right;
	letter-spacing: 0;
	}

div.topper ul li {
	display: inline;
	list-style-type: none;
	}

div.topper ul li a {
	padding-right: .15em;
	color: #FFF;
	text-decoration: none;
	font-size: 1em;
	line-height: 1em;
	}

div.topper ul a:hover { color: #DDD; }
div#thousand ul { list-style: none; }
div#thousand ul li { float: left; }

div#thousand ul li a {
	display: block;
	overflow: hidden;
	height: 173px;
	width: 100px;
	}

div#thousand ul li a#a1 { width: 200px; }

div.pagination {
	width: 690px;
	height: 1em;
	bottom: 0;
	padding: 1em .5em;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

ul#thumbnailnav {
	width: 690px;
	bottom: 0;
	padding: 1em .5em;
	background: #EEE;
	list-style: none;
	}

ul#thumbnailnav li a { text-decoration: none; }
ul#thumbnailnav li.alignright a:after { content: url(images/scroll_right_arrow_tall.png); }
ul#thumbnailnav li.alignleft a:before { content: url(images/scroll_left_arrow_tall.png); }

div#archive-navigation ul {
	margin-left: 15px;
	list-style-type: disc;
	}

ul.archivenav {
	display: block;
	width: 200px;
	list-style: none;
	}

ul.archivenav li { margin-bottom: 2em; }

div.post ul.archivenav li a {
	border-bottom: 1px solid #000;
	display: block;
	font-weight: bold;
	padding: 0 0 4px 0;
	margin: 2px 0 4px 0;
	font-size: 1.2em;
	}

div.post ul.archivenav li a:hover {
	text-decoration: none;
	color: #666;
	}

div.post ul.archivenav li ul li {
	list-style: none;
	margin-bottom: 0;
	}

div.post ul.archivenav li ul li a {
	border: none;
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 0;
	}

div.post ul.archivenav li ul li a:hover {
	color: #000;
	text-decoration: underline;
	}
	




/* WordPress Content Area and Default Styles */

div.post {
	margin-bottom: 3em;
	min-height: 775px;
	font-size: 1em;
	}

div.post.archive { min-height: 0px; }

div.text-content {
	margin-top: 1em;
	padding: 0 .5em .5em .5em;
	font-size: 1.2em;
	}

div.text-content img { padding-top: 5px; }

div.text-content div.gallery a img {
	padding-top: 0px;
	border: 0;
	}

body.attachment div.text-content { text-align: center; }

body.attachment img.attachment-thumbnail {
	width: 60px;
	height: 60px;
	}

div.photo-content {
	margin-top: 20px;
	font-size: 1.2em;
	}

div.photo-content div.wp-caption img { padding-top: 5px; }
div.photo-content p+p { margin-top: 1em; }

div.postmetadata {
	background: #EEE;
	padding: .5em;
	font-size: 1.25em;
	clear: both;
	}

div#feature div.wp-caption {
	margin: 10px;
	border: 1px solid #000;
	text-align: center;
	}

.aligncenter {
	display: block;
	margin: 0 auto;
	}

.alignleft {
	float: left;
	margin-right: 10px;
	}

.alignright {
	float: right;
	margin-left: 10px;
	}



/* Typography Styles */

body {
	font-family: "Gill Sans" , Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	}

h1, h2, h3, h5, h5, h6 {
	font-family: "Gill Sans" , Helvetica, Arial, sans-serif;
	font-size: 2em;
	}

div#masthead h1 {
	margin-left: 16px;
	margin-bottom: .125em;
	font-size: 1.25em;
	}

div#masthead h1 a {
	margin: 0;
	color: #000;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	font-family: Helvetica, "Helvetica Neue" , "Gill Sans" , Arial, sans-serif;
	}

div#feature h2, div#sub-feature h2, div#feature.wide h2, div#feature.wide h2 {
	min-height: 1.25em;
	padding: .5em;
	background: #000;
	color: #FFF;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: .1em;
	}

div#feature div.post h2 a,
div#feature div h2 a,
div#sub-feature h2 a {
	color: #FFF;
	text-decoration: none;
	}

div#sub-feature h2 {
	-webkit-box-shadow: 1px 10px 80px rgb(200,200,200);
	-moz-box-shadow: 1px 10px 80px rgb(200,200,200);
	}

div.sub-feature-block h2 a {
	color: #FFF;
	text-decoration: none;
	}

div.sub-feature-block h2+p {
	display: block;
	padding: 5px;
	height: 82px;
	color: #000;
	font-size: 1.4em;
	font-weight: 100;
	letter-spacing: .1em;
	}

div.sub-feature-block a.thumb { padding: 0; }

div#sub-feature div.sound-sub a {
	display: block;
	height: 69px;
	padding: .75em 1em 1em 75px;
	background: url(images/playup.png) no-repeat 15px 15px;
	color: #000;
	font-size: 1.2em;
	text-decoration: none;
	}

div#sub-feature div.sound-sub a:hover { background: url(images/playdown.png) no-repeat 15px 15px; }

h3.byline {
	height: 1.5em;
	padding: .5em;
	border-top: 1px solid #FFF;
	background: #EEE;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-box-shadow: 1px 1px 4px rgb(200,200,200);
	-moz-box-shadow: 1px 1px 4px rgb(200,200,200);
	}

h3.byline span.date { float: left; }

h3.byline span.author {
	text-align: right;
	float: right;
	}

div.tagline p {
	margin-left: 96px;
	padding-left: 24px;
	border-left: 1px #FFF solid;
	text-align: left;
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: .1em;
	text-transform: uppercase;
	}

div.post h2 a {
	color: #FFF;
	text-decoration: none;
	}

div.post div p a {
	color: #000;
	text-decoration: none;
	background: #EEE;
	}

div.post div p a:hover { background: #DDD; }

div.post div li a {
	color: #000;
	text-decoration: none;
	}

div.post div li a:hover { text-decoration: underline; }

div.text-content h4 {
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.2em;
	}

div.text-content h5 {
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 1.2em;
	}

div.text-content p {
	margin-bottom: 1em;
	font-size: 1.2em;
	}

div.text-content p.altsource {
	color: #777;
	text-transform: uppercase;
	font-style: italic;
	font-size: .8em;
	}

div.text-content p.wp-caption-text {
	margin: .5em 0;
	padding: 0 .5em;
	font-size: .8em;
	}

div.text-content div.gallery a { border: 0; }

div.postmetadata p {
	text-transform: uppercase;
	font-weight: 500;
	}

div.postmetadata p a {
	color: #000;
	font-weight: 300;
	text-decoration: none;
	}

div.post div.postmetadata p a:hover {
	background: #EEE;
	text-decoration: underline;
	}

div.pagination div a {
	color: #000;
	text-decoration: none;
	}

div#feature div.pagination div.alignright { margin: 0; }
div#publicationmeta h3 { font-size: 1.25em; }
div#publicationmeta a { color: #000; }
div#publicationmeta a:hover { text-decoration: none; }
div#publicationmeta div#archive-navigation a { text-decoration: none; }
div#publicationmeta div#archive-navigation a:hover { text-decoration: underline; }

div#metanavigation a {
	color: #000;
	text-decoration: none;
	}

div#metanavigation a:hover { text-decoration: underline; }



/* Misc Global */

.shadow {
	-webkit-box-shadow: 2px 2px 4px rgb(160,160,160);
	-moz-box-shadow: 2px 2px 4px rgb(160,160,160);
	}

span.tight { letter-spacing: 0; }

span.bracket {
	color: #DDD;
	font-size: 1.4em;
	line-height: .8em;
	font-weight: 100;
	}

textarea#wpcf_msg {
	width: 70%;
	margin-bottom: 1em;
	}

form#wpcf input { margin-bottom: 1em; }
form#wpcf label { margin-right: 1em; }

div#searchbox form input {
	background: #333;
	color: #DDD;
	border: none;
	width: 113px;
	padding-left: .5em;
	font-weight: 100;
	letter-spacing: .1em;
	font-size: 1em;
	}

div.sub-feature-block { overflow: hidden; }
div#feature div#more-video { height: 200px; }
div#feature div#more-video ul { margin: .25em 1em 1em 1em; }
div#feature div#more-video ul li { list-style: none; }
div#feature div#more-video ul li:first-child a { border-top: none; }

div#feature div#more-video ul li a {
	color: #000;
	text-decoration: none;
	height: 2.75em;
	font-size: 1.6em;
	display: block;
	padding-top: .5em;
	border-top: 1px #000 solid;
	}

div#feature div#more-video ul li a:hover { background: #DDD; }
div.post div.postmetadata p.categories a:before { content: "\2022  "; }
div.post div.postmetadata p.categories a:first-child:before { content: ""; }

div.text-content ol, div.text-content ul {
	margin-left: 1.5em;
	margin-top: 1em;
	}

div.text-content ol li,
div.content ul li { margin-bottom: 1em; }
div.text-content ol { list-style-type: upper-roman; }
div.text-content ol ol { list-style-type: upper-alpha; }
div.text-content ol ol ol { list-style-type: decimal; }
div.text-content ol ol ol ol { list-style-type: lower-roman; }
div.text-content ol ol ol ol ol { list-style-type: lower-alpha; }

a.more-link {
	text-transform: uppercase;
	background: none;
	letter-spacing: .1em;
	font-size: 1em;
	}

div.postmetadata ul { margin-left: 1.5em; }
div.post div.postmetadata ul li a { font-weight: 100; }

div.related {
	font-size: 1.25em;
	margin-left: .5em;
	}

div.related ul {
	margin-left: 1.5em;
	font-weight: 100;
	}

div#feature div#rotating.captioned { height: 531px; }
div#feature div.captioned div { margin-bottom: 0; }

div#feature div.captioned h2+div {
	font-size: 1.2em;
	padding: .5em;
	overflow: hidden;
	}

div.cw-caption div { font-size: 1.2em; }

div.cw p {
	padding: 0 .5em 0 .5em;
	margin: 0 0 1em 0;
	font-size: 1.2em;
	}

div.cw h2+p { padding: .5em .5em 0 .5em; }

div.cw p a.more-link {
	text-decoration: none;
	color: #000;
	background: #EEE;
	}

div.cw p a.more-link:hover { background: #DDD; }