
/*
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: #D2D1D0;
	font-family: Tahoma,Arial,sans-serif;
	font-size: small;
	color: #2E2E2E;
}

h1, h2, h3 {
	margin: 0;
	font-family:inherit;
	font-weight: normal;
	color: #0087D0;
}

h1 { font-size: 44px; }

h2 { font-size: 1.6em; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 2.4em;
	text-align: justify;
}

ul, ol { }

blockquote { }

a { color: #0087D0; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }



#wrapper {
	
}

#wrapper-bgtop {
	background: url(images/bg.png) repeat-x center top;
}

/* Header */

#header-wrapper {
}

#header {
	width: 680px;
	height: 100px;
	margin: 0 auto;
	/*background: url(images/img01.jpg) no-repeat left top;*/ 
}



/* Page */

#page {
	width: 680px;
	margin: 0 auto;
	padding: 40px 0px 0px 0px;
	height: 100%;
	background: #FFFFFF;
}


/** LOGO */

#logo {
	float: left;
	width: 460px;
	margin: 0 auto;
	padding-left: 10px;
	
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	margin-top: -4px;
	text-transform: lowercase;
	font-size: 13px;
	color: #0087D0;
}

#logo h1 {
	padding-top: 10px;
	font-size: 48px;
}

#logo a {
	text-decoration: none;
	color: #0087D0;
	background: url(images/logo.png) no-reapeat top left; 
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}


#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: left;
	width: 440px;
}

#content.reverse {
	float: right;
}

#content3 {
	width: 100%;
}

/* Post */

.post {
	margin-bottom: 45px;
}
.post h3{
	margin: 5px 0 5px 0;
	font-size:1.2em;
}
.post .title {
	height: 24px;
	padding-left: 15px;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	color: #8CB70E;
}

.post .date {
}

.post .meta {
	height: 32px;
	margin-left: 2px;
	padding: 4px 30px 2px 15px;
	
	font-weight: normal;
	font-size: 10px;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 15px;
}

.post ul{}
.post ul li {
	line-height:1.25em;
}
.post .links {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	background: #546E09;
	text-decoration: none;
	
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.post .comments {
	display: block;
	width: 120px;
	height: 18px;
	margin: 0px; 
	padding: 3px 0px 0px 40px;
	text-decoration: none;
	
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #961A06;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	
	font-size: 12px;
}

#sidebar.reverse {
    float: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}




#sidebar li ul {
	margin: 0px 14px;
	
}

#sidebar li li {
	margin: 0;
	background: url(images/arrow_right_spearmint.png) no-repeat  left;;
	padding: 12px 0px 12px 15px;
	border-bottom: 1px solid #ADADAD;
}

#sidebar li li {
	
}

#sidebar li li a {
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	backgrund: url(images/arrow_right_spearmint.png) no-repeat top left;
	display:block;
}

#sidebar li li a:hover {
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 34px;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: normal;
	background: url(images/tag_blue.png) no-repeat top left;
	color:#0087D0;
}
#sidebar  h2.other {
	background: url(images/tag_green.png) no-repeat top left;
	color:#8DC51E;
}
#sidebar  ul.other li  {
	padding:6px 0px 6px 15px;
}
#sidebar  ul.other li a {
	color:#A1C51F;
}

#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-right: 1px solid #24130F;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	background: #24130F;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #24130F;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot td {
	padding: 5px;
	border-left: 1px solid #24130F;
	border-bottom: 1px solid #24130F;
}

#calendar tfoot #next {
	border-top: 1px solid #24130F;
	text-align: right;
}

#calendar tfoot #prev {
	border-top: 1px solid #24130F;
}

#calendar .pad {
	border-bottom: 1px solid #24130F;
}

#calendar #today {
	background: #24130F;
}

/* Footer */

#footer {
	width: 100%;
	margin: 0 auto 0px auto;
	background: #1B1B1B;
}
#footer ul li {
	display:inline;
	margin-right:20px;
}
#footer ul  {
	margin:0 auto 0 auto;
	width:500px;
	text-align:center;
}
#footer p {
	margin: 0px;
	padding: 8px 0px 8px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
