
body {
	margin-top: 0px;
	padding: 0;
	background: #2E2200;
	font-size: 13px;
	color: #ABABAB;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFB300;
}

h1 {
	font-size: 24px;
	margin:0px;
}
h2 {
	margin-top: 0px;
	font-size: 16px;
}
h3 {
	padding-top: 10px;
	color:#808080;
	padding-bottom:5px;
	font-size:20px;
	margin:0px;
}

p, ul, ol {
	line-height: 120%;
	padding:0px;
	margin:0px;
}

a {
	color: #CDCDCD;
}

a:hover {
	color: #CDCDCD;
	text-decoration: none;
}

hr {
	display: none;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(/themes/barnyard/images/img04.jpg) repeat-y left top;
}


/* Header */

#header {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

#header h2, #header p {
	margin: 0;
	font-size:24px;
}

#header h2 a{
	color: #FFFFFF;
	font-size: 24px;
	padding-left: 15px;
	text-decoration: underline;
}

#header p {
	float: left;
	padding: 10px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
}

#header h2 a:hover {
	text-decoration: none;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 15px;
}

#page .bgtop {
	background: url(/themes/barnyard/images/img03.jpg) no-repeat left top;
}

#bgbtm {
	background: url(/themes/barnyard/images/img05.jpg) no-repeat left bottom;
	height:20px;
}

/* Content */

#content {
	float: right;
	width: 505px;
	margin: 0;
	padding: 25px 25px 15px 20px;
}

#content h2{
	font-size:16px;
}
#content h2 a:hover{
	color: #FFB300;
	text-decoration: none;
}
#content h2 a{
	color: #FFB300;
	text-decoration: underline;
}

.post {
	padding: 0px 0 0 0;
}

.title {
	border-left: 6px solid #2E2E2E;
	padding: 0 20px 0 10px;
	font-size: 24px;
}

.title a {
	text-decoration: none;
	color: #FFFFFF;
}

.pagetitle {
}

.byline {
	margin: -25px 20px 0 17px;
	color: #646464;
}


.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0;
	padding-left: 17px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	margin-bottom: 10px;
	padding: 40px 0 0 30px;
	color: #7A7A7A;
}

#sidebar p{
	line-height:200%;
}

#sidebar h2 {
	margin: 0;
	height: 35px;
	font-size: 18px;
}

#sidebar a {
}

#sidebar a:hover {
	text-decoration: none;
}

#next {
	text-align: right;
}

#prev {
	text-align: left;
}

/* Footer */

#footer {
	width: 800px;
	height: 60px;
	min-height: 60px;
	background: url(/themes/barnyard/images/img02.jpg) no-repeat left top;
	margin: 0 auto;
	padding-top: 5px;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ABABAB;
}

#footer p {
	padding: 20px 0;
}

#footer p a {
	color: #FFB300;
}

#brief {font-size:14px;color:#FFF;padding:20px;}
#label {width:100%; margin:auto;text-align:right;}


blockquote {
	background: url('/images/quote.gif') no-repeat;
	color: #555;
	display: block;
	margin: 5px 0;
	padding: 0.6em 1em 0.2em 40px;
	font-style:italic;
	font-size:16px;
	line-height:120%;
}

#mphoto {
	width: 50px;
	float:left;
	padding-top:5px;
}
#mphoto img{
	border:1px solid #CCC;
	padding:2px;
}

#mtext {
	float:left;
	padding-top:10px;
}
#invite {
	line-height:200%;
}
#date a{
	color:#555;
}
#date {
	padding-bottom:5px;
}
img {border: none;}
img.bordered,.post img {background: #FFF; padding: 5px; border: 1px solid #CCC;}
img.left {margin-right: 1em;}
img.right {margin-left: 1em;}
img.left {
	float: left;
	margin: 7px 15px 0 0;
	padding: 5px; border: 1px solid #CCC;
}
.clearer {
	clear:both;
}
