/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Area
  Wordpress-Specific
  Tables
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#383834;
	background: #f1f1ee url(/images/bg.jpg) repeat-x;
	padding-bottom:30px;
	}

body#interior {
	background: #f1f1ee url(/images/bg2.jpg) repeat-x;
	}
	
body, select, textarea, input {	
	font: 100% Arial,Verdana;
	}

p {	
	margin: 15px 0;
	}
		
a, a:visited {	
	color: #e57012; 
	}

a:hover, a:active {	
	color:#f2a05e;
	}

*:focus { 
	outline: none;
	}

ol {
	margin: 15px 15px 15px 20px;
	}
	


/* ---------- @ Page Structure -----------*/


#wrapper {
	margin: 0 auto;
	font-size: 0.7em;
	width: 839px;
	background:url(/images/bg_wrapper.gif) no-repeat right 165px
	}

#interior #wrapper {
	background:url(/images/bg_wrapper2.jpg) no-repeat right 103px;
	}
			   
#masthead {
	height: 106px;
	padding-top:25px;
	}


.left {	
	float:left;
	}

.right {	
	float:right
	}

#sidebar {
	width:291px;
	float:right;
	padding:15px;
	}

#content {
	float:left;
	width:499px;
	}

#interior #content {
	font-size: 1.1em;
}


			
/* ---------- @ Headings -----------*/

h1 {
	font-size: 1.3em;
}		   

h1#logo {
	width: 269px;
	height: 126px;
	background: url(/images/logo.gif);
	text-indent:-9000px;
	display:block;
	}

a#logo {
	width:265px;
	height:55px;
	background: url(/images/logo2.gif) no-repeat;
	float:left;
	margin-right: 30px;
	text-indent:-9000px;
	display:block;
	}
		
h2 {	
	font: bold 2.5em Helvetica, Arial, sans-serif;
	color:#494949;
	}
	
h3 {	
	font: italic 1em Georgia, "Times New Roman", Times, serif;
	}

h3 a:link, h3 a:visited {
	text-decoration: none;
	color:#383834;
}

h3 a:hover, h3 a:active {
	color: #e57012;
}

h3.subtitle, .post h3 {
	border-left:4px solid #b6b6a7;
	padding-left:5px;
	letter-spacing:0.08em;
	}

h3#hdr-aims {
	width:271px;
	height:70px;
	background:url(/images/hdr_aims.gif);
	margin:35px 0 12px 0;
	text-indent:-9999px;
	}

h3#hdr-news, h3#hdr-pub {
	height:18px;
	margin:17px 0 14px 0;
	overflow:hidden;
	text-indent:-9999px;
	}

h3#hdr-news {
	background:url(/images/hdr_news.gif);
	width:60px;
	text-indent:-9999px;
	}
	
h3#hdr-pub {
	background:url(/images/hdr_pub.gif);
	width:220px;
	text-indent:-9999px;
	}

h3#hdr-section {
	background:url(/images/hdr_thissection.gif);
	width:125px;
	height:15px;
	overflow:hidden;
	text-indent:-9999px;
	}

.post h4, h4.title {	
	font: 1.4em Arial,Verdana;
	font-weight:bold;
	line-height:110%;
	}
	
#sidebar h4 {
	font-size: 1.5em;
	margin: 0;
}


/* ---------- @ Content Area -----------*/

.paper {
	background:url(/images/bg_paper.gif);
	padding:12px;
	}


/*Wordpress*/ 

.post {
	padding: 12px 0;
}

p.postmetadata {
	font-size: .9em;
	margin: 5px 0 15px 0;
}

.entry ul {
	padding:0 15px 10px 10px;
	}		

.entry ul li {
	margin-left:35px;
	list-style:square
	}

.entry ol li {
	margin-left:35px;
}

.entry blockquote {
	margin:18px 35px 25px 35px;
	border-left:5px solid #b6b6a7;
	padding-left:15px;
	color:#696958;
	font-size:0.9em;
	}			

.entry img {
	float:right;
	margin:1px 0 6px 10px;
	border:4px solid #FFF;
	}

.entry .ngg-gallery-thumbnail img {
	float: none;
	border: none;
}

.entry img.left {
	float:left;
	margin:1px 10px 6px 0;
	}

.archived {
	border-top:1px solid #c9c9be;
	margin-top:6px;
	padding:4px 0 12px 0;
	}

.archived a {
	font-weight:bold
	}
	
.credit {
	background: url(/images/icon_pages.gif) no-repeat;
	padding-left:18px;
	font-size:1em;
	}

.entry .credit {
	font-size:0.9em;
	margin-top:20px;
	}
		
.credit a {
	font-weight:normal
	}		

.people img {
	float:left;
	margin:2px 12px 10px 0;
	}

.people {
	margin: 15px 0;
	padding:20px 0 0 0;
	}	


	
	
	
				
	
/* ---------- @ Forms -----------*/

#s, #comment, #author, #email, #url {
	background:#FFF;
	border:none;
	padding:3px;
	}

#comment {
	width: 400px;
}



.field {
	background:#a48c80;
	border:none;
	}	




/*Clear*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}




/* ---------- @ Footer -----------*/

#footer {
	padding: 20px 4px 0 6px;
	margin-top:35px;
	background:url(/images/bg_footer.jpg) repeat-x
	}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(/images/cat4.gif);
	text-indent:-9000px;
	}


