/*
 * Original Design: sofaspud -- http://saltedsugar.com/
*/

body{
	margin:0px;
	padding:0px;
	background:#333 url(rsc/img/bodybg.png) repeat-x fixed top center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}
#rap{
	width:700px;
	margin:auto;
	padding-bottom:20px;
}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family:Georgia,Verdana,Arial,Helvetica,sans-serif;
	font-weight:lighter;
	margin:0;
	padding:0;
	color:#333;
}
h1{
	font-size:1.2em;
}
h2, h3{
	font-size:1.8em;
	color:#0a294f;
	margin:8px 0;
}
h2.linked a{
	color:#0a294f;
}
h4{
	font-size:1.6em;
	color:#911322;
}
h5{
	font-size:1.4em;
	color:#af3d0a;
}
h6{
	font-size:1.2em;
	font-weight:bold;
	color:#333;
}
del{
	color:#999;
}
acronym{
	border:none;
	background:url(rsc/img/dottedborder_dark.gif) repeat-x bottom center;
	padding-bottom:1px;
	cursor:help;
}
hr{
	width:100%;
	border:0;
	margin:5px 0px !important;
	margin:2px 0px 5px 0px;
	height:1px;
	color:#777;
	background-color:#777;
}
fieldset
{
	border:none;
}
pre
{
	display:block;
	margin:1em;
	padding:1em;
	font-family:"Courier New", Arial, Verdana, Serif;
	font-size:1em;
}
abbr, acronym
{
	cursor:help;
}
table
{
	border:#eee 1px solid;
	padding:5px;
}
th
{
	text-align:left;
	padding:5px;
}
td, th
{
	padding:5px;
}
a{
	color:#af2639;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:20px;
	margin:5px 0px 15px 0px;
	/*text-align:justify;*/
}

img{
	border:none;
}

/* floats, positioning, and widths */
.left{
	float:left;
}
.right{
	float:right;
}
.w50{
	width:50%;
}
.left p{
	padding:0px 10px 0px 0px;
}
.right p{
	padding:0px 0px 0px 10px;
}

/* rounded corners */
.rounded{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
}
.rounded_bottom{
	-moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-khtml-border-radius-bottomleft: 8px; -khtml-border-radius-bottomright: 8px;
	border-radius: 0 0 8px 8px;
}

/* forms */
fieldset
{
	border:none;
}
form select,
form input,
form textarea{
	font:1em Verdana,Arial,Helvetica,sans-serif;
}
form input:focus,
form textarea:focus,
form select:focus{
	border:1px solid #666;
}
form select{
	padding:2px;
}
form input{
	padding:2px;
}
form label{
	color:#666;
}
form textarea{
	padding:1px;
	line-height:16px;
	width:90%;
	height:20em;
}
form p{
	margin:10px 0px;
}

/* top section */
#top{
	background: #FFF;
	border: 2px solid #DDD;
	border-top: none;
	-moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px;
	-webkit-border-radius: 0 0 8px 8px;
	-khtml-border-radius-bottomleft: 8px; -khtml-border-radius-bottomright: 8px;
	border-radius: 0 0 8px 8px;
	padding-bottom: 8px;
}

/* header */
#header{
	font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;
	width:680px;
	height:175px;
	margin:auto;
	text-align:left;
}
.header1
{
	background:url(rsc/img/headers/h1.jpg) no-repeat top center;
}
.header2
{
	background:url(rsc/img/headers/h2.jpg) no-repeat top center;
}
.header3
{
	background:url(rsc/img/headers/h3.jpg) no-repeat top center;
}
.header4
{
	background:url(rsc/img/headers/h4.jpg) no-repeat top center;
}

#title{
	margin-top:130px;
	margin-left:13px;
	position:absolute;
	color:#fff;
	background-color:transparent;
	cursor:default;
}
#header h1 a
{
	color:#f0f0f0;
}

/* Blogs Menu */

#menu {
	float: right;
	font-family: Trebuchet MS, Arial, Serif;
}

#menu ul {
	margin: 0;
	padding: 10px 15px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* menubar */
.nav{
	height:40px;
	background-color:#222;
	color:#fff;
	width:680px;
	margin:auto;
	text-align:left;
	font-size:11px;
	text-transform:lowercase;
}
.nav2{
	height:40px;
}
#slogan{
	position:absolute;
	margin:11px 0px 0px 15px;
	font-size:1.1em;
	font-style:italic;
}
#navdiv{
	text-align:right;
}
#navlist
{
	font-size:120%;
	list-style-type:none;
	margin:0px;
	padding:10px 8px 2px 0px;
	font-family: Trebuchet MS, Arial, Serif;
}
#navlist li{
	display:inline;
}
#navlist li a{
	color:#999;
	font-weight:bold;
	text-decoration:none;
	height:40px;
	padding:10px 6px;
}
#navlist li a:hover,#navlist li a:active, #navlist li.current_page_item a{
	color:#fff;
}

/* content */
#content{
	width:440px;
	float:left;
	padding:10px 10px 30px 20px;
}
* html #content{
	padding-top:20px;
}
#content .post
{
	margin:0 0 3em 0;
}
#content .cat
{
	margin:0;
	padding:0;
	color:#999;
}

/* sidebar */

#sidebar {
	float: right;
	width: 186px;
	padding: 25px 16px 0 0;
}

#sidebar h2 {
	font-size: 14px;
	font-weight: bold;
}

#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}

#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
margin: 1px 0 0;
padding: 0;
}

#sidebar ul ul li:before {
content: "\00BB \0020";
}

/* footer */
.footer{
	height:50px;
	width:680px;
	margin:auto;
	color:#fff;
	text-align:left;
	clear:both;
}
.footer div{
	height:50px;
}
.footer .feed{
	padding-left:15px;
}
#copyright{
	text-align:left;
	float:left;
	padding:8px;
	margin-top:3px;
	color:#CCCCCC;
}
a.contact_link:hover {
	text-decoration:underline;
}
#designcredit{
	float:right;
	padding:8px;
	margin-top:-6px;
	color:#649290;
}
.footer a{
	color:#ccc;
	text-decoration:none;
}
input.textbox, input[type="text"]
{
	border:1px solid #ccc;
	margin:2px 0;
	width:150px;
}
textarea{
	border:1px solid #ccc;
}
#header, #content, #sidebar, #footer, .widget
{
	overflow:hidden;
}

div.input input, ul.ui-autocomplete {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
}

div.compact_search_form input.SearchField {
	width: 140px;
}

/* jQuery Tokeninput plugin */
div.input ul.token-input-list-facebook {
	width: 285px;
}

div.results table{
	padding: 0;
}

/* Not published comments display */
#styled_content_block .bComment .status_draft,
#styled_content_block .bComment .status_review,
#styled_content_block .bComment .status_community,
#styled_content_block .bComment .status_protected,
#styled_content_block .bComment .status_private {
	top: 0px;
	left: 11px;
}
/* Not published posts display */
#styled_content_block .evo_post_head .status_draft,
#styled_content_block .evo_post_head .status_review,
#styled_content_block .evo_post_head .status_community,
#styled_content_block .evo_post_head .status_protected,
#styled_content_block .evo_post_head .status_private {
	top: -3px;
}