/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Area
  Forms
  Clear
  Footer



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

* { 
	margin: 0;
	padding: 0;
} 

body, html {	
	color: #1c1c1c;
	background-color: #f1f1e9;
	min-height:101%;
}

body, select, textarea, input {	
	font: 100% Arial, Verdana, Helvetica, sans-serif;
}

input,
textarea,
select { 
	padding:3px;
	background: #f1f1e9; 
	border: 1px solid #e1e1d9;
	vertical-align:top;
}

p {	
	margin: 15px 0;
}
		
a:link, a:visited {	
	text-decoration:underline;
	color: #b7752f; 
}

a:hover, a:active {	
	text-decoration:none;
}

a.more {
	font-weight:bold;
}

*:focus { 
	outline: none 
}

table {
	border-collapse:collapse;
	margin:5px 0;
	}

td, th {
	border-bottom:1px solid #e5e1d6;
	padding:6px 8px;
	color:#3c3c3c;
	}

th {
	font-weight:normal;
	text-align:right;
	width:4.5em;
	background: #dbd4c4;
	}

td {
	background: #efece5;
}

ol {
	margin: 15px;
	}

ol li {
	margin-left:35px;
	}




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

#wrapper {
	background: url(/images/bg_wrapper.gif) repeat-x left top;
	border-top:3px solid #816e67;
	overflow: hidden;
}

#center {
	margin: 0 auto;
	font-size: 0.8em;
	width: 850px;
	overflow: hidden;
}
	   
#masthead {
	position:relative;
	background: url(/images/bg_masthead.jpg);
	height: 131px;
	overflow: hidden;
}

#main {
	padding:0 24px 32px;
	background:#fff;
	font-size:.9em;
	overflow: hidden;
}

#content-wrapper {
	overflow: auto;
	padding-bottom:60px;
}

#content,
#widecolumn {
	line-height:1.6em;
	overflow: hidden;
}

#content {
	float: left;
	width:503px;
	padding-left:20px;	
}


#sidebar {
	float: right;
	width:180px;
	overflow: hidden;
	padding: 32px 20px 0 20px;
}

.left {	
	float:left;
}

.right {	
	float:right
}
	

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

		   
h1 {
	font-size:2em;
}

h1#logo a {
	float: left;
	width: 159px;
	background: url(/images/logo_ptr_masthead.gif) no-repeat;
	height: 104px;
	text-indent:-9000px;
	margin:8px 0 0 20px;
	display:block;
}

h2 {	
	font: italic 2.8em Georgia, "Times New Roman", Times, serif;
	color:#860404;
	padding-bottom: 18px;
	margin:20px 0px 5px 0px;
	background: url(/images/ptr_dots.gif) bottom repeat-x;
}

h3 {
	font: italic 2em Georgia, "Times New Roman", Times, serif;
	color:#860404;
	margin: 5px 0 -10px 0;
	padding-top: 5px;
}

#sidebar h3 {
	font-size: 2.3em;
	margin: 0 0 0 0;
	padding-top: 0;
}

#interior h3 a:link, #interior h3 a:visited {
	text-decoration: none;
	color:#860404;
}

#interior h3 a:hover, #interior h3 a:active {
	color:#860404;
}

h4 {	
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: .07em;
	color:#534d3a;
	padding-top: 20px;
	margin-bottom: -5px;
}

/* ---------- @ Content Area -----------*/


ul#tools {
	padding-top:20px;
}

ul#tools li {
	list-style-type: none;
}

ul#tools li img {
	margin-bottom:12px;
	border:3px solid #cfcac8;
}

a.map_link:link,
a.map_link:visited {
	display:block;
	width:112px;
	border: 1px solid #2c261a;
	margin-top:20px;
	padding: 7px 0 7px 25px;
	color: #d5c6a3;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1.1em;
	background: #534d3a url(/images/btn_ptr_directions.gif) no-repeat;
}

a.map_link:hover, a.map_link:active {
	color: #fff;
}

/*Wordpress*/ 


.entry {
	padding-bottom:8px;
	letter-spacing: .04em;
	}
	
.entry ul {
	padding:0 15px 10px 25px;
	}		

.entry ul li {
	background:url(/images/bullet_ptr.gif) no-repeat center left;
	list-style:none;
	padding-left: 27px;
	margin-bottom: 5px;
	}

.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 {
	border:4px solid #e5e5db;
	}

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

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

.postmetadata {
	font-size: .9em;
	color:#867a62;
	margin: 10px 0 -10px;
	}

ol.commentlist {
	padding-left:30px;
	margin: 0 0 40px 0;
	font-size: .9em;
	}
	
ol.commentlist li {
	margin: 15px 0 3px;
	padding: 10px 15px 10px 15px;
	background:#dfd9cd;
	color: #867a60;
	border-top: 1px solid #ddd;
	}

#commentform small {
	font-size: .9em;
	color:#867a62;
	}	
	
	
/* ---------- @ Forms -----------*/


.button {	
	cursor: pointer;
	background: #534d3a;
	color: #d5c6a3;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: normal;
	border: 1px solid #2c261a;
}

.button:focus {	
	background: #534d3a !important;
}
		
.button:hover {	
	background: #534d3a !important;
	color: #fff;
}

#comment {
	width: 450px;
}

/*Clear*/

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

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




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

#footer {
	overflow: hidden;
	padding:10px 0;
	font-size:.92em;
	letter-spacing: .03em;
	color:#666;
	background:#f1f1e9;
	border-top:3px solid #e1e1da;
}

#footer p {
	margin:0px 0px 0px 16px;
}

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