/*  
Theme Name: sfproject
Description: A single-column fixed width template.
Version: 1.5
Author: Aaron Monts
Author URI: http://www.aaronmonts.com
Released: 20080417
*/

body {
	margin: 0 auto;
	padding: 0;	
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	font-weight: normal;
	color: #2F2F2F;
}

h1 {
	font-size: 147%;
}

h2 {
	font-size: 187%;
}

h3 {
	margin-bottom: 1.5em;
	font-size: 137%;
	font-weight: bold;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.7em;
}

ul, ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	list-style: none;
	list-style-position: outside;
}

ul li {
	padding-left: 25px;
}

blockquote {
	font-style: bold;
}

a:link {
	border-bottom: 1px dotted #333333;
	text-decoration: bold;
	color: #363533;
}

a:hover {
	border: none;
	color: #898070;
}

a:visited {
	color: #363533;
}

img {
	border: none;
        margin-right: 7px;
}

img.left {
	float: left;
	margin: 3px 20px 10px 0;
}

img.right {
	float: right;
	margin: 5px 10px 5px 20px;
}

/* Wrapper */

#wrapper {
	background: #ebebeb url(images/homebg.png) repeat-x;
}

/* Header */

#header {
	width: 760px;
	height: 260px;
	margin: 0 auto;
	padding: 9px 0 0 0;
}

/* Logo */

#logo {
        background: url(images/header-1.jpg) no-repeat;     	
        margin: 0;
	padding: 0;
	width: 760px;
	height: 60px;
	padding: 140px 0 0 0px;
}


/* Pages (Top Menu) */

#pages {
	clear: both;
	width: 760px;
	height: 36px;
	background: url(images/menu2.gif) repeat-x;

}

#pages ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#pages li {
	display: block;
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	background: none;
}

#pages a {
	float: left;
	display: block;
	height: 36px;
	padding: 7px 18px 0 18px;
	border: none;
	text-decoration: none;
        text-transform: lowercase;
	font-weight: bold;
	color: #FFFFFF;
        font-size: 11px;
}

#pages a:hover, #pages .current_page_item a {
color: #e5dcce;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 760px;
        margin: 0 auto;
}

/* Post Box */

.post {
}

.post .title, .pagetitle {
	margin: 0;
	padding-top: 0px;
	background: ;
	border-bottom: 1px solid #2F2F2F;
	color: #2F2F2F;
}

.pagetitle {
	margin-bottom: 20px;
}

.post .title a {
	border: none;
	text-decoration: none;
	color: #2F2F2F;
}

.post .title a:hover {
        color: #111111;
}

.post .byline {
	margin: 0;
	font-size: 77%;
	color: #898070;
}

.post .entry {
	padding: 20px 20px 0 20px;
	text-align: justify;
}

.post .meta {
	margin: 0 0 20px 0;
	padding: 10px 20px;
        background: url(images/menu2.gif) repeat-x;
	border-top: 1px solid #2A2A2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: normal;
        color: #2F2F2F;
        text-transform: lowercase;
}

.post .meta a {
        color: #e5dcce; 
}


/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #363533 url(images/footerbg.png) repeat-x;
}

#footer p {
	margin: 80px;
	text-align: center;
	line-height: normal;
	font-size: 85%;
        font-weight: bold;
        color: #898070;
}

#footer a {
	color: #e5dcce;
        text-decoration: none;
}

#credits {
}

#feeds {
}

