/*
THEME NAME: Harvard Retro
THEME URI: http://www.xoxiety.com
DESCRIPTION: A custom theme, based on <a href="http://www.plaintxt.org/themes/sandbox/">Sandbox</a> templates.
VERSION: 0.1
AUTHOR: Hillary Johnson
AUTHOR URI: http://www.xoxiety.com
*/

body, h1, h2, h3, h4, h5, h6, abbr, acronym, address, blockquote, dd, dl, form, p{
	margin: 0;
	padding: 0;
}

body{
	padding-top: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background: transparent url(images/bankerstripe.png);
	color: #000;
}

img {
padding: 5px;
}

a{
	text-decoration: underline;
	color: #c00;
}

a:hover{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}

form, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

address, dl, p, div.page-link, div.entry-content h1, div.entry-content h2, div.entry-content h3, div.entry-content h4, div.entry-content h5, div.entry-content h6{
	padding: 15px 0 5px;
}

blockquote{
	margin: 10px 0 0;
	border-top: 1px solid #ddd;
	background: #f7f7f7;
}

blockquote p{ padding: 15px 10px; }

blockquote blockquote{
	margin: 0 10px;
	background: #fff;
}

dd{
	padding: 0 0 0 20px;
}

p img{
	max-width: 100%;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft{float: left;}

.alignright{float: right;}

div#wrapper{
	width: 980px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	border: 1px solid #000;
	background: #fff url(images/wrappercolumns.png) top center repeat-y;
}

div#header{
display: block;
	float: left;
	width: 980px;
	height: 170px;
	border-bottom: 1px solid #000;
	padding: 0px;
	background: transparent url(images/harvardbanner.jpg) no-repeat;
}

div#header h1{
	display: none;
	margin: 550px 120px 0 0;
	padding: 0;
	font-family: Georgia, Arial, Helvetica;
	font-size: 18px;
	line-height: 36px;
}

div#header h1 a{
	color: #000;
}

div#header h1 a:hover{
	border: 0;
}




div#access div.skip-link{
	float: right;
	margin: -34px 10px 0;
	display: none;
	font-family: Georgia, Arial, Helvetica;
}

div#access div.skip-link a{
	color: #777;
}

div#access div.skip-link a:hover{
	color: #000;
}

div#menu{
	float: left;
	width: 980px;
	height: 20px;
	border-bottom: 1px solid #000;
	padding: 0 0 13px 0px;
	background: #e8634c;
}

div#menu ul,div#menu ul ul,div#menu ul li{
	list-style:none;
	margin: 2px 0 8px 0; 
	padding:0;
}

div#menu ul li{
	float: left;
	margin: 0px 6px 4px 20px;
	display: inline;
	font-family: Impact, Helvetica, Arial;
	font-size: 24px;
}

div#menu ul a{
	color: #fff;
	text-decoration: none;
}

div#menu ul a:hover{
	color: #fff;
text-decoration: underline;
}

div#menu li ul{
	display: none;
	position: absolute; 
	top: 1em;
	left: 0;
	clear: left;
}


div#menu li:hover ul, li.over ul { display: block; }

div#menu li > ul {
	top: auto;
	left: auto;
}

div#menu ul ul li{}

div#menu ul ul li a{}

div#menu ul li:hover ul{}

div#menu ul li:hover ul li a{}




div#about{
	float: left;
	width: 980px;
	height: 160px;
	/* border-top: 1px solid #5f0000;
	border-bottom: 1px solid #5f0000; */
	padding: 0 0 29px 0;
	background: #c00 url(images/bg_about.gif) repeat-x left bottom;
	
}

div#about p.message{
	padding: 20px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
}

div#about img.photo{
	float: left;
	margin: 0 15px 0 0;
}




div#container{
	float: left;
	width: 980px;

	/* border-top: 5px solid #000; */

}

div#content{
	float: left;
	width: 488px;
	overflow: hidden;
}




div.post, div.page{
	padding: 14px 20px 15px;
}

div#nav-above{
	margin: 10px 10px 0; 
}
div#nav-below{
	
	margin: 10px;
}
	 
#div.sidebar ul{
	margin: 245px 0 0 10px;
}

}

div.navigation{
	
	padding: 5px 10px 6px;
	/* background: #fdfbe7 url(images/bg_navigation.gif) repeat-x left bottom; */
	line-height: 24px;
}

div.navigation a{
	text-decoration: none;
	border-bottom: 1px dotted #c00;
}

h2.entry-title, h3.entry-title{
	font-family: Georgia, Arial, Helvetica;
	font-size: 24px;
	border-bottom: 2px dotted #898989;
}

h2.page-title{
	margin: 10px 10px 0;
	border-top: 1px solid #dfdfdf;
	padding: 8px 10px 9px;
	font-family: Georgia, Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	background: #f8f8f8 url(images/bg_sidebar_h3.gif) repeat-x left bottom;
	color: #666;
}

h2.entry-title a, h3.entry-title a{
	color: #000;
	text-decoration: none;
}


div.entry-date{
	padding: 10px 0 0 10px;
	color: #666;

}

div.entry-content{
	line-height: 1.2em;
}

div.entry-content h1{
	font-size: 30px;
	line-height: 36px;
}

div.entry-content h2{
	font-size: 24px;
	line-height: 30px;
}

div.entry-content h3{
	font-size: 18px;
}

div.entry-content h4{
	font-size: 16px;
}

div.entry-content h5{
	line-height: 15px;
}

div.entry-content h6{
	line-height: 12px;
}

div.entry-meta{
        font-style: italic;
	padding: 10px 0 0;
	line-height: 24px;
}




div#comments{
	margin: 0 10px 10px;
	padding: 0 10px 10px;
	border-top: 1px solid #dfdfdf;
	background: #fcfcfc;
}

div#comments h3{
	font-family: Georgia, Arial, Hevletica;
	font-size: 24px;
	padding: 10px 0 5px;
}

div#comments p{
	padding: 10px 0 5px;
	line-height: 24px;
}

div#comments ol , div#comments ol li{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

div#comments ol{
	padding: 0 0 10px;
}

div#comments ol li{
	padding: 10px 0 10px;
	background: url(images/bg_sidebar_h3.gif) repeat-x left bottom;
}

div.comment-meta{
	font-size: 11px;
}

div.nopassword{
	padding: 10px 0 0;
	line-height: 24px;
}

form#commentform span.required{
	background: #fff;
	color: #f00;
}

form#commentform .form-label, form#commentform .form-textarea{
	margin: 10px 0 0;
}

input#author,input#email,input#url{width:50%;}

input#author,input#email,input#url,textarea#comment{padding:0.2em;}

textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}





div.sidebar{
	float: left;
	width: 245px;
	display: inline;

}

div.sidebar a{
	color: #900000;
}

div#primary{
	margin: 5px 0 0 -491px;
padding-bottom: 30px;
}

div#secondary{
	margin: 5px 0 0 -245px;
padding-bottom: 30px;
	
}

div.sidebar ul, div.sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sidebar ul{
	margin: 10px 0 0 10px;
}
/*
div#secondary.sidebar ul{
	margin: 245px 0 0 10px;
}
*/

div.sidebar ul li{
	padding: 10px 10px 0;
}

div.sidebar ul li#search form#searchform{
	margin: 0;
	padding: 10px 10px 0;
}

div.sidebar ul li h3{
	color: #e8634c;
	border-bottom: 3px solid #e8634c;
	margin-bottom: 10px;
	font-family: Impact, Arial, Helvetica;
	font-size: 24px;
	/* background: #f8f8f8 url(images/bg_sidebar_h3.gif) repeat-x left bottom; */
}

div.sidebar ul ul{
	margin: 0;
	padding: 6px 10px 0;
	line-height: 24px;
}

div.sidebar ul ul li{
	padding: 0;
}

div.sidebar ul ul ul{
	padding: 0 0 0 10px;
}

div.sidebar input#s{width: 120px;}

/* Start Widget Styles */

div#calendar_wrap{
	padding: 10px;
}

table#wp-calendar{
	width: 100%;
}

table#wp-calendar th, table#wp-calendar td{
	padding: 10px 0 0;
}

div.sidebar ul li#google-search form#gsearch{
	padding: 5px 10px 10px;
	text-align: left;
}

div.sidebar img {
margin-left: -10px;
}

/* End Widget Styles */




div#footer{
	clear: both;
	width: 980px;
	padding: 12px 0;
	border-top: 2px solid #000;
	text-align:center;
	font-size: 11px;
	line-height: 18px;
	background: #a6ce85;
}

div#footer a{
	text-decoration: none;
}