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

x {
	border: 1px green solid;
}

body {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	background: #FFFFFF url(hibiscus/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F6A63;
}

h1, h2, h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #492B21;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

#plugins ul {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 180%;
	font-size: 1.2em;
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #AC021C;
}

a:hover {
	border: none;
	text-decoration: underling;
}

small {
}

hr {
	border: 0;
	border-top: 1px #AC021C dotted;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 760px;
	height: 170px;
	margin: 0 auto;
	background: url(hibiscus/img02.jpg);
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAE6D4;
}

#header a {
	border: none;
	text-decoration: none;
	color: #FAE6D4;
}

#header a:hover {
	text-decoration: underline;
}

#header h1 {
	margin: 0;
	padding-top: 50px;
	font-size: 60px;
}

/* Content */

#posts {
	float: left;
	width: 500px;
}

/* Post */

#posts .box {
	padding: 20px 0 20px 0;
}

#posts .box .info {
	margin: 0;
	font-size: .8em;
	font-weight: bold;
	/*
	margin-top: -58px;
	margin-bottom: 45px;
	*/
	margin-top: -10px;
	margin-bottom: 20px;
}

#posts .box .info i {
	font-style: normal;
}

#posts .box .title {
	margin-top: 0;
}

#posts .box .comment {
	margin-top: 20px;
	padding: 1px 40px 10px;
	background: url(hibiscus/img07.gif) no-repeat;
}

/* Sidebar */

#plugins {
	float: right;
	width: 220px;
	margin-bottom: 10px;
}

#plugins ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 15px;
}

#plugins li {
	padding: 0;
	padding-left: 15px;
	background: url(hibiscus/img04.gif) no-repeat left center;
	font-size: .75em;
}

/* Footer */

#footer {
	clear: both;
	height: 170px;
	padding-top: 30px;
	background: #AC0A22 url(hibiscus/img05.gif) repeat-x;
	text-align: center;
	font-size: .7em;
	color: #DD5C73;
}

#footer a {
	border: none;
	color: #F29DAE;
}