@font-face {
	font-family: 'Clarendon';
	src: url('../font/clarendonltstd-webfont.eot');
	src: local('☺'), url('../font/clarendonltstd-webfont.woff') format('woff'), url('../font/clarendonltstd-webfont.ttf') format('truetype'), url('../font/clarendonltstd-webfont.svg#webfontaUwsJvb7') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'RockwellBold';
	src: url('../font/rockwell_bold-webfont.eot');
	src: local('☺'), url('../font/rockwell_bold-webfont.woff') format('woff'), url('../font/rockwell_bold-webfont.ttf') format('truetype'), url('../font/rockwell_bold-webfont.svg#webfontvyyMc3AV') format('svg');
	font-weight: bold;
	font-style: normal;
}


*{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:  none;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}



body{
	color: #333;
	background-color: #000;
	overflow: auto;
}



/* MENU
----------------------------------------------------------------------------------------------*/

#nav{
	width: 70px;
	height: 133px;
	background:url(../img/nav.png) no-repeat ;
	position: fixed;
	left: 20px;
	z-index: 888;
	top: -1px;
	padding: 29px 0 0 98px;
	
	
}

#nav h2 a, #nav h2{
	color: #333;
	font-size: 13px;
	line-height: 11px;
	font-family:'RockwellBold', courier, times, serif;
	font-weight: bold;


}

#nav h2 a:hover{
	color: #812717;
}



#boxes{
	width: 179px;
	position: fixed;
	left: 19px;
	top: 165px;
	z-index: 888;
}



/* WINDOW
----------------------------------------------------------------------------------------------*/
#frame{
	height: 680px;
	width: 100%;
	position: fixed;
	left: 0px;
	top:50%;
	margin: -340px 0 0 0;
	z-index: -2;
	background: no-repeat;
	overflow: auto;
}

#ridgetop{
	position: fixed;
	top: -110px;
	left: 0px;
	height: 240px;
	width: 1920px;
	display: block;
	line-height: 0;

}


#ridgebottom{
	position: fixed;
	left: 0px;
	bottom: -80px;
	width: 1920px;
	height: 240px;
	line-height: 0;
	z-index: 100;
}

#map { 
	width: 700px;
	height: 340px;
	position: relative;
	margin: 0px auto;
	background: #fff;
	clear: both;
	-webkit-box-shadow: 0px 0px 6px #666;
	-moz-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666
}

#map .gmap { 
	width: 690px;
	overflow: auto;
	height: 330px;
	position: absolute;
	top: 5px;
	left: 5px;
}

/* HOMEPAGE
----------------------------------------------------------------------------------------------*/


#home .dates .show{
	margin: 0 0 10px 0;
	font-family: Verdana;
	font-size: 11px;
}

#home .dates .show strong{
	margin: 0 20px 0 0;
}


a.button {
	color:#ece8e4;
	padding: 2px 5px 2px 5px;
	background-color:#333;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	float: right;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

a.button:hover {
	background-color:#812717;
}

a.sold{
	background-color:#812717;
}


#home .dates a.more, #home .main a.more{
	font-size: 9px;
	color: #ece8e4;
	background-color:#222;
	text-align: center;
	padding: 2px 6px 2px 6px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	position: relative;
	bottom: -5px;
}

#home .main a.more{
	position: absolute;
	right: 0px;
}

.story{
	margin: 5px 0 15px 0;
	position: relative;
}

#home .dates{
	background:url(../img/bg.png);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0 0 10px #222;
	-moz-box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 10px #222;
	text-align: left;
	padding:0 10px 10px 10px;
	margin:0 0 0 15px;
	float: left;
	width:230px;
}

#home .main h2, #home .dates h2, .box h2{ 
	clear:both;
	text-align: left;
	margin: 20px -9px 10px -10px;
	padding:8px 0 0 55px;
	background-image:url(../img/headers.png) ;
	height:31px;
	text-transform: uppercase;
	color:#812717;
	font-size: 19px;
	position: relative;
}

#home .main{
	background:url(../img/bg.png);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow: 0 0 10px #222;
	-moz-box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 10px #222;
	text-align: justify;
	padding:0 10px 10px 10px;
	float: left;
	width:450px;
	margin: 0 0 200px 0;

}


#home .main object{
	text-align: center;
	margin: 5px 0 0 6px;
}

#home .main h4, .box h4 a, .box h4 {
	font-size: 14px;
	color: #812717;
	margin: 2px 10px 5px 0px;
	border: none;
	font-family: georgia;
}


#home .main p, #news .box p{
	margin: 0 20px 10px 60px;
}

#home .main .story p{
	margin: 0 0 20px 0;
}



hr {
	border-bottom:  dotted thin #888;
}

#home .activity{
background-color: #fff;
padding: 5px;
height: 75px;
overflow: hidden;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
width: 220px;
position: relative;
}

a.sub, a.sub:visited, a.sub:hover{
	float: right;
	margin: 3px 20px 0 0;
	color: #222;
	font-size: 12px;
	font-family:'RockwellBold', courier, times, serif;
	font-weight: bold;

}



/* NEWS
----------------------------------------------------------------------------------------------*/

.like{
	float: right;
}

h2 .like{
	float: right;
	position: absolute;
	top:7px;
	right: 15px;
}


.date {
	background: url(../img/sprites.png) no-repeat;
	background-position: -125px 0;
	height: 50px;
	width: 40px;
	font-size: 9px;
	text-transform: uppercase;
	padding:2px 0 0 5px;
	color: #fff;
	float: left;
	margin: -2px 15px 0 0;
}

.date span{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #000;
	margin: 3px 0 0 4px;
	
}



a.next{
	background-image:url(../img/nextnews-bg.gif);
	width: 96px;
	height: 18px;
	position: absolute;
	left: -15px;
	bottom: 20px;

}

a.next span{
	visibility: hidden;
}


a.prev{
	background-image:url(../img/previousnews-bg.gif);
	width: 96px;
	height: 18px;
	position: absolute;
	left: -15px;
	bottom: 0px;

}

a.prev span{
	visibility: hidden;
}




/* CONTENT
----------------------------------------------------------------------------------------------*/

.content {
	position: absolute;
	left: 50%;
	top: 13%;
	width:790px;
	margin: 0px 0 0px -270px;
	overflow: hidden;
}



.content .box {
	background:url(../img/bg.png);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align: justify;
	font-size:15px;
	padding:0px 10px 10px 10px;
	width:700px;
	box-shadow: 0 0 10px #222;
	-moz-box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 10px #222;
	overflow: hidden;
	margin: 0 0 200px 0;
}


#storeholder{
background:url(../img/bg.png);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align: justify;
	font-size:15px;
	padding:10px;
	width:770px;
	box-shadow: 0 0 10px #222;
	-moz-box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 10px #222;
	overflow: hidden;
	margin: 0 0 200px 0;

}  




.content .foot{
	position: relative;
	height: 20px;
	clear: both;
	padding: 15px 0 0 0;
	}

.content .foot h4 a {
	font-size: 10px;
	color: #ece8e4;
	background-color:#812717;
	text-align: center;
	position: absolute;
	bottom: 0px;
	border: 0;
	padding: 2px 6px 2px 6px;
	left: 40px;
	width:  inherit;
	margin: 0;
	

}


.content .foot h5 {
	font-size: 10px;
	color: #ece8e4;

	background-color:#812717;
	text-align: center;
	position: absolute;
	bottom: 0px;
	border: 0;
	padding: 2px 6px 2px 6px;
	right: 40px;
	width:  inherit;
	
	

}

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

/* GALLERY
----------------------------------------------------------------------------------------------*/

.content .box ul li {
	float: left;
	margin: 7px;
	padding: 6px 6px 25px 6px;
	background: #fff;
	box-shadow: 0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	-moz-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
-webkit-transition: -webkit-transform .15s linear;

}



.content .box ul li:nth-child(even) {
	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}

.content .box ul li:hover {
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
position: relative;
z-index: 5;
}


/* FOOTER
----------------------------------------------------------------------------------------------*/
#footer{
	height: 20px;
	color: #999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 5px 0px 0 25px;
	background-image:url(../img/black.png) ;
	z-index: 9999;
}

#footer p{
	color: #e9e6d9;
	font-size: 10px;
	float: left;
}

#footer a{
	color: #e9e6d9;
	font-family: verdana;
	font-size: 10px;
}

.bebo, .facebook, .itunes, .myspace, .youtube{
	text-indent: -9999px;
	height: 15px;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
	margin: 0 0 0 10px;
}

.bebo{
	background-image:url(../img/social/bebo.png) ;
	width: 47px;
	
}

.facebook{
	background-image:url(../img/social/facebook.png) ;
	width: 51px;
	
}

.itunes{
	background-image:url(../img/social/itunes.png) ;
	width: 49px;

}

.myspace{
	background-image:url(../img/social/myspace.png) ;
	width: 62px;

}

.youtube{
	background-image:url(../img/social/youtube.png) ;
	width: 42px;

}


#maparea{
	background-image:url(../img/live-bg.gif) ;
	width: 626px;
	height: 451px;
	margin: 0 0 0 35px;
	padding: 10px 0 0 12px;
}



/* FONTS
----------------------------------------------------------------------------------------------*/
p{
	font-size: 11px;
	color: #222;
	margin: 0 0 5px 0;
	font-family: verdana;
}




/* BIO
----------------------------------------------------------------------------------------------*/

.header{
	width: 560px;
	height: 250px;
	margin: 0 0 10px 0;
}




/* LIVE
----------------------------------------------------------------------------------------------*/

#live .content h3{
	margin: 0 60px 0 70px;
	font-size: 13px;
	text-transform: capitalize;
	display: inline;
}

#live .showdate{
	margin: 5px 0 5px 0;
	width: 700px;
	float: left;
	clear: left;
	padding: 10px;
}

#live .showdate span{
	margin: 0 10px 0 15px;
	position: relative;
	width: 150px;
	float: left;
	text-align: center;
	font-family: Verdana;
}


#live .showdate span .like{
	clear: none;
	width: 60px;
	position: relative;
	left: -50px;
}

#live .showdate span a.fb{
	margin: 0 10px 0 30px;
}

#live .showdate span a.button{
	margin: 0 50px 0 0px;
}

/*



span.button {
	background-color:#222;
	color:#ece8e4;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	font-family: georgia;
}


#aboutarea a.button {
clear: left;
background-color: #222;

}


#share_button{
	margin: 0 0 0 33px;
}

.login{
background-image:url(../img/login.gif);
width: 82px;
height: 40px;
margin: auto;
text-indent: -9999px;
}
*/


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



/* COMMENTS
----------------------------------------------------------------------------------------------*/
.fbcomments{
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
}
/*
.comment-body{
	
}

.comment_author{
	font-weight: bold;
	
}

.commentmetadata{
	margin: 0 0 20px 0;
	font-size: 10px;
	
}
*/
input.button {
	color:#ece8e4;
	padding: 2px 5px 2px 5px;
	background-color:#222;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

.post{
	width: 270px;
	float: left;
	margin: 0 0 0 40px;
}

.post h2, .post textarea, .commentlist{
	float: none;
	text-align: left;
	background-color: #fff;
	padding: 2px 0 2px 5px;
	width: 270px;
	margin: 0 0 -10px 0;
}

#comments h2{
	text-align: left;
	background: #fff;
	padding: 13px 0 0px 20px;
	width: 680px;
	margin: 10px 0 10px 0;
}



/* VIDEO
----------------------------------------------------------------------------------------------*/


#cinema{
	position: absolute;
	left: 220px;
	top: 70px;
	width:730px;
}

#video #ridgetop{
	top: -160px;
}


#cinemenu{
	color: #812717;
	float: left;	
}

#cinemenu a{
	font-size: 14px;
	margin: 0 5px 0 5px;
	float: left;
	text-align: center;
	
	}


/* BIO
----------------------------------------------------------------------------------------------*/



#discography ol p, #discography ol p strong{
	color: #333;
	background-color:  none;
	font-family: verdana;

}

ol{
	background-color: none;
	
}

#discography ol li{
	list-style: decimal;
	list-style-position:  inside;
	color: #333;
	font-size: 11px;
	font-family: verdana;
	

}

#discography ol{
	float: left;
	background-image:none;
	color: #333;
	width: 360px;
	height: 255px;
	overflow: hidden;
	margin: 0px 0 0px 6px;
	padding: 10px 20px 0 20px;
	
}


ol{
	background-image: none;
}




/* == About
----------------------------------------------------------------------------------------------*/
.album{
	background-image:url(../img/discog-bg.gif);
	height: 293px;
	width: 649px;
	background-repeat: no-repeat;
	margin: 0 0 10px 25px;
	position: relative;
}

.album .buy{
	width: 224px;
	float: left;
	padding: 10px 0 10px 10px;
	
}




/* == Social
----------------------------------------------------------------------------------------------*/
.socialbutt  {
       background: url(../img/social.png) no-repeat;
       width: 150px;
       height: 50px;
       text-align: center;
   }
   
 
   
 
   #myspace {
       background-position: 0px -100px;
   }
   #myspace:hover {
       background-position: -150px -100px;
   }
   #myspace.press {
       background-position: -300px -100px;
   }
   #facebook {
       background-position: 0px 0px;
   }
   #facebook:hover {
       background-position: -150px 0px;
   }
   #facebook.press {
       background-position: -300px 0px;
   }
   #twitter {
       background-position: 0px -200px;
   }
   #twitter:hover {
       background-position: -150px -200px;
   }
   #twitter.press {
       background-position: -300px -200px;
   }
   
   #itunes {
       background-position: 0px -150px;
   }
   #itunes:hover {
       background-position: -150px -150px;
   }
   #itunes.press {
       background-position: -300px -150px;
   }
   
   #youtube {
       background-position: 0px -50px;
   }
   #youtube:hover {
       background-position: -150px -50px;
   }
   #youtube.press {
       background-position: -300px -50px;
   }
   
.share{
	background-color: #fff;
		width: 110px;
		height: 24px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 7px 0 0 8px;
		margin: 0 0 10px 0;
	}
	
	.box .share h2{
float: left;
font-size: 12px;
background: none;
margin: 3px 8px 0 0;
padding: 0;
		}
   
  .fb {
   		height: 16px;
   		width: 16px;
   		margin: 0 5px 0 0px;
   		background: url(../img/widget16.png) no-repeat;
   		background-position: 0px -3424px;	
   		float: left;
   }
   
   .twt{
   		height: 16px;
   		width: 16px;
   		margin: 0 5px 0 0;
   		background: url(../img/widget16.png) no-repeat;
   		background-position: 0px -3216px;	
   		float: left;	
   }
   
   .em{
   		height: 16px;
   		width: 16px;
   		margin: 0 5px 0 0;
   		background: url(../img/widget16.png) no-repeat;
   		background-position: 0px -112px;	
   		   		display: block;	
   		   		
   			
   }
   
 




#cinemenu img{
	border: thin #aaa solid;
}







/*PHOTO*/
/* ------------------------------------------------------------------------
	This you can edit.
------------------------------------------------------------------------- */

	div.light_rounded .pp_top .pp_left { background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
	div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
	div.light_rounded .pp_top .pp_right { background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
	
	div.light_rounded .pp_content .ppt { color: #000; }
	div.light_rounded .pp_content_container .pp_left,
	div.light_rounded .pp_content_container .pp_right { background: #fff; }
	div.light_rounded .pp_content { background-color: #fff; } /* Content background */
	div.light_rounded .pp_next:hover { background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
	div.light_rounded .pp_previous:hover { background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
	div.light_rounded .pp_expand { background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
	div.light_rounded .pp_expand:hover { background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
	div.light_rounded .pp_contract { background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
	div.light_rounded .pp_contract:hover { background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
	div.light_rounded .pp_close { width: 75px; height: 22px; background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer;} /* Close button */
	div.light_rounded #pp_full_res .pp_inline { color: #000; } 
	div.light_rounded .pp_gallery a.pp_arrow_previous,
	div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
	div.light_rounded .pp_nav .pp_play { background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
	div.light_rounded .pp_nav .pp_pause { background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }

	div.light_rounded .pp_arrow_previous { background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
		div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
	div.light_rounded .pp_arrow_next { background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
		div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }

	div.light_rounded .pp_bottom .pp_left { background: url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
	div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
	div.light_rounded .pp_bottom .pp_right { background: url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

	div.light_rounded .pp_loaderIcon { background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */
	
	
/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

	div.pp_pic_holder a:focus { outline:none; }

	div.pp_overlay {
		background: #000;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 9500;
	}
	
	div.pp_pic_holder {
		display: none;
		position: absolute;
		width: 100px;
		z-index: 10000;
	}
		
		.pp_top {
			height: 20px;
			position: relative;
		}
			* html .pp_top { padding: 0 20px; }
		
			.pp_top .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_top .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_top .pp_middle {
					left: 0;
					position: static;
				}
			
			.pp_top .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_content { height: 40px; }
		
		.pp_fade { display: none; }
		
		.pp_content_container {
			position: relative;
			text-align: left;
			width: 100%;
		}
		
			.pp_content_container .pp_left { padding-left: 20px; }
			.pp_content_container .pp_right { padding-right: 20px; }
		
			.pp_content_container .pp_details {
				margin: 10px 0 2px 0;
			}
				.pp_description {
					display: none;
					margin: 0 0 5px 0;
				}
				
				.pp_nav {
					clear: left;
					float: left;
					margin: 3px 0 0 0;
					%margin: -10px 0 0 0;
				}
				
					.pp_nav p {
						float: left;
						margin: 2px 4px;
					}
					
					.pp_nav .pp_play,
					.pp_nav .pp_pause {
						float: left;
						margin-right: 4px;
						text-indent: -10000px;
					}
				
					a.pp_arrow_previous,
					a.pp_arrow_next {
						display: block;
						float: left;
						height: 15px;
						margin-top: 3px;
						overflow: hidden;
						text-indent: -10000px;
						width: 14px;
					}
		
		.pp_hoverContainer {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 2000;
		}
		
		.pp_gallery {
			left: 50%;
			margin-top: -50px;
			position: absolute;
			z-index: 10000;
		}
			
			.pp_gallery ul {
				float: left;
				height: 35px;
				margin: 0 0 0 5px;
				overflow: hidden;
				position: relative;
			}
			
			.pp_gallery ul a {
				border: 1px #000 solid;
				border: 1px rgba(0,0,0,0.5) solid;
				display: block;
				float: left;
				height: 33px;
				overflow: hidden;
			}
			
			.pp_gallery ul a:hover { border-color: #fff; }
			
			.pp_gallery ul a img { border: 0; }
			
			.pp_gallery li {
				display: block;
				float: left;
				margin: 0 5px 0 0;
			}
			
			.pp_gallery li.default a {
				background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
				display: block;
				height: 33px;
				width: 50px;
			}
			
			.pp_gallery li.default a img { display: none; }
			
			.pp_gallery .pp_arrow_previous,
			.pp_gallery .pp_arrow_next {
				margin-top: 7px !important;
			}
		
		a.pp_next {
			background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: right;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
			
		a.pp_previous {
			background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
			display: block;
			float: left;
			height: 100%;
			text-indent: -10000px;
			width: 49%;
		}
		
		a.pp_expand,
		a.pp_contract {
			cursor: pointer;
			display: none;
			height: 20px;	
			position: absolute;
			right: 30px;
			text-indent: -10000px;
			top: 10px;
			width: 20px;
			z-index: 20000;
		}
			
		a.pp_close {
			display: block;
			float: right;
			text-indent: -10000px;
		}
		
		.pp_bottom {
			height: 20px;
			position: relative;
		}
			* html .pp_bottom { padding: 0 20px; }
			
			.pp_bottom .pp_left {
				height: 20px;
				left: 0;
				position: absolute;
				width: 20px;
			}
			.pp_bottom .pp_middle {
				height: 20px;
				left: 20px;
				position: absolute;
				right: 20px;
			}
				* html .pp_bottom .pp_middle {
					left: 0;
					position: static;
				}
				
			.pp_bottom .pp_right {
				height: 20px;
				left: auto;
				position: absolute;
				right: 0;
				top: 0;
				width: 20px;
			}
		
		.pp_loaderIcon {
			display: block;
			height: 24px;
			left: 50%;
			margin: -12px 0 0 -12px;
			position: absolute;
			top: 50%;
			width: 24px;
		}
		
		#pp_full_res {
			line-height: 1 !important;
		}
		
			#pp_full_res .pp_inline {
				text-align: left;
			}
			
				#pp_full_res .pp_inline p { margin: 0 0 15px 0; }
	
		div.ppt {
			color: #fff;
			display: none;
			font-size: 17px;
			margin: 0 0 5px 15px;
			z-index: 9999;
		}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

	.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 */
	
	
	
	h2{
	font-family:'RockwellBold', courier, times, serif;
	font-weight: bold;
	}