/*
Template: Flower Power
Author: Darren Hester, www.designsbydarren.com
Released: 03-17-10
License: Creative Commons Attribution-Noncommercial License

Please see my website for more details.  Thanks!
*/


/*====================================================
|                                                    |
|                 General Styles                     |
|                                                    |
====================================================*/

html {
	
	
	}

body {
	background: #CDCDCD url(../img/bg.jpg) fixed;
	color: #000000;
	font: 14px/1.6 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin: 20px 0;
}


/* Hyperlinks */

a:link, a:visited, a:active  {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	color: #000000;
	margin-bottom: 5px;
}

h1 { font-size: 25px; }

h2 { font-size: 23px; }

h3 { font-size: 21px; }
.small {
	font-size: x-small;
	text-align: center;
}


h4 { font-size: 19px; }

h5 { font-size: 17px; }

h6 { font-size: 15px; }

/* List Styles */

ol { list-style: decimal; }

ul { list-style: disc; }

/* Spacing */

li {
	margin-left: 25px;
	margin-bottom: 0px;
	list-style-type: inherit;
}

p, dl, ol, ul, pre, table, address, fieldset {
	margin-bottom: 20px;
}

/* Other */

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


.clear {
	clear: both;
	display: block;
	height: 0;	
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

#page-wrap {
	background: #FFFFFF;
	border: 1px solid #897059;
	margin: 0 auto;
	width: 960px;
}

/*====================================================
|                                                    |
|               	    Header                       |
|                                                    |
====================================================*/

#header-wrap {
	background: #CCCCCC url(../img/header.jpg) top left no-repeat;
	height: 98px;
	margin: 10px 10px 0 10px;
	width: 940px;
}

#header-wrap a:link, #header-wrap a:visited, #header-wrap a:active {
    color: #EFFF5D;
    text-decoration: none;
}

#header-wrap a:hover {
    color: #EFFF5D;
    text-decoration: underline;
}

#header-left {
	display: inline;
	float: left;
	position: relative;
	margin-right: 20px;
	width:560px;	
}

#header-left h1 {
	font-size: 33px;
	line-height: 32px;
	color: #FFFFFF;
	margin: 40px 0 0 30px;
	padding: 0;
}

#header-left p{
	color: #FFFFFF;
	letter-spacing: 0.2em;
	margin: 0 0 0 30px;
	padding: 0;
}

#header-right {
	display: inline;
	float: left;
	font-size: 12px;
	position: relative;
	text-align: right;
	width:360px;
}

#header-right ul {
	margin: 10px 5px 0 0;
	padding: 0;
}

#header-right li {
	display: inline;
	list-style-type: none;
	margin: 0 8px;
	padding: 0;
}

/*====================================================
|                                                    |
|                     Menu Bar                       |
|                                                    |
====================================================*/
#menu-bar {
/*	background: transparent url(../img/shadow.jpg) bottom left repeat-x; */
	margin: 0 10px 0 10px;
	padding-bottom: 20px;
	width: 940px;
	height: 50px;
}
/*

#menu-bar ul {
	background: transparent url(../img/menu2.jpg) 0 -50px repeat-x;
	color: #666;
	float: left;
	font-size: 17px;	
	font-weight: bold;
	padding-left: 0;
	margin: 0;
	width: 100%;
}
*/

#menu-bar ul {
	background: transparent url(../img/header4.jpg);
	color: #666;
	float: left;
	font-size: 14px;	
	font-weight: bold;
	padding-left: 0;
	margin: 0;
	width: 100%;
	height: 50px;
}

#menu-bar ul li { display: inline; }

#menu-bar ul li a {
	background: transparent url(../img/menu2.jpg) 0 -50px repeat-x;
	/*	border-right:1px solid #894A1F;	 */	
	color: #054B05;
	float: left;
	padding: 0.4em 1.2em;
	text-decoration: none;
    height: 35px;
}

#menu-bar ul li a:hover {
	background: transparent url(../img/menu2.jpg) 0 0 repeat-x;
	color: #FFC;
	height: 35px;
}

#menu-bar li a#current {
	background: transparent url(../img/menu2.jpg) 0 -100px repeat-x;
	color: #000000;	
	border-top:0px solid #555;
    height: 50px;
}

/*====================================================
|                                                    |
|                   Main Content                     |
|                                                    |
====================================================*/

#main-content {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px 0 20px;
	width: 920px;
}

#main-content-wide {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px 0 20px;
	width: 940px;
}

#main-content-wide-pealsleft {
	display: inline;
	float: left;
	position: relative;
	margin: 0px 0px 30px 0px;
	width: 45%;
}

#main-content-wide-pealsright {
	display: inline;
	float: right;
	position: relative;
	margin: 0px 30px 0px 0px;
	width: 45%;
}

#towersleft {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px 0 20px;
	width: 280px;
}
#towersright {
	display: inline;
	float: right;
	position: relative;
	margin: 0 10px 0 20px;
	width: 320px;
}




/*====================================================
|                                                    |
|                  	   Sidebar                       |
|                                                    |
====================================================*/

#sidebar {
	display: inline;
	float: left;
	position: relative;
	margin: 0 10px;
	width: 230px;
}

.sidebar-wrapper {
	background:#F4F1ED;
	margin-bottom: 15px;
	padding: 15px;
	color: #000000;
}
#page-wrap #sidebar .sidebar-wrapper a {
	color: #000000;
}
#page-wrap #main-content li {
	font-style: normal;
	list-style-type: decimal;
}


.sidebar-wrapper ul {
	margin-bottom: 0;
}

/*====================================================
|                                                    |
|                      Footer                        |
|                                                    |
====================================================*/

#footer {
	margin: 15px 10px 10px 10px;
	width: 940px;
	background-color: #064C06;
	background-image: url(../img/footer.jpg);
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #EFFF5D;
    text-decoration: none;
}

#footer a:hover {
    color: #EFFF5D;
    text-decoration: underline;
}

#footer p {
	padding: 20px;
	margin:0;
	text-align: center;
	color: #FFFFFF;
}
#page-wrap #footer div {
	font-weight: bold;
	color: #FFFFFF;
}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 72px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


.peal {
	line-height: normal;
	font:Verdana, Geneva, sans-serif;
	background:#EAEAEA;
	padding:10px;
	vertical-align: top;
}




.pealtable {
	vertical-align: top;
}

#page-wrap #menu-bar ul .screen {
	display: none;
}
.facebook {
	text-align: right;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
}
#page-wrap #main-content p .facebook {
	text-align: right;
}

.qpeal {
	width: 350px;
	font-weight:bold;
	background-color:#CCC;
	line-height: normal;
	font:Verdana, Geneva, sans-serif;
	padding:10px;
	vertical-align: top;
}
