/* @override http://www.katiebco.com/wordpress/wp-content/themes/katieb/style.css */

html,body {
	margin: 0;
	padding: 0;
	background : #5B0218;
}

/* Header and fonts */

h1, h2, h3 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	color: #E4DECE;
	padding-top: 15px;
}

h3 {
	font-size: 1em;
	color: #E4DECE;
}

p, li, span {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #cbcbcb;
}

img {
	border-style: none;
}

small {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #ddd;
}

.footerlinks a {
	color: #E4DECE;
	text-decoration: none;
}

.footerlinks_prd a {
	text-decoration: none;
}

#content h3 {
	color: #AB8A3B;
}

.footerlinks a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footerlinks_prd a:hover {
	text-decoration: underline;
}

.post a {
	color: #AB8A3B;
}

/* Wordpress Formatting */

.post {
	background-color: #303030;
	padding: 15px;
	margin-top: 20px;
}

.post h2 {
	font-size: 14px;
}

.navigation {
	margin-top: 15px;
}

.navigation a {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #AB8A3B;
}

/* Divs and Layout */

div#flashheader{
	width: 722px;
	margin: 0 auto;
}

div#bodycontainer{
	width: 647px;
	margin: 0 auto;
	background : black;
}

div#quicklinks{
	margin-left: 0;
	padding-top: 15px;
	background : no-repeat right top url(images/girlinblack.jpg);
}

div#feature{
	float: left;
	width: 400px;
}

div#newsblog{
	float: right;
	width: 210px;
	margin: 15px;
}

div#extra{
	clear: both;
}

div#bodywtext {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 30px;
}

div#content {
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 30px;
	padding-top: 30px;
}

div#posttext {
	background: #222222;
	padding: 15px;
}

div#footer{
	width: 647px;
	height: 88px;
	margin-right: auto;
	margin-left: auto;
	background: #5B0218 url(images/footer_bg.gif) no-repeat;
	clear: both;
	padding: 18px 0 0;
}

div#footer_big{
	width: 647px;
	height: 225px;
	margin-right: auto;
	margin-left: auto;
	background: #5B0218 url(images/footer_bg3.gif) no-repeat;
	clear: both;
	padding: 10px 0 0;
}

/* Layout */

ul.footerlinks{
	display: block;
	clear: left;
	margin: 0;
	text-align: center;
	font: 11px 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	padding-bottom: 1px;
}

ul.footerlinks_prd{
	float: left;
	padding: 10px 0 0 25px;
	margin: 0 0 0 0;
	font: 11px 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;

}

.footerlinks_prd li{
	list-style: none;
}

.centervalign {
	vertical-align: middle;
}

.footerlinks li{
	display: inline;
	list-style: none;
	margin-right: 5px;
	margin-left: 2px;
}

p#copyright {
	text-align: center;
	font-size: .7em;
	height: 31px;
	padding-top: 13px;
	color: #554a39;
	margin-top: 5px;
}

/* Blog */

.commentholder {
	background-color: #181818;
}