/*
Theme Name: Rochester Fire Protection District
Version: 1.0
Author: Cave Interactive Media
Author URI: http://caveim.com/
*/

/* Global Defaults
=====================================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#085e82;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
:focus {
	outline: 0;
}
.clear { 
	clear:both; 
}
/* Global Elements
=====================================================================*/
body {
	background:url(img/body.png) repeat-x #00002b;
	line-height: 1.6em;
	font:10px arial, verdana, serif;
	color:#383838;
}
.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.clearfix:after, ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix, #placemainmenu ul {display: inline-block;}
* html .clearfix, * html #placemainmenu ul {height: 1%;}
.clearfix, #placemainmenu ul {display: block;}

/* Start CSS Coding
=====================================================================*/
#wrapper {
	width:990px;
	margin:0 auto;
}
#backcontent {
	width:970px;
	/*border:1px solid #033d5e;*/
	/*background:url(../images/back_wrapper.png);*/
	background:#F46800;
	padding:10px;
}
#placecontent {
	width:970px;
}
#header{
	width:970px;
	position:relative;
	z-index:10;
}
/*#logo{
	width:338px;
	height:99px;
	font-size:1.2em;
	position:relative;
	overflow:hidden;
	display:inline;
	text-indent:-5000px;
	float:left;
}*/
#logo{
	background:url(img/logo.png) no-repeat;
	height:199px;
	width:775px;
	/*margin-top:-108px;*/
	margin-left:-1px;
	margin-bottom:-100px;
	display:block;
	text-indent:-5000px;
	position:relative;
	z-index:30;
}

#headerimage{
	height:200px;
	width:970px;
	z-index:20;
	/*background:url(/img/header.jpg) no-repat;*/
	overflow:hidden;
	}
#placemainmenu {
	width:1010px;
	left:-20px;
	background:url(img/placemainmenu.png) bottom left no-repeat;
	padding-bottom:6px;
	z-index:100;
	position:relative;
	font-size:11px
}
#placemainmenu ul {
	margin:0;
	padding:0.5em 2em;
	background:#f46800;
	border:2px solid #a64f16;
}
#placemainmenu ul li {
	display:inline;
	float:left;
	margin:0 6px 0 0;
	position:relative;
}
#placemainmenu ul li a, #placemainmenu ul li a:link, #placemainmenu ul li a:visited {
	color:#fcd9bf;
	font-size:1.2em;
	font-weight:bold;
	padding:0.5em 1.2em;
	display:inline;
	float:left;
}
#placemainmenu ul li:hover a, #placemainmenu ul li:hover a:link, #placemainmenu ul li:hover a:visited, #placemainmenu ul li.current_page_item a,#placemainmenu ul li.current_page_parent a {
	color:#fff;
	background:#5c2900;
	text-decoration:none;
}
/* Start CSS POPUP Menu
=====================================================================*/
#placemainmenu ul a{
	text-align:left;
	border:none;
	background:none;
}
#placemainmenu ul ul {
	position:absolute;
	z-index:500;
	display:none;
	width:220px;
	margin:26px 0 0 0;
	background:#5c2900;
	left:0;
	padding:0.3em 0 0.5em 0em;
	/*border:1px solid #044468;*/
	border:0;
	font-size:0.9em;	
}
#placemainmenu ul li ul li {
	display:block;
	width:220px;
	height:30px;
	float:none;
	background:none;
	margin:0 0 1px 0;
}
#placemainmenu ul li ul li.last {
	margin:0;
}
#placemainmenu ul li:hover ul li a, #placemainmenu ul li:hover ul li a:link, #placemainmenu ul li:hover ul li a:visited {
	width:190px;
	height:23px;
	float:none;
	display:block;
	background:#5c2900;
	padding:7px 15px 0 15px;
	margin:0;
	font-size:1.2em;
	color:#fcd9bf;
}
#placemainmenu ul li:hover ul li a:hover, #placemainmenu ul li ul li a:hover {
	text-decoration:underline;
	color:#fff;
	}
div#placemainmenu li:hover ul ul,
div#placemainmenu li li:hover ul ul
{display:none;}

div#placemainmenu li:hover ul,
div#placemainmenu li li:hover ul
{display:block;}
/* End CSS Drop Down Menu */

iframe{
	position:relative;
	z-index: -1;
	}

#maincontentwrapper{
	margin-top:-6px;
	background:#fff; /*url(img/back_content.png) repeat-x 0 1px;*/
	border-top:2px solid #ccc;
	}
#maincontent {
	width:698px;
	float:left;
	padding:20px 26px;
	position:relative;
}
.wide{
	width:916px !important;
	}
#maincontent h1 {
	font-family:"Myriad Pro", arial, serif;
	color:#044468;
	font-size:3.0em;
	text-transform:uppercase;
	padding:0 0 0px 0;
	margin-bottom:-10px;
}
#maincontent h2 {
	font-size:2.0em;
	color:#000;
	padding:20px 0 0 0;
	margin-bottom:-10px;
	font-family:"Myriad Pro", arial, serif;
	text-transform:uppercase;
}
#maincontent h2 a{
	color:#000;
	text-decoration:none;
	}
#maincontent h2 a:hover{
	text-decoration: underline;
	}
#maincontent h3 {
	font-size:1.6em;
	color:#F46800;
	padding:20px 0 0 0;
	margin-bottom:-10px;
	font-family:"Myriad Pro", arial, serif;
	text-transform:uppercase;
}
#maincontent p {
	font-size:14px;
	line-height:22px;
	padding:15px 0 0 0;
}

#maincontent ul, #maincontent ol{
	padding:15px 0 0 24px;
	font-size:14px;
	line-height:18px;
	list-style-type:disc;
}
#maincontent ol{
	list-style-type:decimal;
	}
#maincontent ul ul,#maincontent ol ol{
	padding:0 0 0 15px;
	}
#maincontent ul ul{
	list-style-type:circle;
	}
#maincontent ol ol{
	list-style-type: lower-alpha;
	}
#maincontent li {
	margin:5px 0;
	padding:0;
}
#maincontent strong{
	color:#000;
	}
#maincontent a{
	text-decoration:underline;
	}
.imgright {
	float:right;
	padding:3px;
	border:1px solid #b0b0b0;
	margin:20px 0 10px 10px;
}
.imgleft {
	float:left;
	padding:3px;
	border:1px solid #b0b0b0;
	margin:20px 10px 10px 0;
}

.contenthalf {
	width:330px;
	float:left;
	padding:0 20px 0 0;
}

/* Sidebar
=====================================================================*/
#sidebar {
	width:220px;
	float:right;
	padding:0 0 20px 0;
}

#sidebar h2 {
	width:200px;
	margin:10px 0 -5px 0;
	font-size:11px;
	text-align:right;
	text-transform: uppercase;
	font-weight:normal;
	color:#aaa;
}
.smallmenunav {
	width:200px;
}
.smallmenunav li {
	background:#eee;
	margin-bottom:1px;
	font-size:13px;
	height:30px;
}
.smallmenunav li a, .smallmenunav li a:link, .smallmenunav li a:visited {
	height:30px;
	line-height:30px;
	display:block;
	text-align:right;
	color:#333;
	padding:0 8px;
}
.smallmenunav li.current_page_item a, .smallmenunav li.current_page_item a:link, .smallmenunav li.current_page_item a:visited {
	background:#5C2900;
	color:#fff;
	text-decoration:none;
	margin:0 -6px 0 -6px;
	font-weight:bold;
}
.smallmenunav li a:hover{
	background:#5C2900;
	color:#fff;
	text-decoration:none;
	}

#sidebar dl{
	border:1px solid #ddd;
	background:#fff;
	padding:1px;
	margin:10px 16px 10px 0;
	}
#sidebar dl.smallnav{
	padding-bottom:0;
	}
#sidebar dt{
	background:#eee;
	color:#aaa;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding:2px 8px 0 8px;
	line-height:24px;
	text-transform:uppercase;
	font-family:"Myriad Pro", arial, serif;
	margin:0px -6px 1px -6px;
	border:2px solid #00002B;
	background:#090093;
	color:#fff;
	position:relative;
	zoom:1;
	}
#sidebar dt a{
	color:#fff;
	}
#sidebar dt a:hover{
	color:#fff;
	text-decoration: underline;
	}
#sidebar dd{
	background:#eee;
	font-size:12px;
	padding:4px 8px;
	border-top:1px solid #ddd;
	}
#sidebar .smallnav dd{
	padding:0;
	border:0;
	background:#fff;
	}
#sidebar p{
	font-size:12px;
	line-height:18px;
	padding:5px 0;
}
#sidebar .hidden{
	display:none;
	}
#sidebar input#s{
	margin:3px auto;
	width:170px;
	}
#sidebar input{
	padding:3px 5px;
	}

#sidebar dl dl, #sidebar dl dl dd{
	padding:0;
	border:0;
	}


.hw_wpgw * {
	margin: 0;
	padding: 0;
}

.hw_wpgw {
	font-size: 12px;
}

.hw_wpgw dl {
	margin: 10px auto 0 auto !important;
	height: 160px;
	width: 140px;
	background:#eee !important;
}

.hw_wpgw dl dd {
	list-style-type: none;
}

.hw_wpgw dl dd.today {
	float: left;
	height: 60px;
	margin: 0 0 10px 0;
	width: 140px;
}

.hw_wpgw dl dd.today .condition {
	background-color: #0096ff;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 1px 0;
	text-align: center;
	width: 140px;
}

.hw_wpgw dl dd.today .temperature {
	background-color: #fadb49;
	color: #333;
	display: block;
	float: left;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
	margin: 0 1px 0 0;
	text-align: center;
	width: 98px;
}

.hw_wpgw dl dd.day1,
.hw_wpgw dl dd.day2 {
	margin-right: 10px;
}

.hw_wpgw dl dd.day1,
.hw_wpgw dl dd.day2,
.hw_wpgw dl dd.day3 {
	float: left;
	height: 75px;
	width: 40px;
}

.hw_wpgw .day {
	background-color: #0096ff;
	color: #fff;
	display: block;
	height: 16px;
	line-height: 16px;
	margin: 0 0 1px 0;
	text-align: center;
	width: 40px;
}

.hw_wpgw .temperature {
	background-color: #fadb49;
	color: #333333;
	display: block;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin: 1px 0 0 0;
	text-align: center;
	width: 40px;
}

#sidebar .hw_wpgw img {
	border: 0;
	display: inline;
	padding: 0;
	margin: 0;
}

#sidebar table{
	width:100%;
	color:#000;
	}
#sidebar thead{
	color:#777;
	}
#sidebar thead td{
	border-bottom:1px solid #ddd;
	}
.monthly, .yearly{
	padding:3px 4px;
	text-align:center;
	}
.monthly{
	background:#f5f5f5;
	}
#sidebar th{
	color:#888;
	text-align:right;
	padding:2px 4px;
	}
.total{
	font-weight:bold;
	}
.total td,.total th{
	border-top: 1px solid #ddd;
	color:#000 !important;
	}
.total th{
	text-align:left;}
	
	
/* Lightbox
=====================================================================*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Contact Us
=====================================================================*/
.errordiv {
	display:block;
	border:1px solid #f2a9a9;
	padding:5px;
	color:#f00;
	font-size:1.1em;
	margin:8px 0 0 0;
}
.correctdiv {
	display:block;
	border:1px solid #b6e47a;
	padding:5px;
	color:#629c17;
	font-size:1.1em;
	margin:8px 0 0 0;
	background:#d7fca8;
}
#frmcontact {
	padding:20px 0 30px 0;
}
#frmcontact label {
	float:left;
	font-size:1.2em;
	width:150px;
	padding:3px 0 0 16px;
	margin:10px 0 0 0;
	font-weight:bold;
}
#frmcontact span {
	color:#a50e0e;
	font-size:1.2em;
	font-weight:bold;
}
#frmcontact br {
	clear:left;
}
.textboxcontact {
	width:390px;
	height:22px;
	border:1px solid #777;
	padding:3px 5px 0 5px;
	margin:10px 0 0 0;
}
.textareacontact {
	width:390px;
	height:150px;
	border:1px solid #777;
	font-family:Arial, verdana,serif;
	font-size:1.2em;
	padding:5px;
	margin:10px 0 0 0;
}
.submitcontact {
	width:166px;
	height:25px;
	margin:10px 0 0 0;
	font-weight:bold;
	text-transform:uppercase;
	background:#085e82;
	border:none;
	color:#fff;
	font-family:Arial, verdana,serif;
	font-size:1.2em;
	cursor:pointer;
}
/* Footer
=====================================================================*/
#footer {
	width:990px;
	height:71px;
	color:#808095;
	font-size:12px;
}
#footer ul {
	float:right;
	margin:8px 0 0 0;
}
#footer li {
	display:inline;
	float:left;
	margin:0 8px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#808095;
}
#footer .current_page_item a, #footer .current_page_parent a{
	color:#fff;
	font-weight:bold;
	}
#footer a:hover{
	text-decoration:underline;
	color:#fff;
	}
.floatleft{
	float:left;
	}
.floatright{
	float:right;
	}
#copyright{
	padding:20px 0;
	text-align:center;
	font-size:11px;
	}





/*
CSS Name: Default Styles
Description: NextGEN Default Gallery Stylesheet
Author: Alex Rabe
Version: 1.50

This is a template stylesheet that can be used with NextGEN Gallery. I tested the
styles with a default theme Kubrick. Modify it when your theme struggle with it,
it's only a template design

*/

/* ----------- Album Styles Extend -------------*/

.ngg-albumoverview {
	margin-top: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-album {
    height: 100%;
    padding: 5px;
    margin-bottom: 5px;
}

/* IE6 will ignore this , again I hate IE6 */
/* See also http://www.sitepoint.com/article/browser-specific-css-hacks */
html>body .ngg-album {
    overflow:hidden;
    padding: 5px;
    margin-bottom: 5px;
} 

.ngg-album {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 5px;
}

.ngg-album h2 {
	margin:0px;
	padding:0px;
	margin-bottom: 10px !important;
}

.ngg-thumbnail {
	float: right;
	margin-left: 12px;
}

.ngg-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-thumbnail img:hover {
	background-color: #A9A9A9;
}

.ngg-description {
	text-align: left;
}
.ngg-description p{
	/*margin-top:0 !important;
	padding-top:2px !important;*/
	}
.ngg-description h3{
	margin-top:0 !important;
	padding-top:4px !important;
	}
.ngg-description-personnel{
	width:280px;
	}
/* ----------- Album Styles Compact -------------*/

.ngg-album-compact {
	float:left;
	height:180px;
	padding-right:6px !important;
	margin:0px !important; 
	text-align:left;
	width:120px;	
}

.ngg-album-compactbox {
	background:transparent url(albumset.gif) no-repeat scroll 0%;
	height:86px;
	margin:0pt 0pt 6px !important;
	padding:12px 0pt 0pt 7px !important;
	width:120px;
}


.ngg-album-compactbox .Thumb {
	border:1px solid #000000;
	margin:0px !important;
	padding:0px !important;
	width:91px; 
	height:68px;
}

.ngg-album-compact h4 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:0px;
	width:110px;
}

.ngg-album-compact p {
	font-size:11px;
	margin-top:2px;
}

/* ----------- Gallery style -------------*/

.ngg-galleryoverview {
	overflow: hidden;
	margin: 10px;
	width: 100%;
	clear:both; 
	display:block !important;
}

.ngg-galleryoverview .desc {
/* required for description */
   margin:0px 10px 10px 0px;
   padding:5px;
}

.ngg-gallery-thumbnail-box {
	float: left;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	border-top:1px solid #ddd;
}

.ngg-gallery-thumbnail {
	float: left;
	margin-right: 5px;
	text-align: center;
}

.ngg-gallery-thumbnail img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:4px 0px 4px 5px;
	padding:4px;
	position:relative;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #A9A9A9;
} 

.ngg-gallery-thumbnail span {
	/* Images description */
	font-size:90%;
	padding-left:5px;
	display:block;
}

.ngg-clear {
	clear: both;
}

/* ----------- Gallery navigation -------------*/

.ngg-navigation {
	font-size:0.9em !important;
	clear:both !important;
	display:block !important;
	padding-top:15px;
	text-align:center;
	
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next,
.ngg-navigation a.prev, 
.ngg-navigation span.page-numbers,
.ngg-navigation span.next,
.ngg-navigation span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover,
.ngg-navigation a.prev:hover, 
.ngg-navigation span.page-numbers:hover,
.ngg-navigation span.next:hover,
.ngg-navigation span.prev:hover {
	background-color: #0066CC;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

/* ----------- Image browser style -------------*/

.ngg-imagebrowser {
	
}

.ngg-imagebrowser h3 {
	text-align:center;
}

.ngg-imagebrowser img {
	border:1px solid #A9A9A9;
	margin-top: 10px; 
	margin-bottom: 10px; 
	width: 100%;
	display:block !important;
	padding:5px;
}

.ngg-imagebrowser-nav {
	margin:10px;
	padding:5px;
}

.ngg-imagebrowser-nav .back, .ngg-imagebrowser-nav .next{
	border:2px solid #00002B;
	margin-right:3px;
	padding:5px 10px;
	color:#fff;
	background:#090093;
	font-size:12px;
	}
.ngg-imagebrowser-nav a{
	color:#fff;
	text-decoration:none !important;
	}
.ngg-imagebrowser-nav a:hover{
	text-decoration: underline !important;
	}
.ngg-imagebrowser-nav .back {
	float:left;
}

.ngg-imagebrowser-nav .next {
	float:right;
}

.ngg-imagebrowser-nav .counter {
	text-align:center;
	font-size:0.9em !important;
}

.exif-data {
  	margin-left: auto !important;
    margin-right: auto !important;	
}

/* ----------- Slideshow -------------*/
.slideshow {
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
	outline: none;	
}

.slideshowlink {
	
}

/* ----------- Single picture -------------*/
.ngg-singlepic {
	background-color:#FFFFFF;
	display:block;  
	padding:4px;
}

.ngg-left {
	float: left;
	margin-right:10px;
}

.ngg-right {
	float: right;
	margin-left:10px;
}

.ngg-center {
  	margin-left: auto !important;
    margin-right: auto !important;
}

/* ----------- Sidebar widget -------------*/
.ngg-widget,
.ngg-widget-slideshow {
	overflow: hidden;
	margin:0pt;
	padding:5px 0px 0px 0pt;
}

.ngg-widget img {
	border:2px solid #A9A9A9;
	margin:0pt 2px 2px 0px; 
	padding:1px; 
}

/* ----------- Related images -------------*/
.ngg-related-gallery {
	background:#F9F9F9;
	border:1px solid #E0E0E0;
	overflow:hidden;
	margin-bottom:1em;
	margin-top:1em;
	padding:5px;
}
.ngg-related-gallery img {
	border: 1px solid #DDDDDD;
	float: left;
	margin: 0pt 3px;
	padding: 2px;
	height: 50px;
	width:  50px;
}

.ngg-related-gallery img:hover {
	border: 1px solid #000000;
} 



