/*
	Master Stylesheet for screen media
	All code on this site unless otherwise mentioned is covered by this Creative Commons License:
	
		Attribution-ShareAlike License
		http://creativecommons.org/licenses/by-sa/2.0/
	
	Author: Ryan J. Bonnell, Creative Arc, Inc. (creativearc.com)
*/

body {
	font-size: 62.5%;
	/* in em's 62.5% is equivalent to 16px or Text Size > Medium in browsers */
	/* Therefore, 1em is 10px, 0.8em is 8px, 1.2 em is 12px, 1.6em is 16px.  */
	text-align: center;
	margin: 0 auto 15px auto;
	color: #333;
	background: #fff none;
	}
	
* {
	margin: 0;
	padding: 0
	}

/* Main Page Structures
----------------------------------------------------------------------------- */

div#wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: center;
	background: #fff none;
	position: relative;
	}
	
div#header {
	display: block;
	text-align: left;
	background: #fff url(../images/header.png) no-repeat left 50px;
	position: relative;
	height: 400px;
	max-height: 400px;
	}

	div#header h1 {
		display: block;
		width: 360px;
		height: 112px;
		position: absolute;
		left: 0;
		top: 50px;
		}
		
	div#header h1 a {
		display: block;
		width: 360px;
		height: 112px;
		border: none;
		text-decoration: none;
		text-indent: -9999px;
		}

div#header p.photos {
	display: block;
	position: absolute;
	left: 0;
	top: 162px;
	z-index: 1;
	margin: 0 !important;
	}
	
div#header p.global {
	position: absolute;
	top: 86px;
	right: 0;
	color: #fff;
	text-transform: uppercase;
	font: 1.4em/30px Verdana, Helvetica, Arial, sans-serif;
	}
	
div#header p.global a {
	color: #fff;
	display: inline;
	text-decoration: none;
	text-transform: uppercase;
	padding: 14px 15px;
	}

div#header p.global a:hover {
	text-decoration: underline;
	}

div#header p.breadcrumbs {
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	font: 1.0em/150% Verdana, Helvetica, Arial, sans-serif !important;
	}
		
div#header p.breadcrumbs a {
	color: #000 !important;
	text-decoration: underline;
	font-weight: bold;
	}

div#header form {
	position: absolute;
	top: 0;
	right: 0;
	background: #86b0ca none;
	display: block;
	width: 245px;
	max-width: 245px;
	height: 20px;
	padding: 15px;
	}
	
div#header form input {
	width: 175px;
	}
	
div#header form button {
	border: none;
	text-transform: uppercase;
	background: transparent none;
	color: #fff;
	font: 1.1em/100% "Arial Narrow", Arial, sans-serif;
	cursor: pointer;
	padding: 0 0 0 5px;
	}

/* Structure + Layout
----------------------------------------------------------------------------- */	

p {
	font: 1.3em/165% Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 0 1.0em 0;
	}
	
body#blog p.pagination {
	font: 1.5em "Arial", Helvetica, sans-serif;
	float: right;
	display: block;
	padding: 10px 15px;
	background-color: #eaeaea;
	}
	
ul {
	margin: 0 0 1.0em 0;
	}
	
li {
	margin: 0 0 0.25em 2.5em;
	font: 1.3em/125% Georgia, "Times New Roman", Times, serif;
	}
	
li li {
	font: 13px/125% Georgia, "Times New Roman", Times, serif;
	}
	
h3 {
	color: #000;
	font: bold 2.0em/150% Verdana, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 1em 0;	
	}
	
h4 {
	color: #be003d;
	font: bold 16px/150% Georgia, "Times New Roman", Times, serif;
	margin: 0 0 1.0em 0;
	}
	
h4 a:link {
	color: #be003d !important;
	text-decoration: none;
	}
	
h4 a:visited {
	color: #be003d !important;
	text-decoration: none !important;
	}
	
h4 a:visited:hover {
	text-decoration: underline !important;
	}	

h4 a:hover {
	text-decoration: underline;
	}

h5 {
	color: #fff;
	font: 1.6em/150% Verdana, Helvetica, Arial, sans-serif;
	margin: 0 0 1.0em 0;
	}
	
div#container {
	text-align: left;
	padding: 25px 0;
	}
	
div#content {
	display: block;
	float: left;
	width: 700px;
	margin: 0 15px 0 0;
	}
	
blockquote {
	margin: 0 0 0 2.5em;
	}
	
/* Sidebar + Children
----------------------------------------------------------------------------- */		
	
div#sidebar {
	display: block;
	float: left;
	width: 275px;
	}
	
div.events {
	background: #889667 none;
	padding: 14px 22px;
	margin: 0 0 1.0em 0;
	}
	
div.events h5 strong {
	text-transform: uppercase;
	}

table.calendar {
	border: 1px solid #555750;
	border-collapse: collapse;
	}
	
table.calendar td {
	background: #fff none;
	text-align: center;
	vertical-align: middle;
	font: 1.1em/20px Verdana, Helvetica, Arial, sans-serif;	
	border: 1px solid #555750;
	border-collapse: collapse;
	padding: 0;
	height: 20px !important;
	}
	
table.calendar td.event {
	background: #cad1bb none;
	}
	
table.calendar td.event strong {
	font-weight: normal !important;
	}
	
table.calendar td.event a {
	display: block;
	color: #000 !important;
	text-decoration: underline;
	}

table.calendar td.event a:hover {
	background: #acb2a1 none;
	}
	
table.calendar td.today {
	font-weight: bold !important;
	}

/* General Table Formatting
----------------------------------------------------------------------------- */

table {
	border-collapse: collapse;
	text-align: left;
	clear: both;
	margin: 1em 0;
	color: #000;
	width: 100%;
	}

table th {
	padding: 3px 5px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-weight: bold;
	color: #000;
	background: #eee none;
	text-transform: uppercase;
	font: bold 1.1em/150% Verdana, Helvetica, Arial, sans-serif;
	}
	
table tr {
	border-collapse: collapse;
	vertical-align: top;
	}
	
table td {
	padding: 3px 5px;
	border-collapse: collapse;
	color: #000;
	font: 12px/150% Georgia, "Times New Roman", Times, serif;
	}

table td p {
	color: #000;
	font: 12px/150% Georgia, "Times New Roman", Times, serif;
	}
	
.thumbnail {
	padding: 3px;
	border: 1px solid #ccc;
	}
	
p em.date {
	margin: -1.25em 0 0 0;
	color: #666;
	display: block;
	}
	
p.event {
	margin: 0 0 0 0;
	display: block;
	}	
	
/* Business Directory
----------------------------------------------------------------------------- */

table.listings {
	border-collapse: collapse;
	text-align: left;
	clear: both;
	margin: 1em 0;
	color: #000;
	width: 100%;
	}

table.listings th {
	padding: 5px;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
	font-weight: bold;
	color: #000;
	background: #eee none;
	text-transform: uppercase;
	font: bold 1.1em/150% Verdana, Helvetica, Arial, sans-serif;
	}
	
table.listings tr {
	padding: 5px;
	background: #f8f8f8 none;
	border-collapse: collapse;
	}

table.listings td {
	padding: 5px;
	border-collapse: collapse;
	color: #000;
	font: 1.1em/150% Verdana, Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	}
	
table.listings th.photo,
table.listings td.photo {
	width: 165px !important;
	padding-right: 0 !important;
	}

table.listings th.business,
table.listings td.business {
	width: 125px !important;
	}

table.listings th.address,
table.listings td.address {
	width: 140px !important;
	}

table.listings th.area,
table.listings td.area {
	width: 95px !important;
	}

table.listings th.category,
table.listings td.category {
	width: 100px !important;
	}

.details p {
	font: 1.2em/150% Verdana, Helvetica, Arial, sans-serif;
	}

.details {
	background: #f3f7fa none;
	padding: 20px;
	margin: 0 0 1.0em 0;
	}
	
.credit {
	font: italic 10px/115% Arial, sans-serif !important;
	color: #999;
	margin: -1.25em 0 -0.5em 0 !important;
	display: block;
	width: 232px;
	}
	
.credit a {
	color: #999 !important;
	text-decoration: none !important;
	cursor: default !important;
	}	

/* Google Maps API
----------------------------------------------------------------------------- */
	
#map {
	width: 325px;
	height: 300px;
	margin: 0 25px 5px 0;
	border: 3px solid #333;
	background: center no-repeat;
	font-size: 1em;
	line-height: 1.2;
	float: left;
	display: block;
	}

#map div p strong {
	font: bold 11px/150% Verdana, Helvetica, Arial, sans-serif;
	}
	
#map div p {
	font: 11px/150% Verdana, Helvetica, Arial, sans-serif;
	}	
	
/* Popular Links
----------------------------------------------------------------------------- */	
	
dl.popular {
	padding: 15px;
	border: 1px solid #dedede;
	border-left: none;
	border-right: none;
	background: #f7f7f7 none;
	width: 670px;
	overflow: hidden;
	margin: 0 0 1.0em 0;
	}
	
dl.popular dt {
	text-transform: uppercase;
	font: bold 1.0em/135% Verdana, Helvetica, Arial, sans-serif;
	margin-bottom: 1.0em;
	}

dl.popular dd {
	font: 1.3em/135% Georgia, "Times New Roman", Times, serif;
	display: inline;
	padding: 0 20px 0 0;
	}
	
dl.popular dd a {
	color: #247dab;
	}
	
dl.popular dd a:hover {
	color: #86b0ca;
	}

/* Blog Page
----------------------------------------------------------------------------- */		
	
body#blog div#wrapper {
	}

body#blog h3 a.blogtitle {
	color: #000;
	text-decoration: none;
	}
	
body#blog h3 a.blogtitle:hover {
	text-decoration: underline;
	}

body#blog h3.entrytitle {
	font-weight: normal;
	font-size: 1.7em;	
	margin-top: 2em;
	margin-bottom: .3em;
	text-transform: capitalize;
	}

body#blog h4 {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	}

div#sidebar-archives {
	display: block;
	float: left;
	width: 225px;
	height: 800px;
	margin-top: 50px;
	padding-left: 50px;
	}

	div#sidebar-archives h3 {
	font-size: 1.5em;
	margin-bottom: .75em;
	margin-left: 1.75em;
	}
	
	div#sidebar-archives h3.archives {
	margin-top: 30px;
	}
	
	div#sidebar-archives ul {
	list-style-type: none;
	}
	
	div#sidebar-archives li {
	font-size: 1.5em;
	margin-top: 10px;
	}		

	div#sidebar-archives p.rss {
	display: inline;
	margin-left: 0px;
	padding-bottom: 10px;
	}			
	
	div#sidebar-archives img {
	margin-left: 35px;
	margin-top: 30px;
	margin-right: 7px;
	padding-top: 5px;
	}			

/* Blog Comment Form
----------------------------------------------------------------------------- */	

h3.add {
	color: #c19022;
	}

p.postedby {
	font-weight: bold;
	}

div#comments {
	margin-bottom: 15px;
	}
	
div.comment {
	padding: 20px;
	background-color: #f6f6f6;
	margin-bottom: 15px;
	}
	
div#commentform {
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #f4faff;
	width: 660px;
	border-top: 2px dashed #ccc;
	}

div#commentform p.formatting {
	margin-left: 75px;
	margin-top: -15px;
	margin-bottom: 30px;
	}	
	
div#commentform code {
	margin-left: 0px;
	margin-top: -10px;
	font-size: 1.3em;
	}	

div#commentform label {
	display: block;
	float: left;
	width: 75px;
	}
	
div#commentform label.checkbox {
	display: block;
	float: left;
	margin-left: 75px;
	width: 250px;
	}
	
div#commentform label.captchalabel {
	display: block;
	float: left;
	font-style: oblique;
	font-weight: bold;
	margin-left: 75px;
	margin-bottom: 10px;
	width: 350px;
	}
	
div#commentform input.textfield {
	width: 250px;
	padding: 5px;
	}
	
div#commentform p.commentbox {
	font-style: oblique;
	font-weight: bold;
	margin-left: 75px;
	margin-bottom: 20px;
	}
	
div#commentform textarea {
	margin-left: 75px;
	margin-top: -20px;
	width: 263px;
	height: 100px;
	}
	
div#commentform p.captcha {
	margin-left: 75px;
	width: 150px;
	}
	
div#commentform input.captchafield {
	padding: 5px;
	width: 125px;
	}
	
p.submit {
	margin-left: 75px;
	margin-top: 20px;
	background-color: #dcedf3;
	padding: 10px;
	display: inline;
	}

p.preview {
	margin-left: 65px;
	margin-top: 20px;
	padding: 10px;
	}


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

div#footer {
	clear: both;
	text-align: left;
	}
	
div#footer big {
	display: block;
	color: #000;
	font: 1.4em/135% Verdana, Helvetica, Arial, sans-serif;
	margin: 0 0 1.0em 0;
	}
	
div#footer big a {
	color: #000;
	text-decoration: none;
	}
	
div#footer big a:hover {
	text-decoration: none;
	border-bottom: 1px solid #dedede;
	}
	
div#footer p {
	color: #000;
	font: 1.1em/135% Verdana, Helvetica, Arial, sans-serif;
	}
	
div#footer p a {
	color: #333;
	}
	
div#footer em {
	color: #dedede;
	}
	
.copyright {
	font-size: 1.0em !important;
	line-height: 140% !important;
	margin: 0 0 2.0em 0;
	}
	
/* Common Classes
----------------------------------------------------------------------------- */

a {
	outline: none;
	color: #247dab;
	}
	
a:hover {
	color: #86b0ca;
	}

a img {
	border: none;
	text-decoration: none;
	}
	
.float-right {
	float: right;
	}

.float-left {
	float: left;
	}
	
.photo {
	margin: 0 10px 10px 0;
	}
	
.hidden {
	visibility: hidden;
	display: none;
	}
	
.strong {
	font-weight: bold;
	}
	
.hidden {
	display: none;
	}
	
.clear {
	display: block;
	clear: both;
	}
	
.column {
	display: block;
	float: left;
	}
	
.rowTint {
	background: #fff none !important;
	}

.left {
	width: 700px;
	margin: 0 15px 0 0;
	}
	
.right {
	width: 275px;
	}	

hr { 
	width: 100%;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #ccc;
	border-left: none;
	line-height: 1px;
	height: 1px;
	margin: 5px auto 5px auto;
	clear: both;
	display: block;
	text-decoration: none;
	}