@charset "UTF-8";

/* PAGE */

body {
	margin-top: 0px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #5B2A08;
	background:#00B0D8
}

a {
	color: #49BCE1;
	text-decoration: none;
}

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

/* MAIN DIVS */

#bodycontainer {
	width: 837px;
	background:#FFFFFF;
}

#header {
	padding-top: 15px;
	text-align: left;
	padding-bottom: 8px;
	background-image: url(../blog/images/acraftthing_blog_header.gif);
	height: 260px;
	width: 837px;
	background-repeat: no-repeat;
}

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #814918;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-image: url(../blog/images/acraftthing_blog_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

/* LEFT */

#leftcontainer {
	width: 206px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #48260D;
	float: left;
	text-align: left;
}

#leftcontainer h1 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 4px;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #49BCE1;
	margin-right: 6px;
	font-family: "Trebuchet MS", Verdana, Arial;
	letter-spacing: 5px;
	color: #49BCE1;
}


/* RIGHT*/

#rightcontainer {
	width: 520px;
	float: left;
	display: inline;
	padding-top: 6px;
	padding-left: 31px;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 8px;
}

#rightcontainer h1 {
	font-size: 14px;
	font-weight: normal;
	text-transform: capatilize;
	letter-spacing: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5D3512;
	padding-bottom: 7px;
}

#rightcontainer h3 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 0px;
	padding-top: 0px;
}

#rightcontainer h4 {
	font-size: 12px;
	text-transform: capitalize;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}


/* POST */

.post {
	padding: 10px;
	margin: 5px;
}

.post-body {
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	font-weight: normal;
}

.date-header {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
}
.post-footer {
	font-size: 10px;
	color: #512717;
	text-align: right;
	padding-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #4E2E1B;
}
/* COMMENTS */
.comment-timestamp {
font-size:9px;
float:right;
clear:both;
}

#comments{
font-size:12px;
width:80%;
margin:auto;
}
.comments-single{
margin-bottom:50px;

}
.create-comment{
font-size:12px;
text-align:center;
clear:both;
margin-top:40px;
padding-top:10px;
border-top: 1px dashed #999999;

}
#backlinks {
border-bottom: 1px dashed #999999;
padding-bottom:10px;
margin-bottom:25px;
width:80%;
margin:auto;
font-size:12px;
margin-top:25px;
}
.single-comment {
margin-bottom:20px;
padding-bottom:10px;
border-bottom: 1px dashed #999999;


}
