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

@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */

body{
	margin:0px;
	padding:0px;
	background:#2a251f /*url(rsc/img/bodybg.png) repeat-x fixed top center*/;
	font:14px “Trebuchet MS”, Helvetica, sans-serif;
}
#rap{
	width:100%;
	margin:auto;
	padding-bottom:20px;
}

/* basic styles */
h1,h2,h3,h4,h5,h6{
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-weight:lighter;
	margin:0;
	padding:0;
	color:#333;
}
h1{
	font-size:1.2em;
}
h2, h3{
	font-size:1.5em;
	color:#000000;
	margin:8px 0;
}
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;
	border: 1px solid #2a251f;
	-moz-box-shadow: 2px 2px 3px #666666;
	-webkit-box-shadow: 2px 2px 3px #666666;
	box-shadow: 2px 2px 3px #666666;
}
abbr, acronym
{
	cursor:help;
}
table
{
	/*border:#eee 1px solid;*/
	padding:5px;
}
th
{
	text-align:left;
	padding:5px;
}
td, th
{
	padding:5px;
}
a{
	color:#DB8D21;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	line-height:20px;
	margin:15px 0px;
	padding: 0px 10px;
	/*text-align:justify;*/
}

img{
	border:none;
}

.img-polaroid {
	max-width: 100%;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* floats, positioning, and widths */
.left{
	float:left;
}
.right{
	float:right;
}
.prevnext_post a {
	background-color:#DB8D21;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DB8D21;
	color: #fff;
	padding: 2px 6px;
}
.prevnext_post a:hover {
	border-color: #2a251f;
	text-decoration: none;
}
.w50{
	width:50%;
}
.left p{
	padding:0px 10px 0px 0px;
}
.right p{
	padding:0px 0px 0px 10px;
}

/* rounded corners */
.tl{background:#333 url(rsc/img/corners/tl.gif) no-repeat top left;}
.tr{background:transparent url(rsc/img/corners/tr.gif) no-repeat top right;}
.br{background:transparent url(rsc/img/corners/br.gif) no-repeat bottom right;}
.bl{background:transparent url(rsc/img/corners/bl.gif) no-repeat bottom left;}

/* forms */
fieldset
{
	border:none;
}
form select,
form input,
form textarea{
	font:1em "Trebuchet MS",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:url(rsc/img/contentbg.gif) repeat-y top center;*/
}

/* very bottom curve */
#bottom{
	background:url(rsc/img/container_b.gif) no-repeat bottom center;
	height:9px;
}
* html #bottom{
	margin-top:-4px;
}

/* header */
#header{
	font:30px "Trebuchet MS",Helvetica,sans-serif;
	width:950px;
	margin: 0 auto;
	text-align:left;
}
.logo {
	height: 46px;
	width: 227px;
	float: left;
	margin-top: 25px;
}
.logo a{
	background: url(rsc/img/logo.gif) no-repeat;
	height: 46px;
	width: 227px;
	display: block;
}
#title{
	margin-top:130px;
	margin-left:13px;
	position:absolute;
	color:#fff;
	background-color:transparent;
	cursor:default;
}
#header h1 a
{
	color:#f0f0f0;
}

/* Blogs Menu */

#menu {
	margin: 10px 0px;
	float: right;
	font-family: "Trebuchet MS", Helvetica, 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;
}

input.search_field {
	float: left;
	height: 25px !important;
	width: 200px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px;
	border: 1px solid #707070;
	font-size: 14px;
	padding: 2px 6px;
}
input.search_submit {
	float: left;
	margin-top: 1px;
	height: 33px;
	width: 40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #707070;
	font-size: 14px;
	padding: 3px;
}

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

/* menubar */
.nav{
	height:40px;
	color:#e0e0e0;
	width:950px;
	margin:auto;
	text-align:left;
	font-size:1em;
	/*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
{
	list-style-type:none;
	margin:0px;
	padding:10px 8px 2px 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#navlist li{
	display:inline;
}
#navlist a{
	text-decoration:none;
	background-color: #101010;
	padding: 2px 6px;
	border: 1px solid #303030;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#navlist a:hover,#navlist a:active, #navlist .current_page_item a{
	border-color: #909090;
	-moz-box-shadow: 1px 1px 3px #606060;
	-webkit-box-shadow: 1px 1px 3px #606060;
	box-shadow: 1px 1px 3px #606060;
}

/* content */
#outeroutercontainer {
	background: url(rsc/img/BodyBg.png) repeat-x top #e9e3a7;
	padding: 20px 0px;
}
#outercontainer {
	width: 950px;
	margin: 0px auto;
	background-color: #fff;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#content{
	width:930px;
	padding:10px 10px 30px 10px;
}
* html{
	padding-top:20px;
}
#content .post
{
	margin:0 0 3em 0;
}
#content .cat
{
	margin:0;
	padding:0;
	color:#000;
}
#content .post-info
{
	color:#777;
	text-align:right;
	background:url(rsc/img/dottedborder.gif) repeat-x top;
}
#content .post-info em
{
	font-style:normal;
	float:left;
	margin:0 5px 0 0;
}
.post {
	padding: 5px 10px;
	border: 1px solid #606060;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px #666666;
	-webkit-box-shadow: 2px 2px 2px #666666;
	box-shadow: 2px 2px 2px #666666;
}
.post .postmetadata {
	padding-top: 15px;
	border-top: 1px dotted #606060;
	text-align: right;
	color: #666;
}


/* sidebar */

.socialmediafooter {
	background: #201910;
	width: 100%;
	float: left;
	border-top: 1px solid #58534c;
	border-bottom: 1px solid #58534c;
}
.socialNetwork{
	width:900px;
	margin:0 auto;
	color:#fff;
	height:28px;
	text-shadow:1px 1px 1px #0c0c0c;
	font-size:14px;
	height:38px;
}
.socialNetwork1{
	background:url(rsc/img/aro.png) no-repeat 0 6px;
	padding:10px 10px 10px 85px;
	display:block;
	float:left;
}
.socialNetwork ul{
	margin:0;
	padding:0;
	}

.socialNetwork ul li{
	list-style:none;
	display:inline;
	}

.socialNetwork ul li a{
	color:#9dcd9c;
	display:block;
	float:left;
	padding:10px 20px 10px 25px;
	}
.socialNetwork ul li a:hover{
	text-decoration:none;
	color:#fff;
	}
.facebook{ background:url(rsc/img/facebook.png) no-repeat left center;}
.twitter{ background: url(rsc/img/twitter.png) no-repeat left center;}


#sidebar {
	margin-top: 20px;
	width: 950px;
	margin: 0px auto;
}

.sidebarpattern{
	background:url(rsc/img/sidebarinBorder.png) no-repeat right 50px;
	float:left;
	padding:25px 30px;
	text-shadow:1px 1px 1px #0c0c0c;
}
#sidebar h2{
	color:#749773;
	font-size:1.2em;
	font-weight:bold;
	margin:0;
}

.sidebarpatten ul{
	margin:10px 0;
	padding:0;
}

.sidebarpattern ul li{
	color:#749773;
	list-style:inside;
}

.sidebarpattern ul li a{
	color:#888;
}
.sidebarpattern ul li a:hover{
	color:#bbb;
	text-decoration:none;
}

.mascotC {
	background:url(rsc/img/mascot1.png) no-repeat;
	height:208px;
	width:143px;
	float:left;
	position:relative;
	margin:53px 0 -27px 0;
}

#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;
}

/* footer */
.footer {
	background: #201910;
	width: 100%;
	float: left;
	border-top: 1px solid #58534c;
}
.FooterMenu{
	width:950px;
	color:#707070;
	line-height:24px;
	margin:30px auto;
	text-shadow:1px 1px 1px #0c0c0c;
	}

.FooterMenu a{
	color:#888;
	padding:0 10px;
	border-right:1px solid #707070;
	}
.FooterMenu a:hover{
	color:#bbb;
	text-decoration:none;
}
.contact_link:hover {
	text-decoration: none;
}
#copyright{
	text-align:left;
	float:left;
	padding:8px;
	margin-top:3px;
	color:#CCCCCC;
}
a.contact_link {
	text-decoration: none;
}
#designcredit{
	float:right;
	padding:8px;
	margin-top:-6px;
	color:#649290;
}
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;
}
.postmetadata a, .navigation a, .navigation .current_page {
	background-color:#DB8D21;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DB8D21;
	color: #fff;
	padding: 2px 6px;
}
.postmetadata a:hover, .navigation a:hover {
	border-color: #2a251f;
	text-decoration: none;
}
.navigation .current_page {
	border-color: #2a251f;
}
.smalltext {
	font-family: "Verdana", Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
	display: block;
	padding: 5px;
	border-top: 1px dotted #606060;
	border-bottom: 1px dotted #606060;
}
