/*
Theme Name: Reuseum
Theme URI: http://www.reuseum.com
Description: Custom theme developed for Reuseum.com
by Polygon Creative
Author: Cory Swanson - Polygon Creative
Author URI: http://polygoncreative.com
*/

body {
	margin: 0px auto;
	font-family: Verdana, Tahoma, sans-serif;
	color: #000;
	font-size: 10pt;
	background: #FFF;
}

img {
	border: 5px;
}

p {
	margin: 5px;
}

.alignright {
	float: right;
} 

.alignleft {
	float: left;
}

h1 {
	margin-right: 5px;
	font-size: 150%;
	border-bottom: 2px solid #f9d71d;
}

h2 {
	margin-right: 5px;
	font-size: 125%;
	margin: 5px 10px;
}

h3 {
	margin-right: 5px;
	font-size: 150%;
	border-bottom: 2px solid #f9d71d;
}
a {
	text-decoration: none;
	color: #527232;
}

a:hover, a:active {
	border-bottom: 1px solid #527232;
}

a.nav {
	font-size: 110%;
	color: #000;
}

a.nav:hover, a.nav:active {
	border-bottom: 1px solid #000;
}

a.permalink {
	color: #000;
	text-decoration: none;
}

a.permalink:hover, a.permalink:active {
	border-bottom: none;
}

ul.recent {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 0px;
}

ul.twitter {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 0px;
}

li.twitter-item {
	font-size: 8pt;	
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	overflow: auto;
	background: #FFF;
}

#header {
	height: 140px;
	text-align: left;
	font-size: 12pt;
	font-weight: bold;
	background: transparent url('images/logo.jpg') top left no-repeat;
	border-bottom: 10px solid #527232;
}

#header p {
        margin-left: 410px;
}

#sidebar {
	width: 178px;
	margin: 5px 10px;
	float: left;
	border-right: 2px solid #527232; 
}

#content_area {
	width: 740px;
	margin: 5px;
	float: left;
}

.leftFloat {
	float: left;
	margin: 5px;
}

.rightFloat {
	float: right;
	margin: 5px;
}

.home_box {
	height: 300px;
	border-bottom: 1px solid #527232;
	margin-bottom: 10px;
}

.post {
	border-bottom: 1px solid #527232;
	margin-bottom: 10px;
	overflow: auto;
}

.post_tag a {
	border-bottom: none;
}

.postmetadata a {
	border-bottom: none;
}

#footer {
	width: 960px;
	height: 50px;
	margin: 0px auto;
	background: #FFF;
	text-align: center;
	font-size: 8pt;
	border-top: 2px solid #527232;
}

