/* @group General Styles */

body {
	background: #ffffff;
	margin: 0;
	font: 75%/1.8em Georgia, "Times New Roman", Times, serif;
}

p {
}

b, strong {

}

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

a:hover, a:active {
	text-decoration: underline;
}

img, img a {
	border-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.clear {
	clear: both;
}

.widthCheck {
	background-color: red;
	margin: 0;
	padding: 0;
	height: 200px;
}

code {
	font: 1.3em/1.5em "Times New Roman", Times, sans-serif;
}

pre {
	margin-bottom: 20px;
	padding: 10px;
	font-size: 1.2em;
}

sup {
	font: 0.9em "Times New Roman", Times, sans-serif;
	font-style: italic;
}

sub {
	font: 0.9em "Times New Roman", Times, sans-serif;
	font-style: italic;
}

.image-left {
	float: left;
	margin: 0 15px 5px 0;
}

.image-right {
	float: right;
	margin: 0 0 5px 15px;
}
	
.imageStyle {
}

blockquote, .standout {
	margin: 20px;
	font: 1.3em/1.5em Times, serif;
	font-style: italic;
}

/* Invalid RapidWeaver markup for stike through
s {
}
*/

/* Main content area unordered list styles */
#content ul {
}

#content li {
}

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

ol.lower-alpha {
	list-style-type: upper-latin;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

/* Sidebar area unordered list styles */
#sidebarContainer .content ul {
}

#sidebarContainer .content li {
}

/* Table Styles */
table {
}

/* @end */

/* @group Layout */

.bg {
	position: relative;
	top: 0;
	left: 0;
	height: 400px;
}

#container {
	position: relative;
	top: -350px;
	margin: 0 auto;
	padding: 0;
	height: 567px;
}

#box {
	margin: -895px auto 0;
	position: relative;
	display: block;
}

#title img {
	float: right;
}

#title {
	margin: 10px auto;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 40px;
}

.slogan {
	font-size: 0.45em;
	line-height: 14px;
	display: block;
	font-weight: normal;
	font-style: normal;
}

#picture {
	height: 175px;
	border-bottom: 2px solid #000;
	display: block;
	position: relative;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
	line-height: 20px;
	margin-bottom: 30px;
	clear: both;
	display: block;
	padding-top: 30px;
}

#show_sidebar {
	background: url(images/opentab.png) no-repeat;
	width: 34px;
	height: 34px;
	position: relative;
	float: right;
	padding-right: 25px;
	display: block;
	cursor: pointer;
}

#sidebar {
	overflow: hidden;
	padding: 20px;
	overflow: hidden;
	margin: 0 auto;
}

#sidebar h5 {
	font-weight: bold;
	margin: 5px 0 0;
	padding: 0;
	font-size: 1.8em;
	line-height: 30px;
}

#blogwrapper a {
	float: left;
	display: block;
	width: 180px;
}

#content {
	clear: both;
	margin: 20px auto;
}

#navcontainer {
	margin: 0 auto;
	height: 30px;
	position: relative;
	z-index: 5;
	border-bottom: 2px solid #000;
}

/* @group nav */

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
	z-index: 100;
	position: relative;
	float: left;
}

#navcontainer li {
	position: relative;
	float: left;
	display: inline;
	z-index: 100;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	text-align: center;
	height: 30px;
	line-height: 32px;
	padding: 0 5px;
	margin: 0 10px;
	font-weight: bold;
	z-index: 100;
	white-space: nowrap;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	display: none;
	z-index: 100;
	background: #4f4f4f;
	border: 1px solid #727272;
	top: 30px;
	left: 10px;
}

#navcontainer ul ul a {
	border-bottom: 1px solid #d8d8d8;
	line-height: 20px;
	color: #ffffff;
	width: 110px;
	text-align: left;
	z-index: 100;
	position: relative;
	height: 20px;
	display: block;
}

#navcontainer ul ul a:hover {
	background: repeat url(images/sub_button_over.png);
	z-index: 100;
	position: relative;
}

html>body #navcontainer ul ul a {
		height: 20px;
	z-index: 100;
	position: relative;
}

html>body #navcontainer ul ul a:hover {
	background: repeat url(images/sub_button_over_trans.png);
	z-index: 100;
	position: relative;
}

html>body #navcontainer ul ul #current{
	background: repeat url(images/sub_button_over_trans.png);
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 100px;
	top: 0;
}

#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}

#navcontainer ul ul ul ul {
	position: absolute;
	left: 100px;
	top: 0;
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}
	
/* @end */

/* @end */

/* @group Global Classes */

.imageStyle {
	padding: 5px;
	background: #dfdfdf;
	border: 1px solid #bebebe;
}

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

.image-right {
	padding: 3px 0px 3px 3px;
	float: right;
}

.blackquote {
	font-weight: bold;
	font-style: italic;
}

p {
	
}

code {
	padding: 5px;
	border: 1px solid #a2a2a2;
	background: #e9e9e9;
}
	
/* @end */

/* @group Blog Classes */

.blog-entry {
	margin-top: 20px;
}

.blog-entry-title {
	margin-top: 20px;
	font-size: 1.8em;
}

.blog-entry-date {
	font-size: 0.9em;
	color: #a6a6a6;
	background: url(images/date.png) no-repeat 0 center;
	height: 15px;
	line-height: 15px;
	display: table;
	margin-bottom: 10px;
	text-indent: 25px;
}

.blog-entry-summary {
	margin: 10px;
}

.blog-entry-body {
	border: 1px #d8d8d8 solid;
	border-bottom: 1px solid #d8d8d8;
	padding: 10px;
	background: #f4f4f4;
}

.blog-entry-comments {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	position: relative;
}

.blog-entry-category {

	line-height: 15px;
	background: #ffffff url(images/category.png) no-repeat 8px center;
	font-size: 0.9em;
	display: table-cell;
	margin-left: 10px;
	padding-right: 5px;
	font-weight: bold;
}

.blog-entry-permalink {
	line-height: 18px;
	background: #ffffff url(images/perma.png) no-repeat 8px center;
	font-size: 0.9em;
	display: table-cell;
	margin-left: 7px;
	padding-right: 5px;
	font-weight: bold;
}

.blog-read-more {
	background: url(images/readmore.png) no-repeat;
}

.blog-image-smiley { }

/* Blog Category Links */

#blog-categories {
	line-height: 2.5em;
}

#blog-categories:before {
	content: "Categories:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.5em;
}

#blog-categories br {
	display: none;
}

.blog-category-link-disabled:after {
	content: ", ";
}

.blog-category-link-disabled {
	display: inline;
	margin-right: 5px;
	background: url(images/category.png) no-repeat 0 center;
	padding-left: 25px;
}

.blog-category-link-enabled:after {
	content: ", ";
}

.blog-category-link-enabled {
	margin-right: 5px;
	background: url(images/category.png) no-repeat 0 center;
	padding-left: 25px;
}

/* Blog Archive Links */

#blog-archives {
	padding: 30px 0 0;
	line-height: 2.5em;
}

#blog-archives:before {
	content: "Archives:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.5em;
}

#blog-archives br {
	display: none;
}

.blog-archive-link-enabled:after {
	content: ", ";
}

.blog-archive-link-enabled {
	margin-right: 5px;
	background: url(images/date.png) no-repeat 0 top;
	padding-left: 25px;
}

.blog-archive-link-disabled:after {
	content: ", ";
}

.blog-archive-link-disabled {
	display: inline;
	margin-right: 5px;
	background: url(images/date.png) no-repeat 0 center;
	padding-left: 25px;
}

/* styles the Tag Cloud in the sidebar */

ul.blog-tag-cloud {
	margin: 0;
	clear: both;
	padding: 30px 0 0;
	line-height: 2.5em;
}

ul.blog-tag-cloud:before {
	content: "Tag cloud:";
	display: block;
	margin-bottom: 5px;
	font-size: 1.5em;
}

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

ul.blog-tag-cloud li a:after {
	content: ", ";
}

ul.blog-tag-cloud li a {
}

ul.blog-tag-cloud li a:hover {
	text-decoration: underline;
}

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

/* RSS Feed Links */

#blog-rss-feeds {
	clear: both;
	padding: 30px 0 0;
}

.blog-rss-link {
	background: url(images/rss.png) no-repeat 0 center;
	padding-left: 25px;
}

.blog-comments-rss-link {
	background: url(images/rss.png) no-repeat 0 center;
	padding-left: 25px;
}
	
/* @end */

/* @group Blog Archive */
	.blog-archive-background { } 	
.blog-archive-entries-wrapper { } 	
.blog-archive-month {
}

.blog-archive-link {
	background: no-repeat url(images/return.png);
	padding-left: 20px;
	display: table-cell;
	margin: 0;
	font-size: 0.9em;
	line-height: 18px;
	font-weight: bold;
}
/* @end */

/* @group Contact Form */

.message-text {
	font-weight: bold;
} 
.required-text {
	color: #ff0000;
} 
.form-input-field { } 	
.form-input-button { }
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 10px;
} 	
.filesharing-item {
	background: #f4f4f4;
	border: 1px solid #d8d8d8;
	padding: 10px;
	margin-bottom: 5px;
}

.filesharing-item-title { } 
.filesharing-item-description {
	font-style: italic;
}/* @end */

/* @group Photo Album */ 	
.album-description { } 	
.album-wrapper {
	text-align: center;
	margin: 0 auto 50px;
	padding-bottom: 50px;
	display: block;
}
.thumbnail-wrap {
	float: left;
	margin: 0 20px 60px;
}

.thumbnail-frame {
	padding: 5px;
}

.thumbnail-frame img {
	padding: 5px;
	background: #dfdfdf;
	border: 1px solid #bebebe;
} 
	
/* @end */

/* @group Photo Album Large View */

.photo-background {
} 

.photo-navigation {
	background: #ffffff;
	text-align: center;
	padding: 5px;
	border: 1px solid #bebebe;
} 	
.photo-caption {
	color: #939393;
} 	
.photo-links { }

.photo-frame {
	padding: 5px;
	background: #dfdfdf;
	border: 1px solid #bebebe;
	text-align: center;
	margin-top: 10px;
	position: absolute;
	left: 25%;
	right: 25%;
}
	
/* @end */

/* @group Movie Album */
.movie-page-description {
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	padding: 5px;
	background: #dfdfdf;
	border: 1px solid #bebebe;
	float: left;
	margin: 0 10px 10px 0;
}
	
/* @end */

/* @group Quicktime Movie */

.movie-description {

}
	
/* @end */

/* @group Movie Album Pop Win */

.movie-background { }

.movie-frame {
	padding: 5px;
	background: #eeeeee;
	border: 1px solid #bebebe;
	margin: 0 auto 10px;
	text-align: center;
	z-index: 10;
}
	
/* @end */

#flashcontent {
	position: relative;
	z-index: 1;
	text-align: center;
}