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

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #652500;
}

h1, h2, h3 {
	text-transform: capitalize;
	font-weight: normal;
	color: #652500;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 20px;
	padding-left: 20px;
	text-decoration: underline;
}

p, ul, ol {
	text-align: justify;
	line-height: 26px;
	font-size: 12px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

a:link {
	color: #BD520E;
}

a:hover, a:active {
	text-decoration: none;
	color: #F03;
	background-color: #FCF;
}

a:visited {
	color: #BD520E;
}

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-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */
#header-bg {
	background-color: #e7b5bd;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #3F0;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	padding: 35px 0 0 100px;
	float: left;
}

#logo h1 {
	font-size: 36px;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #F4B07B;
}

#logo h2 {
	margin-top: -10px;
	padding-left: 3px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A0A0A0;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {

}

#menu ul {
	margin: 0;
	list-style: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu li {
	display: inline;
	border-bottom-color: #F06;
}

#menu a {
	display: block;
	float: left;
	margin-left: 5px;
	background: url(images/img04.gif) no-repeat left 55%;
	text-decoration: none;
	font-size: 20px;
	color: #BD520E;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-bottom-style: double;
}

#menu a:hover {
	text-decoration: none;
	background-color: #F9C;
}

#menu .active a {
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(images/contentBG.jpg);
}

/* Content */

#content {
	float: left;
	width: 600px;
	border: thin solid #000;
}

/* Post */

.post {

}
#page #content .post .botPic {
	padding-left: 50px;

}


.post .title {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-left: 0px;
}

.post .entry {
	margin-left: 12px;
	
}
.post .entry a:hover {
	background-color: #FF0;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}

#page #content .post .entry p {
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	color: #652500;
	display: block;
	text-align: left;
	text-indent: 20px;
	background-color: #FFF;
}
#page #content .post .entry ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	list-style-type: circle;
	list-style-position: inside;
}
#page #content .post .entry ul {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}




.post .meta {
	background: url(images/img02.gif) repeat-x left top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: right;
	color: #BD520E;
}

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

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	background-color: #000;
	padding-bottom: 100px;
	background-image: url(images/sideBarBG.png);
	background-repeat: repeat-y;
	height: 900px;
}
#sidebar p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFA74F;
	line-height: 15px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
}

#page #sidebar  .rightCol {
	float: right;
	padding-right: 5px;
	width: 110px;
}
#page #sidebar .leftCol {
	float: left;
	margin-left: 5px;
	width: 110px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
	text-align: center;
}

#sidebar li {
	padding-bottom: 10px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 12px;
}

#sidebar h2 {
	margin-bottom: 10px;
	padding-left: 15px;
	font-size: 16px;
	background-color: #000;
	background-image: url(images/sideBarTitleBG.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sidebar .dates ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: left;
}
.dates ul li {
	border-top-width: thin;
	border-top-style: double;
	border-top-color: #653D2B;
	border-right-color: #653D2B;
	border-bottom-color: #653D2B;
	border-left-color: #653D2B;
	margin-top: -10px;
	margin-bottom: -5px;
}



/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 110px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #F0F0F0;
}

#x {
	padding: 4px 4px;
	background: #BD520E;
	border: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	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 {
	min-height: 74px;
	padding: 10px 0 0 0;
	background: url(images/img02.gif) repeat-x left top;
}

html>body #footer {
	height: auto;
}

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

#legal a {
	color: #943505;
}
img.ctr {
	margin-left: 45px;
	position: relative;
	bottom: 50px;
}
.logoImg {
	margin-left: auto;
	background-color: #e7b5bd;
	width: 850px;
	margin-right: auto;
}
#sidebarR {
	float: right;
	width: 90px;
}
