/*
File: 'HV-XENSE' (RapidWeaver 5/6)
Author: Henk Vrieselaar
http://www.henkvrieselaar.com
*/

/* @group General Styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;}

blockquote, q {
	quotes: none;
	
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}

fieldset {
	border-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

a {
    outline: none;}

p {}

b, strong {}

a:link {
	text-decoration: none;}

a:visited {
	text-decoration: none;}

a:hover {
	text-decoration: none;}

a:active {
	text-decoration: none;}

a img {
	border:none}

img {
	border: none;}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;}
	
/* @end */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#myExtraContent1 {
	z-index: 100;
	position: absolute;
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
	right: 15px;
	top: 15px;
	letter-spacing: 1px;
}

#myExtraContent2 {
	margin-top: 10px;
	z-index: 1;
	margin-left: 0;
	padding: 0 15px 10px;
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
}

#myExtraContent3 {
	margin-top: 15px;
	z-index: 0;
	margin-left: 0;
	padding: 0 15px 10px 5px;
	position: relative;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
}

#myExtraContent4 {
	z-index: 100;
	position: absolute;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	left: 15px;
	top: 15px;
	letter-spacing: 1px;
}

/* @group Supersized Styles */
	
#overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	z-index: 0; 
	left:0;}
 
#contentsupersized{ 
	position: absolute;  
	height: 237px;
    right: 0px;
    z-index: =100;
    bottom: 43px;
    margin: -160px auto 0 -416px;
    overflow: hidden;
    width: 850px;}
	
#supersized-loader { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	z-index: 0; 
	width: 60px; 
	height: 60px; 
	margin: -30px 0 0 -30px; 
	text-indent: -999em; 
	background: url(images/loading.gif) no-repeat center center;}
	
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
}/* @end */

/*
Supersized - Fullscreen Slideshow jQuery Plugin Version : 3.2.4
Site	: www.buildinternet.com/project/supersized
Theme 	: Shutter 1.1
Author	: Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License
*/
				
#prevslide, #nextslide { 
	position: absolute; 
	height: 19px; 
	width: 22px; 
	margin-top: -21px; 
	filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50;
	bottom: 12px;
	z-index: 100;
}


	/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/

	/* Controls Bar
	----------------------------*/

				
				#prevslide, #nextslide{ position:absolute; height:19px; width:22px; bottom: 12px; margin-top:-21px; filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.50;
    opacity: 0.50; }
    
    #prevslide {  
	background:url(images/back.png);
	left: 47%;
}

#nextslide { 
	background:url(images/forward.png);
	right: 47%;
}
											#prevslide:active, #nextslide:active{ margin-top:-19px; }
						#prevslide:hover, #nextslide:hover{ cursor:pointer; }
				
#prevslide:hover, #nextslide:hover{
	filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	cursor:pointer; }

		
				
									         
/* @group Layout */

#container {
	margin: 0 auto 15px;
	padding: 0px;
	background-color: transparent;}

.clearer {
	clear: both;}

#pageHeader {
	height: 70px;
	padding-top: 15px;
	width: 632px;}

#pageHeader h1 {
	margin: 0px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	font-size: 46px;
	padding-left: 15px;
	z-index: 10;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;}

#pageHeader h1,
#pageHeader h1 a:link,
#pageHeader h1 a:visited {
	text-decoration: none;}

#pageHeader h2 {
	margin: 3px 0px 0px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-left: 15px;
	font-size: 16px;
	padding-top: 0;
	z-index: 10;
	position: relative;
	color: white;
	letter-spacing: 1px;}

#contentContainer {
	width: 632px;
	overflow: hidden;}

#contentContainer #content {
	padding: 15px;
	font-size: 12px;
	line-height: 1.6;
	letter-spacing: 1px;}

#sidebarContainer,#sidebarContainer #sidebar,
#sidebarContainer .sideHeader {
	display: none;}

#footer {
	font-size: 11px;
	line-height: 42px;
	position: absolute;  
    left: 0px;
    bottom: 0px;
	z-index: 10;
	padding-left: 15px;
	padding-bottom: 0px;
	letter-spacing: 1px;}

#footer p {
	margin: 0;}

#footer a:link, #footer a:visited {}

#footer a:hover, #footer a:active {}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	font-size: 11px;
	line-height: 1.1;
	z-index: 1;
	padding-left: 15px;
	padding-right: 15px;
	top: 0;}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	z-index: 1;
	padding: 0;}

#breadcrumbcontainer li {
	display: inline;
	z-index: 1;}

#breadcrumbcontainer a {
	text-decoration: none;}

#breadcrumbcontainer a:hover {
	z-index: 1;}
	
/* @end */

/* @group Toolbar */

/* @group Bread-crumb */

#pageHeader img {
	display: none;}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#menuWrapper {
	position: absolute;
	width: 180px;
	top: 0px;
	z-index: 10000;
	height: 100%;
	margin: 0 0 0 10px;
	right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-left-width: 1px;
	border-left-style: dotted;}
	
.ddsmoothmenu-v {
	padding: 0;
	position: relative;
	z-index: 1;z-index: 10000;
}
	
.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	width: 171px; /* Main Menu Item widths */z-index: 10000;
	list-style-type: none;}
 
.ddsmoothmenu-v ul li{
	position: relative;z-index: 10000;}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display: block;
	line-height: 1.1;
	text-decoration: none;
	padding: 3px 0 3px 6px;
	letter-spacing: 1px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background of menu items (default state)*/}

.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/}

.ddsmoothmenu-v ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
	padding: 3px 6px;}

/*Sub level menu items */

#smoothmenu2 ul li ul { left: -171px !important; }

.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
}

.ddsmoothmenu-v ul li ul li a{
	text-align: right;
	padding: 3px 6px 3px 3px;}

.ddsmoothmenu-v ul li ul li a:hover{
	/*background of menu items during onmouseover (hover state)*/
	padding: 3px 6px 3px 3px;}
	
.ddsmoothmenu-v ul li ul li ul{
	border-left-width: 1px;
	border-left-style: solid;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
.downarrowclass,
.rightarrowclass {
	display: none;}
        
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background,.blog-entry-summary,.blog-archive-headings-wrapper,.blog-archive-entries-wrapper,.blog-archive-entries-wrapper .blog-entry,.blog-archive-month,.blog-archive-link,.blog-archive-link a:link, .blog-archive-link a:visited,p.blog-entry-tags,
.blog-archive-link-enabled,
.blog-archive-link-disabled,
.blog-category-link-enabled,
.blog-category-link-disabled,html>body .blog-archive-link-disabled,
html>body .blog-archive-link-enabled,
html>body .blog-archive-link-enabled:link,
html>body .blog-archive-link-enabled:visited,ul.blog-tag-cloud,ul.blog-tag-cloud li,.blog-tag-size-1,.blog-tag-size-2,.blog-tag-size-3,.blog-tag-size-4,.blog-tag-size-5,.blog-tag-size-6,.blog-tag-size-7,.blog-tag-size-8,.blog-tag-size-9,.blog-tag-size-10,.blog-tag-size-11,.blog-tag-size-12,.blog-tag-size-13,.blog-tag-size-14,.blog-tag-size-15,.blog-tag-size-16,.blog-tag-size-17,.blog-tag-size-17,.blog-tag-size-18,.blog-tag-size-19,.blog-tag-size-20,.blog-entry,.blog-entry-title,.blog-entry-title a,.blog-entry-title a:link,
.blog-entry-title a:visited,.blog-entry-title a:hover,.blog-entry-date,.blog-entry-date a:link,.blog-entry-date a:hover,.blog-read-more a:link,.blog-read-more,.blog-entry-body,.blog-entry-comments,.blog-entry-category,.blog-entry-category a:link, .blog-entry-category a:visited,.blog-archive-link-enabled,
#blog-categories,#blog-categories a,#blog-categories a:hover,.blog-category-link-enabled,.blog-category-link-disabled,#blog-rss-feeds,.blog-rss-link,.blog-comments-rss-link,
a.blog-comment-link,
a.blog-trackback-link {
	display: none;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 15px;
	margin-top: 3px;
}

.filesharing-item {
	margin-bottom: 15px;
}

.filesharing-item-title {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
}

.filesharing-item-title a:link {
	font-size: 16px;
	width: inherit;
	color: blue;
	text-decoration: none;
}

.filesharing-item-title a:visited {	
	font-size: 16px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-decoration: none;
}

.filesharing-item-description {
	margin-top: 2px;
	margin-bottom: 10px;
	padding: 0px;
}

/* @end */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 18px;
	margin: 5px 0px;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	color: green;
	position: relative;
}

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

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
    text-align: left;
    position: relative;
    float: left;
    padding-bottom: 45px;
    margin-right: 35px;
    margin-top: 0px;
    margin-bottom: 12px;
}

.thumbnail-wrap:hover {
}

.thumbnail-frame {
	position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
    padding: 0px;
    margin-right: auto;
    margin-top: auto;
    margin-left: auto;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms;
	border-style: solid;
	border-width: 1px;
}

.thumbnail-frame img:hover {
    padding: 0px;
    border: 1px solid white;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 300ms; 
    background-color: transparent;
}

.thumbnail-caption {
	margin: 0;
	padding: 3px 2px 0;
	width: 100%;
	height: 36px;
	display: block;
	font-size: 11px;
	text-align: center;
}

/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	background-image: none;
	text-align: center;
}
.photo-background img.bg {
	display: none;
}

.photo-navigation {
	color: #e5e5e5;
	height: 105px;
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.photo-links{
	padding: 0 0 0 40px;
	margin: 0;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #f2f2f2;
}

.photo-navigation a:hover {
}

.photo-frame{
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
}

.photo-title {
	font-size: 2.2em;
	padding: 10px 0 8px 40px;
	margin: 0;
}

.photo-caption {
	font-size: 1.2em;
	padding: 0 0 0 40px;
	margin: 0 0 10px;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	color: red;
	font-size: 11px;
	line-height: 0.5em;
}
/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @group Quicktime Page */

.movie-description {
	padding-top: 10px;
}
	
/* @end */

/* @group Quicktime Album */
/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 18px;
	color: #000;
	margin: 0px;
	margin-bottom: 5px;
}
.movie-page-description {
	margin-bottom: 10px;
}.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin: 0 10px 35px 0;
}

.movie-thumbnail-frame a:link {
	width: 132px;
	float: left;
	margin-bottom: 0px;
	padding: 0;
}

.movie-thumbnail-frame img {
	width: auto;
	float: left;
	margin-bottom: 5px;
	padding: 0;
	border: 1px solid black;
	-webkit-transition: border-color 300ms ease-in;
}

.movie-thumbnail-frame img:hover {
	border: 1px solid white;
}


.movie-thumbnail-frame a:hover {
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
	text-align: center;
	font-size: 11px;
}
	
/* @end */

/* @group Quicktime Page */

.movie-description {
	padding-top: 10px;
}

.movie-title {
}

.movie-frame {

}

/* @end */

/* @group Contact Form */
.message-text {
} 

.required-text {
} 

.form-input-field {
	width: 90%;
	border: 1px solid black;
	outline: none;
	color: red;
} 

.form-input-button {
	border: 1px solid black;
	font-size: 13px;
	margin-left: 0;
	padding-left: 10px;
	padding-right: 10px;
} 
/* @end

/* @group Sitemap */

.rw-sitemap ul {
    margin: 0;
    padding: 0;
	list-style: square inside;
	color:blue;
    list-style-position: inside;
	line-height: 1.4;
	text-transform: uppercase;
}

.rw-sitemap ul li {
    margin: 0 0 10px;
  
}

.rw-sitemap ul li:last-child {
    margin: 0;
}

.rw-sitemap ul li li {
    margin: 0 0 3px;
}

.rw-sitemap ul li li:last-child {
    margin: 0;
}

.rw-sitemap ul ul {
    padding: 0 0 0 40px;
    line-height: 1.2;
	text-transform: capitalize;
	list-style: circle outside;
}

.rw-sitemap ul ul ul {
    line-height: 1.2;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.rw-sitemap ul ul ul ul {
    line-height: 1.2;
	margin-bottom: 10px;
	text-transform: capitalize;
}

/* @end */
body{background-color:#393939;color:#FFFFFF}#sidebarContainer{background-color:#000000}#sidebarContainer #sidebar{color:#FFFFFF}#sidebarContainer #sidebar a:link,#sidebarContainer #sidebar a:visited{color:#F8D26C}#sidebarContainer #sidebar a:hover,#sidebarContainer #sidebar a:active{color:#FF0000}#sidebarContainer .sideHeader{color:#F8D26C}#supersized li{background-color:#393939}#slidecaption{color:#FFFFFF}#slidecounter{color:#888888}#controls-wrapper{background-color:#000000}#contentsupersized{background-color:#000000;border-color:#000000}#menuWrapper,.ddsmoothmenu-v ul li ul li ul{border-left-color:#000000}#menuWrapper{background-color:#000000}.ddsmoothmenu-v ul li a{color:#888888!important}.ddsmoothmenu-v ul li a:hover,.ddsmoothmenu-v ul li a:active{color:#F8D26C!important}.ddsmoothmenu-v ul li ul li a{background-color:#000000;color:#888888!important}.ddsmoothmenu-v ul li ul{background-color:#000000}.menu ul li ul li a{color:#888888!important}.ddsmoothmenu-v ul li .currentAncestor,.ddsmoothmenu-v ul li .current{color:#F8D26C!important}.ddsmoothmenu-v ul li ul li a:hover{color:#F8D26C!important}blockquote{color:#F8D26C}.movie-page-description{color:#FFFFFF}#pageHeader h2{color:#FFFFFF}#myExtraContent1{color:#FFFFFF}#myExtraContent1 a:link,#myExtraContent1 a:visited{color:#F8D26C}#myExtraContent1 a:hover,#myExtraContent1 a:active{color:#FFFFFF}#myExtraContent2{color:#FFFFFF}#myExtraContent2 a:link,#myExtraContent2 a:visited{color:#F8D26C}#myExtraContent2 a:hover,#myExtraContent2 a:active{color:#FFFFFF}#myExtraContent3{color:#FFFFFF}#myExtraContent3 a:link,#myExtraContent3 a:visited{color:#F8D26C}#myExtraContent3 a:hover,#myExtraContent3 a:active{color:#FFFFFF}#myExtraContent4{color:#FFFFFF}#myExtraContent4 a:link,#myExtraContent4 a:visited{color:#F8D26C}#myExtraContent4 a:hover,#myExtraContent4 a:active{color:#FFFFFF}#pageHeader h1,#pageHeader h1 a:link,#pageHeader h1 a:visited{color:#FFFFFF}.rw-sitemap ul,.filesharing-item-title a:link,.filesharing-item-title a:visited,a:link,a:visited{color:#F8D26C}.filesharing-item-title a:hover,a:hover,a:active{color:#FFFFFF}#footer{color:#FFFFFF}#footer a:link,#footer a:visited{color:#F8D26C}#footer a:hover,#footer a:active{color:#FFFFFF}.photo-navigation a:link,.photo-navigation a:visited,.photo-navigation a:hover{color:#333333}.photo-background{background-color:#FFFFFF}.photo-navigation{background-color:#F4F4F4}.thumbnail-frame img{border-color:#333333}.thumbnail-frame img:hover{border-color:#FFFFFF}.photo-caption{color:#CCCCCC}.movie-thumbnail-caption,.thumbnail-caption{color:#F8D26C}.photo-frame{border-color:#333333}.photo-title,.album-title,.movie-page-title{color:#F8D26C}h1{color:#F8D26C}h2{color:#F8D26C}h3{color:#F8D26C}h4{color:#F8D26C}h5{color:#F8D26C}.form-input-button,.form-input-field{background-color:#FFFFFF;border-color:#CCCCCC;color:#5A5A5A}.form-input-button,.form-input-field,input[type="text"]{background-color:#FFFFFF;border-color:#CCCCCC;color:#5A5A5A}input[type="submit"],input[type="reset"]{color:#F8D26C}input[type="submit"]:hover,input[type="reset"]:hover{color:%colour_buttonhover_text%}


		/* @option theme width*/

#container,
#contentsupersized {	
	width: 600px;
}

#pageHeader,
#contentContainer {
	width: 412px;
}

#myExtraContent2 {
	width: 382px;
}

/* @option theme Container Height*/

#contentsupersized{  
	height: 327px;
}

#contentContainer {
	height: 225px;
}

/* @option theme Overlay*/

#overlay{
	display: none;
}

/* @option theme title font size*/

#pageHeader h1 {
	font-size: 22px;
	line-height: 1.2;
}


/* @option slogan font size*/

#pageHeader h2 {
	font-size: 14px;
}



/* @option theme menu font size*/

.ddsmoothmenu-v ul li a{
	font-size: 12px;
}

/* @option theme menu font weight and boxshadow*/

.ddsmoothmenu-v ul li ul{
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.25);
}

/* @option theme menu font style*/

.ddsmoothmenu-v ul li a{
	text-transform: uppercase;
}



/* @option user-selected content font */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @option theme content fony*/

#pageHeader h1 {}

/* @option theme rounded corners*/

#contentsupersized {	
-moz-border-radius-bottomleft: 15px;
  	-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-topleft: 15px;
  	-webkit-border-top-left-radius: 15px;
}

/* @option theme content text align*/

#contentContainer #content,
#myExtraContent2 {
	text-align: left;
}

/* @option Content background*/

#contentsupersized{  
	background-color: transparent;
background-image: url(images/dk_50.png);
}

/* @option Content background*/

#menuWrapper{
	background-color: transparent;
	background-image: none;
}


/* @option navbar background*/

#controls-wrapper{
	background-image: none;
	background-color: transparent;
}

/* @option theme textshadow*/

#slidecounter,
#slidecaption,
#myExtraContent1,
#myExtraContent3,
#myExtraContent4,
#footer,
#breadcrumbcontainer {
	text-shadow: 0 1px 0px rgba(0,0,0,0.50);
}


		