/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* {  
	margin: 0;
	padding: 0;  
	} 

body, html {	
	color:#393933;
	min-height:101%;
	}

body {	
	background: #d5d5c6 url(/images/bg.gif) center -40px no-repeat;
	}

body, select, textarea, input {	
	font: 100% Verdana,Arial;
	}

p {	
	margin: 15px 0;
	line-height:140%;
	overflow: hidden;
	}
		
a, a:visited {	
	color: #558e3f; 
	}

a:hover, a:active {	
	color:#7ba969;
	}

*:focus { 
	outline: none;
	}




/* ---------- @ Page Structure -----------*/


#wrapper {
	margin: 0 auto;
	font-size: 0.75em;
	width: 930px;
	padding-top:14px;
	}

#main {
	border-top:4px solid #b8bcaf;
	background:#e6e6dd url(/images/bg_main.gif) no-repeat;
	}

#masthead {
	overflow: hidden;
}

#content-wrapper {
	background: #f9f9f7 url(/images/bg_content.gif) repeat-x;
	padding:19px 30px 30px 30px;
}

#content {
	width:591px;
	float:left;
	overflow: hidden;
	font-size: .9em;
	}

#sidebar {
	width:266px;
	float:right;
	background: #d1d2c6;
	margin-top: 10px;
	}

.sidebar-top div {background: url(/images/bg_sidebar_tl.png) no-repeat top left;}
.sidebar-top {background: url(/images/bg_sidebar_tr.png) no-repeat top right;}
.sidebar-bottom div {background: url(/images/bg_sidebar_bl.png) no-repeat bottom left;}
.sidebar-bottom {background: url(/images/bg_sidebar_br.png) no-repeat bottom right;}

.sidebar-top div, .sidebar-top, 
.sidebar-bottom div, .sidebar-bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

#sidebar-content {
	background: url(/images/bg_sidebar.gif) left -12px no-repeat;
	padding: 0 8px 0 10px;
}
			
.left {	
	float:left;
	}

.right {	
	float:right
	}

.inline * {
	display: inline;
}
	
	
		
/* ---------- @ Headings -----------*/

		   
h1, a#logo {
	width: 588px;
	height: 84px;
	background: url(/images/logo.gif) top right no-repeat;
	text-indent:-9000px;
	display:block;
	}

a#logo {
	margin:19px 30px 0 0;
	float: left;
	}

h2 {	
	font: bold 1.9em Helvetica, Arial, Verdana, sans-serif;
	color: #393933;
	margin: 0 0 15px;
	}
	
h3 {	
	font: bold 1.4em Helvetica, Arial, Verdana, sans-serif;
	border-bottom:1px solid #c9cabe;
	color:#8f9581;
	padding-bottom:4px;
	text-transform: uppercase;
	margin: 30px 0 0;
	}

#sidebar h3 {
	border-bottom:1px solid #b7b8ac;
	text-transform: none;
	font-size: 1.75em;
	margin: 0;
	}

#sidebar .entry h3 {
	font-size: 1.8em;
}

.feature h3 {
	font-size: 1.6em;
	background: #dbdcd6;
	border: none;
	border-left: 5px solid #c3c5ba;
	text-transform: none;
	color: #393933;
	padding: 7px 0 7px 10px;
	margin: 10px 0 0;
}
	
h3 strong {
	color:#3f5736;
	}

h3 a:link, h3 a:visited {
	color:#8f9581;
	text-decoration: none;
}
		
h4 {	
	font: bold 1.3em Helvetica, Arial, Verdana, sans-serif;
	padding-top: 10px;
	}

#sidebar .entry h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1em;
	margin-bottom:4px;
	color: #393933;
	}
	
	
	
/* ---------- @ Content Area -----------*/

.client-login {
	float: right;
	background: #b8bcaf;
	padding: 2px 9px 7px 8px;
	margin-right: 20px;
	overflow: hidden;
	font-size: .9em;
}

.client-login li {
	list-style: none;
	float: left;
	margin: 0 8px;
}

.client-login li a:link, .client-login li a:visited {
	display: block;
	padding: 4px 8px;
	background: #9a9e90;
	text-decoration: none;
	color: #e6e6dc;
	border-top: 1px solid #c4c8ba;
	border-left: 1px solid #c4c8ba;
}

.client-login li a:hover, .client-login li a:active {
	background: #777c66;
}

/* Feature Pages and Multipage Intros */

.feature {
	background: #ebece7;
	margin-top: 10px;
	}

.feature-top div {background: url(/images/bg_feature_tl.png) no-repeat top left;}
.feature-top {background: url(/images/bg_feature_tr.png) no-repeat top right;}
.feature-bottom div {background: url(/images/bg_feature_bl.png) no-repeat bottom left;}
.feature-bottom {background: url(/images/bg_feature_br.png) no-repeat bottom right;}

.feature-top div, .feature-top, 
.feature-bottom div, .feature-bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

.feature .entry {
	padding: 0 15px 0 17px;
}

.feature .entry p {
	overflow: visible;
}

/* Wordpress */

.entry {
	padding-bottom:15px;
	}

#sidebar .entry {
	padding-bottom: 0;
	font-size: .9em;
}

.entry ul {
	padding:0 15px 0 10px;
	margin: 15px 0 25px;
}

.entry ul ul {
	margin: 8px 0 0;
	}

.entry ul li {
	list-style:square;
	background: none;
	padding: 0;
	border: none;
	margin: 10px 0 10px 35px;
}

.entry ul li a:link, .entry ul li a:visited {
	text-decoration: none;
}
	
.entry ul.bullets {
	margin:5px 0 30px;
	width: 80%;
	}		

.entry ul.bullets li {
	background:url(/images/bullet.gif) left 7px no-repeat;
	list-style:none;
	padding: 7px 0 8px 15px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #aeb1a0;
	}

.entry ul.bullets li a:link, .entry ul.bullets li a:visited {
	text-decoration: none;
}

.entry ul.bullets li li {
	background: none;
	border-bottom: none;
	padding: 0 0 4px;
}

.entry ul.bullets ul {
	margin: 8px 0 0 5px;
}

.entry ol {
	margin: 15px 0;
	}

.entry ol ol {
	margin: 5px 0 0;
}

.entry ol li {
	margin-left:35px;
	padding: 0 0 4px;
}

.entry blockquote {
	margin:15px 35px 25px 35px;
	border-left:5px solid #b6b6a7;
	padding-left:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic
	}			

.entry img {
	margin:1px 0 6px;
	padding: 3px;
	background: #fff;
	border:1px solid #dbd8d5;
	}

.entry img.alignleft {
	float: left;
	margin:1px 10px 6px 0;
}

.entry img.alignright {
	float: right;
	margin:1px 0 6px 10px;
}

#sidebar .entry img {
	border-color: #b6b8ab;
	margin:0 0 6px;
}

#home #sidebar .entry img {
	margin-bottom:12px;	
}

.entry table {
	width:95%;
	border-collapse:collapse;
	margin: 15px 8px;
	border: 1px solid #d6d4c5;
	border-bottom-color: #adada1;
	border-right-color: #adada1;
	font-size: .9em;
	}

.entry table table {
	font-size: 1em;
}

.entry table td, .entry table th {
	border-top:1px solid #e3e3d9;
	padding:5px 10px;
	}

.entry table th {
	padding-left: 0;
	color: #565853;
	background: #d4d5c7;
	text-align:right;
	width:132px;
	}
	
.entry table td {
	color:#76785a;
	background: #f7f7f7;
	}

.postmetadata {
	}	
	

/* Multipage */

#multipage-columns {
	overflow: hidden;
}

#multipage-columns .row {
	overflow:hidden;
}

#multipage-columns .post {
	width: 260px;
	float: left;
	padding-right: 35px;
}

#multipage-columns .entry {
	padding-bottom: 5px;
}

#multipage-columns .entry ul.bullets {
	margin: 5px 0;
	padding: 0;
	width: auto;
}

#multipage-columns .entry ul.bullets li {
	margin: 0;
}

/* Feature Page Meta Data */

.entry ul.post-meta {
	overflow: hidden;
	background: #f7f7f7 url(/images/bg_meta.gif) repeat-y;
	border: 1px solid #d6d4c5;
	border-bottom-color: #adada1;
	border-right-color: #adada1;
	border-top: 0;
	font-size: .9em;
	margin: 15px 8px 25px;
	padding: 0;
}

.entry ul.post-meta li {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	overflow: hidden;
	border-top: 1px solid #e3e3d9;
}

.entry ul.post-meta li .post-meta-key {
	display: block;
	float: left;
	text-align: right;
	width: 105px;
	padding-right: 25px;
	color: #565853;
	font-weight: bold;
}



/* Downloads */

ul.downloads {
	overflow: hidden;
	padding-left: 0;
	width: 100%;
}

ul.downloads li {
	list-style-type: none;
	margin: 0 10px 15px;
	padding: 10px;
	background: #dbdcd4;
	border: 1px solid #c3c5ba;
	border-left-width: 4px;
	width: 210px;
	height: 3.75em;
	float: left;
	font-size: .9em;
	overflow: hidden;
}

ul.downloads li.no-downloads {
	width: 100%;
	background: none;
	border: none;
}

ul.downloads li img {
	margin: 1px 4px 20px 0;
	float: left;
	border: none;
	padding: none;
	background: transparent;
}

ul.downloads li h4 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	text-transform: none;
}


/* Comments */

ul.commentlist {
	padding-left:30px;
	}
	
ul.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	}
	
.commentmetadata {
	}

.commentlist small {
	}

.commentlist cite {
	}
		
	
	
/* ---------- @ Forms -----------*/


input, #s, #comment, #author, #email, #url {
	background:#FFF;
	border:#888d79 1px solid;
	padding:5px;
	}

#comment {
	width: 400px;
}

#submit, #searchsubmit, .button {	
	padding:5px; 
	margin: 10px 0 0;
	font-size:1em;
	font-weight: normal;
	background:#888d79;
	color:#e7e7dd;
	border:#888d79 1px solid;
	border-top-color: #b9bdaf;
	border-left-color: #b9bdaf;
	cursor: pointer;
	}

#submit:focus, #searchsubmit:focus,
#submit:hover, #searchsubmit:hover,
.button:focus, .button:hover {	
	background: #777c66 !important;
	}	


/*Clear*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}




/* ---------- @ Footer -----------*/

#footer {
	padding: 15px 4px 0 6px;
	color:#6f6f64;
	font-size:0.9em;
	}

#footer p {
	margin:0;
	}
	
a#cat4 {
	display:block;
	width:23px;
	height:18px;
	background-image:url(/images/cat4.gif);
	text-indent:-9000px;
	margin: 0 15px 0 0;
	float:right
	}
