/* @group RESET */
*{
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 1.0em;
	line-height: 1.0em;
	font-weight: normal;
}

p {
	margin: 0 0 1.0em;
}

ul, ol {
	padding: 1.0em 0;
	margin-left: 2.5em;
}

li {
	margin-left: 2.0em;
}

/* @end */

/* @group Layout */

body {
	font: 75%/1.8em Helvetica, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
	height: 100%;
	font-size: 1em;
}

#header {
	width: 600px;
	height: 144px;
	background: url(images/navigation.png) no-repeat;
	position: relative;
}

.clearer {
	width: 1px;
	height: 1px;
	display: block;
	clear: both;
}

#navcontainer {
	height: 30px;
	float: left;
	clear: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

#logo {
	width: 600px;
	height: 72px;
	margin: 0;
	background: no-repeat 0 center;
}

#sitelogo {
	position: relative;
}

#contentContainer {
	width: 600px;
	position: relative;
	display: block;
	overflow: hidden;
}

#sidebarContainer {
	width: 170px;
	float: left;
	font-size: 0.8em;
	line-height: 1.6em;
	background: #e3e3e3 none repeat-y;
	margin-bottom: -20000px; padding-bottom: 20015px;
}

#header2 {
	height: 124px;
	width: 347px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	background: url(images/header2.png) no-repeat;
	margin-bottom: 15px;
}

#content {
	width: 400px;
	padding: 15px;
	float: left;
	background-color: #fff;
	position: relative;
	display: block;
	color: #2e2e2e;
	margin-bottom:-20000px; 
	padding-bottom:20015px;
}



#footer {
	text-align: center;
	font-size: 0.8em;
	margin-top: 20px;
	margin-bottom: 20px;
}

#title {
	height: 72px;
}

#title h1 {
	margin: 0;
	padding: 0.5em 20px 0;
	width: auto;
}

#title h1,
.photo-title {
	font-size: 2.2em;
	line-height: 1.2em;
}

#title h5 {
	padding: 0 20px;
	margin: 0;
	width: auto;
	font-size: 1.2em;
}

.pad10 {
	padding: 15px;
}

#sidebarContainer h5 {
	margin: 0;
	font-size: 1.8em;
	padding: 0 16px;
}

/* @end */

/* @group Toolbar */

/* @group horizontal */

/* Toolbar Styles */

#navcontainer .current {
	position: relative;
} 



#navcontainer .currentAncestor {
}

#navcontainer a {
	display: block;
	text-align: left;
	font-size: 0.9em;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	height: 30px;
	z-index: 100;
	top: 0;
	float: left;
	position: relative;
	line-height: 30px;
	color: #000;
	background-color: #fff;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

/* Parent - Level 0 */

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

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

#navcontainer ul li a:hover, #navcontainer ul li a:active {
	text-decoration: none;
	position: relative;
	z-index: 10;
	opacity: 0.4;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul .current {
}

#navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
}

#navcontainer ul ul ul a:hover {
}

#navcontainer ul ul ul .current {
}

#navcontainer ul ul ul .currentAncestor {
}

/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul a {
}

#navcontainer ul ul ul ul a:hover {
}

/* Child Level 4 */

#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a {
}

#navcontainer ul ul ul ul ul a:hover {
}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul ul a {
}

#navcontainer ul ul ul ul ul ul a:hover {
}

/* @end */

/* @group vertical */

/* Toolbar Styles */

#side-navcontainer {
	font-size: 1.0em;
	float: left;
	color: #919191;
	margin-bottom: 10px;
	position: relative;
	z-index: 4;
	height: auto;
	width: 170px;
}

#side-navcontainer .current {
	background: #d0d0d0;
	color: #000000;
}

#side-navcontainer .current:hover {
}

#side-navcontainer .currentAncestor {
	color: #000000;
}

/* Parent - Level 0 */

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

#side-navcontainer li {
	width: 170px;
	margin: 0;
	display: inline;
}

#side-navcontainer a {
	display: none;
	font-size: 0.8em;
}

#side-navcontainer a:hover {
	background: #d0d0d0;
	color: #232323;
	text-decoration: none;
}

#side-navcontainer a:active {
}

/* Child - Level 1 */

#side-navcontainer ul ul {
}

#side-navcontainer ul ul li {
	display: block;
}

#side-navcontainer ul ul a {
	position: relative;
	z-index: 5;
	display: block;
	position: relative;
	z-index: 5;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	padding-left: 20px;
}

#side-navcontainer ul ul a:hover {
}

#side-navcontainer ul ul .current {
}

#side-navcontainer ul ul .currentAncestor {
}

/* Child - Level 2 */

#side-navcontainer ul ul ul {
}

#side-navcontainer ul ul ul li {
}

#side-navcontainer ul ul ul a {
	padding-left: 30px;
	display: block;
}

#side-navcontainer ul ul ul a:hover {
}

#side-navcontainer ul ul ul .current {
}

#side-navcontainer ul ul ul .currentAncestor {
}

/* Child Level 3 */

#side-navcontainer ul ul ul {
}

#side-navcontainer ul ul ul ul li {
}

#side-navcontainer ul ul ul ul a {
	padding-left: 50px;
}

#side-navcontainer ul ul ul ul a:hover {
}

/* Child Level 4 */

#side-navcontainer ul ul ul ul {
}

#side-navcontainer ul ul ul ul ul li {
}

#side-navcontainer ul ul ul ul ul a {
	padding-left: 70px;
}

#side-navcontainer ul ul ul ul ul a:hover {
}

/* Child Level 5 */

#side-navcontainer ul ul ul ul ul {
}

#side-navcontainer ul ul ul ul ul ul li {
}

#side-navcontainer ul ul ul ul ul ul a {
	padding-left: 90px;
}

#side-navcontainer ul ul ul ul ul ul a:hover {
}

/* @end */

/* @end */

/* @group Global Classes */

.imageStyle {
	background: none;
}

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

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

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

blockquote {
	font-style: italic;
}

p {
}

code, pre {
	font-size: 1.1em;
	font-family: Courier;
	background: #e9e9e9;
}

pre {
	margin: 10px 0;
	padding: 10px;
}

/* @end */

/* @group Blog Classes */

#blog-wrapper {
	line-height: 1.8em;
}

/* @group Tag Cloud */
/* styles the Tag Cloud in the sidebar */

ul.blog-tag-cloud {
	margin: 10px 0 0 0;
}

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

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

#sidebarContainer ul.blog-tag-cloud li a {
}

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

/* @end */

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

.blog-entry-title {
	padding-bottom: 0.25em;
	font-size: 1.5em;
}

.blog-entry-date {
	font-size: 0.8em;
	background: url(images/date.png) no-repeat 0 center;
	text-indent: 17px;
	position: relative;
}

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

.blog-entry-body {
	padding-top: 10px;
}

.blog-entry-comments {
	margin: 20px 0 5px;
	font-size: 0.9em;
}

.blog-entry-category {
	background: url(images/cat.png) no-repeat 0 center;
	font-size: 0.8em;
	padding-left: 15px;
	margin-right: 4px;
}

.blog-entry-permalink {
	background: #ffffff url(images/perma.png) no-repeat 0 center;
	padding-left: 15px;
}

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

.blog-image-smiley { }

/* Blog Category Links */

#blog-categories {
	display: block;
	clear: left;
	margin-top: 20px;
}

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

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

/* Blog Archive Links */

#blog-archives {
	margin-right: 0;
	margin-left: 0;
	display: block;
	clear: left;
	margin-top: 10px;
}

.blog-archive-link-disabled {
	background: url(images/date.png) no-repeat 0 center;
	padding-left: 15px;
	height: 15px;
	white-space: nowrap;
	clear: left;
	display: block;
}

.blog-archive-link-enabled {
	background: url(images/date.png) no-repeat 0 center;
	padding-left: 15px;
	height: 15px;
	white-space: nowrap;
}

/* RSS Feed Links */

#blog-rss-feeds {
	display: block;
	clear: left;
	margin-top: 10px;
}

.blog-rss-link {
	background: url(images/rss.png) no-repeat 0 top;
	padding-left: 15px;
	height: 15px;
	display: inline-block;
}

.blog-comments-rss-link {
	padding-left: 15px;
	height: 15px;
	background: url(images/com.png) no-repeat 0 center;
	display: inline-block;
}

/* @end */

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

.blog-archive-entries-wrapper {
} 

.blog-archive-month {
}

.blog-archive-link {
}
/* @end */

/* @group Contact Form */

/* sample HTML code
<div class="message-text">
          Fill in the form below to send me an email.
</div>
<form action="...">
<label>Your Name:</label> *
<input class="form-input-field" .../>
<textarea class="form-input-field"...></textarea>
<input class="form-input-button".../> <input class="form-input-button"
</form>
*/
.message-text { 
	font-size: 1.5em;
} 

.required-text {
	font-size: 1.5em;
}

form {

}

label {

}

input {
	
}

.form-input-field {
	width: 94%;
} 

.form-input-button { 
	margin-right: 10px;
} 
/* @end */

/* @group File Sharing */

.filesharing-description {
	margin-bottom: 10px;
}

.filesharing-item {
	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;
	display: inline-block;
	margin-bottom: 50px;
	clear: both;
}

.thumbnail-wrap {
	float: left;
	margin: 20px 10px 70px;
}

.thumbnail-frame {
	padding: 5px;
}

.thumbnail-frame img {
	padding: 5px;
} 

/* @end */

/* @group Photo Album Large View */

.photo-background {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
}

.photo-navigation {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #fff;
	padding-top: 15px;
	height: 85px;
}

#photo-navigation a {
	margin-top: 0;
	margin-bottom: 0;
}

.photo-navigation a:hover {
}

.photo-frame {
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
	border: 4px solid;
}

.photo-links {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.photo-links a:link {
	margin-top: 0;
	padding-top: 0;
}

.photo-title {
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.photo-caption {
	color: #d6d6d6;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* @end */

/* @group Flash Slideshow */

#flashcontent {
	text-align: center;
}

/*@end*/

/* @group Movie Album */

.movie-page-description {
	padding-bottom: 27px;
}

.movie-thumbnail-frame{
	display: block;
	width: 100%;
	overflow: auto;
	padding: 10px 0;
	clear: left;
}

.movie-thumbnail-frame img{ 
	float: left;
	padding-right: 16px;
}
.movie-thumbnail-caption{ 
	float: left;
}

/* @end */

/* @group Quicktime Movie */

.movie-description {
	clear: both;
}

/* @end */

/* @group Movie Album Pop Win */

.movie-background {
}

.movie-frame {
	padding: 5px;
	border: 1px solid;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	z-index: 10;
}

/* @end */

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

/* @group Misc */

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

