/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

 url(images/img01.jpg) repeat-x left top
  url(images/img02.jpg) no-repeat left top;
*/

body {
	margin-top: 0px;
	padding: 0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	color: #5C5C5C;
	background-color: #fffbc8;
	background-image: url(images/bg-paint.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	list-style: none;
}

a {
	color: #8C0209;
}

a:hover, a:active {
	text-decoration: underline;
}

a:visited {
	color: #8C0209;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

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

legend {
	display: none;
}

input, textarea, select {
	font-size: 13px;
	color: #333333;
}

#wrapper {
	width: 900px;
	margin: auto;
	background: #FFFFFF;
}
#shadow {
	width: 940px;
	margin: auto;
	background: url(images/shadow.png) repeat-y;
}
#shadow-footer {
	width: 940px;
	margin: auto;
	background: url(images/shadow.png);
}
#shadow-bottom {
	width: 940px;
	height: 48px;
	margin: 0 auto;
	background: url(images/shadow-bottom.png);
}
#shadow-top {
	width: 940px;
	height: 48px;
	margin: 20px auto 0;
	background: url(images/shadow-top.png);
}
/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 150px;
}

/* Menu */

#menu {
	width: 870px;
	height: 37px;
	margin: 0 auto;
	background: url(images/nav_bg.jpg) repeat-x left top;
}

/** LOGO */

#logo {
	width: 880px;
	height: 110px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 10px top;
}
#logo iframe {
	float: right;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 80px;
}

/* Page */

#page {
	width: 860px;
	margin: 0 auto;
	padding: 20px 20px;
}

/* Content */

#content {
	float: left;
	width: 590px;
	border-right: 1px dashed #DFE1E0;
}

/* Post */

.post {
	margin-bottom: 20px;
	padding-right: 20px;
}

.post .title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #8C0209;
}

.post .entry {
}

.post .meta {
	padding: 15px 15px 30px 0px;
	font-size: 10px;
}

.post .meta p {
	margin: 0;
	padding-top: 15px;
	line-height: normal;
	color: #28313A; 
}
.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

.photo {
	padding: 0 10px 0 0;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0;
	padding: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	width: 250px;
	margin: 0;
	padding: 0;
	background: url(images/img07.jpg) no-repeat left top;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #8C0209;
	display: inline;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 900px;
	height: 75px;
	margin: 0 auto;
	background: #3b3b3b;
}

html>body #footer {

}

#footer p {
	font-size: 10px;
}

#legal {
	clear: both;
	padding-top: 17px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
}
#legal a:hover {
	text-decoration: underline;
}
.byline {
	border-bottom:1px dashed #BBBBBB;
	margin-top: -20px;
	margin-bottom: 10px;
}
