/*  
Theme Name: Warren Wilson College Theme
Theme URI: http://www.warren-wilson.edu/blogs/
Description: A theme that matches the design of the WWC website.
Version: 1.0
Author: Morgan Davis
Author URI: http://www.warren-wilson.edu
	
	Based on the Vanilla Dev Theme by Morgan Davis & WestCarolina.Net LLC

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	NOTE: THIS THEME ONLY WORKS ON THE WWC WEB SERVER.

*/
body{}

/* STRUCTURAL DIV DEFINITIONS */

div#greenbox{
	min-height: 1000px;
	/* IE Min-Height Kludge */
	height: auto ! important;
	height: 1000px;
}
#container{}
#header{}
#body{}
#main{}

div.post{}
	div.post div.entry{}

ol.commentlist{}
	/* every other comment */
	ol.commentlist li.alt{}

#sidebar{}
	div#sidebar ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	div#sidebar li{
		line-height: 12pt;
		margin: 0px;
		padding: 0px;
	}
	#sidebar ul li ul{}
	#sidebar ul li ul li{}
	#sidebar h2{
		font-size: 11pt;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
	}
	#searchform{}
.footernav{
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer{
	border-right: 1px solid #5A6659;
	border-left: 1px solid #5A6659;
}

/* DEFINITIONS FOR COMMON TAGS AND CLASSES */

.center{
	text-align: center;
}
p{}
	p.metadata{}
	p.postmetadata{
		margin: 10px;
		font-size: 8pt;
	}
	p.nocomments{}
	p.commentmetadata{}
h1{}
h2{}
	h2.pagetitle{}
h3{}
	h3#comments{}
	h3#respond{}
h4{}
cite{}
span{
	line-height: 12pt;
}
	span.date{
		font-size: 8pt;	
	}
	span.byline{
		font-size: 8pt;
		font-style: italic;	
	}
legend{
	display: none;
	visibility: hidden;
}
fieldset{
	border: none;
	padding: 0;
}
label{}
