/*  

Theme Name: E-Decorating
Theme URI: wp-content/themes/edecorating/
Author: Tawni Coakley
Author URI: http://foreverdesignstudio.com/

*/

body {
	font-family: "Arial";
	font-size: 12px;
	color: #4a1f14;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	background-color: #ad986d;
	background-image: url(images/body-bg.png);
}

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

a:hover {
	color: #ad986d;
	font-weight: bold;
	text-decoration: none;
}

img {
	border: 0px;
}

input, textarea {
	font-family: "Arial";
	font-size: 12px;
	color: #4a1f14;
	margin-right: 5px;
	line-height: 16px;
	padding: 6px;
	background: #f0e7d4;
	border: 1px solid #ad986d;
	-moz-border-radius: 8px;
}

#submit {
	margin-top: 5px;
	width: 248px;
}

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

#header .menu {
	display: block;
	padding: 198px 0 0 25px;
	float: left;
}

#header .menu a {
	margin: 0 25px 0 0;
	color: #ad986d;
	font-weight: bold;
	padding: 4px;
}

#header .menu a:hover {
	color: #e3542e;
	background: #ffffff;
	-moz-border-radius: 4px;
	text-decoration: none;
}

#header .logo {
	display: block;
	padding: 75px 25px 0 0;
	float: right;
}

#header .logo img {
	border: 0px;
}

#container {
	width: 900px;
	height: auto;
	margin: auto;
	background-image: url(images/container-bg.png);
	background-position: top center;
	background-repeat: repeat-y;
}

#center_div {
	width: 870px;
	height: auto;
	margin: auto;
}

#mainbar {
	width: 610px;
	float: left;
	padding: 0 30px 0 0;
}

#mainbar h1 {
	font-family: "Arial";
	color: #d84620;
	font-size: 20px;
	font-weight: normal;
	margin: 8px 0 -8px 0;
}

#mainbar h1 a {
	color: #d84620;
	font-weight: normal;
}

#mainbar h1 a:hover {
	color: #ad986d;
	font-weight: normal;
}

#mainbar span.responses {
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}

#mainbar .comment {
	margin: 0 0 15px 0;
	padding: 6px;
	background: #f0e7d4;
	border: 1px solid #ad986d;
	-moz-border-radius: 8px;
}

#sidebar {
	width: 220px;
	float: left;
	padding: 0 0 0 10px;
	font-size: 11px;
	line-height: 16px;
}

#sidebar h2 {
	font-family: "Arial";
	color: #d84620;
	font-size: 16px;
	font-weight: normal;
	margin: 8px 0 4px 0;
}

#sidebar h2.twitter {
	font-family: "Arial";
	color: #d84620;
	font-size: 16px;
	font-weight: normal;
	height: 50px;
	margin-bottom: -30px;
	background-image: url(images/twitter-bg.png);
	background-position: right;
	background-repeat: no-repeat;
}

#sidebar .section_twitter {
	margin: 0px;
	width: 82%;
	margin-bottom: 30px;
}

#sidebar .twitter_link a {
	font-size: 10px;
	font-weight: normal;
}

#sidebar .section {
	margin: 0px;
	margin-bottom: 35px;
}

#sidebar .section ul {
	margin: 0px;
	padding: 0px;
}

#sidebar .section ul li {
	list-style: none;
	margin-bottom: 5px;
	padding-left: 14px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#tableprop {
	width: 100%;
	margin-bottom: 30px;
}

#tableprop img {
	border: 1px solid #9c214c;
	margin-right: 10px;
}

#tableprop .leftbox {
	width: 320px;
	padding: 10px;
	margin-right: 0px;
	border-top: 1px solid #ad986d;
	border-right: 1px dashed #d8cba9;
	border-bottom: 1px solid #ad986d;
	border-left: 1px solid #ad986d;
}

#tableprop .rightbox {
	width: 140px;
	padding: 10px;
	text-align: center;
	margin-left: 0px;
	border-top: 1px solid #ad986d;
	border-right: 1px solid #ad986d;
	border-bottom: 1px solid #ad986d;
	border-left: 0px;
}

#footer {
	width: 900px;
	height: 38px;
	margin: auto;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding-top: 21px;
	background-image: url(images/footer-bg.png);
	background-repeat: no-repeat;
}

#footer a, #footer a:visited, #footer a:active {
	color: #ad986d;
}

#footer a:hover {
	color: #c2295f;
}