@charset "utf-8";
/* CSS Document */



body{
	font: .75em/1.4em Tahoma, Geneva, sans-serif;
	background:#fff url(../images/bg_grad.gif) repeat-x top;
}

a {
	color:#036;
	text-decoration:none;
}

a:hover {
	color:#066;
	text-decoration:none;
}

a:active
{
  outline: none;
}

img {
	border:none;
}

h1 {
	font-size:150%;
	margin-bottom:5px;
}

h2 {
	font-size:120%;
	margin-bottom:10px;
	padding-bottom:4px;
	margin-right: 30px;
}

p {
	margin-bottom:4px;
}

em {
	font-style:italic;	
}

strong {
	font-weight:bold;
}	

/* LAYOUT DIVS */


#mainDiv {
	width: 1010px;
	padding-top: 20px;
	margin: 0px auto;
	position:relative;
}

#titleDiv {
	height: 120px;
	width: 1010px;
	background:transparent url(../images/title2.png) no-repeat center;
	margin-bottom: 50px;
}

#titleDiv a {
	height: 100%;
	width: 100%;
	display:block;
}

#navTop {
	width:960px;
	margin:3px auto 8px auto;
	height: 30px;
	text-align: center;
}

#navBottom {
	width:760px;
	margin:3px 110px 3px 135px;
	height: 30px;
}

#navLine {
	width:860px;
	height:1px;
	margin: 0 auto;
	background: transparent url(../images/black_line.gif) repeat-x;
}

#centerContent{
	position: relative;
}



#centerHomePhoto{
	width: 700px;
	height: 500px;
	margin: 0 auto;
}

#centerGalleryHolder {
	width: 1010px;
	margin: 0 auto;
	min-height: 680px;
}

#copyrightDiv{
	margin: 4px auto;
	clear: both;
	text-align: center;
}




#leftPhotoDiv {
	padding:25px 30px 0 50px;
}

.leftText {
	margin-left:500px;
}

#leftPhotoDivSm {
	padding:25px 40px 0 50px;
}

.photo-text-tab {
	margin: 0 100px; 	
}

#centerTextDiv {
	padding:10px 20px 30px 100px;
	float:left;
	width:390px;
	min-height: 600px;
}

#centerTextDiv p, #centerTextDivWide p, #centerTextDivAlone p, centerTextDivSm p{
	margin-bottom:10px;	
}

#centerTextDivSm {
	padding:30px 10px 30px 120px;
	float:left;
	width:385px;
}

#centerTextDivWide {
	padding:10px 30px 30px 100px;
	float:left;
	width:520px;
}

#centerTextDivAlone {
	padding:30px;
	width:680px;
	margin:0 auto;
}

#menuHolder {
	position:absolute;
	top:145px;
	left:0px;
	width:1010px;
}

.carouselHolder {
	width:680px;
	height:250px;
}

#videoList {
	position:absolute;
	left:500px;
	top: 300px;	
	width: 400px;
}

.gallery-thm-holder {
	text-align: center;
	margin: 5px 20px;
	float: left;
}

/* LAYOUT CLASSES */

.floatRight { 
	float: right;
	margin-left: 8px;
}
.floatLeft { 
	float: left;
	margin-right: 8px;
}
.clearAll { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.darkBorder {
	border:1px solid #999;
}

.bottomMargin {
	margin-bottom:14px;	
}

.leftMargin {
	margin-left:16px;
}

.topMarginSm {
	margin-top:8px;
}

.leftMarginSm {
	margin-left:10px;	
}

.leftMarginExSm {
	margin-left:4px;	
}

.pressList li {
	margin:6px 0 8px 0;
}

/* CONTACT FORM */

.contactFormList {
	list-style-type:none;	
}

.contactFormList input, .contactFormList textarea, .contactFormList select{
	background:#ccc;
	border:1px solid #999;
	margin:12px 0 1px 0;
}

/* TYPE STYLES */

.italText {
	font-style:italic;
}

.boldText {
	font-weight:bold;
}

.indentText {
	text-indent: 30px;	
}

.capsText {
	text-transform:uppercase;	
}

.rightAlign {
	text-align:right;	
}


.listText {
	margin-left:16px;
	line-height:1.5;
}

.shortLine {
	line-height:90%;
}

.grayText {
	color:#999;	
}

.smallText {
	font-size:80%;	
}

/* overlays */

.printLarge {
	margin: 10px;
}

.printLarge img {
	float:left;
	border:1px solid #666;
	margin-bottom:15px;
}

.printLarge p {
	font-weight:bold;	
}

.printInfo {
	margin-top:10px;
	border: 1px solid #ccc;
	padding: 10px;
	width: 150px;
	background-color: #fef0e4;
}

.printInfo p {
	margin-bottom:10px;	
}

.printGalleryHolder {
	text-align:center;
	width:680px;
	margin:0 auto;	
}

.printOverlay {
	width:940px;
	height:940px;
	background: #fff;
}

/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:100000;
	/* styling */
	background-color:#fff;
	width:940px;
	min-height:200px;
	border:1px solid #666;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	padding: 20px;
}


/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* BOOK OVERLAY */

#praiseWrapper {
	/* overlay is hidden before loading */
		display:none;
	}

#bookPraise {
	width:900px;
	border:1px solid #666;
	background: #fff;
	padding:20px;
	position:relative;
	height:500px;
	overflow-y:auto;	
}

/* JQUERY SPRY GALLERIES */


.portfolioHolderDiv {
	width:860px;
	margin:10px auto;
}

ul.portfolioThumbs, ul.printThumbs {
	text-align:center;	
}

.portfolioThumbs img {
	border:1px solid #333;	
	margin:15px;
	vertical-align:middle;
}

.printThumbs img {
	margin:15px;
	vertical-align:middle;
}

.portfolioThumbs li, .printThumbs li {
	text-align:center;
	float:left;
	width:200px;
	height:180px;
	display:block;
	line-height:180px;
}

.portfolioGalleries {
	width:900px;
	margin:5px auto;	
}

.galleryNames li {
	display:inline;
	margin:25px 15px;	
	line-height:4em;
}

ul.galleryNames a {
	cursor: pointer;
	color:#474754;
	padding: 0.5em 0.75em;
	text-decoration: none;
}

ul.galleryNames a:hover, ul.galleryNames a:focus {
	color:	#CCC;
}

.portfolioTitle {
	margin:25px 0 20px 10px;
	border-bottom:1px solid #999;	
}

/* TABS */

#tabs {
	
	border:none;
	background:transparent;	
}

#tabs-nav {
	background:transparent;	
	border:none;
}

.photo-tabs {
	padding: 10px 30px 10px 100px;
		
}

.ui-widget-content {
	border:none !important;
	background:transparent !important;	
}



/* SMOOTH SCROLL */

#makeMeScrollable {
	width:740px;
	height: 450px;
	position: relative;
	margin: 20px auto;
}
		
#makeMeScrollable div.scrollableArea * {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}


/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(../images/cursors/cursor_arrow_left.cur), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(../images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(../images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(../images/cursors/cursor_arrow_right.cur), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(../images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}


/****** PERCH EVENT CALENDER ****************/

/* --- LISTING --- */

ul.events {
	list-style: none;
	margin: 10px;
	padding: 0;
}

ul.events li {
	vertical-align: top;
	background-color: #CCC;
	clear: left;
}

ul.events li ul {
	list-style: none;
}

ul.events li li {
	border-bottom: 5px solid #fff;
	min-height: 0;
	padding: 10px;
	clear: none;
}

ul.events li li:last-child {
	border-bottom: 0;
}

ul.events li li span.time {
	color: #999;
	font-style: italic;
	font-size: 90%;
	display: inline-block;
}

ul.events li li div.description {
	margin: 5px 0 0 63px;
	font-size: 86%;
	color: #555;
}

ul.events li li div.description p {
	margin: 0 0 1em 0;
}
 
ul.events li span.day {
	font-weight: bold;
	font-size: 200%;
	float: left;
	color: #333;
	text-align: center;
	width: 50px;
	margin: 0 0 0 1px;
	padding: 0 15px 0 0;
	line-height: 1;
	border-top: 1px solid #fff;
}

ul.events li:first-child span.day {
	border-top-color: #ccc;
}
