body {
	background-color: #283535;
	padding: 0;
	margin: 0;
	height: 100%;
	font: 14px Arial, Helvetica, sans-serif;
	color: #515B5B;
}

/*---------------------------------------------------------------
	COMMON ELEMENTS 
---------------------------------------------------------------*/

p {
	line-height: 1.6em;
	margin:0;
	padding:0 0 20px 0;
}
a {
	color: #00AAD9;
}
a:hover {
	text-decoration:none;
}
a img{
	border:none;
	margin:0;
}
ul {
	padding: 0px;
	margin: 0px;
}
li {
	padding: 0px;
	margin: 0px;
}
h1 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding-bottom: 5px;
	color: #00AAD9;
}
h1 a {
	color: #00AAD9;
	text-decoration: none;
}
h2 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 10px 0 5px;
}
h3 {
	font-size:12px;
	font-weight:normal;
	margin:-17px 0 0;
}
.clear {
	clear: both;
}
.left {
	float:left;
	padding:5px 10px 0 0;
}
.right {
	float:right;
}
iframe {
	float:left;
	padding-right: 10px;
	margin-top: 4px;
}

/*---------------------------------------------------------------
	STRUCTURAL ELEMENTS
---------------------------------------------------------------*/

#wrapper {
	background: #FFFFFF url(images/background.jpg) repeat-x;
	border-bottom: 4px solid #6c8885;
}
#centerWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 910px;
	background: url(images/contentBg.gif) repeat-y right;
}
#header {
	height: 158px;
	background-repeat: no-repeat;
	background-image: url(images/headerBg.jpg);
}
#primaryContent_container {
	width: 624px;
	float: left;
	padding-top:20px;
}
#secondaryContent_container {
	background: url(images/sidebarHeader.gif) no-repeat;
	float: left;
	width: 267px;
	padding-left: 19px;
	padding-top: 25px;
	font-size: 12px;
}
#footerWrapper {
	margin: 20px auto;
	width: 910px;
	height: 30px;
	font-size: 12px;
	color: #7C9694;
}
#footerWrapper a {
	color: #0086A5;
}

/*---------------------------------------------------------------
	HEADER (search / global nav / rss)
---------------------------------------------------------------*/

#logo a {
	display: block;
	background: transparent;
	width: 270px;
	height: 65px;
	position: absolute;
	top: 50px;
}
#search_container {
	height: 36px;
	text-align: right;
	padding: 7px 2px 0 0;
}
#searchform {
	margin: 0px;
	padding: 0px;
}
#search_container fieldset {
	margin:0;
	border:none;
	padding: 0px;
}
#search_container input#s{
	padding:5px 0 0 5px;
	margin:0px;
	height:18px;
	border:none;
	background: #506663;
	width: 150px;
	font-size: 12px;
	color: #879996;
}
#searchsubmit {
	display:none;
}
#globalNav_container {
	float:right;
	clear: left;
}
#globalNav_container ul {
	list-style: none;
}
#globalNav_container ul li {
	list-style: none;
	float: left;
}
#globalNav_container ul li a{
	display: block;
	background: url(images/tab.gif) no-repeat;
	height: 26px;
	width: 98px;
	text-align: center;
	font: bold normal 11px "Trebuchet MS";
	text-transform: uppercase;
	text-decoration: none;
	color: #364444;
	padding-top: 8px;
}
#globalNav a:hover {
	text-decoration: underline;
}
#rss_container {
	float: right;
	clear: right;
	margin-top: 59px;
	width:48%;
}
#rss_container ul {
	list-style: none;
}
#rss_container ul li {
	list-style: none;
	float: left;
}
#rss_container ul li a{
	display: block;
	float:left;
	background: url(images/feedIcon.gif) no-repeat;
	height: 14px;
	font: normal 11px "Arial";
	text-decoration: underline;
	color: #fff;
	padding-left: 18px;
	padding-right: 20px;
}
#rss_container ul li a:hover {
	text-decoration:none;
}

/*---------------------------------------------------------------
	CONTENT AREAS
---------------------------------------------------------------*/

.post {
	padding-right: 15px;
}
#primaryContent_container h1 {
	background: url(images/h1Bg.jpg) no-repeat;
	padding:6px 0 3px 39px;
	margin-bottom: 5px;
	border-bottom: solid 1px #B3C5C4;
}
#primaryContent_container ul {
	margin:0px;
	padding:0 0 20px 40px;
}
#primaryContent_container ul li {
	list-style: url(images/arrow.gif);
	padding:5px 0 4px;
}
#secondaryContent_container h1 {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: url(images/sidebarH1.gif) no-repeat;
	height: 26px;
	width: 225px;
	padding: 10px 0 5px 20px;
	margin: 0px;
}
#secondaryContent_container ul {
	margin-bottom: 20px;
	width: 245px; 
}
#secondaryContent_container li {
	display: block;
	background: #D5DFDE;
	padding: 5px 0 7px 20px;
	margin-bottom: 0px; 
	border-bottom: solid 1px #B3C5C4;
	border-right: solid 1px #B3C5C4;
	border-top: solid 1px #e7f0ef;
}
#secondaryContent_container li a {
	background: url(images/arrow.gif) no-repeat;
	background-position: 0px 2px;	
	padding-left: 7px;
}
#secondaryContent_container p {
	background: #D5DFDE;
	padding: 10px 20px 10px 20px;
	margin-bottom: 20px; 
	border-bottom: solid 2px #B3C5C4;
	width: 205px;
	line-height: 1.4em;	
}
.tab {
	width: 576px;
	margin-top: 20px;
	font: 12px/20px "Trebuchet MS";
	color: #4C4C4C;
	padding: 8px 0 0 30px;
	height: 22px;
	background: url(images/recentPostBg.gif) no-repeat;
	border-bottom: solid 2px #7C9694;
}
.tab a{
	color: #4C4C4C;
}
.recentPost {
	width: 574px;
	padding: 15px 16px 25px;
	margin: 0;
	border-bottom: solid 2px #7C9694;
	background: #EBF2F1 
}
.postFooter {
	background: url(images/recentPostFooter.gif) no-repeat;
	height: 30px;
	padding-top: 8px;
	padding-left: 17px;
	margin-top: 15px;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.postFooter a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #8BC108;
}
.postDate {
	text-transform: uppercase;
	font-size: 12px;
	color: #7C9694;
	line-height: 1em;
	padding-bottom: 15px;
}
.galleryThumb {
	float:left;
	display:block;
	width:135px;
	padding-left:13px;
	height: 200px;
}
.navigation {
	clear: both;
}
.podPress_content div {
	padding-bottom: 20px;
}

/* ------------------------------------------------------------
	Show Notes
------------------------------------------------------------ */

#notes {
	background-color:#EAE9D0;
	background: url(images/notesHeader.gif) no-repeat top left;
	padding:85px 35px 0px 35px;
	background-color:#EAE9D0;
	border-top: 3px solid #CEC597;
}
#notesFooter {
	background: url(images/notesFooter.gif) no-repeat top left;
	height:75px;
	margin:-10px 0px 20px 0px;
}

/*---------------------------------------------------------------
	COMMENTS
---------------------------------------------------------------*/
#primaryContent_container .commentlist{
	padding:0 0 20px 0px;
	width: 606px;
}
#primaryContent_container .commentlist li {
	list-style: none;
}
div.bubble {
	font-size: 12px;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0 0 5px 0;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	margin: 0px;
	padding: 7px 0px 0px 15px;
	background: transparent url(images/tip.gif) no-repeat 20px 0px;
	font-style: normal;
}
#respond {
	padding-top: 15px;
}

/*---------------------------------------------------------------
	CALENDAR
---------------------------------------------------------------*/

#calendar_container {
	background: url(images/calendar.jpg) no-repeat;
	height: 190px;
	padding-bottom: 20px;
}
#wp-calendar {
	width:243px;
	padding:0;
}
#wp-calendar caption{
	text-transform: uppercase;
	font-size: 14px;
	color: #7C9694;
	padding: 7px 0 7px;
}
#wp-calendar th{
	text-align: center;
	border: 0;
	font-weight: normal;
	font-size: 11px;
	color:#fff;
	padding-bottom: 5px;
}
#wp-calendar td{
	text-align: center;
	color: #7C9694;
}

