/* @group Reset */

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	color: #999999;
	background: white;
	font: 80%/1.50em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

.external {
	padding-right: 12px;
	background: url(images/editable_images/external.png) no-repeat right center;
}

.spacer {
	display: block;
	position: relative;
	background: transparent;
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Inline Images */

img {
	border-style: none;
}

.image-left {
	float: left;
	padding: 10px 10px 10px 0;
	position: relative;
}

.image-right {
	float: right;
	padding: 10px 0 10px 10px;
	position: relative;
}

/* @end */

/* @group Links */

a {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* @end */

/* @group Headers */

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1.25em;
}

/* @end */

/* @group Lists */

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;
}

#sidebar ul {
	list-style-type: disc;
	margin-left: 40px;
}

#sidebar ol {
	list-style-type: decimal;
	margin-left: 40px;
}

/* @end */

/* @group Extra Content */

.ecName {
	display: none;
}

#extraContainer4 {
	display: block;
	position: relative;
}

#extraContainer6 {
	display: block;
	position: relative;
}

#extraContainer7 {
	display: block;
	position: relative;
}

/* @end */

/* @group Logo Images */

#logoLeft {
	z-index: 40;
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
}

#logoRight {
	z-index: 40;
	position: fixed;
	top: 0px;
	right: 0px;
	display: none;
}

#headerLogo {
	display: none;
}

#bannerTopLeft {
	display: none;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 50;
}

#bannerTopRight {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 50;
}

#bannerBottomLeft {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 50;
}

#bannerBottomRight {
	display: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 50;
}

#contentLogoTop {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
}

#contentLogoTop {
	position: relative;
	z-index: 1;
	display: none;
}

#contentLogoBottom {
	position: relative;
	z-index: 1;
	display: none;
}

#sidebarTop {
	text-align: center;
	display: none;
}

#sidebarBottom {
	text-align: center;
	display: none;
}

/* @end */

/* @group RAFT Toggle Navigation */

.raftNavWrapper {
	display: none;
	position: relative;
	margin: 0 0 10px;
	padding: 0;
}

.raftNavTitle h3 {
	font-size: 18px;
	padding: 12px;
	margin: 0;
	line-height: 1.20em;
	font-weight: bold;
}

.raftNavWrapper .raftNavArrow.opened {
	position: absolute;
	top: 0;
	right: 15px;
	width: 30px;
	height: 45px;
	display: block;
	z-index: 20;
	background: url(images/editable_images/raft-nav-open.png) no-repeat center center;
}

.raftNavWrapper .raftNavArrow.closed {
	position: absolute;
	top: 0;
	right: 15px;
	width: 30px;
	height: 45px;
	display: block;
	z-index: 20;
	background: url(images/editable_images/raft-nav-closed.png) no-repeat center center;
}

.raftNav {
	display: none;
}

.raftNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.raftNav li {
	padding: 0;
	margin: 0;
	position: relative;
}

.raftNav .noSubPages {
	
}

.raftNav .hasSubPages {
	position: absolute;
	top: 0px;
	right: 5px;
	display: block;
	z-index: 20;
	height: 45px;
	width: 45px;
	background: url(images/editable_images/raft-nav-parent.png) no-repeat center center;
}

.raftNav a.current span.indicator {
	display: none;
}

.raftNav a:link {
    display: block;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
    padding-left: 12px;
    text-decoration: none;
    -webkit-transition: all .30s linear;
    -moz-transition: all .30s linear;
    -o-transition: all .30s linear;
    transition: all .30s linear;
}

.raftNav a:hover {
    -webkit-transition: all .30s linear;
    -moz-transition: all .30s linear;
    -o-transition: all .30s linear;
    transition: all .30s linear;
}

.raftNav .currentListItem ul li {
	display: block;
}

.raftNav .currentAncestorListItem ul li {
	display: block;
}

.raftNav ul ul a:link {
	padding-left: 30px;
}	

.raftNav ul ul ul a:link {
	padding-left: 60px;
}	

.raftNav ul ul ul ul a:link {
	padding-left: 90px;
}	

.raftNav ul ul ul ul ul a:link {
	padding-left: 120px;
}

/* @end */

/* @group Layout */

/* @group Top Tagline Container */

#tagline {
	height: 25px;
	z-index: 300;
	width: 100%;
	display: none;
}

#taglineBackground {
	height: 25px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#extraContainer1 {
	position: relative;
	float: right;
	text-align: right;
	z-index: 20;
}

/* @end */

/* @group Page Settings */

.width {
	margin: 0 auto;
}

#mainOuter {
	padding: 20px;
}

#main {
	padding: 0;
	display: block;
}

#raftNavWrapper,
#navSource {
	display: none;
}

/* @end */

/* @group Header */

#header {
	padding: 30px;
}

#siteTitle {
	display: block;
	text-align: left;
}

#siteTitle a {
	text-decoration: none;
	font-size: 175%;
	padding: 0;
	display: inline;
	line-height: 1.00em;
}

#siteSlogan {
	display: block;
	font-size: 125%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 0;
	line-height: 1.00em;
}

#extraContainer2 {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	z-index: 10;
}

/* @end */

/* @group Banner */

#banner {
	display: block;
	height: auto;
	position: relative;
	margin-right: -1px;
	/* Avoids a raw edge when responsive images are scaled */
	margin-bottom: -5px;
	z-index: 10;
	width: 100%;
	float: none;
}

#extraContainer4 {
	z-index: 20;
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
}

#extraContainer4 img {
	max-width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 0;
}

/* FreeStyle banners */
#freeStyle img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

#bannerContentBox {
	position: relative;
	display: none;
	z-index: 50;
	max-height: 100%;
	overflow: auto;
}

#extraContainer5 {
	display: block;
	z-index: 220;
	position: relative;
	padding: 10px;
}

#bannerContentBackground {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 200;
	height: 100%;
	width: 100%;
}

#bannerContentBox h1,
#bannerContentBox h2,
#bannerContentBox h3,
#bannerContentBox h4,
#bannerContentBox h5,
#bannerContentBox h6 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding-bottom: 5px;
	line-height: 1.25em;
}

#bannerContentBox a {
	color: #5e5e5e;
}

#bannerContentBox a:hover {
	color: #eaeaea;
}

/* @end */

#functions {
	background: #434343;
	height: 35px;
	width: 150px;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

/* @group Content Container */

	#contentContainer {
		display: block;
		overflow: auto;
		border-top: 1px solid #cdcdcd;
	}
	
	#contentContainer #content {
		padding: 0;
		color: #c0c0c0;
		margin: 0 0 0 215px;
		position: relative;
		display: block;
	}
	
	#contentWrapper {
		margin: 0;
		padding: 0;
		background: transparent;
		overflow: hidden;
		display: block;
		position: relative;
	}
	
	#content h1 {
		border-bottom: none;
		font-size: 200%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#content h2 {
		border-bottom: none;
		font-size: 180%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#content h3 {
		border-bottom: none;
		font-size: 160%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#content h4 {
		border-bottom: none;
		font-size: 140%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#content h5 {
		border-bottom: none;
		font-size: 120%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#content h6 {
		font-size: 100%;
		border-bottom: none;
		padding-bottom: 3px;
		margin-bottom: 3px;
	}
	
	#content ul,
	#content ol {
		margin: 20px;
	}
	
#extraContainer8 {
	display: block;
	position: relative;
}

/* @end */

/* @group Navigation Bar*/

#navOuter {
	position: relative;
	display: block;
	height: auto;
	clear: both;
	float: none;
}

#navBar {
	display: block;
	position: relative;
	height: auto;
	border-top: 1px solid #eaeaea;
	background: #FFFFFF;
	z-index: 100;
	width: 100%;
	clear: both;
	float: none;
}

#extraContainer3 {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	z-index: 100;
	line-height: 50px;
}

/* @end */

/* @group Drop-Down Navigation */

#nav {
	display: block;
	z-index: 150;
	position: relative;
	font-size: 105%;
	height: auto;
	z-index: 100;
	height: auto;
	margin-top: -1px;
	float: none;
	padding: 0;
}

#nav ul {
	display: table;
	position: relative;
	margin: 0;
	list-style: none;
	z-index: 10;
	padding: 0;
	float: none;
}

#nav ul li {
    float: left;
    display: block;
    white-space: nowrap;
    position: relative;
}

#nav a {
	display: inline;
	text-decoration: none;
	z-index: 20;
	padding: 0;
	border-bottom: none;
	color: #666666;
}

#nav a.nolink {
	cursor: default;
}

#nav a:hover {
	color: #444444;
	text-decoration: none;
	border-top: 1px solid #000000;
}

#nav a.current,
#nav a.currentAncestor {
	border-top: 1px solid #000;
}

/* Top level (parent page links) */

#nav ul li span.arrow {
	position: absolute;
	top: 0;
	right: 24px;
}

#nav span.arrow:after {
   content: "+";
}

#nav li a.nolink {
	cursor: default;
}

#nav li a {
	display: block;
	text-decoration: none;
	z-index: 20;
	background-image: url(images/editable_images/ie-nav-bg.gif);
	line-height: 40px;
	padding: 0px 30px 0 30px;
}

/* Second Level */

#nav ul ul {
	position: absolute;
	top: 51px;
	left: -9999px;
	padding: 0;
	margin: 0px;
	z-index: 149 !important;
	height: auto;
	zoom: 1;
}

#nav ul ul li {
	position: relative;
	line-height: 2.50em;
	margin: 0;
	padding: 0;
	display: block;
	float: none;
	clear: both;
}

#nav ul ul li:first-child {
	margin-left: 0px;
}

#nav ul ul li span.arrow {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 0;
	margin: 0;
}

#nav ul ul li a {
	float: none;
	display: block;
	line-height: 1.25em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #eaeaea;
	border-top: none;
}

#nav ul ul li a:hover {
	color: #cdcdcd;
	background: #222222;
	border-top: none;
}

/* Third level and lower */

#nav ul ul ul {
	top: 0px;
	padding: 0;
	margin: 0;
}

/* Essentials */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display: block;
}

#nav ul ul li span.arrow:hover {
	cursor: default;
}

#nav ul li span.multi {
	height: auto;
	width: auto;
	position: relative;
	display: block;
	background: transparent;
	padding: 10px 0;
	margin: 0;
	line-height: 1.25em;
	z-index: 40;
}

#nav ul li span.multi:hover {
	cursor: pointer;
}

/* @end */


/* @group Sidebar */

	#aside {
		display: block;
		width: 200px;
		float: left;
		position: relative;
	}
	
	#sidebarWrapper {
		padding: 0;
		margin: 0;
	}
	
	#sidebarTitle h3 {
		color: #929292;
		padding-bottom: 5px;
		font-size: 160%;
	}
	
	#aside #sidebar {
		color: #929292;
	}
	
	#sidebar h1 {
		border-bottom: none;
		font-size: 200%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#sidebar h2 {
		border-bottom: none;
		font-size: 180%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#sidebar h3 {
		border-bottom: none;
		font-size: 160%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#sidebar h4 {
		border-bottom: none;
		font-size: 140%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#sidebar h5 {
		border-bottom: none;
		font-size: 120%;
		padding-top: 3px;
		margin-bottom: 3px;
	}
	
	#sidebar h6 {
		font-size: 100%;
		border-bottom: none;
		padding-bottom: 3px;
		margin-bottom: 3px;
	}
	
	#sidebar ul,
	#sidebar ol {
		margin: 20px;
	}
/* @end */

/* @group Sidebar Block Navigation */

#navSource {
	display: none;
}

#blockNav {
	display: none;
	position: relative;
	margin-bottom: 20px;
}

#blockNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#blockNav li {
	padding: 0;
	margin: 0;
}

#blockNav a {
	display: block;
	text-decoration: none;
}

#blockNav ul ul a {
	padding-left: 20px;
}

#blockNav ul ul ul a {
	padding-left: 40px;
}

#blockNav ul ul ul ul a {
	padding-left: 60px;
}

#blockNav ul ul ul ul ul a {
	padding-left: 80px;
}

#blockNav ul ul ul ul ul ul a {
	padding-left: 100px;
}

#blockNav li.currentListItem ul ul {
	display: none !important;
}

/* @end */


/* @group Footer */

#footerContainer {
	display: block;
	position: relative;
	min-height: 50px;
}

#extraContainer9 {
	display: block;
	position: absolute;
	left: 15px;
	bottom: 5px;
	font-size: 80%;
	text-align: right;
}

#extraContainer10 {
	display: block;
	position: relative;
	clear: both;
	text-align: center;
}

#lastUpdated {
	display: none;
}

#footer {
	display: block;
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 80%;
	text-align: right;
}

#breadcrumb {
	display: inline;
	position: absolute;
	top: 5px;
	left: 15px;
}

#breadcrumb ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#breadcrumb li {
	display: inline;
	float: left;
	font-size: 80%;
}

/* @end */


/* @group Search Bar Functions */

#headerSearch {
	display: none;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 50;
}

#navSearchContainer {
	display: none;
	position: absolute;
	top: 11px;
	right: 30px;
	z-index: 50;
}

#bannerSearch {
	display: none;
	position: absolute;
	z-index: 50;
}

#sideSearchTop,
#sideSearchBottom {
	display: none;
	margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

#sideSearchTop input,
#sideSearchBottom input {
	margin-bottom: 5px;
}

/* @end */

/* @group Footer Navigation Links */

#footerNavigationLinks {
	text-align: left;
	display: none;
	position: absolute;
	top: 5px;
	left: 15px;
	margin: 0;
	line-height: 1.00em;
	padding: 0;
	font-size: 80%;
}

#footerNavigationLinks ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#footerNavigationLinks li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px;
}

#footerNavigationLinks li:first-child {
	padding-left: 0;
}

#footerNavigationLinks a,
#footerNavigationLinks p {
	display: inline;
	margin: 0;
	padding: 0;
}

#footerNavigationLinks ul ul {
	display: none;
}

/* @end */

/* @end */

/* @group Blog */

.blog-archive-background {
	
}

.blog-entry-summary {
	margin-bottom: 15px;
}

.blog-archive-headings-wrapper {
	border-bottom: 1px solid;
}

.blog-archive-entries-wrapper {
	
}

.blog-archive-entries-wrapper .blog-entry {
	
}

.blog-archive-month {
	font-size: 2.2em;
	letter-spacing: -1px;
}

.blog-archive-link {
	
}

.blog-archive-link a:link, .blog-archive-link a:visited {
	
}

/* Blog Tag Cloud */

ul.blog-tag-cloud {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;
}

.blog-tag-size-1 {
	font-size: 0.8em;
}

.blog-tag-size-2 {
	font-size: 0.85em;
}

.blog-tag-size-3 {
	font-size: 0.9em;
}

.blog-tag-size-4 {
	font-size: 0.95em;
}

.blog-tag-size-5 {
	font-size: 1em;
}

.blog-tag-size-6 {
	font-size: 1.05em;
}

.blog-tag-size-7 {
	font-size: 1.1em;
}

.blog-tag-size-8 {
	font-size: 1.15em;
}

.blog-tag-size-9 {
	font-size: 1.2em;
}

.blog-tag-size-10 {
	font-size: 1.25em;
}

.blog-tag-size-11 {
	font-size: 1.3em;
}

.blog-tag-size-12 {
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {
	font-size: 1.55em;
}

.blog-tag-size-17 {
	font-size: 1.6em;
}

.blog-tag-size-18 {
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {
	font-size: 1.75em;
}

/* Main Blog entries */

.blog-entry {
	padding-bottom: 20px;
}

.blog-entry-title {
	font-size: 150%;
	line-height: 1.00em;
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}

.blog-entry-title a {
	text-decoration: none;
	padding-bottom: 5px;
}

.blog-entry-date {
	line-height: 1.00em;
	padding-bottom: 10px;
}

.blog-read-more {
	display: block;
	padding-top: 0px;
}

.blog-entry-body {
	
}

.blog-entry-comments {
	
}

p.blog-entry-tags {
	
}

/* Styles the category link/s in the main Blog entry */

.blog-entry-category {
	
}

.blog-entry-category a {
	
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	
}

#blog-archives br,
#blog-categories br,
#blog-rss-feeds br {
	display: none;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	margin-bottom: 15px;
}

.blog-archive-link-enabled {
	background-repeat: no-repeat;
	display: block;
}

.blog-archive-link-disabled {
	background-repeat: no-repeat;
	display: block;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	
}

.blog-category-link-enabled {
	display: block;
}

.blog-category-link-disabled {
	display: block;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	margin-top: 10px;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/editable_images/rss-icon.png);
	background-position: left center;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}

.blog-comments-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/editable_images/rss-icon.png);
	background-position: left center;
	padding-left: 15px;
	display: block;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	
}

.filesharing-item {
	padding-bottom: 15px;
	padding-top: 15px;
}

.filesharing-item-title a:link {
	font-weight: normal;
	margin-bottom: 0px;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	font-weight: normal;
	text-decoration: none;
}

/* @end */

/* @group Flash */

#flashcontent {
	text-align: center;
}

/* @end */

/* @group Photo Album */

.album-title {
	font-weight: bold;
	margin-bottom: 3px;
	font-size: 1.25em;
}

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

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

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	margin-right: 20px;
}

.thumbnail-frame {
	background-image: url('images/theme_files/loading_background.png');
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 5px;
}

.thumbnail-frame:hover {
	
}

.thumbnail-frame a {
	
}

.thumbnail-frame a:hover {
	background: transparent;
}

.thumbnail-frame img {
	margin: auto;
	border: none;
	padding: 0px;
}

.thumbnail-caption {
	margin: 0;
	width: 100%;
	height: 38px;
	display: block;
	padding: 0 0 0 5px;
}

/* CSS Formatting for Single Page (Photo view) */

.photo-background {
	text-align: left;
}

.photo-navigation {
	width: 200px;
	float: left;
	margin: 15px 15px 0;
	padding: 15px;
}

.photo-links {
	
}

.photo-navigation a:link,
.photo-navigation a:visited {
	
}

.photo-navigation a:hover {
	background: transparent;
}

.photo-frame {
	background-image: url('images/theme_files/loading_background.png');
	padding: 0px;
	position: absolute;
	left: 260px;
	top: 15px;
}

.photo-title {
	margin: 0;
	font-size: 1.25em;
	font-weight: normal;
}

.photo-caption {
	margin: 0;
}

/* Styling Exif Data */

.exif-data {
	font-size: 0.75em;
	line-height: 1.5em;
	clear: left;
	margin-left: 15px;
	margin-top: 15px;
	padding: 15px;
	float: left;
	width: 200px;
}

.exif-data p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Movie Page */

.movie-description {
	margin-top: 15px;
}

/* @end */

/* @group Movie Album */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

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

.movie-thumbnail-frame {
	width: 134px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
	
}

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

.movie-thumbnail-caption {
	
}

/* CSS formatting for Singular Quicktime Movies */

.movie-page-title {
	font-weight: bold;
	margin-bottom: 0px;
}

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

.movie-thumbnail-frame {
	width: 132px;
	display: inline;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 1px;
	font-size: 1em;
	position: relative;
	z-index: 10;
}

/* @end */


/* @group Contact Form */

div label {
	font-size: 100%;
	padding-top: 0;
	line-height: 36px;
	float: none;
	display: inline;
}

.message-text {
	font-weight: bold;
	font-style: normal;
}

input.form-input-field {
	font-size: 18px;
	width: 75%;
}

textarea.form-input-field {
	line-height: 18px;
	resize: both;
	width: 75%;
}

.form-input-button {
	cursor: pointer;
	display: inline-block;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
	background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	padding: 5px 14px 6px;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
}

.form-input-button:hover {
	color:#333333;
	text-decoration: none;
	background-color:#e6e6e6;
	background-position:0 -15px;
}

.form-input-button:focus {
	outline: 1px dotted #666;
}

.form-input-button[type="reset"] {
	
}

.form-input-button[type="submit"] {
	color: #ffffff;
	background-color: #0074CC;
	background-image: -moz-linear-gradient(top, #08C, #05C);
	background-image: -ms-linear-gradient(top, #08C, #05C);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08C), to(#05C));
	background-image: -webkit-linear-gradient(top, #08C, #05C);
	background-image: -o-linear-gradient(top, #08C, #05C);
	background-image: linear-gradient(top, #08C, #05C);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08C', endColorstr='#05C', GradientType=0);
	border-color: #05C #05C #003580;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	text-shadow: none;
}

.form-input-button[type="submit"]:hover,
.form-input-button[type="submit"]:active {
	background-color:#0055cc;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* @end */

/* @group JS-Kit Override */

.js-singleCommentBodyT {
	display: block;
	margin: 0;
	padding: 17px 0 0;
}

.js-singleCommentHeader {
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
}

.js-OldComments,
.js-commentFieldLabel,
.js-pmFieldLabel,
.js-singleCommentBody,
.js-singleCommentKarmaComMod,
.js-commentBodyLabel,
.js-commentCmtTextarea,
.js-commentAvatarArea,
.js-OldCommentsWrap,
.js-OldComments,
.js-CreateCommentFieldsWrap,
.js-CreateCommentFields,
.js-commentCmtTextarea,
.js-kit-comments div {
	clear: none !important;
}

.js-singleCommentText {
	display: block !important;
	clear: both !important;
}

.js-kit-comments br {
	display: none !important;
}

.js-singleCommentBody br {
	display: block !important;
}

/* @end */

/* @group RapidWeaver 5 Sitemap */

.sitemap-header {
	
}

.rw-sitemap {
	
}

.tree ul {
	
}

.tree li {
	padding-bottom: 5px;
	padding-top: 5px;
}

.tree li p {
	padding: 0;
	margin: 0;
}

.sitemap-footer {
	
}

/* @end */

/* @group YourHead Accordion */

.acToggle {
	padding: 0;
	margin: 0;
	height: auto !important;
	line-height: 1.00em !important;
}

/* @end */


/* @group YourHead Kwix */

.kwix-text h3 {
	padding: 0;
	margin: 0;
	height: auto !important;
	line-height: 1.00em !important;
}

/* @end */