/* @group General Styles */
body, html {
	font-family: 'LaneNarrowRegular', Verdana, "Bitstream Vera Sans", "Vera Sans", Tahoma, Geneva, sans-serif;
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	margin: 10px 0 10px 0;
}

b, strong { 
	font-weight: bold;
}

a:link { 
	text-decoration: none; 
}

a:visited { 
	text-decoration: none; 
}

a:hover, a:active { 
	text-decoration: none; 
}
a:hover {
	transition: color .3s;
	-moz-transition: color .3s; 
	-webkit-transition: color .3s; 
	-o-transition: color .3s; 
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
	display:inline-block;
}

.image-right {
	margin: 3px;
	padding: 3px;
	display:inline-block;
	float: right;
}
.image-right img, .image-left img {
	width: auto;
}
ul {
	padding: 0;
}
.mainContent ul {
		margin: 0 0 0 30px;
}
ul li {
	
}

a img {
	border: none;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;	
}

h5 {
	font-size: 16px;
}
	
/* ===========================================WRAPS =================================================*/ 
#pageWrap { 
	width: 100%; float: left;
}
#siteTitleWrap { 
	float: left;
}
#headerWrap { 
	width: 100%; float: left; 
}
#navWrap { 
	float: right; height: 100%; position: relative; z-index: 4000;
}
#sliderWrap { 
	width: 100%; float: left;
}
#contentWrap {
	text-align: left;
	position: relative;
	z-index: 2;
	width: 100%; float: left; 
}
#footerWrap {
	text-align: left;
	width: 100%; float: left;
	position: relative;
	z-index: 1;
}
/* ==========================================Buttons */
.button {
}
.button:hover {
}
.button:active {
}
/* ===========================================CLEAR FIX */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
/* ========================================CUSTOM CALLS */
.clear { clear: both; }
.justify { text-align: justify;}
.forceCenter { display: block; margin: 0 auto;}
.alignLeft {float: left;}
.alignRight {float: right;}
.shadowbox {  
	box-shadow: 0px 1px 3px #666;	
	-webkit-box-shadow: 0px 1px 3px #666; 
	-moz-box-shadow: 0px 1px 3px #666;}
.shadowboxInset { 
	box-shadow: inset 0px 3px 8px #000;	
	-webkit-box-shadow: inset 0px 3px 8px #000; 
	-moz-box-shadow: inset 0px 3px 8px #000;}
/* =======================================HEADER */
.header {
	display: inline-block;
	max-width: 1280px;
	/*width: 91.121%;*/
	width: 94.7742%;
	/*width: 100%;*/
	margin: 0 2.6129% 0 2.6129%;
}
@media only screen 
and (min-width : 1320px) {
	.header {
		width: 1280px;
		margin: 0 auto;
		display: block;
	}
}
#siteTitle {
	margin: 15px 0 15px 0;
	font-size: 32px;
}
#siteTitle img {
	
}
#siteTitle ul li{
}
/* =======================================SLIDER */
.slider {
	display: inline-block;
	max-width: 1240px;
	/*width: 91.121%;*/
	width: 91.5484%;
	/*width: 100%;*/
	padding: 1.6129% 1.6129% 50px 1.6129%;
	margin: 0 2.6129% 40px 2.6129%;
	background-image: url(images/sliderBG.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #1a1a1a;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}
@media only screen 
and (min-width : 1320px) {
	.slider {
		width: 1240px;
		height: auto;
		padding: 20px 20px 50px 20px;
		margin: 0 auto;
		margin-bottom: 40px;
		display: inline-block;
	}
}
 @media (max-width: 800px){
	.slider {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}

/* =======================================MAIN SECTIONS */
.mainContent {
	display: inline-block;
	max-width: 1280px;
	width: 94.7742%;
	margin: 0 2.6129% 0 2.6129%;
}
@media only screen 
and (min-width : 1320px) {
	.mainContent {
		width: 1280px;
		margin: 0 auto;
		display: block;
	}
}
.slogan {
	font-size: 38px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.content {
	width: 66%;
	margin: 40px 0 40px 0;
	float: left;
}
.content h1 {
	border-bottom: 1px solid;
	padding: 25px 0 5px 0;
	margin: 0 0;
}
.sidebar {
	width: 30%;
	margin: 40px 0 40px 4%;
	/*padding-left: 4%;*/
	float: left;
}
.sidebar h3 {
	margin-bottom: 10px;
}
.sidebar ul {
	list-style: none;
	margin: 0 10px;
}
.sideContainer {
		padding: 10px 20px;
}
.sidebarTitle {
	font-size: 22px;
	margin: 6px 0 0px 0;
	padding: 27px 0 5px 0;
	padding-left: 20px;
}
#myExtraContent1, #myExtraContent2 {
	width: 100%;
	float: left;
}
#myExtraContent1 {
	margin-top: 40px;
	/*padding: 20px 0px;
	border-top: 5px solid black;
	border-bottom: 5px solid black;*/
}
#myExtraContent2 {
	margin-bottom: 40px;
	/*border-top: 5px solid black;*/
}
 @media (max-width: 800px){
 	.content {
 		width: 100% !important;
 		margin: 20px 0 20px 0;
 	}
 	#myExtraContent1, #myExtraContent2 {
 		width: 100% !important;
 		margin: 20px 0 20px 0;
 	}
 	.sidebar {
 		width: 100% !important;
 		/*padding-left: 0;*/
 		margin: 0px 0 20px 0;
 	}
 	.slogan {
		font-size: 24px;
	}
}

/* =======================================FOOTER */
.footer {
	display: inline-block;
	max-width: 1280px;
	width: 94.7742%;
	margin: 0 2.6129% 0 2.6129%;
}
.copyRight {
	padding: 5px 0px;
	display: block;
}
.breadcrumbContainer {
	margin: 5px 0px;
	height: 20px;
	display: none;
}
.breadcrumbContainer ul {
}
.breadcrumbContainer ul li {
	display: inline;
}
@media only screen 
and (min-width : 1320px) {
	.footer {
		width: 1280px;
		margin: 0 auto;
		display: block;
	}
}
/* =======================================HTML STYLES */
.standout, blockquote {
	font-size: 1.1em;
	padding: 5px;
	margin-top: 5px 0px 5px 0px;
	display: block;
	font-style: italic;
}
blockquote p {
	font-size: 2em;
}
blockquote p:before {
content: '"';
font-size: 2.25em !important;
}
blockquote p:after {
content: '"';
font-size: 2.25em !important;
line-height: 1em;
}
a.social {font-family: 'JustVector';}
a.social:hover {
	transition: color .5s;
	-moz-transition: color .5s; 
	-webkit-transition: color .5s; 
	-o-transition: color .5s; 
}
.footer a.social {font-size: 24px; padding-left: 3px; float: right;}
#siteTitle a.social { margin-right: 5px;}
/* =======================================BLOG */
.blog-entry .imageStyle {
	display: block;
	margin: 0 auto;
	padding: 0;
	max-width: 100%;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}
.blog-entry {
	margin-bottom: 40px;
	padding-bottom: 10px;
	background: white;
	padding: 15px 35px;
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0, .4);
	box-shadow: 0px 1px 2px rgba(0,0,0, .4);
}
 @media (max-width: 800px){
 	.blog-entry {
		padding: 15px 20px;
	}
}
.blog-entry-title {
	text-align: left;
	font-weight: normal;
	font-size: 24px;
	margin: 6px 0 5px 0 !important;
	padding: 14px 0 0 0 !important;
}
.blog-entry-tags {
	padding: 0 0 0 10px;
}
.blog-entry-tags ul {

}
.blog-tag-cloud li {
	float: left;
	margin: 0 0 0 5px;
}
.blog-tag-cloud li:after {
    content: " /";
}
.blog-tag-cloud li:last-child:after {
    content: "";
}
.blog-entry-date {
	
}

.blog-entry-body {
	text-align: left;
	margin-top: 20px;
}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-entry-category {
}

.blog-category-link-disabled {
}

.blog-category-link-enabled {
}

.blog-archive-headings-wrapper {
	margin-bottom: 2em;
}

.blog-archive-month {

}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
}

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
/* =======================================FILE SHARING */
.filesharing-description {
	margin: 0px 0 0 0;
}
.filesharing-description h1 {
	font-size: 28px;
	border-bottom: 1px solid;
	padding: 0px 0 5px 0;
	margin: 25px 0 20px 0;
}
.filesharing-item {
	
}
.filesharing-item-title {
	font-size: 24px;
	margin: 5px 0;
}

.filesharing-item-description {
	
}
/* =======================================PHOTO ALBUM */
.album-title {
	font-size: 28px;
	border-bottom: 1px solid;
	padding: 25px 0 5px 0;
	margin-bottom: 20px;
}
.album-description {
	padding: 5px;
}
.album-description {
	margin-bottom: 40px;
}
.album-wrapper {
	margin: 0 auto;
	position: relative;
	display: inline-block;
}
.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	height: auto;
	margin-bottom: 40px;
	margin-right: 4px;
	margin-left: 4px;
}
@media (max-width: 600px){
	div.pp_pic_holder {
		width: 325px !important;
		left: 0 !important;
		margin-top: -40px !important;
	}
 	.thumbnail-frame {
		width: 295px !important;
	}
	.pp_content, .pp_hoverContainer, .pp_details {
		width: 300px !important;
	}
	.pp_content {
		height: auto !important;
		padding-bottom: 50px !important;
	}
	#fullResImage {
		width: 290px !important;
		height: auto !important;
	}
	.pp_top, .pp_bottom, .ppt {
		width: 325px !important;
		
	}
	.pp_gallery, .pp_expand {
		display: none !important;
	}
}
.thumbnail-frame {
    position: absolute;
    top: 0;
    left: 0;
}
.thumbnail-frame img {
    margin: auto;
    border: none;
    overflow: hidden;
    position: relative;
    display: block;
}
.thumbnail-frame img {
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}

.thumbnail-caption {
	
}

.thumbnail-frame {
	overflow: hidden;
}

.thumbnail-frame p {
	
}
.thumbnail-frame:hover p {
}
/* =======================================PHOTO PAGE */
.photo-background {
	background: #ffffff;
	text-align: center;
}

.photo-navigation {
	margin: 6px auto; 
	text-align: center;
	padding: 4px;
	width: 640px;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
}

.photo-navigation a:hover {
	
}

.photo-frame{
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-size: 28px;
	margin: 0;
}

.photo-caption {
	padding: 0px;
	font-size: 1.25em;
}
/* =======================================MOVIE PAGE */
.movie-description {
	text-align: center;
	margin: 5px;
}
.movie-page-title {
	font-size: 28px;
	font-size: 28px;
	border-bottom: 1px solid;
	padding: 0px 0 5px 0;
	margin: 25px 0 20px 0;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 60px;
}
.movie-thumbnail-frame img{
	width: 190px;
	height: 140px;
	margin-bottom: 10px;
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0, .4);
	box-shadow: 0px 1px 5px rgba(0,0,0, .4);
}
.movie-thumbnail-frame {}

.movie-thumbnail-frame a {
	
	  
}
.movie-thumbnail-frame:hover {}
.movie-thumbnail-caption {
	text-align: center;
	margin-bottom: 3px;
}
.movie-thumbnail-frame {
	overflow: hidden;
}

.movie-thumbnail-frame .movie-thumbnail-caption {
	
	
}
.movie-thumbnail-frame:hover .movie-thumbnail-caption {

	

}
/* =======================================SITE MAP */
.sitemap-header h1 {
	font-size: 28px;
	border-bottom: 1px solid;
	padding: 0px 0 5px 0;
	margin: 25px 0 20px 0;
}
.rw-sitemap {
	font-size: 1.25em;
}
.rw-sitemap .tree {
	list-style: none;
}
.rw-sitemap .tree ul {
	margin-top: 10px;
	margin-left: 20px;
	font-size: 1em;
}
/* =======================================MOVIE */
.movie-background {
	background: #ffffff;
	margin-top: 5px;
}
.movie-title {
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
}
.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
/* =======================================CONTACT */
#content_text div {
	margin-bottom: 30px;
}
label {
	
}
.message-text h1{
	font-size: 28px;
	border-bottom: 1px solid;
	padding: 0px 0 5px 0;
	margin: 25px 0 20px 0;
} 
.required-text {
} 
.form-input-field {
	width: 100%;
	max-width: 400px;
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	background: white url('bg_form.png') left top repeat-x;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
 @media (max-width: 800px){
	.form-input-field {
		width: 94%;
	}
}
textarea.form-input-field {

} 
.form-input-button { 
	float: left;
	text-align: center;
	cursor: pointer;
	background: #349BCE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 3px solid #4CAAD9;
	color: white;
	padding: 6px 45px 6px 45px;
	text-shadow: 0px -1px 0px #2D86B3;
	display: block;
	margin: 5px 0px 0px 5px;
} 

