/*  
Theme Name: Spontaneous Adapted
Theme URI: http://test.housing.wwu.edu/resnet2010/wp-content/themes/spontaneous/style.css
Description: Style for the ResNet 2010 Conference in Bellingham, Washington, adapted from Spontaneous at freewpthemes.net
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/


body {
	margin: 0;
	padding: 0;
	background: url(images/background-extra.jpg) repeat left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66665E;
}

#bg {
	background: url(images/background.png) repeat-x left top;
         position: relative;
	margin-top: -40px;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #549900;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 165%;
	text-align: left;
}

ul, ol { }

blockquote { }

a { color: #154d0d; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img {
	border: 1px solid black;
	}

img.left {
	float: left;
	margin: 7px 30px 7px 0;
}

div.right {
	float: right;
	margin: 7px 0 7px 30px;
	text-align: center;
	padding-bottom: 9px;
}

img.right {
	float: none;
	border: 1px solid #666;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

p.photocaption {
	text-size: 75%;
	color: #888;
}

p.right {
	margin: -1px auto;
	float: none;
	text-align: center;
}


#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 920px;
	height: 45px;
	margin: 0 auto;
	/* background: url(images/img03.jpg) no-repeat left top; */
	background: none;
}

/* Menu */

#menu {
	float: left;
	width: 540px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 14px 25px 15px 25px;
	background: url(images/img09.jpg) no-repeat left 18px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 20px;
	color: #000000;
	
}

#menu .first {
	background: none;
	
}
/* Search */

#search {
	float: right;
	width: 298px;
	height: 45px;
	background: url(images/searchbackground.png) no-repeat left;
}

#search form {
	float: right;
	margin: 0;
	padding: 15px 15px 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: 1px solid #666666;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #333333;
	background: #FFFFFF;
	color: #000000;
}

#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 5px;
	background: #000000;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
}

#page-bgtop {
	/*padding-top: 30px;*/
}

	/** LOGO */

#logo {
	width: 920px;
	height: 200px;
	margin: 0 auto;
	margin-bottom: -55px;
	background: url(images/headerlogo.png) no-repeat left top;
         z-index: 2;
}

#logo a {	
	display: block;
	position: absolute;
	height: 200px;
	width: 550px;
	float: left;
	vertical-align: bottom;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-align: center;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	text-transform: lowercase;
	font-size: 10px;
}

#logo h1 {
	padding-top: 10px;
	font-size: 34px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 628px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 35px;
	background-color: #FFFFFF;
	border: 1px solid black;
	min-height: 610px;
}

/* Post */

.post {
	background: url(images/img07.jpg) repeat-x left bottom;
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #154d0d;
}

.post .title a {
	text-decoration: none;
	color: #154d0d;
}

.post .date {
}

.post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 16px;
	background: url(images/img08.jpg) no-repeat left 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

iframe {
        overflow: hidden;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 177px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 20px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #375910;
	background-color: #FFFFFF;
	/*margin-right: 22px;*/
	border: 1px solid black;
	min-height: 610px;
}

#sidebar ul {
	padding: 0;
	list-style: none;
	line-height: normal;
        margin-bottom: 2px;
}

#sidebar li {
	margin-bottom: 2px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 10px 10px 7px;
	/*background: url(images/img07.jpg) repeat-x left bottom;*/
}

#sidebar p {
	margin: 0;
	padding: 0px 10px;
}

#sidebar h2 {
	height: 26px;
	margin: 0 0 10px 2px;
	padding: 12px 0 2px 10px;
	background: url(images/menubackground.jpg) no-repeat left top;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}


#sidebar p {
	line-height: 200%;
}
#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #375910;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 920px;
	height: 49px;
	margin: 0 auto;
	padding-top: 0px;
	/* this footer was the ugliest thing on earth. */
	/* background: url(images/footerbackground.jpg) no-repeat left top; */
	background: none;
}

#footer-bgcontent {
	margin: 0px;
	padding: 0px;
	height: 99px;
	/* although this forest color might be worth it */
	/* background: url(images/img04.jpg) repeat-x left top; */
	background: none;
		
}

#footer p {
	margin: 0;
	text-align: right;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #000000;
}

#footer a {
	color: #154d0d;
}

#commentform {
}

#comment {
	width: 450px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
}

.navigation {
	padding-top: 20px;
}

.pagetitle {
	padding-bottom: 20px;
	font-size: 24px;
	color: #000000;
}

hr {
	display: none;
}

