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

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

body {
	color: #999999;
	background: white;
	font: 80%/1.50em 'Cantarell', arial, 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;
}

.boxLight {
	position: relative;
	border: 1px solid #cccccc;
	background: #FFFFFF;
	padding: 3px;
	margin-top: -1px;
}

.boxDark {
	position: relative;
	border: 1px solid #cccccc;
	background: #eaeaea;
	padding: 3px;
	margin-top: -1px;
}

.boxRight {
	position: absolute;
	top: 3px;
	right: 3px;
}

.boxRight a, .boxRight a:visited {
	text-decoration: none !important;
	color: #007DD0 !important;
}

.boxRight a:hover, .boxRight a:active {
	text-decoration: underline !important;
	color: #333333 !important;
}

/* @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 {
	text-decoration: none;
	font-weight: normal;
	color: #4c4c4c;
	font-style: normal;
}

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

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

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

/* @end */

/* @group Headings */

h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* @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 General Layout */

#main {
	position: relative;
	margin: 10px 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;
	z-index: 100;
}

header h1,
header h2 {
	display: none;
}

/* @end */

/* @group Site Slogan */

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

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

/* @end */



/* @group #navigation */

#nav {
	display: inline;
	z-index: 200;
	position: absolute;
	right: 0;
	bottom: 0;
	text-transform: lowercase;
	font: 105% "Hiragino Kaku Gothic Pro", Arial, Helvetica, Geneva, sans-serif;
}

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

#nav li {
	float: left;
	position: relative;
	line-height: 2.00em;
	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: #86c8d6;
	text-decoration: none;
}

/* Top level (parent page links) */

#nav li {
	line-height: 2.50em;
	padding: 0px 20px 0;
}

#nav li a {
	display: block;
	text-decoration: none;
	z-index: 20;
	margin-bottom: 0px;
	color: #929292;
}

#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 {
	color: #86c8d6;
}

/* Second Level */

#nav ul ul {
	position: absolute;
	top: 2.50em;
	display: none;
	margin: 0 0 0 -20px;
	padding: 0;
	width: 166px;
	background: #fff;
}

#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 {
	float: left;
	display: block;
	width: 125px;
}

/* Third level and lower */

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

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

#nav ul ul ul li a {
	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 Content */

#contentContainer {
	margin: 0 auto;
	padding: 50px 0 0;
}

#contentBackground {
	background: transparent url(images/editable_images/content-bg.jpg) repeat-x;
}

#content {
	color: #828382;
	padding: 0;
	margin-left: 250px;
	display: block;
	position: relative;
}

#cropWrapper {
	display: block;
	position: relative;
	overflow: hidden;
}

#content a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #828382;
	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 Sidebar */

aside {
	display: block;
	width: 200px;
	float: left;
	padding-right: 25px;
	margin-right: 25px;
}

#sidebarTitle h3 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 150%;
	color: #828382;
}

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

#sidebar a {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#pluginSidebar {
	
}

/* @end */

/* @group Footer Content */

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

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

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

#footerContent {
	display: block;
	position: relative;
	font: 80% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

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

#rightFooter {
	position: absolute;
	top: 10px;
	right: 0;
}

#extraContent1 {
	color: #eaeaea;
}

#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;
	color: #eaeaea;
}

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

#lastUpdated {
	position: relative;
	display: block;
	margin-bottom: 4px;
}

/* @end */

/* @group Footer #nav */

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

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

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

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

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

#footer#nav 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 {
	padding-bottom: 20px;
}

.blog-entry-title {
	font-weight: normal;
	margin: 0px;
	padding-bottom: 5px;
}

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

.blog-entry-date {
	padding-bottom: 10px;
}

.blog-read-more {
	display: inline;
	padding-top: 15px;
	font-style: italic;
}

.blog-entry-body {
	
}

.blog-entry-comments {
	
}

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

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

.blog-entry-category a {
	font-weight: bold;
}

.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 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.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/DO_NOT_DELETE/rss_icon.png);
	background-position: left center;
	padding-left: 15px;
	padding-right: 15px;
}

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

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

.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 */

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

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

.form-input-field {
	font-size: 1.25em;
	width: 99%;
}

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

/* @end */

/* @group RapidWeaver 5 Sitemap */

.sitemap-header {
	
}

.rw-sitemap {
	
}

.tree ul {
	
}

.tree li {
	
}

.sitemap-footer {
	
}

/* @end */

