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

body {
	background-color: #F2F2E9;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000; 
}

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

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}


blockquote {
	font-style: italic;
}

a {
	border-bottom: 1px dotted #EFEFEF;
	text-decoration: none;
	color: #A69580;
}

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

/* Header */
#header {
	height: 150px;
	height: 100px;
 	/*border-bottom: 10px solid #597ea4; */
	background: url(images/thin_top.png) repeat-x;
}

#header #subtext{
	width: 850px;
	float: center;
	top: 0px; 
	margin: 0 auto; 

}

#header #subtext h1 {
	float: left; 
	margin-top: 0;
	padding: 20px 190px 0 100px;
	padding: 20px 0 0 100px;
	font-size: 4.4em;
	font-size: 3em;
}

#header #subtext h1 span {
	color: #000000; 
}

#header #subtext h2 {
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 380px;
	font-size: 2em;
	font-size: 1.5em;
	letter-spacing: -.05em;
	font-weight: bold;
	color: #000000;
}

#header h2 a {
	color: #734854; 
}

/* Page */

#page {
	width: 1000px;
	margin: 0;
	margin-top: 15px;
	padding: 0px 0;
	background: #D9D7C5;
}

/* Content */
#content {
	margin-right: 10px;
	float: right;
	width: 750px;
	background: #D9D7C5;
}

#content #col1 {
	/*width: 500px;*/
	width: 66%;
	float: left;
}

#content #col2 {
	/*width: 200px;*/
	width: 33%;	
	float: right;

}
.post {
	margin: 5px 0 5px 10px;
	margin-right: 5px;
	pad
}

.post .title {
	letter-spacing: -1px;
	font-size: 1.8em;
	color: #333333;
}

.post .meta {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #EFEFEF;
	line-height: normal;
}

.post .title a {

	color: #000000;
	color: #000000; 
 	border-bottom: none 
}

.subpost {
	margin-left: 5px;
	padding: 5px;
        border-bottom: 1px solid #EFEFEF;
}

.subpost .title {
	letter-spacing: -1px;
	font-size: 1.3em;
	color: #734854; 
}

.subpost .title a {
	color: #734854; 
}

.subpost .meta {
	margin: 0;
	padding: 0;
        border-bottom: 1px solid #EFEFEF;
        line-height: normal;

}

.subpost a:hover {
	text-decoration: none;
	color: #CC0000; 
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	/*height: 650px;*/
	/*margin-bottom: 20px;*/
	/*background: #cccccc;*/
}

#sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	line-height: 180%; 
}

#sidebar li {

}

#sidebar li ul {
/*	padding: 10px 0;*/
/*	line-height: 2em; */
}

#sidebar li li {
	margin: 0;
	padding-left: 20px;
	background: url(images/img02blue.gif) no-repeat 5px 50%;
	border-bottom: 1px solid #A69580;
}

#sidebar h2 {
	padding: 10px 0 0 0;
	letter-spacing: -1px;
	color: #734854;
/*	border-bottom: 1px solid #0F0F0F */
}

#sidebar a {
	border: none;
}

/* Footer */

#footer {
	position: bottom;
	clear: both;
	height: 100px;
	/*background: url(images/thin_bottom.png) repeat-x; */
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	line-height: normal;
}
