/*
Theme Name: Flood
Theme URI: http://www.themeflood.com/
Description: Flood theme for RapidWeaver.
Author: Will Woodgate
Version: 1.3
License: Commercial
License URI: http://www.themeflood.com/eula.html
*/

/* @group Reset */

html, body, div, span, applet, object, iframe, 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, ol, ul, 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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

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

blockquote {
	margin: 0 0 0 10px;
	padding: 15px;
}

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

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

figure {
	text-align: center;
	display: block;
	position: relative;
	margin: 10px;
	padding: 15px;
}

figcaption {
	display: block;
	position: relative;
	font-style: italic;
}

#viewUserGuide {
	display: none;
	visibility: hidden;
}

.external {
	padding-right: 12px;
	background: url(images/icons/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;
	position: relative;
}

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

/* @end */

/* @group Links */

a:link {
	text-decoration: none;
	font-weight: normal;
	color: #4c4c4c;
	font-style: normal;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #4c4c4c;
	font-style: normal;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0066ff;
}

a:active {
	text-decoration: none;
	font-weight: normal;
	color: #0066ff;
}

/* @end */

/* @group Headings */

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

/* @end */

/* @group Extra Content */

.ecName {
	display: none;
	border: 2px solid #ff0000;
}

#extraContainer1 {
	display: block;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

#extraContainer2 {
	display: block;
	line-height: 2.50em;
	text-align: right;
}

#extraContainer4 {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
}

#extraContainer7 {
	margin-top: 25px;
}

#extraContainer9 {
	position: relative;
	z-index: 20;
}

#extraContainer10 {
	display: block;
	position: absolute;
	top: 30px;
	right: 0;
	text-align: right;
}

/* @end */

/* @group Logo */

#logoFixedLeft {
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 200;
	display: none;
}

#logoFixedRight {
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 200;
	display: none;
}

#logoAbsoluteLeft {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 200;
	display: none;
}

#logoAbsoluteRight {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 200;
	display: none;
}

#titleLogo {
	display: none;
}

#logoTopLeft {
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 200;
	display: none;
}

#logoTopRight {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 200;
	display: none;
}

#logoBottomLeft {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 200;
	display: none;
}

#logoBottomRight {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 200;
	display: none;
}

#siteSloganLeft img {
	display: none;
}

#siteSloganRight img {
	display: none;
}

/* @end */



/* @group General Layout */

#main {
	position: relative;
	margin: 50px auto 0;
}

.width {
	width: 960px;
	margin: 0 auto;
}

.clearer {
	clear: both;
}

.smallSpacer {
	height: 25px;
	display: block;
	position: relative;
}

/* @end */

/* @group Header */

header {
	display: block;
	position: relative;
	border-bottom: 1px solid #eaeaea;
	z-index: 100;
	overflow: visible;
}

#siteTitle h1 {
	margin-bottom: 0px;
	overflow: visible;
}

#siteTitle h1 a {
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-bottom: none;
	font-size: 30px;
	position: relative;
	z-index: 150;
}

/* @end */

/* @group Banner Container */

#bannerWrapper, #IEwrapper {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0 auto;
	padding: 0;
}

#banner {
	display: block;
	position: relative;
	background: #e6e6e6 url(images/editable_images/banner-dining.jpg);
	height: 400px;
	margin: 6px;
	overflow: hidden;
}

#bannerContentBox {
	position: absolute;
	top: 0;
	right: 0;
	background: url(images/editable_images/ec5-background.png) repeat;
	width: 33%;
	height: 100%;
	display: none;
	z-index: 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;
}

#extraContainer5 {
	padding: 25px;
	font-size: 110%;
}

/* @end */

/* @group Site Slogan */

#siteSlogan {
	display: none;
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}

#siteSlogan h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 200%;
	line-height: 1.25em;
}

/* @end */



/* @group Horizontal Containers */

#upperHorizontalBar {
	width: 100%;
	display: none;
	position: relative;
	background-color: #e6e6e6;
	margin-top: 50px;
}

#upperHorizontalBarContainer {
	display: block;
	position: relative;
	padding: 25px 0;
}

#upperHorizontalBarContainer a {
	text-decoration: underline;
}

#middleHorizontalBar {
	width: 100%;
	display: none;
	position: relative;
	background-color: #e6e6e6;
	margin-top: 50px;
}

#middleHorizontalBarContainer {
	display: block;
	position: relative;
	padding: 25px 0;
}

#middleHorizontalBarContainer a {
	text-decoration: underline;
}

#lowerHorizontalBar {
	width: 100%;
	display: none;
	position: relative;
	background-color: #e6e6e6;
	margin-top: 50px;
}

#lowerHorizontalBarContainer {
	display: block;
	position: relative;
	padding: 25px 0;
}

#lowerHorizontalBarContainer a {
	text-decoration: underline;
}

/* @end */



/* @group Navigation */

#nav {
	display: inline;
	z-index: 200;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 105%;
	height: 30px;
	overflow: visible;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	z-index: 200;
}

#nav li {
	float: left;
	position: relative;
	line-height: 25px;
	display: inline;
	margin: 0;
}

#nav ul li:last-child {
	margin-right: -15px;
}

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

#nav p {
	padding: 0;
	margin: 0;
	color: #4c4c4c;
}

#nav a:hover {
	color: #a9a9a9;
	text-decoration: none;
}

/* Top level (parent page links) */

#nav li {
	position: relative;
	z-index: 200;
	line-height: 30px;
	padding: 0px 20px 5px;
	margin-bottom: 0;
	background-image: url(images/editable_images/ie-nav-bg.gif);
	display: block;
}

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

#nav li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin-top: 0px;
}

#nav ul li .current,
#nav ul li .current:hover,
#nav ul li .currentAncestor,
#nav ul li .currentAncestor:hover {
	
}

/* Second Level */

#nav ul ul {
	position: absolute;
	top: 30px;
	display: none;
	padding: 0;
	width: 166px;
	background: #fff;
	margin: 0 0 0 -20px;
	z-index: 199;
}

#nav ul ul li {
	position: relative;
	line-height: 2.50em;
	margin: 0;
	display: block;
	width: 125px;
	padding: 0px 20px 0;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

#nav ul ul li a,
#nav ul ul li p {
	float: left;
	display: block;
	width: 125px;
	line-height: 2.50em;
	padding: 0;
}

/* Third level and lower */

#nav ul ul ul {
	background: #fff;
	top: -1px;
	border-top: 1px solid #eaeaea;
	left: 125px;
	padding: 0;
	margin: 0;
	width: 166px;
}

#nav ul ul ul li {
	margin: 0;
	padding: 0px 20px 0;
}

#nav ul ul ul li a,
#nav ul ul ul li p {
	float: left;
	display: block;
	width: 125px;
}

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

/* @end */

/* @group Mega Menu */

#megamenu {
	display: none;
	z-index: 100;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 105%;
	background: transparent url(images/editable_images/ie7-menu-bg.gif) repeat;
}

#megamenu ul {
	margin: 0;
	padding: 0;
	float: left;
}

#megamenu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0px 15px 0;
	width: auto;
}

#megamenu a:hover {
	text-decoration: none;
}

#megamenu ul li:last-child {
	margin-right: -15px;
}

#megamenu ul li .current,
#megamenu ul li .current:hover {
	text-decoration: none;
}

#megamenu li a {
	display: block;
	text-decoration: none;
	z-index: 200;
	margin: 0;
	line-height: 35px;
	background: transparent;
}

#megamenu li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
	line-height: 35px;
	background: transparent;
}

/* Sub Headings */

#megamenu ul ul {
	display: none;
	position: absolute;
	top: 35px;
	padding: 10px 20px 15px;
	margin: 0 0 0 -20px;
	float: left;
	clear: both;
	z-index: 200;
}

#megamenu ul ul li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
	width: 125px;
	line-height: 30px;
}

#megamenu ul ul li a,
#megamenu ul ul li p {
	display: inline;
	float: left;
	line-height: 1.00em;
	font-weight: bold;
	margin: 0;
	height: 1.10em;
	border: none !important;
}

/* Child Links */

#megamenu ul li ul li ul {
	display: block !important;
	background: transparent;
}

#megamenu ul ul ul {
	display: block !important;
	position: relative;
	margin: 20px 0 0;
	top: 0;
	float: none;
	padding: 0;
	border: none;
}

#megamenu ul ul ul li {
	display: block !important;
	float: none;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: 25px;
	height: 25px;
	width: 125px;
}

#megamenu ul ul ul li a,
#megamenu ul ul ul li p {
	display: inline !important;
	font-size: 100%;
	float: none;
	top: 0;
	font-weight: normal;
	font-style: normal;
	padding-right: 0;
	border: none !important;
	background: transparent !important;
	line-height: 2.00em;
}


/* @end */

/* @group Content */

#contentContainer {
	margin-top: 50px;
	margin-bottom: 50px;
}

#content {
	color: #434343;
	padding: 0;
	margin-right: 250px;
}

#content a {
	text-decoration: underline;
}

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

#content ul {
	margin-left: 40px;
}

#content ol {
	margin-left: 40px;
}

/* @end */



/* @group Functions */

#dateTimeFunction {
	display: none;
	position: relative;
	background: transparent;
	margin-bottom: 25px;
}

#dateFunction {
	display: none;
	position: relative;
	background: transparent;
	margin-bottom: 25px;
}

#lastUpdatedFunction {
	display: none;
	position: relative;
	background: transparent;
	margin-bottom: 25px;
}

#searchContainer {
	position: relative;
	display: block;
	display: none;
	height: auto;
	padding: 0;
}

#searchFunction {
	display: none;
	margin: 0 1px 0 0;
	margin: 0;
	padding: 0;
}

#searchSpacer {
	display: block;
	position: relative;
	height: 25px;
}

#searchFunction fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#searchFunction #field {
	float: left;
	width: 99%;
	border: 1px solid #cccccc;
	display: block;
	text-indent: 3px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 3px 0;
}

#searchFunction #button {
	padding: 5px;
	width: auto;
	float: right;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 3px 0 0;
}

#searchFunction #button:hover {
	cursor: pointer;
}

/* @end */

/* @group Sidebar */

aside {
	display: block;
	width: 200px;
	float: right;
	padding-left: 25px;
	margin-left: 25px;
	border-left: 1px solid #ffffff;
	border-right: none;
}

#sidebarTitle h3 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 150%;
	line-height: 1.25em;
}

#sidebar {
	color: #999999;
	padding-top: 5px;
}

#sidebar a:link {
	text-decoration: underline;
}

#pluginSidebar {
	
}

/* @end */

/* @group Footer Content */

#footerContainer {
	display: none;
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
	background-color: #000;
	z-index: 0;
}

#gradient img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

footer {
	height: 6.00em;
	position: relative;
	display: block;
	background: #000000;
}

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

#leftFooter {
	position: absolute;
	top: 10px;
	left: 0;
}

#footer {
	position: relative;
}

#footer a,
#footer a:hover {
	text-decoration: none;
}

#breadcrumb {
	display: block;
	position: relative;
	line-height: 1.50em;
}

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

#breadcrumb li {
	display: inline;
	float: left;
}

#breadcrumb li:first-child {
	margin-left: -8px;
}

#breadcrumb li a {
	display: inline;
	text-decoration: none;
	z-index: 20;
	margin: 0;
}

#breadcrumb li p {
	display: inline;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
}

#lastUpdated {
	position: relative;
	display: none;
}

/* @end */

/* @group Footer Nav */

#footerNav {
	display: none;
	position: absolute;
	top: 10px;
	right: 0px;
}

#footerNav ul {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#footerNav li {
	display: inline;
	float: left;
	padding: 0 0 0 15px;
	margin: 0;
}

#footerNav li a {
	display: block;
	text-decoration: none;
	z-index: 20;
	margin: 0;
}

#footerNav li p {
	display: block;
	text-decoration: none;
	cursor: default;
	z-index: 30;
	margin: 0;
}

#footerNav ul ul {
	display: none;
}

/* @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 {
	
}

.blog-entry-title {
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.blog-entry-title a {
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
}

.blog-entry-date {
	padding: 0 0 15px;
	margin: 0;
}

.blog-read-more {
	display: block;
	margin-top: 0px;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: normal;
}

.blog-entry-body {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

p.blog-entry-tags {
	font-style: normal;
	font-weight: normal;
}

.blog-entry-comments {
	
}

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

.blog-entry-category a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.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: 25px;
}

.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 {
	padding: 0;
	margin: 0 0 25px;
}

.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: 25px;
	display: block;
}

.blog-rss-link {
	background-repeat: no-repeat;
	background-image: url(images/icons/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/icons/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: 0px;
	font-size: 1.25em;
}

.album-description {
	margin-bottom: 50px;
	display: block;
	position: relative;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
	margin-top: 100px;
}

.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: 50px;
	display: block;
	padding: 0;
	overflow: visible;
	text-align: center;
}

/* 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 {
	padding: 0px;
	position: absolute;
	left: 260px;
	top: 15px;
}

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

.photo-caption {
	margin: 0;
}



/* Styling Exif Data */

.exif-data {
	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 */

form {
	margin: 0px;
	padding: 0px;
}

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

.form-input-field {
	font-size: 1.25em;
	line-height: 1.50em;
	width: 98%;
	border: 1px solid #a1a1a1;
}

.form-input-field:focus {
	border: 1px solid #ff0000;
	background: #eaeaea;
}

textarea.form-input-field {
	line-height: 1.00em;
	resize: both;
}

.form-input-button {
	font-size: 1.50em;
}

/* @end */

/* @group RapidWeaver 5 Sitemap */

.sitemap-header {
	
}

.rw-sitemap {
	
}

.tree ul {
	
}

.tree li {
	
}

.sitemap-footer {
	
}

/* @end */


#rcCart {
	position: absolute !important;
	top: 0;
	left: 0;
}

.specialLinks a {
	color: #4c4c4c !important;
}

.specialLinks a:visited {
	color: #4c4c4c !important;
}

.specialLinks a:hover {
	color: #0066ff !important;
	text-decoration: underline !important;
}

.specialLinks a:active {
	color: #0066ff !important;
}
body {
	background-color: #FFFFFF;
}

header {
	border-bottom: 1px solid #EAEAEA;
}

a:link {
	color: #006699;
} 

a:visited {
	color: #006699;
}

a:hover {
	color: #993300;
}

a:active {
	color: #993300;
}

#upperHorizontalBar {
	background-color: #FFCCCC;
	color: #4C4C4C;
}

#upperHorizontalBar a {
	color: #004080;
}

#upperHorizontalBar a:visited {
	color: #004080;
}

#upperHorizontalBar a:hover {
	color: #6699CC;
}

#upperHorizontalBar a:active {
	color: #6699CC;
}

#middleHorizontalBar {
	background-color: #E7E7E7;
	color: #4C4C4C;
}

#middleHorizontalBar a {
	color: #004080;
}

#middleHorizontalBar a:visited {
	color: #004080;
}

#middleHorizontalBar a:hover {
	color: #6699CC;
}

#middleHorizontalBar a:active {
	color: #6699CC;
}

#lowerHorizontalBar {
	background-color: #E7E7E7;
	color: #4C4C4C;
}

#lowerHorizontalBar a {
	color: #004080;
}

#lowerHorizontalBar a:visited {
	color: #004080;
}

#lowerHorizontalBar a:hover {
	color: #9C9C9C;
}

#lowerHorizontalBar a:active {
	color: #9C9C9C;
}

#bannerWrapper {
	border: 1px solid #DCDCDC;
	background-color: #FFFFFF;
}

#banner {
	background-color: #2C2C2C;
}

#bannerContentBox {
	color: #EAEAEA;
}

#bannerContentBox h1,
#bannerContentBox h2,
#bannerContentBox h3,
#bannerContentBox h4,
#bannerContentBox h5,
#bannerContentBox h6 {
	color: #EAEAEA;
}

#bannerContentBox a {
	color: #5E5E5E;
}

#bannerContentBox a:visited {
	color: #5E5E5E;
}

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

#bannerContentBox a:active {
	color: #EAEAEA;
}

#siteTitle h1 a,
#siteTitle h1 a:visited {
	color: #333333;
}

#siteTitle h1 a:hover,
#siteTitle h1 a:active {
	color: #333333;
}

#siteSlogan h2 {
	color: #9C9C9C;
}

#content {
	color: #000000;
}

.blog-entry-body,
.filesharing-item {
	border-bottom: 1px solid #EAEAEA;	
}

aside {
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

#field {
	border: 1px solid #CCCCCC !important;
	color: #777777;
}

#button {
	background: #333333;
	border: 1px solid #333333;
	color: #FFFFFF;
}

#nav li a,
#nav li p,
#nav li p:hover,
#megamenu li a,
#megamenu li p,
#megamenu li p:hover {
	color: #777777;
}

#nav li a:hover,
#megamenu li a:hover {
	color: #A9A9A9;
}

#nav li a:active,
#megamenu li a:active {
	color: #A9A9A9;
}

#nav ul li .current,
#nav ul li .current:hover,
#nav ul li .currentAncestor,
#nav ul li .currentAncestor:hover,
#megamenu ul li .current,
#megamenu ul li .current:hover,
#megamenu ul li .currentAncestor,
#megamenu ul li .currentAncestor:hover {
	color: #000000;
}

#nav ul ul,
#nav ul ul ul,
#nav ul ul ul ul,
#nav ul ul ul ul ul,
#megamenu ul ul,
#megamenu ul ul ul,
#megamenu ul ul ul ul,
#megamenu ul ul ul ul ul {
	background: #FFFFFF;
}

#nav ul ul li,
#nav ul ul ul li {
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

#megamenu ul ul {
	border-left: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
}

#nav ul ul li a,
#nav ul ul li p,
#nav ul ul li p:hover,
#megamenu ul ul li a,
#megamenu ul ul li p,
#megamenu ul ul li p:hover {
	color: #777777;
}

#nav ul ul li a:hover,
#megamenu ul ul li a:hover {
	color: #A9A9A9;
}

#nav ul ul li a:active,
#megamenu ul ul li a:active {
	color: #A9A9A9;
}

#nav ul ul li .current,
#nav ul ul li .current:hover,
#nav ul ul li .currentAncestor,
#nav ul ul li .currentAncestor:hover,
#megamenu ul ul li .current,
#megamenu ul ul li .current:hover,
#megamenu ul ul li .currentAncestor,
#megamenu ul ul li .currentAncestor:hover {
	color: #000000;
}

footer {
	background-color: #FF9999;
	border-top: 1px solid #333333;
}

#footer {
	color: #333333;
}

#footer a,
#myExtraContent10 a {
	color: #FFFFFF;
}

#footer a:visited,
#myExtraContent10 a:visited {
	color: #FFFFFF;
}

#footer a:hover,
#myExtraContent10 a:hover {
	color: #6699CC;
}

#footer a:active,
#myExtraContent10 a:active {
	color: #6699CC;
}

#footerNav a,
#footerNav p  {
	color: #FFFFFF;
}

#footerNav a:visited {
	color: #FFFFFF;
}


#footerNav a:hover {
	color: #6699CC;
}

#footerNav a:active {
	color: #6699CC;
}

#sidebarTitle h3 {
	color: #333333;
}

#sidebar {
	color: #777777;
}

#sidebar a,
#pluginSidebar a {
	color: #006699;
}

#sidebar a:hover,
#pluginSidebar a:hover {
	color: #993300;
}

#sidebar a:active,
#pluginSidebar a:active {
	color: #993300;
}

#sidebar a:visited,
#pluginSidebar a:visited {
	color: #006699;
}

#breadcrumb {
	color: #ADADAD;
}

#breadcrumb a:link,
#breadcrumb p {
	color: #FFFFFF;
}

#breadcrumb a:visted {
	color: #FFFFFF;
}

#breadcrumb a:hover {
	color: #6699CC;	
}

#breadcrumb a:active {
	color: #6699CC;
}

h1 {
	color: #333333;
}

h2 {
	color: #333333;
}

h3 {
	color: #333333;
}

h4 {
	color: #333333;
}

h5 {
	color: #333333;
}

h6 {
	color: #333333;
}

blockquote {
	color: #191919;
	border-left: 2px solid #CCCCCC;
	background: #EAEAEA;
}

.form-input-field {
	border: 1px solid #A1A1A1;
	background: #FFFFFF;
}

.form-input-field:focus {
	border: 1px solid #993300;
	background: #F4F4F4;
}


		/* @option User selected body background setting */

body {
	background: transparent url(images/editable_images/body-watercolor-red.jpg) repeat;
}

/* @option User selected banner height setting */

#bannerWrapper {
	display: none !important;
}

#banner {
	height: 0px;
}

.spacer {
	display: none;
}

/* @option user-selected body font face */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @option user-selected logo position setting */

#logoAbsoluteLeft {
	display: inline;
}

/* @option user-selected logo position setting */

#logoFixedLeft {
	display: inline;
}

/* @option user-selected vertical spacing settings */

.spacer {
	height: 50px;
}

#upperHorizontalBar,
#middleHorizontalBar,
#lowerHorizontalBar {
	margin-top: 50px;
}

#siteSlogan,
#contentContainer {
	margin-top: 50px;
	margin-bottom: 50px;
}

.blog-entry-body,
.filesharing-item {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

/* @option user-selected sidebar width and position setting */

#content {
	margin-left: 0px;
	margin-right: 0px;
}

aside {
	display: none;
}

/* @option user-selected #navigation menu position setting */

/* Width + 41px */
#nav ul ul {
	width: 191px;
}

/* Width */
#nav ul ul li {
	width: 150px;
}

#nav ul ul li a,
#nav ul ul li p {
	width: 150px;
}

/* Width + 42px */
#nav ul ul ul {
	width: 192px;
}

/* Width + 40px */	
#nav ul ul ul {
	left: 190px;
}

/* @option user-selected miscellaneous theme setting */

#nav ul ul,
#megamenu ul ul {
	box-shadow: 5px 5px 5px #333;
  	-moz-box-shadow: 5px 5px 5px #333;
  	-webkit-box-shadow: 5px 5px 5px #333;
}

#megamenu ul ul ul {
	box-shadow: none;
  	-moz-box-shadow: none;
  	-webkit-box-shadow: none;
}

/* @option user-selected miscellaneous theme setting */

#siteTitle h1 a {
	line-height: 2.00em;
}

/* @option user-selected miscellaneous theme setting */

#siteTitle h1 {
	text-align: right;
}

nav,
#megamenu {
	left: 0px;
}

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

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

/* @option user-selected miscellaneous theme setting */

#siteTitle h1 {
	text-transform: uppercase;
}


/* @option user-selected miscellaneous theme setting */

nav, #megamenu {
	text-transform: uppercase;
}


/* @option user-selected miscellaneous theme setting */

h1, h2, h3, h4, h5, h6,
#sidebarTitle h3,
.blog-entry-title,
.album-title,
.photo-title,
.movie-page-title {
	text-transform: uppercase;
}

/* @option user-selected miscellaneous theme setting */

footer {
	text-transform: uppercase;
}

/* @option user-selected miscellaneous theme setting */

header {
	display: none;
}


/* @option user-selected miscellaneous theme setting */

#contentContainer {
	display: none;
}



		