/* Designed by Damian Pang - http://www.graphicswerx.com. 
July 01, 2007 */

body {
	margin: 1em;
	padding: 0;
    background: #e4f1bf url(images/bg.jpg) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-style: italic;
}

a {
	color: #a6053a;
}

a:hover {
	text-decoration: none;
}

a.current { 
	font-weight:bold;
}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

blockquote {
	font-style: italic;
}

img {
    padding: 2px 2px;
}

.highlighter { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #007700; 
}

.clear {
	clear: both;
	}
	
/* Wrapper */

#wrapper {
	width: 760px;
	margin: 0 auto;
}


/* Header */

#header {
	height: 160px;
}

/* Content */

#content {
	padding: 10px 0;
}

/* Posts */

#posts {
	float: right;
	width: 500px;
}

/* Post */

.post {
}

.post .title {
	height: 33px;
	padding: 7px 0 0 10px;
	margin-bottom: 1px;
	background: #007800 url(images/img6.jpg) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

.post .posted {
	padding: 5px 10px;
	background: #FFFFFF url(images/img5.jpg) no-repeat left bottom;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
}

.post .story {
	padding: 20px 20px 10px 20px;
	background: #FFFFFF url(images/img4.jpg) no-repeat right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.post .meta {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.post .meta a {
	color: #333333;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	background: inherit;
}

/* Boxed */

.boxed {
	width: 250px;
}

.boxed .heading {
	height: 33px;
	padding: 7px 0 0 10px;
	margin-bottom: 1px;
	background: #007800 url(images/img3.jpg) no-repeat;
	font-size: 1.4em;
	color: #FFFFFF;
}

.boxed .content {
	margin-bottom: 10px;
	padding: 10px;
	background: #FFFFFF url(images/img4.jpg) no-repeat right bottom;
}

.boxed .links {
	margin: 0;
	padding: 0;
	list-style: square inside;
}

/* Footer */

#footer {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #333333;
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

#footer a {
	color: #333333;
}
