/*
Theme Name: FRC 2col-L
Description: A custom Wordpress theme with left sidebar.
Author: Front Range Creative
Author URI: http://www.frontrangecreative.com
*/




/* basics */

*{margin:0; padding:0;}

body {
	background: url('images/wool-rug-repeat.jpg');
	font-family: arial, tahoma, sans-serif;
	font-size: 12pt;
	text-align: justify;
	margin: 0;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt; color: #3e1e09; }
h4 {font-size: 9pt;}


img { 
	border: none; 
	padding:0; 
}

img a {
	border:none;
}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#b10111;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}


#supercontainer {
	position: relative;
/*	background: url('images/stains.png') top center no-repeat; */
}

#staincontainer {
	position: relative;
	z-index: -2;
}

#staincontainer img {
	width: 1758px;
/*	height: 1342px; */
}

/* container */


#container {
	width: 911px;
	margin: auto;
	padding:0;
	color:#3e1e09;
	overflow: hidden;
/*	background: url('images/content-bg.png') bottom left repeat-y; */
	}
	
/* header */

#header {
	background: url('images/header-bg2.png');
  	height: 143px;
	color: #000; 
	width: 911px;
	margin: 0;
	padding: 0;
	}

#header h1 {
	height: 1px;
	visibility: hidden;
	margin: 0;
}
	
#header h2{
	font-size: 24pt;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 8px; /*0 2px 0 removed right bottom and left values after semicolon 20101004 jdb*/
}

#header h2 a	{
	color: #000;
	text-decoration: none;
}

#header h2 a:hover {
	color:#b10111;
	text-decoration: none;
}

#tomphoto {
	background: url('images/tom-photo-frame.png') no-repeat;
	position: relative;
	z-index: 2;
	float: left;
	height: 256px;
}

#tomphoto img {
	padding: 4px 14px 0 11px;
	width: 182px;
}

#candh {
	float: right;
	height: 102px;
	width: 256px; 
	padding-right: 8px;
}

/* main menu */


#menu {
	font-size: 11pt;
	overflow:hidden;
	height: 25px;
	margin: 8px 0 0 205px; 
	width: 700px;
}


#menu ul {
	margin:0;
	padding:0;
	float: right;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:5px 20px 0 0;
	margin: 0;
	color: #29282d;
	
	display:block;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #b00112;
	text-decoration: none;
}



/* content */

#contentwrapper {
	overflow: hidden;
	background: url('images/content-bg.png') bottom left repeat-y;
	width: 911px;
	min-height: 800px;
	margin: -117px 0 0 3px; 
	float:left;
}


#content {
	float: right;
	width:640px;
	overflow: hidden;
	margin: -4px 7px 0 0; 
	padding: 20px 15px;
	}	

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	color: #000;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	color: #3e1e09;
	}
	
.post h2 a{
	color: #b00112;
	text-decoration: none;
	}
	
.post h2 a:hover{
	text-decoration: underline;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	width:216px;
	float:left;
	padding: 107px 0 0 15px; 
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {
	margin:0; 
	padding:0;
}

#sidebar img {
	padding: 0; 
	margin: 0;
}

#sidebar ul {
	margin:0;
	padding:0;
	}

#sidebar ul li {
	margin: 10px;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}



/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

	
	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   /*-moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;*/ /*defs don't exist even in css3 20101004 jdb*/
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background: url('images/footer-bg.png') bottom left no-repeat;
	clear: both;
	width: 100%;
	height: 260px;
	width: 911px;
	padding: 0 0 5px 4px;
	margin: 0 0 0 3px;
	}

#footercontent {
	margin: -35px 0 0 0; 
	text-align: center;
	font-size: 11pt;
	padding-bottom: 15px;
}


/* testimonial page */

#T_quote {
	font-family: times, serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.1em;
	padding-top: 20px;
}

#T_author {
	color: #3e1e09;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	padding: 8px 0 20px 0;
	border-bottom: 1px solid #82704e;	
}

.T_author-details {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 100%;
}


/*  FRC footer tag  */

#frc {
	margin: 2px 0 40px 12px;
}

#frc a {
	font-size: 12px;
	text-decoration: none;
	color: #d3cdc0;
}

#frc a:hover {
	text-decoration: none;
	color: #b10010;
}


#triage {
	width: 643px;
	overflow: hidden;
	height: 350px;
	margin: auto;
	font-family: times;
}

#triage p {
	text-align: center;
	margin-bottom: 12px;
	line-height: 1.3em;
}

#help {
	background: url('images/help-me-with-my-stain.png') no-repeat;
	float: left;
	height: 323px;
	margin: 7px 0 0 0;
	padding: 95px 20px 20px 30px;
}

#clean {
	background: url('images/clean-my-carpets.png') no-repeat;
	float: left;
	height: 343px;
	margin: 0;
	padding: 95px 24px 20px 25px;
	color: #fff;
}

.readmore{
	font-size: 10pt;
	float: right;
	}

.stoftw{
	border-top: 1px solid #3E1E09;
	padding-top: 15px;
	}

#why {
	background: url('images/why-use-c-and-h-carpet-cleaning.png') no-repeat;
	float: left;
	height: 323px;
	margin: 7px 0 0 0;
	padding: 95px 25px 20px 15px;
}

#why ul {
	list-style-type: none;
}

#why ul li {
	padding-bottom: 5px;
}


#sidebar h2.SoTW {
	color: #ff2200;
}

#blogleft {
	width: 270px;
	text-align: left;
}



#blogright {
	width: 270px;
	text-align: right;
}

