/* @group Layout */

#box {
	margin-right: auto;
	margin-left: auto;

	
	background: url(images/contentbg.png) no-repeat;
min-height: 70%;
	color: #4d4d4d;
	font: 12px/25px Georgia, "Times New Roman", Times, serif;
	width: 564px;
	padding: 20px;
	margin-top: 50px;
	display: block;
	top: 50px;
}

.slogan {
	font-size: 14px;
	line-height: 14px;
	display: block;
	color: #494949;
	font-weight: normal;
	font-style: normal;
}

#picture {
	width: 482px;
	margin-right: auto;
	margin-left: auto;
	height: 175px;
	
	border-bottom: 2px solid #000;
	display: block;
	position: relative;
}

#logo {
	float: right;
	margin-right: 40px;
	margin-top: 20px;
}

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

#tab {
	background: url(images/opentab.png) no-repeat;
	width: 79px;
	height: 34px;
	top: 0;
	position: relative;
	left: 380px;
	display: block;
	cursor: pointer;
}

#sidebar {
	overflow: hidden;
}

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

#side2 {
	width: 442px;
	background-color: #e8e8e8;
	padding: 0 20px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}

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

#content {
	clear: both;
	margin-top: 20px;
	width: 482px;
	margin-left: auto;
	margin-right: auto;
}

.ribbon {
	background: url(images/ribbon.png) no-repeat;
	width: 99px;
	height: 99px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
}

#navcontainer {
	width: 482px;
	margin-right: auto;
	margin-left: 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;
	color: #383838;
	text-decoration: none;
	text-align: center;
	height: 30px;
	line-height: 32px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	z-index: 100;
}

/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li { float: left; height: 1%;
	z-index: 100;
	position: relative;
	width: 1%;
}

* html #navcontainer ul li a { 	z-index: 100;
	position: relative;
}

/* End */

/* 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  #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: 18px;
}

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

.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: 11px;
	display: table-cell;
	margin-left: 10px;
	padding-right: 5px;
	font-weight: bold;
	position: relative;
}

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

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

.blog-image-smiley { }

/* Blog Category Links */

#blog-categories {
	display: inline;
	float: left;
	padding-bottom: 20px;
	width: 30%;
}

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

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

/* Blog Archive Links */

#blog-archives {
	margin-right: 0;
	margin-left: 0;
	display: inline;
	float: left;
	width: 30%;
}

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

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

/* RSS Feed Links */

#blog-rss-feeds {
	display: inline;
	float: left;
	width: 30%;
}

.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: 11px;
	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-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	display: block;
	margin-bottom: 50px;
} 	.thumbnail-wrap {
	float: left;
	margin: 20px 20px 30px;
}

.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 {
	font-size: 13px;
	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-right: 10px;
	margin-bottom: 10px;
}
	
/* @end */

/* @group Quicktime Movie */

.movie-description {
	clear: both;
}
	
/* @end */

/* @group Movie Album Pop Win */

.movie-background { }

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

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