/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	color: #715558;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: .9em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
}

a:hover {
	background: none;
	text-decoration: underline;
}

/* Menu */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu a:hover {
}

#menu .active a {
}

/* Header */

#header {
	width: 754px;
	height: 247px;
	margin: 0 auto;
	padding: 13px 0 0 0;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 510px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .meta p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
}

#posts ul {
}

#posts ul li {
}

/* Links */

#links {
	float: left;
	width: 220px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li a {
	background: none;
}

#links li i {
	font-size: smaller;
}

#links h2 {
	font-size: 1.3em;
}

/* Footer */

#footer p {
	width: 750px;
	color: #FFFFFF;
}

#footer a {
	background: none;
	font-weight: bold;
	color: #FFFFFF;
}

#legal {
	margin: 0 auto;
	text-align: right;
	font-size: 12px;
}

#brand {
	margin: -35px auto 0 auto;
	padding: 10px 0 0 0;
	letter-spacing: -1px;
	font-size: 24px;
}
/* comments */

form ul{ 
	margin-left:0;
	list-style:none inside none;
}
form ul li{ 
	list-style:none inside none;
	background-image: none;
}

label.desc{
    border: 0;
    display: block;
    font-weight: bold;
}

form textarea{
    width:90%;
    height:140px;
}

div.next-prev {
	text-align: center;
}

div.comments, .comments-form, #searchAgain{
	padding:20px;
}