/* 
Theme Name: scenicrentalsv1
Author: Jake Rutter
Author URI: http://onerutter.com
Version: 1.0.0

*/

/*
   COLOR HEX CODES   
   
   ~Main~
   Tidal Blue: #5ac6ca
   Raspberry Red: #cd1f45
   Lime Green: #c0f37f  
   
   ~Dark~
   Dark Ocean Blue: #01948f
   Bright Green: #96f023
   Dark Gray: #363636
   Black: #000000
   
   ~Light~
   Light Tidal Blue: #cef7f4
   Very Light Tidal Blue: #e6fcfa
   Light Lime Green: #e0f9bf
   Map Light Lime Green: #e9f8d5
   Sand Tan: #fdf9f5
   Map Gray: #d4d4d4
   Light Gray: #999999
   Very Light Gray: #d4d4d4
   White-Gray: #f1f1f1;
   White: #ffffff
*/

/*
   HEADER
*/

body {
	margin: 0;
	color: #333;
	font-family: arial, Verdana, sans-serif;
	font-size: 12px;
	background: #E9E7E8 url(images/sr_body_bg.jpg) repeat-x scroll;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #01948f;
	background-color: inherit;
}

a:hover, a:active {
	text-decoration: none;
	color: #cd1f45;
	background-color: inherit;
}

img {
	border: 0;
}

h1.logo a {
    display: block;
    height: 94px;
    width: 300px;
}

/* Layout */

#header {
	background: url(images/sr_blog_hdr.jpg) no-repeat;
	height: 94px;
}

.main-bg {
	background: url(images/sr_blog_body_bg.png) repeat-y;
}

.crumb-top {
	background: url(images/sr_crumb_top_bg.png) no-repeat;
}

#footer {
	height: 37px;
	background: url(images/sr_blog_footer_bg.png) no-repeat;
}

.main-content {
	margin: 40px 0px 0px;
}

.main-content h2 {
	font-size: 16px;
	font-weight: bold;
}
/* Main Nav */

#nav {
	background: url(images/sr_blog_nav_bg.jpg) no-repeat;
	height: 30px;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0px 0px 20px;
}

#nav ul li {
	float: left;
	margin: 0px 15px;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

/* Sidebar */

#sidebar {
	margin: 50px 0px 0px;
}

#sidebar ul {
	list-style-type: none;
}

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

/* Posts */

#post, .post {
	margin: 0px 0px 0px;
}

#post h2 a {
	text-decoration: none;
	color: #01948f;
	font-size: 16px;
	margin: 0;
}

#post h2 {
	padding: 0px 0px 5px;
	border-bottom: 3px solid #1bd1c6;
	margin: 10px 0px 0px;
}

#post p {
	margin: 10px 0px;
}

.blog-post {
	margin: 0px 0px 40px;
}

/*+++++++ COMMENT +++++++*/
.comen { width:580px; margin-bottom:10px;}
.cleft { float:left; width:60px; border:3px double #dadada; }
.cright { float:right; width:500px; }
.comen .cright .ucomen{ font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-transform:uppercase; color:#72b6cf;}
.comen .cright .ucomen a { color:#72b6cf;}
#commentform textarea { width: 390px; padding: 2px; }
#commentform label { display:block; float:left; width:100px; color:#9fc253; font: bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; text-align:right; padding-right:10px;}
#commentform #author { background:url(images/author.gif) no-repeat; width:370px; height:27px; border:none; padding:3px 0 0 30px;}
#commentform #email { background:url(images/email.gif) no-repeat; width:370px; height:27px; border:none; padding:3px 0 0 30px;}
#commentform #url { background:url(images/url.gif) no-repeat; width:370px; height:27px; border:none; padding:3px 0 0 30px;}
#commentform #comment { background:#eeeeee; }

#commentform #submit { width:106px; height:34px; padding:10px 0 20px 110px; }

/* Widgets */

.widget {
	width: 271px;
	margin: 10px auto;
	background: url(images/sr_sidebar_body.jpg) left bottom;
}

.widget_search {
	background: none;
}

.widget ul {
	padding: 0px 0px 10px;
}

.widget div {
	padding: 0px 10px 10px;
}

.widgethdr {
	height: 37px;
	width: 271px;
	background: url(images/sr_sidebar_hdr.jpg) no-repeat;	
}

h2.widgettitle {
	position: relative;
	top: 10px;
	left: 15px;
}

.

