/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer



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

* { 
	margin: 0;
	padding: 0;
	} 

body, html {
	min-height:101%;
	}
	
body {	
	color:#c6af9a;
	padding-bottom:30px;
	}

body#interior {
	background: #39261a;
	}
	
body, select, textarea, input {	
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	}

p {	
	margin: 15px 0;
	line-height:140%;
	}
		
a, a:visited {	
	color: #9e694e;
	}

a:hover, a:active {	
	color:#ce9f87;
	}

*:focus { 
	outline: none;
	}

ol {
	margin: 15px 15px 15px 35px;
	}

ol li {
	margin: 5px 0;
}
	
	
	

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


#wrapper, .wrapper {
	margin: 0 auto;
	width: 850px;
	overflow: hidden;
	}

#wrapper {
	font-size: 0.8em;
	}

#interior #wrapper {
	background:#e7e0cb url(/images/bg_wrapper.jpg) top center no-repeat;
	color:#39261a;
	width: 100%;
	}
		   
#masthead {
	background: url(/images/bg_masthead.jpg) top center;
	height:107px;
	padding-top:17px;
	overflow: hidden;
	}
	
.left {	
	float:left;
	}

.right {	
	float:right
	}
	
#content {
	width:480px;
	float:left;
	padding: 30px 0 30px 30px;
	overflow: hidden;
	}
	
#sidebar {
	width:300px;
	float:right;
	padding: 30px 0;
	overflow: hidden;
	}

#widecolumn {
	padding: 30px;
	overflow: hidden;
	}


	
		
/* ---------- @ Headings -----------*/

		   
h1#logo, a#logo {
	width: 208px;
	height: 78px;
	background: url(/images/logo.gif) no-repeat;
	text-indent:-9000px;
	display:block;
	float: left;
	margin-left: 10px;
	}

h1 {
	font-size: 2.2em;
}

h2 {	
	font: bold 2.2em "Arial Narrow", Arial, Verdana, Helvetica, sans-serif;
	background:url(/images/dots_hdr.gif) repeat-x bottom;
	padding-bottom:7px;
	margin-bottom: 15px;
	}
	
h3 {	
	font: bold 1.35em Arial, Verdana, Helvetica, sans-serif;
	padding-top: 10px;
	}

h3.widgettitle {
	margin: 35px 0 5px;
}
	
h4 {	
	font-size: 1.2em
	}



/* ---------- @ Content Styles -----------*/



/*General*/

.hidden {
	display:none;
	}
	
.bullets {
	padding:7px 15px 7px 30px;
	}

.bullets li {	
	background:url(/images/bullet.gif) no-repeat 0 4px;
	list-style:none;
	padding-left: 11px;
	margin-bottom: 5px;
	}

#sidebar a.more,
#gallery-col a.more {
	display: block;
	margin: 0 0 35px;
}

#sidebar a.more {
	background: url(/images/magnify.gif) left 3px no-repeat;
	padding-left: 18px;
}


/*Wordpress*/ 

.entry {
	padding-bottom:25px;
	}
	
.col ul, .col ol,
.entry ul, .entry ol {
	padding:0 15px 10px 10px;
	font-size:0.85em;
	}	

.col ul ul, .col ol ol,
.entry ul ul, .entry ol ol {
	font-size:100%;
	padding: 0 10px;
	margin-top: 0;
	margin-bottom: 0;
	}

.col ul li,
.entry ul li {
	background:url(/images/bullet.gif) no-repeat 0 4px;
	list-style:none;
	padding-left: 11px;
	margin: 5px 0;
}

.entry blockquote {
	margin:15px 35px 25px 5px;
	padding-left:15px;
	font: 1.3em Arial, Verdana, Helvetica, sans-serif;
	}

.entry blockquote strong {
	font-size: 1.05em;
	line-height: 1em;
}

.entry blockquote a:link, .entry blockquote a:visited {
	text-decoration: none;
}			

.entry img {
	border:7px solid #f9f7f1;
	}

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

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

.entry img.no-border {
	border: none !important;
}

.entry .collage-frame {
	background: #c4bca3;
	padding: 0 1px 1px 0;
	overflow: hidden;
}

.entry div#collage-image-1 {
	margin: 0 0 0 10px;
	width: 232px;
}

.entry div#collage-image-2 {
	margin: -20px 0 0 95px;
	width: 179px;
}

.entry div#collage-image-3 {
	margin: -20px 0 0;
	width: 230px;
}

.entry div#collage-image-4 {
	margin: -25px 0 0 105px;
	width: 190px;
}

.entry div#collage-image-5 {
	margin: -40px 0 0 15px;
	width: 240px;
}

.postmetadata {
	}

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 {
	}	

.entry table {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
	}	

.entry table td {
	padding:3px;
	}
	
	
		

/*Tables*/		

.data {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
	}

.data td, .data th {
	border-bottom:1px solid #bbbd9e;
	padding:3px;
	}

.data th {
	color:#3c3c3c;
	font-weight:normal;
	text-align:left;
	width:142px;
	}
	
.data td {
	color:#76785a;
	}
	

	
/* ---------- @ Forms -----------*/

#s, #comment, #author, #email, #url {
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #b5b09f;
	}

#submit, #searchsubmit, .button {	
	cursor: pointer;
	padding:3px;
	background: #39251a;
	color: #b08d79;
	text-transform: uppercase;
	font-size: .85em;
	font-weight: normal;
	border: 1px solid #1b0d04;
	}

#submit:focus, #searchsubmit:focus,
#submit:hover, #searchsubmit:hover,
.button:focus, .button:hover {	
	color: #fff;
	}

	

/* ---------- @ Float Clearing -----------*/

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

.clearfloat {
	display:block
	}


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

#footer {
	padding: 20px 0;
	color:#7b6149;
	background: url(/images/bg_dots.gif) repeat-x;
	text-align:center;
	margin-top:25px;
	font-size:0.85em;
	line-height:160%;
	}

#footer a:link, #footer a:visited {
	color:#7b6149;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	color: #9e694e;
}

#interior #footer {
	border-top:3px solid #23150c;
	background:#39261a 
	}

#footer-inner {
	position:relative;
	width:900px;
	height:94px;
	margin:0 auto;
	padding:8px 0 0 0;
	}

#footer-content {
	width: 500px;
	float: left;
	margin-top: 15px;
}
	
#footer-inner a.trico {
	display: block;
	float: right;
	width:250px;
	height:94px;
	background:url(/images/SunShades_w-PFM-sm.jpg) no-repeat;
	}

#footer-inner a.one-program {
	display: block;
	background:url(/images/logo_one-program.gif) no-repeat;
	border: 3px solid #1f1209;
	float: left;
	width:130px;
	height:94px;	
}
	
