/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background: #3e3e3e;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}


h1{
	margin-bottom: 60px;
	padding-bottom: 0px;
	letter-spacing: -2px;
	font-weight: bold;
	color: #4D367A;
	font-size: 32px;
	margin: 0;
	font-family: "Trebuchet MS";

}

h2 {
	margin-bottom: 0px;
	padding-bottom: 9px;
	border-bottom: 1px solid #bbb596;
	font-weight: bold;
	letter-spacing: -1px;
	color: #1e6dcd;
	font-size: 20px;
	margin: 0;
	font-family: "Trebuchet MS";

}

h3 {
	font-size: 18px;
	border-bottom: solid #cccccc 1px;
}

h4 {
	font-size: 18px;
	color: #CC0000;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 7px;
}

h5 {
	font-size: 10px;
	color: #666666;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 7px;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 150%;

}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #1e6dcd;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 50px 0 20px;
}

img.right {
	float: right;
	margin: 5px 20px 0 50px;
}

img {
	float: right;
	margin: 0px 0px 0 10px;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/page-background.gif); 
	background-position-y: 120px;
	background-repeat: repeat-y;
	text-align: left;
}


/* Header */

#header {
	height: 120px;
	background: url(images/profile-header.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Content */

#content {
	float: left;
	width: 800px;
	padding: 0px 0px 0px 86px;
}

#content2 {
	float: left;
	width: 800px;
	padding: 0px 0 0px 76px;
}

.post {
	padding-top: 10px;
	width: 60%;
	float:left;
	margin-left: 10px;
	border-right: solid #000000 1px;
	padding-right: 40px;
}

.post2 {
	padding-top: 30px;
	width: 28%;
	float:right;
	padding-right: 20px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #CC0000;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}



.post .meta .posted {
	display: block;
	float: left;
}






/* Footer */

#footer {
	height: 60px;
	background: url(images/page-footer.gif) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}
