/*
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;
	font-size: 13px;
	color: #000000;
	background-color: #DACFBE;
}

body, th, td, input, textarea, select, option {
	font-family: Tahoma;
	background-color: #DACFBE;
	text-align: left;
}

h1, h2, h3 {
	font-weight: normal;
	color: #526252;
}

h1 {
	letter-spacing: normal;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
	background-color: #DACFBE;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #2361F8;
}

a:hover {
	text-decoration: none;
	color: #EB42A3;
}

/* Header */

#header {
	float: right;
	width: 600px;
	height: 320px;
	margin: 0 auto;
	background: url(images/Troop3.jpg) no-repeat right top;
	font-family: Tahoma;
	color: #526252;
}

#header h1 {
	margin: 0;
	color: #526252;
}

#header p {
	margin: 0;
	color: #181800;
}

#header h1 {
	padding-top: 150px;
}

#header a {
	color: #526252;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	background-color: #DACFBE;
}

/* Content */

#content {
	float: right;
	width: 620px;
}

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

.title {
	margin: 0;
	border-bottom: 2px solid #181800 ;
	color: #526252;
}

.byline {
	margin: 0;
	color: #181800;
}

.meta {
	text-align: left;
	color: #181800;
}

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

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

.bordered {
  border: 2px solid #526252;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 25px;
	border-bottom: 0px dotted #181800;
	background: url(images/link_icon.gif) no-repeat 5px 50%;
	background-color: #DACFBE;
}

#sidebar h2 {
	margin: 0;
	padding:  0 0 0;
	
}

#sidebar a {
	text-decoration: none;
	color: #181800;
}

#sidebar a:hover {
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: repeat-x;
	text-align: center;
	font-size: smaller;
	background-color: #DACFBE;
}
