body {
	color:#333;
	font-family:Helvetica,sans-serif;
	font-size: 12px;
	background-color: #16120F;
}

#content {
	background-color: #fff;
}

h1,h2,h3, .post strong {
	font-weight:bold;
	font-style:italic;
}

h1 {
	margin: 0.5em 0;
	font-size: 16px;
}

h2,.post strong {
	margin: 0.5em 0 0 0;
	font-size: 14px;
}

h3 {
	margin: 0.5em 0 0 0;
	font-size: 12px;
}

a {
	color: #804920;
}

/**
* Header
*/

#header, #footer {
	background: #FAA533;
	height: 50px;
}

#header {
	-moz-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	overflow: hidden;
}

#title {
	float: right;
	padding: 10px 0;
}

#header h1 {
	margin: 0;
	padding-right: 5px;
	color: #FBE9B9;
	font-size: 12px;
}

#header sup{
	font-size: 10px;
}

#header h1 a{
	text-decoration:none;
	color:  #FBE9B9;
}

/**
* Header / Footer Links
*/

.menu {
	float: left;
	padding: 15px 0 0 10px;
}

.menu a, #footer a {
	margin-right: 10px;
	float: left;
	display: block;
	height: 24px;
	width: 24px;
	background-repeat: no-repeat;
	background-image:url(../img/iconSprite.png)
}

#footer a {
	background-position: left top;
}

.home {
	background-position: 0px 0px;
}
.home:hover {
	background-position: 0px -30px;
}
.website {
	background-position: 0px -160px;
}
.website:hover {
	background-position: 0px -195px;
}
.category {
	background-position: 0px -58px;
}
.category:hover {
	background-position: 0px -82px;
}
.commentsLink {
	background-position: 0px -108px;
}
.commentsLink:hover {
	background-position: 0px -134px;
}

#footer .prev {
	background-image: url(../img/prev.gif);
}
#footer .prev:hover {
	background-image: url(../img/prevHover.gif);
}

#footer .next {
	float: right;
	background: url(../img/next.gif) top right no-repeat;
}
#footer .next:hover {
	background-image: url(../img/nextHover.gif);
}

/**
* Footer
*/

#footer {
	-moz-border-radius:0px 0px 8px 8px;
	border-radius:0px 0px 8px 8px;
	-webkit-border-radius:0px 0px 8px 8px;
	padding: 10px;
	height: 30px;
}

#search {
}



/**
* Normal Content
*/

.csc-default {
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	padding:8px;
	margin: 8px 0;
}

.single .csc-default {
	-moz-border-radius:0;
	border-radius:0;
	-webkit-border-radius:0;
	border:none;
	padding:0;
	margin: 0;
}

div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: none;
	text-align: center;
}

div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: none;
	text-align: center;
}

div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: none;
}

/**
* Post List
*/

.post {
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	padding:8px;
	margin: 8px 0;
}

.post strong {
	display: block;
	color: #333;
	underline:none;
}

.post .p {
	display: block;
	display: block;
	color: #333;
	underline:none;
	margin-bottom: 1em;
}


.post .center{
	display: block;
	text-align: center;
	margin: auto 0;
	padding-bottom: 1em;
}

.post a {
	text-decoration: none;
}

/**
* Single Post
*/

.single {
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#FFF;
	border:1px solid #BBB;
	padding:8px;
	margin: 8px 0;
}

.intro {
	margin-bottom: 1em;
}

.author {
	float: right;
}

.comment, .writeComment{
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #BBB;
	padding: 8px 8px 8px 8px;
	margin-top: 1em;
	background: #fff;
}

.writeComment{
	margin-bottom: 1em;
}

/**
* Images
*/

img {
	border: none;
}

.left {
	float: left;
	padding-right: 1em;
}

.right {
	float: right;
	padding-left: 1em;
}

.floatbox {
	overflow:hidden;
}


.more {
	display: block;
	text-align:right;
	color: #C40411;
}

/**
* Form Styling
*/

label {
	display: block;
}


fieldset {
	border:none;
}

img {
	max-width: 100%;
}

input.text {
	border: 1px solid #804920;
	background: #fff;
}
input.button {
	border: 1px solid #804920;
	background: #fff;
	color: #804920;
	margin-left: 5px;
	font-weight: bold;
}
