body {
	font-family: "Century Gothic",Verdana,Tahoma,Arial,sans-serif;
	font-size: 12pt;
	color: #535E84;
	background-color: #ffffff;
	}

#container {
	color: #535E84;
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-image: none;
	background-repeat: repeat-y;
	background-color: #ffffff;	
}

#pageHeader {
	background-image: none;
}

#pageHeader h1 {
	display: none;
	}

#pageHeader h2 {
	display: none;
	}
	
/*navbar*/

#navbar {
	display: none;
}


/*sidebar*/

#sidebar {
	float: left;
	clear: left;
	width: 130px;
	padding: 10px 0px 20px 10px;
	margin: 0 0 10px 45px;
	display: inline;
	color: #535E84;
	background-color: #ffffff;
	text-align: left;
	}

.sideHeader {
	color: #535E84;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

/*content*/

#content {
	width: 580px;
	margin: 0 0 0 220px;
	padding: 25px 0 0 0;
	line-height: 1.2em;
}

/*global styles*/

a {
text-decoration: none;
color: #286ea0;
background-color: #FFFFFF;
}

a:hover {
text-decoration: underline;
color: #286ea0;
background-color: #FFFFFF;
}

a img {
border: 0;
}

.imageStyle {
}

.image-left {
}

.image-right {
}

.blockquote {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

p { 
}

code {
}

/*blog archive styles*/

.blog-archive-background {
}

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

.blog-archive-headings-wrapper {
	padding: 10px;
	border-bottom: 1px solid #e2e2e2;
}

.blog-archive-entries-wrapper {
	padding: 10px;
}

.blog-archive-month {
	font-weight: bold;
	font-size: 12pt;
}

.blog-archive-link { 
}
	
/*blog styles*/

.blog-entry {
	color: #535E84;
	background-color: #FFFFFF;
	padding: 0px;
	margin-bottom: 35px;
}

.blog-entry-title {
	text-align: left;
	font: bold 1.4em "Century Gothic",Verdana,Tahoma,Arial,sans-serif;
	color: #535E84;
	background-color: #FFFFFF;
}

.blog-entry-date {
	color: #a1a5a9;
	background-color: #FFFFFF;
	font-size: 12pt;
	margin-bottom: 0.9em;
}

.blog-read-more {
	display: block;
	padding-top: 12pt;
	font-style: italic;
}

.blog-entry-category {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-body {
	text-align: justify;
	font: 12pt "Century Gothic",Verdana,Tahoma,Arial,sans-serif;
	color: #535E84;
	background-color: #FFFFFF;
	padding: 0px;
}

.blog-entry-comments {
	margin-top: 10px;
}

/*File Sharing>*/

.filesharing-description {
	background: #ffffff;
	color: #535E84;
	font-weight: bold;
	font-size: 12pt;
	padding: 5px;
	margin: 0px;
}

.filesharing-item {
	padding: 0px;
	margin: 0px;
}

.filesharing-item-title {

}

.filesharing-item-title a {
	font-weight: bold;
	color: #535E84;
	text-decoration: underline;
	background-color: #d3cec0;  
	padding: 5px;
	display: block;
}

.filesharing-item-title a:hover {
	text-decoration: none;
}

.filesharing-item-description {
	text-align: justify;
	font: normal 1em "Century Gothic",Verdana,Tahoma,Arial,sans-serif;
	color: #535E84;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
}

/*Photo Album>*/

.album-title {
	padding: 5px;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	color: #535E84;
	background-color: #FFFFFF;
}

.album-description {
	padding: 5px;
	font-size: 14pt;
	font-weight: normal;
	color: #535E84;
	background-color: #FFFFFF;
	text-align: left;
	margin-bottom: 5px;
}

.album-wrap {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-top: 2px;
	margin-bottom: 65px;
	margin-right: 25px;
	display: block;
}

.thumbnail-frame {
	padding: 5px;
	color: #000000;
	background: #f3f3f3;
	margin: 0px 1px 1px 0px;
	position: absolute;
  bottom: 0;
  left: 0;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	margin: auto;
    border: none;
}

.thumbnail-caption {
	color: #535E84;
	background-color: #ffffff;
	font: bold 0.85em   "Century Gothic",Verdana,Tahoma,Arial,sans-serif;
	margin: 0;
	padding: 5px 0 0 0;
	height: 30px;
	display: block;
}
	
/*Single Page (Photo view)*/

.photo-background {
	font-family: "Century Gothic",Verdana,Tahoma,Arial,sans-serif;
	padding: 5px;
	color: #535E84;
	background: #000000;
}

.photo-navigation { 
	background-color: #f1f1f1;
	color: #535E84;
	text-align: center;
	font-family: "Century Gothic",Verdana,Tahoma,Arial,sans-serif;
	padding: 5px;
	margin: 10px 10px 1px 10px;
}

.photo-navigation a {
	text-decoration: underline;
}

.photo-navigation a:hover {
	text-decoration: none;
}

.photo-frame{
	margin-top: 30px;
	margin-left: 30px;
	color: #535E84;
	background-color: #f3f3f3;
	padding: 10px;
}

.photo-links {
	padding: 0px;
	margin: 0;
	font-size: 0.85em;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
	color: #535E84;
	background-color: #f3f3f3;
	margin: 0;
}

.photo-caption {
	padding: 0px;
	color: #535E84;
	background-color: #f3f3f3;
	font-size: 0.85em;
	font-weight: normal;
}

/*Quicktime Page>*/

.movie-description {
	text-align: center;
	color: #535E84;
	background-color: #FFFFFF;
	margin: 5px;
}
	
/*Movie Thumbnail view*/

.movie-page-title {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	font-size: 18pt;
}

.movie-page-description {
	padding: 5px;
	font-size: 14pt;
	font-weight: normal;
	color: #a1a5a9;
	background-color: #ffffff;
	text-align: left;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 5px;
	color: #535E84;
	background: #f3f3f3;
	margin: 5px;
	width: 131px;
	text-align: left;
}

.movie-thumbnail-caption {
	color: #535E84;
	background-color: #ffffff;
	font: bold 0.85em "Century Gothic",Verdana,Tahoma,Arial,sans-serif;
	padding-top: 5px;
	text-align: center;
}
	
/*Single Page (Movie View)*/

.movie-background {
	color: #535E84;
	background: #000000;
}

.movie-frame {
	padding: 5px;
	text-align: center;
}

.movie-title {
	text-align: center;
	color: #535e84;
	background-color: #f3f3f3; 
	font: bold 1.1em "Century Gothic",Verdana,Tahoma,Arial,sans-serif;
	padding-top: 5px;
}

/*Contact Form>*/

.message-text { } 

.required-text { } 

.form-input-field { } 

.form-input-button { } 

/*breadcrumb*/

#breadcrumbcontainer {
	display: none;
}

/*footer*/

#footer {
	width: 900px;
	clear: both;
	margin: auto;
	text-align: center;
	background-image: none;
	padding-bottom: 5px;
	padding-top: 7px;
}
