/*  
Theme Name: feed
Theme URI: 
Description: A theme generated by ThemesPress.com
Author: ThemesPress
Author URI: http://themespress.com/
*/
body {
	margin: 0;
	background: #ffffff;
	font-family: Georgia, serif;
	font-size: 13px;
	color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin: 0;
	text-transform: capitalize;
	font-family: Georgia, serif;
}

h1 {
	font-size: 36px;
	font-weight: 100;
	text-align: center;
	line-height: 36px;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 100;
	color: #a5926e;
	text-align: center;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	background: none;
}

.dropcap {
  float: left;
  font: normal 56pt/0.9em Georgia, Georgia, "Times New Roman", Times, serif;
  margin-right: 8px;
}

/* Header */

#header {
	width: 940px;
	height: 203px;
	background-image: url(images/masthead.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: center;
}

#logo h1 {
	float: left;
	margin-left: 40px;
	padding-top: 85px;
	text-transform: uppercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 102px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: .2em;
	font: bold 1.2em Arial, Helvetica, sans-serif;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 86px;
}

#search form {
	width: 200px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	border: 1px #000000 solid;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	color: #666666;
	font-size: 12px;
}

#menu ul {
	margin: 0;
	margin-left: 30px;
	padding: 16px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 3px;
	padding: 5px 20px;
	background: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

/* Content */

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

.post {
}

.post .title {
	padding: 5px 0;
}

.post .title a {
	background: none;
}

.post .meta {
	text-align: center;
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 10px;
}

.post .entry {
	text-align: left;
	line-height: 24px;
}

.post .entry img
{
padding: 5px;
border: solid 1px #cccccc;
}

.post .footer {
	height: 40px;
	text-align: center;
	padding-top: 20px;
	background-image: url(images/commentFooter.gif);
	font-size: 11px;
	color: #999999;
	margin-bottom: 40px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 258px;
	padding: 1px;
	margin-top: 10px;
}

#sidebar ul {
	margin: 0;
	padding: 0px 10px 10px 10px;
	list-style: none;
	background: #f4ede1;
}

#sidebar li {
	padding-top: 5px;
}	

#sidebar li ul {
	padding: 5px;
}

#sidebar li li {
}

#sidebar h2 {
	padding: 10px 10px;
	font-size: 13px;
	background-image: url(images/sidebarHline.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#sidebar p {
	padding: 5px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	background: #f4ede1;
	border-top: 1px solid #bfad8d;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #bfad8d;
}
