/* 
Theme Name: pleaseTAKE
Theme
URI: http://www.pleasetake.org/
Description: The custom design for the pleaseTAKE Materials Exchange
Version: 1
Author: Rich Anderson
Author
URI: http://www.pointeddesign.com
*/

/* Layout */

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

#navigation {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 15px 0 0;
	z-index: 1;
}

#site {
	position: relative;
	top: 0;
	width: auto;
	min-height: 100%;
	margin: 0 5%;
}

#sidebar {
	position: absolute;
	left: 0;
	width: 240px;
	padding: 2.5em 0;
	margin: 0;
}

#content {
	position: relative;
	margin-left: 275px;
	padding: 2.5em 0 5.5em;
}

#spacer {
	position: relative;
	height: 15em;
	width: 100%;
}

#footer {
	position: relative;
	width: 100%;
	height: 7.5em;
	margin-top: -7.6em;
}

/* Design & Typography */

body {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 76%;
	background: #ffffff url("images/pagebg.png") repeat-x;
}

a:link {
	color: #336699;
	text-decoration: none;
}

a:visited{
	color: #003366;
	text-decoration: none;
}

a:link:hover, a:visited:hover, a:link:active {
	color: #003366;
	text-decoration: underline;
}

#navigation {
	background: #336699 url("images/navbg.png") repeat-x top;
	border-bottom: 1px solid #336699;
	overflow: visible;
}

#navigation ul {
	list-style: none outside;
	white-space: nowrap;
	text-align: center;
	margin: 0;
	padding: 0 0 3px;
}

#navigation ul li {
	display: inline;
}

#navigation a {
	color: #fff;
	font-size: 1.6em;
	margin: 0 10px;
	padding: 3px 20px 3px 10px;
	font-weight: bold;
	text-decoration: none;
	background: transparent url("images/linkbg_norm.gif") no-repeat right center;
}

#navigation a:link:hover,
#navigation a:visited:hover,
#navigation li.selected a:link,
#navigation li.selected a:visited,
#navigation li.selected a:visited:hover,
#navigation li.selected a:link:hover {
	border: 1px solid #336699;
	padding: 2px 19px 3px 9px;
	border-bottom: 1px solid #e9d7c5;
	color: #336699;
	background: #e9d7c5 url("images/linkbg_sel.png") no-repeat right center;
}

#logo {
	position: relative;
	height: 275px;
	padding-bottom: 1em;
	text-indent: -10000px;
	background: url("images/logo1.png") no-repeat center top;
	border-bottom: 1px solid #336699;
}

#sidebar div {
	position: relative;
	margin-top: 1em;
	padding: 0;
	overflow: visible;
}

#sidebar h3{
	margin: 0;
	padding: 0;
	color: #336699;
	font-size: 2em;
}

#sidebar div p {
	margin: .3em 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
}

#mail_list form {
	text-align: center;
	margin: 0;	
	background: #d4af8c;
	border: 1px solid #947b62;
}

#mail_list form input {
	width: 95%;
	font-size: 1.3em;
	margin: .1em 0;
	text-align: center;
}

#content {
	font-size: 1.6em;
}

#content h3 {
	margin: 0;
	padding-bottom: 5px;
	letter-spacing: 0;
	font-size: 1.3em;
	border-bottom: 1px solid #336699;
}

#content p {
	text-align: justify;
	line-height: 1.4;
	text-indent: 2em;
}

#content p.postmetadata {
	text-indent: 0;
	text-align: right;
	font-size: .9em;
}

#footer {
	padding: 0;
	font-size: 1.2em;
	background: #d4af8c;
	border-top: 1px solid #947b62;
}

#footer p {
	margin: 1% auto;
	width: 90%;
}