/*  
Theme Name: Colorado Deed Service
Theme URI: http://www.coloradodeedservice.com/
Description: Designed by Yan of Evergreen Management Group, Inc.
Version: 1.1 
Author: Yan
Author URI: http://www.emgtgroup.com/
*/


/**********************************************
*   Basics & Typography                       *
***********************************************/

body {
	margin: 0;
	padding: 0;
	background: #eaeae0;
	font: 12px "Trebuchet MS";
	color: #333333;
	text-align: left;
	}

p,
ol,
ul {
	line-height: 150%;
	}
ol { /* to be styled */ }
ul { /* to be styled */ }

h1, h2, h3, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: bold;
	background: transparent;
	color: #050d24;
	}

h1 {
	font-size: 2.2em;
	}

h2.pagetitle {
	font-size: 20px;
	font-family: 'Trebuchet MS';
	color: #b7b7b7;
	padding-bottom: 3px;
	margin-bottom: 18px;
	border-bottom: 1px #b7b7b7 dotted;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	}

h2.posttitle1 {
	font-size: 24px;
	font-family: "Palatino Linotype";
	font-weight: bold;
	font-style: italic;
	color: #504b3d;
	line-height: 24px;
	margin-bottom: 6px;
	}	


	
h2.posttitle {
	font-size: 18px;
	font-family: "Palatino Linotype";
	font-weight: bold;
	font-style: italic;
	color: #9d8959;
	}	

h2.posttitle a, 
h2.posttitle a:link, 
h2.posttitle a:active, 
h2.posttitle a:visited {
	color: #9d8959;
}

h2.posttitle a:hover {
	color: #f2ad0d;
}

h3.subs {
	font-size: 18px;
	font-family: "Palatino Linotype";
	font-weight: bold;
	font-style: italic;
	color: #9d8959;
	}

h4 {
	font-size: 15px;
	font-family: "Palatino Linotype";
	font-weight: bold;
	font-style: italic;
	color: #5d5951;
	}
	
a:link {
	color: #937931;
	text-decoration: none;
	}
a:visited {
	color: #937931;
	text-decoration: none;
	}
a:hover {
	color: #807b6c;
	text-decoration: underline;
	}
a:active {
	color: #937931;
	text-decoration: underline;
	}

blockquote {
	margin: 10px 0;
	padding: 0 50px;
	background: transparent url(images/blockquote.gif) no-repeat 0 0;
	color: #74777d;
	}

code {
  background: #afafaf;
  cursor: text;
  font-family: "Courier New", Courier, monospace;
 }

small {
	font-size: 0.8em;
	}

input, textarea, select { /* to be styled */ }

form { /* to be styled */ }

img { border: none }
img.noborder {
	border: none;
	}

.left {
	float: left;
	margin: 5px;
	padding: 2px;
	border: 1px solid #c1bcae;
	}
	
.right {
	float: right;
	margin: 5px;
	padding: 2px;
	border: 1px solid #c1bcae;
	}
	
.center {
	text-align: center;
	}
.alignleft {
	float: left;
	margin-right: 10px;
	}
.alignright {
	float: right;
	margin-left: 10px;
	}

/**********************
Nav Bar
**********************/

	#navbar {
		clear: both;
		width: 855px;
		height: 60px;
		margin: 0 auto;
		background: transparent url(images/nav_bg.png) repeat-x 0 0;
		}

	ul.menu {
		float: left;
		margin: 0;
		padding-left: 0;
		padding-top: 20px;
		list-style-type: none;
		}
	ul.menu li {
		float: left;
		border-right: #dbdad5 2px solid;
		}
	ul.menu li a {
		float: left;
		display: block;
		padding: 1px 15px 8px 15px;
		line-height: 24px;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		}
	ul.menu li a:link,
	ul.menu li a:visited,
	ul.menu li a:active {
		color: #fff;
		padding-top: 5px;
		}
	ul.menu li a:hover	 {
		color: #b5a793;
		text-decoration: none;
		background: #dbdad5;
		padding-top: 5px;
		}




/**********************
*   Header            *
***********************/

#header {
	width: 100%;
	height: 226px;
	background: transparent url(images/header_bg.png) repeat-x left top;
	}

#header .blogtitle {
	margin: 0 auto;
	width: 865px;
	height: 166px;
	background: transparent url(images/banner1.jpg) no-repeat center center;
	}
#header h1 {
	visibility: hidden;
	}
#header h1 a {
	visibility: hidden;
	}




/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/

#contenttop {
	width: 855px;
	margin: 0 auto;
	background: #fff url(images/content_top.jpg) top left no-repeat;
	height: 13px;
}

#outline {
	width: 855px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 13px;
	}

/***********************
*  Wrapper             *
***********************/

#wrapper {
	float: left;
	background: #fff url(images/content_bg.jpg) left top repeat-y;
	margin: 0 !important;
	margin: -15px 0 0 0; /* Stupid IE */
	padding: 0;
	}


/**********************
*   Content           *
***********************/

#content {
	float: left;
	width: 560px;
	height: 100%;
	background: transparent;
	}

.pages {
	float: left;
	width: 530px;
	background: transparent;
	}
.pages-border {
	clear: both;
	width: 100%;
	height: 6px;
	background: transparent;
	}
.page-previous {
	float: left;
	padding: 10px 0 16px 30px !important;
	padding: 0 0 15px 30px; /* Stupid IE */
	}
.page-next {
	float: right;
	padding: 10px 30px 16px 0 !important;
	padding: 0 30px 15px 0; /* Stupid IE */
	}

.page-title {
	width: 530px;
	margin: 20px 0 0 0;
	background:transparent;
	}
.page-title h2.page-title-border {
	font-size: 24px;
	font-family: "Palatino Linotype";
	font-weight: bold;
	font-style: italic;
	color: #504b3d;
	line-height: 24px;
	margin-bottom: 6px;
	padding-left: 20px;
	}

/**********************
*   Blog Entries      *
***********************/

.post {
	padding: 15px 10px 5px 20px;
	background: transparent;
	}

.postentry {
	color: #050d24;

	}
.postentry a,
.postentry a:active,
.postentry a:visited {
	color: #937931;	font-weight: 400;
	text-decoration: none;
}

.postentry a:hover {
	color: #807b6c;
	text-decoration: underline;
	}
	
.postentry img {
	border: 5px solid #edf2ff;
	}
.postentry img:hover {
	border: 5px solid #efefef;
	}

.posttitle { /* to be styled */ }
.posttitle a:link,
.posttitle a:visited,
.posttitle a:hover,
.posttitle a:active {
	color: #050d24;
	}

.postmeta,
.postmeta a {
	margin: 5px 0 ;
	font-size: 11px;
	color: #7a786f;
	border-top: 1px #cac7b8 dotted;
	border-bottom: 1px #cac7b8 dotted;
	padding-top: 2px; padding-bottom: 2px;
	}
.post-date {
	padding: 0 0 0 20px;
	background: url(images/icon_date.png) no-repeat 0 0;
	}
.post-comment {
	padding: 0 0 0 20px;
	background: url(images/icon_comments.png) no-repeat 0 0;
	}
.post-filed {
	padding: 0 0 0 20px;
	background: url(images/icon_filed.png) no-repeat 0 0;
	}

/**********************
*   New Comments          *
***********************/
h3#respond {
	margin-top:25px;
	padding-top:20px;
	font: 15px 'Palatino Linotype';
	font-weight: bold;
	font-style: italic;
	color: #949598;}

h3#comments {
	margin-top:32px;
	font: 15px 'Palatino Linotype';
	font-weight: bold;
	font-style: italic;
	color: #949598;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}

.cmt-form {
	font: 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:normal;
	margin-bottom:4px;
	color: #949598;
	text-align: center;
	font-weight: bold;
	}

.cmt-form p.cmt-info {
	border-top: 1px #bfbfbf dotted;
	border-bottom: 1px #bfbfbf dotted;
}


.commentlist {
	padding-left:30px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	border-top: 2px #d5d1c6 solid;
	background: #e5e1d5;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background: transparent;
	padding: 0;
	margin: 0;
	border-bottom: 1px #cfcfcb dotted;
	}

.commentlist cite {
	font-weight:bold;
	letter-spacing:-0.05em;	font-family: "Palatino Linotype";
	font-size: 16px;
	}	

.commentlist cite a, .commentlist cite a:active, .commentlist cite a:visited {
	color: #5e5a57;
}	

/* Trackbacks and Pingbacks */

.trackbacklist {
	padding-left:30px;
	}

.trackbacklist ol {
	list-style: none; 
	display: none;
}

	
.trackbacklist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	border-bottom: 1px #d5d1c6 dotted;
	}

.commentmetadata {
	display: block;
	}

.trackbacklist small {
	background: transparent;
	padding: 0;
	margin: 0;
	}

.trackbacklist cite {
	font-weight:bold;
	letter-spacing:-0.05em;	font-family: Verdana;
	font-size: 11px;	color: #c18f12;
	font-style: normal;
	}	

.trackbacklist cite a, .commentlist cite a:active, .commentlist cite a:visited {
	color: #5e5a57;
}		

/**********************
*   Comments          *
***********************

.commentpage {
	margin: 0 30px;
	padding: 0;
	}

#comments {
	margin: 0;
	padding: 0;
	}

.comments-num {
	background: transparent;
	padding: 0 0 10px 0;
	}

#commentlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#commentlist li {
	padding: 20px 25px 0 0;
	border-bottom: 1px solid #eee;
	background: #e9e4d7;
	}
	.alt {
		background-color: #e9e4d7;
		background-image: none !important;
		}

.comment-gravatar {
	float: left;
	width: 62px;
	height: 62px;
	background: transparent url(images/gravatar.gif) no-repeat;
	}
	img.gravatar {
		margin: 7px 0 0 7px;
		border: none;
		}

.comment-title,
.comment-meta,
.comment-text {
	margin: 0 0 0 80px;
	}

.comment-title,
.comment-title a,
.comment-title a:hover{
	color: #030612;
	}
.comment-meta,
.comment-meta a,
.comment-meta a:hover {
	color: #a3a7ac;
	font-size: 10px;
	}

h2#postcomment {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	background: transparent;
	}

.postcomment {
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #e4e0d3;
	}

.postcomment input,
.postcomment textarea {
	border: 1px solid #aaa;
	}
.postcomment input:hover,
.postcomment textarea:hover {
	border: 1px solid #eadfc3;
	}
.postcomment input#author,
.postcomment input#email,
.postcomment input#url {
	width: 100% !important;
	width: 456px; /* Fuck IE 
	height: 18px;
	}
.postcomment textarea#comment {
	width: 100% !important;
	width: 456px; /* Fuck IE 
	height: 200px;
	}

.postcomment input#submit {
	width: auto;
	height: 25px;
	padding: 2px 10px 3px 10px;
	background: #eadfc3 url(images/submit.gif) repeat 0 0;
	}
.postcomment input#submit:hover {
	background: #eadfc3 url(images/submit_hover.gif) 0em;}	



/**********************
*   Sidebar           *
***********************/

#sidebar {
	float: right;
	width: 270px;
	margin: 0;
	padding: 0;
	background: #fff;
	padding-right: 20px;
	}



#sidebar h3, #sidebar h2 {
	padding:3px 0 3px 2px;
	margin:18px 0 10px 0;
	font-size:1em;
	background: #dcd6c6;
	color: #7b5305;
	text-align: center;
	border-top: 2px #bcb7a9 solid;
	border-bottom: 1px #bcb7a9 solid;
	}

#sidebar .callus {
		height: 87px;
		margin: 0;
		padding: 0;
		background: transparent url(images/callus.gif) no-repeat right top;
		margin-bottom: 20px;
		}

#sidebar .services {
	background: transparent url(images/services.png) no-repeat right top;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	color: #979383;
	font-size: 11px;
}

#sidebar .services p {
	padding: 12px 8px;
	color: #979383;
	font-size: 11px;
}

#sidebar .services p span {
	color: #726f63;
}

/*		
#sidebar .rssfeeds {
		height: 140px;
		margin: 0;
		padding: 0;
		background: transparent url(images/feeds.gif) no-repeat right bottom;
		}
#sidebar .socialtools {
		height: 140px;
		margin: 0;
		padding: 0;
		background: transparent url(images/social.gif) no-repeat right bottom;
		}
#sidebar h2.feed-title {
		margin: 0;
		padding: 20px 0 0 3px;
		background: none !important;
		font-size: 1.4em;
		}
#sidebar h2.social-title {
		margin: 0;
		padding: 20px 0 10px 3px;
		background: none !important;
		font-size: 1.4em;
		}
	.rssfeeds a.rss  {
		padding: 0 0 0 25px;
		background: transparent url(images/icon_rss.gif) no-repeat 5px 0;
		}
	.socialtools img  {
		border: 1px solid #edf2ff;
		padding:1px;
		}
		

		
#sidebar h2 {
	display: block;
	margin: 16px 0 6px 0;
	padding: 0 0 10px 3px;
	background: url(images/separator_green.gif) repeat-x center bottom;
	font-size: 1.4em;
	}
	
	*/

#sidebar ul li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

#sidebar ul li a:link, 
#sidebar ul li a:visited {
	background:#eae7dd;
	display:block;
	padding: 4px 4px 4px 12px;
	border-left: 4px #d6d3c9 solid;
	color: #000;
	}
		
#sidebar ul li a:hover, 
#sidebar ul li a:active {
	background:#cac6b7;
	text-decoration:none;
	color: #fff;
	}

/*
#sidebar ul li li a:link, 
#sidebar ul li li a:visited {
	border-left:none
	}
*/

#sidebar ul {
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#sidebar ul li {
	clear: both;
	color: #bbb;
	}
#sidebar ul.no-splitted li {
	padding: 0 5px;
	}
#sidebar ul.no-splitted ul li {
	margin: 0 -5px;
	}
#sidebar ul.blc {
	padding: 0 5px;
	}

#sidebar li#sidebar-splitted {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	}
#sidebar-splitted .splitted-left {
	float: left;
	width: 140px;
	}
#sidebar-splitted .splitted-right {
	float: right;
	width: 145px;
	}

ul.splittedlists li {
	background: transparent url(images/dot.gif) no-repeat 5px 5px;
	padding: 0 0 0 23px;
	}
ul.splittedlists ul li {
	margin: 0 0 0 -23px;
	}
ul.splittedlists li a:link,
ul.splittedlists li a:visited {
	color: #353d50;
	}
ul.splittedlists li a:hover,
ul.splittedlists li a:active {
	color: #2c76bb;
	}


select {
width: 100%;
}


.searcharea {
	padding-top: 15px;
	padding-bottom: 10px;
}

#searchform {
	padding:0; 
	}

input#s {
width: 190px;
}


.button {
	padding: 0;
	background: #dcd6c6;
	color: #918d83;
	border: 1px #cec9ba solid;
	padding-top: 1px; padding-bottom: 1px;}

.button:hover {
	background:#918d83;
	border: 1px #827e75 solid;
	color:#FFF;
	text-decoration:none
	}



/**********************
*   Bottom            *
***********************/

#bottom {
	clear: both;
	float: left;
	width: 855px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #dcd6c6;
	border-top: 2px #ccc7b8 solid;
	font-size: 0.9em;
	text-align: left;
	color: #807b6c;
	margin-top: 8px;
	}

#bottom-divs {
	float: left;
	clear: both;
	margin: 0;
	padding: 20px;
	}

#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	}

#bottom h2 {
	margin: 0;
	padding: 0 8px;
	font-size: 14px;
	color: #807b6c;
	border-bottom: 1px solid #c4bba3;
	padding-bottom: 4px;
	}

#bottom h2 a, #bottom h2 a:visited, #bottom h2 a:active {
	color: #807b6c;
} 	

#bottom h2 span {
	color: #b0a994;
	}

#bottom ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: none;
	margin-bottom: 10px;
	}
#bottom ul li {
	line-height: 15px;
	border-bottom: 1px solid #c4bba3;
	background: transparent url(images/bullets.png) left 7px no-repeat;
	
	}

#bottom ul li a {
	display: block;
	padding: 0 10px;
	color: #807b6c;
	text-decoration: none;
	padding-left: 16px; padding-top: 5px; padding-bottom: 5px;
	}

#bottom ul li a:hover {
	background: #807b6c url(images/bullets.png) left 7px no-repeat;
	color: #fff;
	padding-left: 16px; 
	}

#bottom-sep {
	clear: both;
}

/**********************
*   Footer            *
***********************/

#footer {
	width: 100%;
	clear: both;
	background: #c1bcae;
	border-top: 2px #a5a195 solid;
	color: #fff;
	padding: 4px 0;
	text-align: center;}

#footer .validate {
	background: url(images/icon_valid.gif) no-repeat 0 0;
	padding: 0 5px 0 20px;
	}

#footer .credits {
	float: right;
	margin: 0;
	padding: 0;
	border: none;
	}

#footer p {
	margin: 0;
	padding: 13px 25px;
	font-size: 0.9em;
	line-height: 200%;
	}

#footer p a:link,
#footer p a:visited {
	color: #fff;
	}

#footer p a:hover {
	color: #fff;
	}

#footer p a:active {
	color: #fff;
	}
	

/* End Various Tags & Classes*/

.post_ad {
	background: #fff;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	
/* Extras */

