/* @override http://carterlandwater.com/wp-content/themes/CLW/style.css */

/*
Theme Name: CLW theme
Theme URI:
Description: A custom theme for Carter Land & Water
Version: 1.0
Author: Yellow Rubber Ball
Author URI: http://yellowrubberball.com
Tags:
*/

/* Framework */
@import 'css/blueprint/screen.css';


/*	--- LAYOUT
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
body {
	background: url(img/background.jpg);
	font-size: 90%;
	color: #4f1715;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul{
list-style: square inside url(img/bullet.gif);
}

h1, h2, h3, h4, h5, h6, a{
	color: #4f1715;
}

#main a{
	text-decoration: underline;
}

.container {
	background: url(img/main.jpg) repeat-y;
	width: 950px;
}

#header {
	background: url(img/header.jpg);
	float: left;
	width: 950px;
	height: 164px;
}


#main {
	float: right;
	margin-right: 10px;
	width: 640px;
	padding: 10px 20px 10px 20px;
}

#sidebar {
	float: left;
	width: 225px;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 100px;
}

#footer { 
	background: url(img/footer.jpg) no-repeat;
	margin: 0 auto;
	width: 950px;
	height: 90px;
	padding-top: 30px;
}	
	
/*	--- GENERAL FORMATTING
	-------------------------------------------------------------------
	------------------------------------------------------------------- */	
	
.alignleft {
	float: left;
	margin: 5px;
}

.alignright {
	float: right;
	margin: 5px;
}

.aligncenter{
	text-align: center;
	margin-left: 70px;
}

/*	--- HEADER
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
#header h1 {
	width: 510px;
	height: 110px;
	margin-left: 20px;
	margin-bottom: 0;
}

#header h1 a {
	display: block;
	width: 510px;
	height: 110px;
	text-indent: -50000px;
}


/*	--- NAVIGATION
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
ul#nav{
	padding-bottom: 60px;
}
	
ul#nav {
	/* height: 30px; */
	margin: 0px 0 0 0;
	padding-left: 0px;
	padding-top: 0px;
}

#nav li {
	font-size: 18px;
	list-style-type: none;
	padding-top: 25px;
	line-height: 18px;
}

#nav li a:focus, #nav li a:hover, #nav li.current_page_item a {
	color: #c73737;
	text-decoration: underline;
}

#nav li a {
    text-decoration: none;
}


#sidebar-info li{
	list-style-type: none;
}

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

/*	--- MAIN
	-------------------------------------------------------------------
	------------------------------------------------------------------- */


/*	--- FOOTER
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
#footer {
	font-size: 80%;
	text-align: center;
}

#footer a:focus, #footer a:hover { 
	text-decoration: none; 
}

#footer a {
	text-decoration:underline;
}
	
/*	--- SPECIFICS
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
#home .post-title{
}
	
.slideshow object{
	border: 1px solid #4f1715;;
}
	
/*	--- CFORMS
	-------------------------------------------------------------------
	------------------------------------------------------------------- */
	
	.linklove{
	display: none;
}

.cform{
	width:600px;
	margin-left: 0px;
	margin-right: 0px;
}

.cform label{
	width: 250px;
}

.cform label span{
	width: 250px;
}

.cform textarea{
	width: 250px;
}

.cform input{
	width: 250px;
}

#sendbutton{
	width:  150px;
	padding-right: 10px;
}

.cf-sb{
	width: 470px;
}

.cform label{
	width: 200px;
}

.cform label span{
	width: 200px;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background: #ead594;
}

.cform .cformselect{
	width: 260px;
}
