/*
Theme Name: Living in Niagara
Theme URI: http://www.spritzcreative.com
Version: 0.2
Description: Customized layout for Living in Niagara
Author: Chadrick Rode
Author URI: http://www.spritzcreative.com
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #F8F4E9 url('img/bg_body.gif') repeat-x center top;
font-family:"Times New Roman", Times, serif;
font-size:1em;
}
a {
	color: #FFF;
	text-decoration: none;
}

/* headings */
h1 {
font-family:"Times New Roman", Times, serif;
font-size:26px;
color:#EDAA52;
line-height:32px;
font-style:normal;
font-weight:normal;
}
h2 {
font-family:"Times New Roman", Times, serif;
font-size:32px;
color:#C2C077;
line-height:32px;
font-style:normal;
font-weight:normal;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
color:#C2C077;
line-height:32px;
font-style:normal;
font-weight:normal;
}
h4 {
font-family:"Times New Roman", Times, serif;
font-size:26px;
color:#C2C077;
line-height:32px;
font-style:normal;
font-weight:normal;
}

/* misc elements */
code {
	background: url('img/code.gif');
	border-left: 6px solid #1664D9;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FAFAFA url('img/quote.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	font: normal 1.2em sans-serif;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
	width: 960px;
	margin: 0 auto;
}
#main_right {
	float: left;
	width: 249px;
}

/* main page */
#pagecontained {
		background: #F8F4E9 url('img/bg_content.gif') repeat-y center top;
}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('img/icon_comment.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}


/* main navigation */
#navigation ul,#navigation li {padding: 0; width: 85px;}
#navigation li {list-style: none;}
#navigation a {
	background: #DBC890;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height: 1.2em;
	padding: 0.4em 0 0.4em 1em;
	text-decoration: none;
}
#navigation a:hover {background: #EDAA52;}



/* sidebar */
.label {
	clear: both;
	color: #FFFFFF;
	font-size: 32px;
	font-family:"Times New Roman", Times, serif;
	line-height: 50px;
	text-align: left;
	padding: 0 0 0 5px;
}
#searchbar {
	background: url('img/search.gif') no-repeat;
	height: 198px;
}
#searchinside {
	padding: 55px 0 0 35px;
	}
	
#farleft {
	background: url('img/search_bot.gif') no-repeat	;
	height:70px;
}
/* lists */
ul.block, .block ul {
	background: #BAC692;
	border-top: 1px solid #4A5830;
	margin: 0 0 0 10;
	padding: 0;
}
.block li {
	border-bottom: 1px solid #4A5830;
	list-style: none;
}
.block a {
	background: #BAC692;
	color: #536A86;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	padding: 10px 0 10px 5px;
	width: 244px;
}
.block a:hover {
	background: #969E8E;
	color: #FFF;
}
.block a em {
	color: #504E53;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.85em;
	margin-top: 0.3em;
}

/* content */ 
#content {
	color: #000000;
	line-height: 1.3em;

}
#content a {color: #536A86;}
#content a:hover {
	text-decoration: underline;
	color: #EDAA52;
}
#content p {margin: 0.4em 0 1em 0;}

#content ul li {list-style: url('img/li.gif');}
#content ul {margin-left: 1.8em;}

/* posting */

.post {margin-left: 30px;}
.post a {color: #536A86; text-decoration: underline;}
.post a:hover {color: #EDAA52;}

.post_body {
	color: #666666;
	margin-bottom: 1em;
	padding: 5px 0 0 0;
}

.post_info {
	background: #FFFFFF;
	border: 1px solid #969E8E;
	color: #969E8E;
	margin-bottom: 40px;
	padding: 5px 5px 5px 5px;
}

/* comments */
.commentlist {margin: 5px 5px 5px 30px; padding: 0;}
.commentlist li {margin: 5px 5px 5px 5px; padding: 5px; list-style: none;}
li.graybox {
        background-color: #EEE3C8;
        }
#commentform {
	margin: 1em 0 1em 30px;
	width: 500px;
}
.commenttest {
color: #504E53;
}
.commentmetadata {
font-size:12px;
padding: 0.2em 0 0 0; 
color: #EDAA52;
}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 320px; overflow: auto;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

/* footer */
#footer {
	font-size:12px;
	color: #504E53;
	clear: both;
	background: url('img/bg_footer.gif') no-repeat center top;
	height: 75px;
}
#footer .left a {color: #536A86;}
#footer .left a:hover {
	color: #F8F4E9;
	text-decoration: underline;
}
#footer .left {
	padding: 9px 0 9px 155px;
	width: 300px;
}
