/*  

Theme Name: Project Blog
Author: Tawni Coakley
Author URI: http://foreverdesignstudio.com/

*/

html {
	background-image: url(images/content-bg.png);
}

body {
	font-family: "Arial";
	font-size: 12px;
	color: #eac7ba;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	background-image: url(images/body-bg.png);
	background-repeat: repeat-x;
}

a, a:visited, a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #f0c000;
}

img {
	border: 0px;
}

input, textarea {
	font-family: "Arial";
	font-size: 12px;
	color: #eac7ba;
	padding: 5px;
	margin-right: 5px;
	background-color: #9b6450;
	-moz-border-radius: 5px;
	border: 0px;
}

#header {
	width: 900px;
	height: 356px;
	margin: auto;
	background-image: url(images/header-bg.png);
	background-repeat: no-repeat;
}

#header .menu {
	padding: 270px 0 0 0;
	text-align: center;
}

#header .menu a {
	color: #ff3d84;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 15px 0 15px;
}

#container {
	width: 900px;
	height: auto;
	margin: auto;
}

#sidebar {
	width: 200px;
	float: left;
	font-size: 11px;
	text-align: center;
	line-height: 16px;
}

#sidebar h1 {
	font-weight: bold;
	font-size: 16px;
	color: #6bcfc7;
	letter-spacing: -.5px;
	margin: 0 0 4px 0;
}

#mainbar {
	width: 650px;
	float: right;
}

#mainbar h1 {
	font-weight: bold;
	font-size: 24px;
	color: #6bcfc7;
	text-align: center;
	letter-spacing: -1.5px;
	margin: 0 0 6px 0;
	padding: 0 0 14px 0;
	background-image: url(images/title-bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#mainbar .comment_box {
	margin: 0 0 15px 0;
}

#mainbar .comment_text {
	padding: 6px;
	background-color: #9b6450;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#mainbar .comment_text p {
	margin: 0px;
	padding: 0px;
}

#mainbar p.comment_meta {
	background: #eb1966;
	color: #ffffff;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	padding: 0 2px 0 4px;
	margin: 0 0 2px 0;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;

}

#mainbar p.comment_meta a {
	color: #f0c000;
}

#footer {
	text-align: center;
	height: 25px;
	margin: auto;
	padding: 119px 0 0 0;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
}