/*
	Copyright by iPresentee Team 
	www.ipresentee.com
	2012
	
	Title Color: #f8e3c2;
	Title & Navigation font-family: 'Oswald', sans-serif; 
	Main Text: #a6a6a5;
*/

/* @group General Formatting */

/* @group Main Formatting */

*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 62.5%;
}
body{
	color:#666;
	font: 1.2rem/20px "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*text-align: center;*/
	background: url(images/bruserFill.jpg) repeat;
}

#wrap { 
	width:1050px ;
	margin: 0 auto;	
	background: url(images/pattern.jpg) repeat;	
}

.center{width: 950px;}
#main{width: 1000px;}


/* @group Global */

hr { 
	margin:1em 0; 
	background: white;
	color: white;
/*	border:none; */
	clear:both; 

}

img, a img {
	border: none;
	outline: 0;
	
}
img:link, a img:link {
	border: none;
	outline: 0;
	
}

a {
	border: none;
	outline: 0;
}
a:hover {
	border: none;
	outline: 0;
	
}

address { 
	margin-top:1.5em; 
	font-style:italic; 
}

blockquote { 
	margin: 0; 
	line-height:1.8em; 
	padding-left:10px; 
	border-left:1px solid #ddd; 
	color:#999;
	font-style: italic; 
}

strong { 
	font-weight:bold; 
}

em,dfn { 
	font-style:italic; 
}

dfn { 
	font-weight:bold; 
}

pre,code { 
	margin:1.5em 0; 
	white-space:pre; 
}

pre,code,tt { 
	font:1em monospace; 
	line-height:1.5; 
}

tt { 
	display:block; 
	margin:1.5em 0; 
	line-height:1.5; 
}

input, select { 
	vertical-align:middle; 
}

label, input[type=button], input[type=submit], button { 
	cursor: pointer; 
}

button {  
	width: auto; 
	overflow: visible; 
}

.center{
	margin: 0 auto;
	/*width: 960px;*/
}

.highlight { 
	color:#E17000; 
}

.subdued {
	 color:#999; 
 }
 
.error { 
	color:#c00; 
	font-weight:bold; 
}

.success { 
	color:#390; 
	font-weight:bold; 
}

.caption { 
	color:#999; 
}

.imageStyle {
	 margin: 5px 0 15px 0;
 }
 
.image-left { 
	float:left; 
	margin: 0 15px 15px 0;
}
 
.image-right { 
	float:right; 
	margin: 0 0 15px 15px; 
}


ul.disc { 
list-style-type:disc; 
}

ul.circle { 
list-style-type:circle; 
}

ul.square { 
list-style-type:square;
 }
 
ol.arabic-numbers { 
list-style-type:decimal; 
}

ol.upper-alpha {
list-style-type: upper-alpha; 
}

ol.lower-alpha { 
list-style-type: lower-alpha; 
}

ol.upper-roman { 
list-style-type: upper-roman; 
}

ol.lower-roman { 
list-style-type: lower-roman; 
}



/* @end */

/* @group Links */

/* links  */

a{
	color: #2a84a9;text-decoration: none;
	-webkit-transition:color .3s;
	-moz-transition:color .3s;
	transition:color .3s;
	
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	
	
}
a:hover{
	text-decoration: none;
	color: red;
	text-decoration: none;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}


/* @end */


/* @group List Style */
ul .image-left { 
float:none!important; 
margin:0;
}

/* @end */

/* @group Headings */

h1 ,h2 ,h3 ,h4 ,h5 ,h6, .movie-page-title , .album-title  {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: 'Oswald', sans-serif; 
	text-align: left !important;
	color: black;
	color: #f8e3c2;
	text-shadow: 0px 0px 5px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
	text-transform: uppercase;
}

h1, .movie-title, .movie-page-title, .album-title  {
	font-size: 25px;
}

h2{
	font-size: 23px;
}

h3{
	font-size: 21px;
}

h4{
	font-size: 19px;
}

h5{
	font-size: 17px;
}

h6{
	font-size: 15px;
}

/* @end */



/* @end */

/* @group Header */

#FixedTopLine {
	width: 100%;
	height: 20px;
	background: black;
	opacity:0.2;
	filter:alpha(opacity=20); /* For IE8 and earlier */
	
	position:fixed;
	left:0px;
	top:0px;
	z-index: 8000;
}

/* IE 6 */
* html #FixedTopLine {
	position:absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
} 

#header{
	padding-top: 0px;
	height: 300px ;
}
		
#logo{
}

	/* @group Title and Slogan Box*/
#TitleSloganBox {
	padding-top: 80px;
	margin-bottom: 30px;
}

#PageTitle{
	font-family: 'Oswald', sans-serif;  	
	font-size: 60px;
	text-transform: uppercase;
	text-align: center;
	color: #f8e3c2;
	text-shadow: 0px 0px 5px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}

#PageSlogan {
	font-family: 'Oswald', sans-serif;  	
	font-size: 20px;
	text-transform: uppercase;
	line-height: 160%;
	margin-top: 20px;
	text-align: center;
	color: #f8e3c2;
	text-shadow: 0px 0px 3px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}

/*End Of Separete Title & Slogan formatting*/

/* @end */

/* @group Slidshow */

/* banner border image*/

#BorderHolder {
	height: 0;
}

#BorderImage {
	position: relative;
	background: url(images/Border.png) no-repeat;
	width: 951px;
	height: 280px;	
}

/* banner/slides */

#banner{
	clear: both;
	position: relative;
	margin-top: 23px;
	background: no-repeat 40px;
		width: 930px;
	
}

/* --- */

#featured>img,  
#featured>div,
#featured>a { 
	display: none; 
}

/*Banner height*/

#banner, .orbit-wrapper, #featured{
height: 232px !important;}

#banner, .orbit-wrapper, #featured{

}

#banner {
}

#banner, .orbit-wrapper, #featured {

}

#featured{
overflow: hidden;
width: 930px;
}

#featured { 
	background: #000 url('images/orbit/loading.gif') no-repeat center center;
	overflow: hidden;
}

#featured, div.orbit-wrapper { 
width: 930px !important; 
height: 400px;
margin: 0 auto;
 }
 
 .orbit-wrapper {
 	width:930px !important;
 	}

/* --- */

div.orbit-wrapper {
	width: 930px !important;
	height: 1px;
	position: relative; 	
}

div.orbit {
	width: 1px;
	height: 1px;
	position: relative;
	overflow: hidden; 
}

div.orbit>img {
	position: absolute;
	top: 0;
	left: 0;
	display: none; 
}

div.orbit>a {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 0; 
	display: none; 
}

.orbit>div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
}

/* --- */

div.timer {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: -30px;
	right: 10px;
	opacity: .6;
	cursor: pointer;
	z-index: 1001; 
	display: none;
}

span.rotator {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;left: -20px;
	background: url(images/orbit/rotator-black.png) no-repeat ;
	z-index: 3; 
}

span.mask {
	display: block;
	width: 20px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	overflow: hidden; 
}

span.rotator.move {
	left: 0 
}
span.mask.move {
	width: 40px;
	left: 0;
	background: url(images/orbit/timer-black.png) repeat 0 0; 
}

span.pause {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/orbit/pause-black.png) no-repeat;
	z-index: 4;
	opacity: 0; 
}

span.pause.active {
	background: url(images/orbit/pause-black.png) no-repeat 0 -40px 
}

.timer {
	margin-top: 60px;
	margin-right: 20px;
}

div.timer:hover span.pause,
span.pause.active {
	opacity: 1 
}

/* --- */

.orbit-caption {
	display: none;
} 
.orbit-wrapper .orbit-caption {
	background: #000;
	background: rgba(0,0,0,.6);
	z-index: 1000;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	font-size: 13px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%; 
}

/* Slidshow Left & Right Navigation*/

div.slider-nav {
	display: block 
}

/*
Left and right slider navigation
width and height.
position from top and bottom
*/

div.slider-nav span {
	width: 47px;
	height: 232px;
	text-indent: -9999px;
	position: absolute;
	z-index: 7000;
	top: 0px;
	margin-top:0px;
	cursor: pointer;
}

/*images of left and 
right slider navigation
left and right positions
*/

div.slider-nav span.right {
	right: 0;
	background: url(images/orbit/NavigationRight.png) no-repeat 0 0;
	margin-right:0px;	
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
		
}

div.slider-nav span.right:hover {
	opacity: .6;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	}

div.slider-nav span.left {
	left: 0;
	background: url(images/orbit/NavigationLeft.png) no-repeat 0 0;
	margin-left:0;
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

div.slider-nav span.left:hover {
	opacity: .6;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

/* --- */

.orbit-bullets {
	position: absolute;
	z-index: 1000;
	list-style: none;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
	padding: 0; 
	display: none;
	}

.orbit-bullets li {
	float: left;
	margin-left: 5px;
	cursor: pointer;
	color: #999;
	text-indent: -9999px;
	background: url(images/bullets.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	overflow: hidden; 
}

.orbit-bullets li.active {
	color: #222;
	background-position: 0 -16px; 
}

.orbit-bullets li.has-thumb {
	background: none;
	width: 100px;
	height: 75px; 
}
.orbit-bullets li.active.has-thumb {
	background-position: 0 0;
	border-top: 2px solid #000; 
}

/* @end */

/* @group Navigation */
#navWrap {
	background: url(images/navigation.png) no-repeat;
	width: 951px;
	height: 58px;
	margin-top: 50px;;
	}

#navigation {
	margin: 0 auto;
	z-index:4000;
	position: relative;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
	width: 99.5%;
	background-position-x: 112px;
	margin-top: 2px;
	margin-left: 2px;
	height: 52px;
}

#navigation ul {
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: -20px;
	margin-top: 1px;

}

 {
	border: 1px solid #333;
}

#navigation ul li a {
	display: block;
	text-decoration: none;
	-webkit-transition:color .3s;
	-moz-transition:color .3s;
	transition:color .3s;
/*	margin-right: 20px;*/
/*	margin-left: 20px;*/
	padding-right: 15px;
	padding-left: 15px;
	font-family: 'Oswald', sans-serif; 
	font-size: 20px;
	padding-top: 21px;
	height: 20px;
	text-shadow: 0px 0px 5px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);	
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	
}

#navigation ul li a:hover {
	color: 	#613f03 !important;
	background: url(images/bgTrans.png) repeat;
	opacity: .6;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

#navigation ul li {
	display: block;
	float: left;
	position: relative;
	right: 50%;
	z-index: 40;
	margin-right: 1px;
	background: url(images/point.png) no-repeat 0px 26px;
	padding-left: 6px;

	}

/*current*/ 
#navigation ul li:hover, #navigation ul li a.currentAncestor, #navigation ul li a.current {
}

#navigation ul ul li a.current {	
}

#navigation ul li:hover { 
	visibility: inherit; /* fixes IE7 'sticky bug' */ 
}

#navigation ul ul li a {
	font-size: 12px;
	letter-spacing: 0.1em;
	padding-bottom: 0;
	
}

#navigation ul ul li a:hover {
	transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;	
}

#navigation ul ul {
	position: relative;
	top: 50px !important;
	width: 180px;
	display: none;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	 -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	 -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	 background: url(images/pattern.jpg) repeat;
	 
 }

#navigation ul ul ul {
	top: 0 !important;
}

#navigation ul ul li { 
	width: 100%; 
}

#navigation ul li:hover ul {

}
    
/* top level skin */
#navigation ul a {
	display:block; 
	line-height:14px; 
	text-decoration:none; 
	padding: 10px;
	color: #000;
	padding: 10px;
}

#navigation ul li a:hover,
#navigation ul li:hover {
	text-decoration: none;
	color: #999;
	/*background: #1f2024;*/
	
}

/* sub levels skin */
#navigation ul ul {
	margin: 0 0 0 0;
	position: absolute;
	left: 0px;
	 background: url(images/pattern.jpg) repeat;
}

#navigation ul ul li {
	background: none;
	padding: 0;
	margin-left: 90px;

	
	}

#navigation ul ul li:last-child { 
	border-bottom: none; 
	}

#navigation ul ul li a {
	color:#ffffff; 
	margin:0; 
	padding: 10px;
	text-align: left;
	border: none !important;
	padding-bottom: 0;
	}
	
#navigation ul ul li a:hover {
	color: #ffdb90 !important;
}

/* hide sub levels */
#navigation ul li:hover li ul,
#navigation ul li li:hover li ul,
#navigation ul li li li:hover li ul { 
display: none;
}

/* display sub levels */
#navigation ul li li:hover ul,
#navigation ul li li li:hover ul,
#navigation ul li li li li:hover ul {
	left: 180px;
	top: 0;
}


/* @end */



/* @end */



/* @group Horizontal Line */

.HorizontalLine {
	/*If you do not need horizontal divider after header, 
	this code could be deleted*/
}

/* @end */

/* @group Content Styling */

#content { 
	clear: both;
	width: 985px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
}
		
#content img {
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	border: 5px solid #bcaf93;
	box-shadow: 0px 0px 1px  1px #444;
	}

#content img:hover {
	opacity: .6;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
   }

#primary-content { 
	padding: 20px;
	background: url(images/ContentBG.png) repeat ;
	font-family: 'Belleza', sans-serif;
	font-size: 16px;
	line-height: 160%;
	margin-top:5px;
	width: 300px;
}

#primary-content p { 
}

#primary-content ul,#primary-content ol { 
}

#primary-content ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	background: black !important;
}


#primary-content dl { 
	margin:0 0 1.5em; 
}

#primary-content dl dt { 
	font-weight:bold; 
}

#primary-content dl dd { 
	margin-left:1.5em; 
}

/* @end */

/* @group Sidebar */

/* @group Sidebar Formatting  */

/*In main styles - top sidebar. 
other sidebar layouts in user optional css styles
*/

#secondary-content ul li , #primary-content ul li, #col1 ul li, #col2 ul li, #col3 ul li {
	list-style: none;
	list-style-position: inside;
	background: url('images/ListPoint.png') no-repeat left top;
	padding-left: 20px;
	background-position-y: 3px;
}

#secondary-content { 
	text-align: left;
	padding: 20px;
	margin-top:20px;
	text-align: left;
	font: 16px/160% 'Belleza', sans-serif;
	min-height: 380px;
	background: none;
}

#secondary-content h1,  #secondary-content_bottom h1 {
	padding-bottom: 0px;;
}

#secondary-content_bottom {
	display: none;
}

#secondary-content ul,#secondary-content ol { 
}

#secondary-content ul li,#secondary-content ol li { 
	margin-top: 5px;
	margin-bottom: 5px;
	background: black !important;
	list-style: none;
}

#secondary-content ul li:first-child, #secondary-content ol li:first-child {
	margin-top: 0;
}

#secondary-content a { 
	 
}

#secondary-content a:hover { 
	
}

#secondary-content blockquote { 
	}



/* @end */




/* @end */


/* @group Table Formatting */

#table { 
	border:2px solid; 
	border-collapse:collapse; 
	width:100%; 
}

#table td { 
	padding:3px; 
	border:1px solid #ccc; 
}

#table th {
	text-align:left; 
	border:1px solid #ccc; 
}

#table thead th {
	color:#3A3A38; 
	padding:10px 6px;
}

#table tbody th { 
	color:#3A3A38; 
	padding:6px; 
}

/* @end */

/* @group Blog Formatting */

/* @group Blog Main */

.blog-entry { 
	height:1%; 
	margin: 0 0 15px 0; 
	position:relative;
	padding: 0 0 10px 0;
	overflow: hidden;
	position: relative; 
	text-align: left;
}

.blog-entry img {
	
}

.blog-entry:last-child { 
	border: none; 
}

.blog-entry-title { 
	margin-bottom: 0 !important;
	font-size: 18px;
	font-size: 1.8rem; 
   	padding-top: 5px;
   
}

.blog-entry-title a { 
	color: #f8e3c2; 
}

.blog-entry-date { 
	margin:0 0 10px; 
	color:#f8e3c2;
	font-size: 14px;
	font-size: 1.1rem; 
	text-align: left;
	font-family: 'Oswald', sans-serif; 
	letter-spacing: 2px;
}

.blog-entry-body {

}
.blog-entry-date a {}
.blog-read-more { 
	font-weight:bold; 
}

.blog-entry-tags { 
	color:#8D8B84;
	font-size: 11px;
	font-size: 1.1rem; 
}

.blog-entry-comments { }
.blog-entry-comments a {}
.blog-comment-link {}

/* @end */

/* @group Blog Widgets */
	
	#blog-categories a,.blog-archive-link-disabled,.blog-archive-link-enabled,.blog-tag-cloud a { 
		display:block; 
		padding: 1px 3px!important; 
		text-align:center; 
		float:left; 
		margin:3px 3px 3px 0; 
	}
	
	#blog-rss-feeds a{
		padding: 1px 3px!important; 
		margin: 10px 0 0 0;
		display: block; 
	}
	
	#blog-categories,#blog-archives,.blog-tag-cloud { 
		height:1%; 
		overflow:hidden; 
		margin: 0;
	}
	
	#blog-categories,#blog-archives{
		padding: 10px 0;
	}
	
	#blog-archives{
		margin-bottom: 10px;
	}
	.blog-tag-cloud{
		margin: 0 !important;
	}
	
	.blog-tag-cloud li { 
		display:inline; 
		}
	
	/* @end */
	/* @group Archive Page */
	
	.blog-archive-headings-wrapper { 
		padding-bottom:10px; 
		margin-bottom:10px; 
	}
	
	.blog-archive-month { 
		margin-bottom:10px; 
		font-weight:bold; 
	}
	
	.blog-archive-link { 
		font-weight:bold; 
	}
	
	.blog-archive-link:before { 
		content:"/ "; 
	}
	
	/* @end */
	

/* @end */


/* @group Contact Form */

#primary-content form { 
width:99%; 
}

.message-text { }

.required-text { 
padding-left:25px; 
overflow:auto; 
}

form label { 
margin-bottom:5px; 
}

.form-input-field, textarea { 
padding:9px; 
outline:0; width:99%; 
margin:5px 0 0; 
border: 1px solid #666666;
background: url(images/bgTrans.png) repeat;
color: #f8e3c2;
}

.form-input-field:hover, textarea:hover {	

	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	background: url(images/bruserFill.jpg) repeat;
}

.form-input-field:hover, textarea:hover, .form-input-field:focus, textarea:focus { 
border-color:#333333; 

-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: 500ms;

}

select { 
width:100%; 
margin:0 0 15px; 
}

textarea { 
height:200px; 
overflow:hidden; 
}

.form-input-button { 
	display: inline-block;
	padding: 10px;
	background: #666666;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #a6a6a5;
	border: none;
} 

.form-input-button:hover {
	background: #333333;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	color: #a6a6a5;
	border: none;
}

/* @end */


/* @group File Sharing */

.filesharing-description { 
margin-bottom:10px; 
}

.filesharing-item-title{
	text-align: center;
}

.filesharing-item { 
	display: inline-block;
	padding: 10px;
	background: #666666;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #a6a6a5;
	border: none;}

.filesharing-item a, .filesharing-item a:visited {
	color: #f1e7d1;
}

.filesharing-item:hover {
	background: #333333;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	color: #a6a6a5;
	border: none;
	
}

.filesharing-item:hover a, .filesharing-item:hover  a:hover {
	color: white !important;
}

.filesharing-item-title a{
	padding: 5px 0;
}

.filesharing-item-description { 
	color:#999;
	margin-top: 5px;
	font-style: italic; 
}

/* @end */

/* @group Movie Album */

.movie-page-title {
	padding-bottom: 15px;
/*	text-align: center;*/
}

.movie-page-description {
	margin-bottom: 40px; 
	text-align: left;
}

.movie-thumbnail-frame { 
	left: 0;
	text-align: left;
	margin-bottom: 55px;
	padding: 10px;
	margin-left: 25px ;
	display: inline-block;
	padding-left: 10px;
	}
.movie-thumbnail-frame:first-child {
	margin-left: 0 !important;
}

.movie-thumbnail-frame img {
	padding:5px; 
}

.movie-thumbnail-caption { 
	padding: 0 5px;
	line-height: 16px; 
	font-size: 12px;
}

.movie-background { 
}

.movie-title { 
	text-align: left !important;
	color: #f8e3c2;
	font-weight: bold;
	font-family: 'Oswald', sans-serif; 
	margin-top: 20px;
	font-size: 14px;
}

.movie-frame { 

}




/* @end */

/* @group Photo Album */

/* @group Main Photo Album Page */

.album-title {
text-align: center;
margin-bottom: 20px;
}
.album-description {
margin-bottom: 20px;
}

.album-wrapper { 
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	
}

.thumbnail-wrap {
	display: block;
	display: inline-block;
	min-height: auto; 
	margin: 0 auto;
	padding: 10px;
	}

.thumbnail-frame { 
	text-align:center; 
	
}

.thumbnail-frame img {
	
  
}

.thumbnail-frame img:hover {
	}

.thumbnail-caption {
	margin-top: 10px;
	clear: both;
	text-align: center; 
	display: none;
}

/* @end */

/* @group Photo Album Pagination */

/* If photo pagination is turned on */

#pagination{
	padding: 15px 0 0 0;
	margin: 0 0 10px 0 !important;
	clear: both;
	font-size: 11px;
	font-size: 1.1rem;
	text-align: center;
}

#pagination li{
	text-align:center;
	list-style:none;
	cursor:pointer;
	margin:0 2px;
	background: #f0efea;
	padding: 2px 8px;
	display: inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	background: #777;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #a6a6a5;
	
}

#pagination li:hover{
	background: #555;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

/*Firefox*/
@-moz-document url-prefix() {
   
   #pagination li{
   	text-align:left;
   	list-style:none;
   	cursor:pointer;
   	margin:0 2px;
   	background: #f0efea;
   	padding: 2px 8px;
   	float: left;
   	-webkit-border-radius: 2px;
   	-moz-border-radius: 2px;
   	border-radius: 2px;
   }
   
   
}
/**/

#pagination li.current{
	background: #555;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	color: #a6a6a5;}

#pagination li.prev{
	left: 10px;
}

#pagination li.next{
	right: 10px;
}

/* @end */

/* @group Single Photo Page */

.photo-background {
	color: #9f4c08;
	margin: 0 auto;
	text-align: center;
}

.photo-navigation { 
	position:relative; 
	margin-bottom:40px;
	padding: 30px 0 0 0; 
	text-align: center;
	
}

.photo-links { 
	font-size:13px;
	font-size:1.3rem;
	width: auto;
	margin: 20px auto 0 auto;
	padding: 10px 10px 20px 10px; 
}

.photo-links a,.photo-links a:visited { 
	padding:10px; 
}

.photo-links a:hover {}

.photo-title { 
	margin:0;
	font-size:24px;
	font-size:2.4rem; 
	line-height:normal; 
	padding-top: 20px;
	text-align: center;
	color: #f8e3c2;
	text-transform: uppercase;
	 font-family: 'Oswald', sans-serif; 
}

.photo-caption { 
	margin:0;
	font-size:15px;
	font-size:1.5rem; 
	line-height:normal;
	text-align: center;
	color: #f8e3c2;
	
}

.photo-frame{
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
    border: 5px solid #222;
	box-shadow: 0px 0px 1px  1px #444;
}

.photo-frame img {
	}

.exif-data { 
	margin:20px auto 0; 
	font-size:1.3em; 
	text-align:center; 
	color: #f8e3c2;
}

/* @end */


/* @end */

/* @group Footer Formatting */


/* IE 6 */

#footer { 
width: 100%;
position:fixed;
left:0px;
bottom:0px;
z-index: 8000;
height: 50px;
text-align: center;
background: #131517;
padding-top: 20px;
-webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3);
border-top: 1px solid #222;
font-family: 'Oswald', sans-serif;  
text-transform: uppercase;	
}

* html #footer {
	position:absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
} 

#footer ul li { 
	list-style:none; 
	display:inline;
	border: none; 
}

/* @end */


/* @group Clear */

.clear {
clear: both;
}

/* @end */

/* @group Snippets */


/* @group Custom Button */

#buttonCustom {
	display: inline-block;
	padding: 8px;
	padding-bottom: 6px;
	background: #eeeeee;
	border: 1px solid #ccc;
	
	/*-webkit-transform: scale(1);*/
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	
}

#buttonCustom:hover {
	border: 1px solid #999;	
	background: #cccccc;
	/*   -webkit-transform: scale(.9);*/
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	
}

#buttonCustom, #buttonCustom a, #buttonCustom a:visited, #buttonCustom a:hover, #buttonCustom a:active{
	font-size: 11px;
	text-transform: uppercase;
}

/* @end */

/* @group 3 Columns Box */

#ColumnBox {
	width: 100%;

}

#col1 h1 , #col1 h2 , #col1 h3 , #col1 h4 ,#col1 h5 ,#col1 h6, #col2 h1 , #col2 h2 , #col2 h3 , #col2 h4 ,#col2 h5 ,#col2 h6, #col3 h1 , #col3 h2 , #col3 h3 , #col3 h4 ,#col3 h5 ,#col3 h6 {
	text-align: left !important;
}

#col1{
    width: 31%;
	display: inline-block;
	vertical-align: top;
}

#col2 {

width: 31%;
display: inline-block;
	vertical-align: top;

}

#col1, #col2 {
margin-right: 3%;
display: inline-block;
vertical-align: top;
}

#col1, #col2, #col3 {
}

#col3 {

width:31%;
display: inline-block;
vertical-align: top;

}

/* @end */


#Social img {
	border: none;
	box-shadow: none;
	float: left;
	margin-right: 8px;
}

#Social img:last-child {
	margin-right: 0;
}
/* @end */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;font-color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}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_content{height:40px;min-width:40px}* html .pp_content{width:40px}.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{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:7px 0 0}.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 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{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(images/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(images/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{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#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}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}

a {
	color: #F8E3C2;
}

a:hover {
	color: #999999;
}

#footer {
	color: %colour_FooterTXCol%;
}

#navigation ul li a {
	color: #F8E3C2;
}

#navigation ul li a:hover, #navigation ul li:hover

 {
	color: #B9860B !important;
}

#navigation ul li a.currentAncestor, #navigation ul li a.current, #navigation ul ul li a.current  {
	color: #F8E3C2 ;
}

#PageTitle {
	color: #F8E3C2 ;
}


#PageSlogan {
	color: #F8E3C2 ;
}

#primary-content {
	color: #A6A6A5 ;
}

#secondary-content, #secondary-content_bottom {
	color: #A6A6A5 !important;
}

#content img {
	border-color: #131517;
}

hr {
		border-color: #F8E3C2 !important; 
	}

#footer {
	color: #A6A6A5;
	background: #131517;
}




		#secondary-content {
	float: right;
	width: 25%;
	margin-bottom: 20px;
	padding-left: 70px;
	background: url(images/SidebarBorderRight.png) no-repeat left -60px;
}

#primary-content {
	float: left;
	width: 60%;
	margin-bottom: 100px;
	margin-top:20px;
}

#footer {
	clear: both;
}

#primary-content form { 
	width:98%; 
}

.movie-thumbnail-frame {
	width: 45%;
	display: inline-block;
	text-align: center;
}

.movie-thumbnail-frame img {

}

.movie-thumbnail-frame {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	margin-left: 20px;
}





(null)





/*Hides Logo image*/
#logo{
	display: none;
}

#MultiCol {
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}



#header {
 height: 570px ;
}


		