/*
Theme Name: Pocket Guide
Theme URI: #
Description: #
Version: #
Author: #
Author URI: #
Tags: Booyah
*/

/*=== Setup ===*/
html {height: 100%;}

* {
	border: 0;
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: url(images/bgr.gif) #f7f6f6 repeat-x top;
	color: #404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
}
body.map {
	background: url(images/map_bg.gif) #f7f6f6 repeat-x top;
	color: #404040;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
}
a {
	color: #33707e;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
	border: #cfcfcf 1px solid;
	color: #404040;
	font-size: 12px;
	padding: 3px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
li {
	list-style: none;
}
h2 {
	color: #d93b3a;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 1em;
}
h3 {
	color: #024057;
	font-size: 1.2em;
	margin: 0 0 .3em;
}
h4 {
	font-size: 1em;
	margin: 0 0 0.5em;
}
h5 {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	line-height: 1.5em;
	padding: 0 0 1.3em;
}
/*=== Layout ===*/
#page {
	margin: 0 auto;
	width: 975px;
}
#page-bot {
	background: url(images/page-bot.gif) repeat-x top;
	height: 39px;
}

.div_right {
	float: right;
	width: 310px;
}

.wpcf7-form input {
	width: 300px;
}

.wpcf7-form textarea {
	width: 300px;
	height: 80px;
}

input.wpcf7-submit {
	width: 310px;
	cursor: pointer;
}


/*=== H eader ===*/
#header {
	height: 101px;
	margin: 0 0 1px;
}

.pp_pic_holder { display:none; }

/*- Logo -*/
#header h1 {
	background: url(images/logo_660.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 975px;
}
#header h1 a {
	display: block;
	height: 101px;
}
#header h1 a:hover {
	text-decoration: none;
}
/*=== Navigation ===*/
/*- Top Nav -*/
.topnav {
	font-size: 10px;
	font-weight: bold;
	height: 31px;
	overflow: hidden;
}
.topnav li {
	background: url(images/topnav-sep.gif) no-repeat left;
	float: left;
	line-height: 30px;
}
.topnav li.first {
	background: none;
}
.topnav li.first a {
	padding: 0 7px 0 4px;
}
.topnav li a {
	color: #FFF;
	display: block;
	float: left;
	padding: 0 7px 0 8px;
	text-decoration: none;
}
.topnav li a:hover, .topnav li.active a {
	text-decoration: underline;
}
/**
 * Horizontal CSS Drop-Down Menu Module
 */
#nav1 {
	background: url(images/nav1-sep.gif) no-repeat left top;
	font-size: 13px;
	height: 37px;
}
#nav1, #nav1 * { z-index:2; }


/* ----- ALL LEVELS (incl. first) */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 23px;
 vertical-align: middle;
 zoom: 1;
 position: relative;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}
ul.dropdown {
 font: bold 12px Arial, Helvetica, sans-serif;
}

	ul.dropdown li {
	 padding: 7px 12px;
	 color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #EDEDED;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited { color: #404040; text-decoration: none; }
	ul.dropdown a:hover { color: #cf2523; text-decoration: underline; }
	ul.dropdown a:active { color: #cf2523; }


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	 margin-left: -6px;
	 width: 170px;
	 padding-bottom: 9px;
	 background: url(images/dropdown_pane.png) 0 100% no-repeat;
	 color: #000;
	 font-size: 11px;
	 font-weight: normal;
	}
	* html ul.dropdown ul {
	_background: #FFF;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( sizingMethod="crop", src="images/dropdown_pane.png" );
	}

		ul.dropdown ul li {
		 background-color: transparent;
		 line-height:normal;
		 color: #000;
		}

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul li.empty {
		 padding: 12px 12px 7px !important;
		 font-weight: bold;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited { color: #000; }
		ul.dropdown ul a:hover { color: #cf2523; text-decoration: none; }
		ul.dropdown ul a:active { color: #000; }

			ul.dropdown ul ul {
			 display: none;
			}

			ul.dropdown ul ul li {}

/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

/* ----- END LEVEL */




/* Components override */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-vertical *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}


/* Menu style */

ul.dropdown li a { /* Moved from 'custom' section */
 display: block;
 padding: 7px 12px;
}


/* ------------- Override default */

ul.dropdown li {
 padding: 0;
}


/* ------------- Reinitiate default: post-override activities  */

ul.dropdown li.dir {
 padding: 7px 20px 7px 12px;
}

ul.dropdown ul li.dir {
 padding-right: 15px;
}


/* ------------- Custom */

ul.dropdown li {

}


/* Especially for IE6 or lower */

ul.dropdown ul a {
 padding: 4px 5px 4px 12px;
 /*width: 139px;*/
}

ul.dropdown ul a:hover {
 padding: 3px 5px 3px 11px;
 border: solid 1px #ddd;
 background-color: #eee;
 font-weight: bold;
}

ul.dropdown ul a.dir {
 /*width: 129px;*/
}

/*=== All Columns ===*/
body.map #page {
	width: 100%;
	}
div.map #columns {
	_width: 100%;
	min-height: 752px;
	
}
#columns {
	margin: 37px 0 0;
	padding: 0 0 15px;
	display: table-cell;
	display: block;
	height: auto !important;
	height: 900px;
	min-height: 900px;
	z-index:0;
}
body.map #columns {
	margin: 0px;
}
div.map #centercol {
	float: left;
	width: 100%;
}
#centerhome {
	float: left;
	width: 975px;
}
body.map #centerhome {left: 0; position:absolute; width: 100%;}

/*=== Center Column ===*/
#centercol {
	float: left;
	width: 660px;
}
/*=== Right Column ===*/
#rightcol {
	float: right;
	width: 305px;
}
#rightcol a {
	color: #404040;
	text-decoration: none;
}
/*=== Sub Columns ===*/
.subcols {
	background: url(images/subcols-bgr.gif) repeat-y left;
	height: 1%;
}
.col1, .col2 {
	float: left;
	width: 285px;
}
.col2 {
	float: right;
}

/*=== Home Intro ===*/
div.lpg {
position: relative;
width: 450px;
height: 295px;
min-height: 295px;
float: right;
margin: 10px 0px 0px;
right: 0px;
top: 0px;
}
div.lpg span {
text-indent: -9999px;
}
.headline {
width: 425px;
font-size: 18px;
float: left;
}

/*=== Buttons === */
div a.button {
display:inline-block;
margin:0 10px 9px 0;
_margin:0 6px 9px 0;
}
.button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
background:#222222 url(/images/overlay-button.png) repeat-x scroll 0 0;
border-bottom:1px solid rgba(0, 0, 0, 0.25);
color:#FFFFFF !important;
cursor:pointer;
display:inline-block;
font-size:13px;
_font-size:12px;
font-weight:bold;
line-height:1;
overflow:visible;
padding:5px 15px 6px;
position:relative;
text-decoration:none;
text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
width:auto;
}
.button span {
_padding:5px 8px 6px;
_color: #fff;
}
.large.button {
font-size:13px;
padding:8px 14px 9px;
}
.large {
_font-size:12px;
_padding:8px 12px 9px;
}

.green.button {
	background-color:#91bd09;
}
.green.button:hover {
	background-color:#749a02;
}
.blue.button {
	background-color:#1763A6;
}
.blue span {
	_background:#1763A6;
}
.blue:hover span {
	_background:#024059;
}
.darkblue.button {
	background-color:#024059;
}
.darkblue span {
	_background:#024059;
}
.darkblue:hover span {
	_background:#044866;
}
.red.button {
	background-color:#D93B3B;
}
.red span{
	_background:#D93B3B;
}
.red:hover {
	background:#b62626;
}
.red:hover span {
	background:#b62626;
}
.magenta.button {
	background-color:#a9014b;
}
.magenta.button:hover {
	background-color:#630030;
}
.orange.button {
	background-color:#ff5c00;
}
.orange.button:hover {
	background-color:#d45500;
}
.orangellow.button {
	background-color:#ffb515;
}
.orangellow.button:hover {
	background-color:#fc9200;
}
.white.button {
	background-color:#fff;
	border:1px solid #ccc;
	color:#666 !important;
	font-weight:normal;
	text-shadow:0 1px 1px rgba(255, 255, 255, 1)
}
.white.button:hover {
	background-color:#eee
}
.secondary.button {
	background:#fff url(/images/gradients/36px-black.png) repeat-x 0 0;
	color:#555 !important;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.5);
	border:1px solid #bbb;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.1)
}
.secondary.button:hover {
	background-color:#eee;
	color:#444 !important;
	border-color:#999
}
.super.button {
	background-image:url(/images/super-button-overlay.png);
	font-size:13px;
	padding:0;
	border:1px solid rgba(0, 0, 0, .25);
	-webkit-border-radius:15px;
	-moz-border-radius:15px
}
.super.button span {
	display:block;
	padding:4px 15px 6px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-top:1px solid rgba(255, 255, 255, .2);
	line-height:1
}
.small.super.button {
	font-size:11px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px
}
.small.super.button span {
	padding:2px 12px 6px;
	-webkit-border-radius:11px;
	-moz-border-radius:11px
}
.small.white.super.button span {
	padding:3px 12px 5px
}
.large.super.button {
	background-position:left bottom;
	-webkit-border-radius:18px;
	-moz-border-radius:18px
}
.large.super.button span {
	font-size:14px;
	padding:7px 20px 9px;
	-webkit-border-radius:17px;
	-moz-border-radius:17px
}

/*=== Post ===*/
/*- Post Title -*/
.post-title h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.5px;
}
h1.archive {
padding-bottom: 10px;	
}
.post-title h1 span {
	color: #33707e;
}
.post-title h1.author {
	color: #888888;
	font-size: 14px;
	padding-top: 2px;
}
.post-title h2, .post-title h2 a {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0 0 .45em;
	color: #1664a6;
	text-decoration: none;
}
.post-title h2 a:hover {
	color: #024059;
}
/*- Post Date -*/
.post-date {
	margin: 0 0 1.25em;
}
.post-date a {
	color: #FFFFFF;
}
.post-date em {
	background: #024059;
	color: #ffffff;
	font-size: .9em;
	font-style: normal;
	padding: 3px 5px;
	line-height: 1.75em;
}
/*- Post Excerpt -*/
.post-excerpt {
	display: table;
	font-size: 13px;
	font-style: italic;
	height: 1%;/* margin: 0 0 1em; */
}
/*- Post Lists -*/
.post ul, .post ol {
	margin: 0 0 1.5em;
}
.post ul li {
	background: url(images/ico-list.gif) no-repeat 0 6px;
	margin: 0 0 .4em;
	padding: 0 0 0 10px;
}
.post ol li {
	list-style: decimal;
	list-style-position: inside;
	margin: 0 0 .4em;
}
/*- Post Blockquote -*/
.post blockquote {
	border-left: 3px solid #cfcfcf;
	font-size: 13px;
	font-style: italic;
	margin: 0 0 1.5em;
	padding: 5px 0 0 10px;
}
/*- Post Author -*/
.post-author {
	margin: 0 0 1em;
}
.author-details {
	font-size: .85em;
}
.author-descr {
	display: table;
	height: 1%;
}
/*- Social Links -*/
.social-links {
	background: url(images/box-bgr2.gif) #f1f1f1 repeat-x top;
	height: 42px;
	padding: 0 18px;
}
.social-links .fl {
	line-height: 42px;
}
.social-links .fl span {
	background: url(images/comment_count_bg.gif) no-repeat center left;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 4px 0 8px 0;
	width: 33px;
	margin-right: 6px;
	display: inline-block;
	line-height: 32px;
}
.social-links .fr {
	padding: 9px 0 0;
}
.social-links .fr span {
	line-height: 21px;
}
.social-links img {
	margin: 0 0 0 2px;
}
/*- Related Posts -*/
.post-rel {
	line-height: 1.5em;
}
.post-rel a {
	color: #33707E;
}
/*- Post Comments -*/
.post-comments .fl {
	width: 80px;
}
.post-comments .fr {
	width: 520px;
}
/*- Widget Title - */
.wtitle {
	background: url(images/box-bgr.gif) repeat-x top;
}
.wtitle h2 {
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 18px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box {
	background: #ffffff;
	border: 1px solid #cfcfcf;
	margin: 0 0 28px;
	padding: 1px;
}
body.map .box .content {
	background: transparent;
	height: 1%;
	padding: 0;
}
.box .content {
	background: url(images/box-bgr.gif) #ffffff repeat-x top;
	height: 1%;
	padding: 18px 18px 0;
}
.box.ads .content {
	padding-left: 15px;
	padding-right: 0;
	text-align: center;
}
#rightcol .box {
	margin: 0 0 10px;
}
/*- Box2 -*/
.box2 {
	background: #f9f9f9;
	border: 1px solid #cfcfcf;
	height: 1%;
	margin: 0 0 20px;
	padding: 18px;
	min-height: 115px;
}
.box2.alt {
	background: #FFFFFF;
}
.box2.alt {
	background: #FFFFFF;
}
.comm-name, .comm-date {
	line-height: 20px;
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 li {
	background: url(images/ico-list1.gif) no-repeat 0 1.1em;
	border-bottom: 1px solid #e7e7e7;
	height: 1%;
	padding: .7em 0 .7em 13px;
}
.list1 li.last {
	border: 0;
}
#rightcol .list1 li a:hover {
	color: #33707e;
}
/*=== Styling Forms ===*/
input.btn {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}
select {
	padding: 1px;
}
/*- Search -*/
#search {
	height: 25px;
	padding: 0 0 25px 0;
}
#search input {
	background: url(images/search-bgr.gif) repeat-x top;
	border: 1px solid #000000;
	float: left;
	padding: 8px;
	width: 245px;
}
#search input.btn {
	background: none;
	border: 0;
	margin: 8px 0 0 -30px;
	padding: 0;
	width: auto;
}
/*- Message -*/
.message div {
	margin: 0 0 18px;
}
.message input {
	padding: 9px 15px;
	width: 487px;
}
.message textarea {
	height: 114px;
	overflow: auto;
	padding: 9px 15px;
	width: 487px;
	font-family: Verdana;
}
.message .submit {
	float: left;
}
.message .btn {
	padding: 0;
	width: auto;
}
.message .notice {
	color: #a4a4a4;
	float: right;
	font-style: italic;
	padding: 10px 0 0;
}
/*=== Pics, Thumbs, Ads etc. ===*/
.pic img {
	border: 1px solid #cfcfcf;
	display: block;
	margin: 0 0 .8em;
}
.pic.fl img {
	margin-right: 23px;
}
.pic.fr img {
	margin-left: 23px;
}
.th {
	display: block;
	margin: 0 0 .5em;
}
.th.fl img {
	margin-right: 10px;
}
.th.fl img {
	width:40px;
	height:40px;
	border: 1px solid #cfcfcf;
}
.ads img, .ads.flickr .content img {
	margin: 0 14px 15px 0;
}
.ads.flickr .content img {
	border: 1px solid #cfcfcf;
}
.ads.flickr .ac img {
	border: 0;
	margin: 0;
}
a.icon {
	margin: 0px 10px 10px 10px;
	float: left;
}
/*=== Footer ===*/
#footer {
	color: #5f5f5f;
	font-size: 11px;
	line-height: 39px;
	margin: 0 auto;
	width: 975px;
}
#footer a {
	color: #33707e;
	text-decoration: none;
}
#footer a:hover {
	color: #5f5f5f;
	text-decoration: underline;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden;
}
.hl, .hl2 {
	background: url(images/hl-dot.gif) repeat-x top;
	clear: both;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.hl2 {
	background: none;
	border-top: 1px solid #e7e7e7;
	height: 1px;
	margin: 0 0 .8em;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
}
.wp-caption {
	float: left;
	margin: 0 23px 0.8em 0;
}
p.wp-caption-text {
	font-size: 10px;
	margin: 4px 2px;
	line-height:0.5em;
	padding:0 0 0.5em;
}
div.content p {
	font-family:Georgia;
}
.wp-caption {
}

/* MAP LEGEND */
ul.gm-legend {
list-style: none;
}
ul.gm-legend li {
float: left;
list-style: none;
background: none;
}
ul.gm-legend li img{
width: 32px;
height: 37px;
}
ul.gm-legend li .checkbox {
margin: 0 3px;
}

ul.gm-legend li span {
bottom:12px;
position:relative;
margin-right: 3px;
}

/* facebook fan box */
#rightcol .fan_box .full_widget {
background:none repeat scroll 0 0 white; !important
border:none; !important
}
#text-3 {
background: none;
border: none;
}
#text-4 {
background: none;
border: none;
}/* Twitter */
#twitter-3 .content {
padding: 8px 8px 0;
}
#twitter-3 h2 a:hover {
color: #cf2523;
}
ul.tweets li {
background: none;
padding: 0.4em 0 0.4em 5px;
}
#rightcol ul.tweets li a {
color: #cf2523;
}





