body {
	margin: 0;
	padding-top: 30px;
        padding-bottom: 30px;
	background: #ffffff url(images/bg1.png) repeat-x top;
	text-align: justify;
	font-family: "Arial", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
     	padding: 2px 5px;
	background: #fffff;
	border: 1px solid #333;
	color: #333;
}

h1, h2, h3 {
	font-weight: normal;
	color: #333333;
}

h1 a, h2 a, h3 a {
	color: #333333;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	color: #333333;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 2em;
}

h3 {
	letter-spacing: -1px;
	font-size: 1.6em;
}

p, ul, ol {
	margin-bottom: 2em;
	line-height: 180%;
}

blockquote {
	margin: 0 0 0 2em;
	padding: 0 0 0 1em;
	font-style: italic;
	border-left: 4px solid #F2EAB8;
}

a {
	text-decoration: underline;
	color: #333333;
}

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

hr {
	display: none;
}

#bigbox {
        width: 940px;
        margin: 0 auto;
}

#header {
	width: 940px;
	height: 261px;
	margin: 0 auto;
}


#search {
	float: right;
	padding-top: 70px;
	padding-right: 30px;
}

#searchquery {
	width: 10.0em;
	margin-right: 0.5em;
	padding: 0.15em;
	border-top: solid 1px #000000;
	border-right: 0px;
	border-bottom: solid 1px #777777;
	border-left: 0px;
}

#searchsubmit {
	background: #939B00 url(images/buttonbg.gif) repeat-x;
	border: 1px solid #5F6800;
	font-size: .9em;
	color: #FFFFFF;
	padding: 0.25em;
	font-size: 0.8em;
	color: #F2F3DE;
}

.commentmetadata {
	background: #789772;
	border: 1px solid #333;
	font-size: 12px;
	color: #333;
	padding: 0.25em;
	font-size: 0.8em;
}

#menu {
	width: 910px;
	height: 23px;
        padding-top: 7px;
        padding-left: 30px;
	margin: 0 auto;
	background: url(images/menubg.png) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	border: none;
	text-decoration: none;
	color: #8cb085;
}

#menu a:hover {
	text-decoration: underline;
	color: #8cb085;
}

#menu .current_page_item {
	padding: 0 0 1.0em 0;
	color: #8cb085;
}

#pagebg {
	width: 940px;
	margin: 0 auto;
	background: url(images/contentbg.png) repeat-y left top;
}

#page {
	width: 880px;
	margin: 0 auto;
	
}

#content {
	float: left;
	width: 670px;
        margin-top: 10px;
        background: url(images/postbg.png) repeat-x left top;
}




#comment {
	width: 600px;
}

.post {
	padding: 25px;
}

.post .title {
	margin: 0;
}

.post h1 {
	margin: 0;
	display: inline;
	text-decoration: none;
	font-size: 1.7em;
	padding-right: 35px; 
}

.post h2 {
	margin: 0;
	padding-right: 30px; 
	display: inline;
	font-size: 1.2em;
	font-weight: bold;
}

.pagetitle {
	margin: 0;
	padding: 20px;
}

.post .meta, .post .longmeta {
	height: 11px;
	margin: 0;
	padding: 5px 0;
	line-height: normal;
	font: 10px;
	color: #333333;
}

.post .longmeta {
	height: auto;
}

.post .meta .author {
	float: left;

}

.post .meta .date {
	float: right;
}

.post .meta a {
	border: none;
}

.post .entry {
}

.post .tags {
	margin: 0;
	padding: 5px 0;
	line-height: normal;
}

.post .links {
	margin: 0;
	padding: 5px 0 20px 0;
	line-height: normal;
	font-size: 0.8em;
}

.post h1 a, .post h2 a  {
	text-decoration: none;
}

.comments {
	background: url(images/icon-comments.gif) no-repeat left 50%;
	padding-left: 20px;
}

.readmore {
	background: url(images/icon-more.gif) no-repeat left 50%;
	padding-left: 20px;
}


.navigation {
	height: 20px;
	padding: 20px;
	font-weight: bold;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#sidebar {
        padding-top: 10px;
	float: right;
	width: 200px;
        height: 100%;
	margin-top: 10px;
	background: #f2f3f4;

}

#sidebar ul {
	margin: 0;
	padding: 0 0 20px 0;
	list-style: none;
}

#sidebar li {
	padding: 0 15px;
}

#sidebar li ul {
	margin-bottom: 20px;
}

#sidebar li li {
	background: red;
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
}

#sidebar h2 {
	margin: 0;
	display: inline;
	font-size: 14px;
	padding-left: 20px;
        color: #2c384d;
        background: url(images/h2bg.png) no-repeat left top;
}

#sidebar a {
        font-size: 12px;
	color: #333;
        text-decoration: none;
}

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

#footer {
	width: 908px;
	height: 49px;
	clear: both;
        padding-left: 30px;
	margin: 0 auto;
	background: url(images/footerbg.png) no-repeat left top;
	font-size: 0.8em;
}
