/* @group General Styles */

body {
	background: repeat url(images/);
	font: 11px/17px Lucida Grande, Verdana, Tahoma, Arial;
	color:  #555;
}

p {
}

b, strong {

}

a:link, a:visited {
	color: #000;
}

a:hover, a:active {
	color: #757575;
}

.imageStyle {
	background: #fff;
	padding: 4px;
	border: 1px solid #a1a1a1;
}

.image-left {
}

.image-right {
}
	
/* @end */

/* @group Layout */

#container {
	margin: 0px auto;
	width: 437px;
}

.clearer {
	clear: both;
}

#pageHeader {
	background: no-repeat url(images/top.png);
	width: 437px;
	height: 283px;
}

#headerimage {
	background: no-repeat url(images/header.png);
	width: 403px;
	height: 213px;
	margin: 0px auto;
}

#pageHeader h1 {
	padding-top: 10px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: normal;
}

#pageHeader h2 {
	padding-top: 0px;
}

#topcontainer {
	background: no-repeat url(images/topcontainer.png);
	width: 437px;
	height: 10px;
	margin-top: 30px;
	
}

#contentContainer {
	background: repeat-y url(images/middlecontainer.png);
	width: 437px;
	margin-top: 45px;
	margin: 0;
	padding: 0;
}

#bottomcontainer {
	background: no-repeat url(images/bottomcontainer.png);
	width: 437px;
	height: 17px;
}

#content {
	position: relative;
	z-index: 50;
	padding-top: 15px;
	width: 400px;
	padding-left: 15px;
}



#topsidebar {
	background: no-repeat url(images/topcontainer.png);
	width: 437px;
	height: 10px;
	margin-top: 30px;
	
}

#bottomsidebar {
	background: no-repeat url(images/bottomcontainer.png);
	width: 437px;
	height: 17px;
}

#sidebarContainer {
	background: repeat-y url(images/middlecontainer.png);
	width: 437px;
	margin-top: 45px;
	margin: 0;
	padding: 0;
}

#sidebar {
	position: relative;
	z-index: 50;
	padding-top: 15px;
	width: 400px;
	padding-left: 15px;
}

.sideHeader {
	text-align: center;
	font-size: 12px;
}

#footer {
	background: no-repeat url(images/footer.png);
	width: 437px;
	height: 30px;
	text-align: center;
	font-size: 9px;
	margin-top: 30px;
}

#footer p {
	padding-top: 5px;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	clear: both;
	font-weight: bold;
	font-size: 9px;
	padding-top: 12px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
	color: #fff;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	display: inline;
	color: #000;
	text-decoration: none;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	background: none;
	width: 405px;
	height: 60px;
	position: relative;
	padding: 0;
	line-height: 14px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#navcontainer #current {
	color: #555;
	background: url(images/navhover.png) no-repeat;
	height: 25px;
	width: 80px;
}

#navcontainer #current:hover {
	background: url(images/navhover.png) no-repeat;
}

#navcontainer .currentAncestor {
	color: #555;
	background: url(images/navhover.png) no-repeat;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}

#navcontainer li {
	float: left;
}

#navcontainer a {
	width: 80px;
	height: 25px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #555;
	text-shadow: 0px 1px 0px #fff;
	background: no-repeat url(images/navoff.png);
	font-size: 9px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-top: 7px;
}

#navcontainer a:hover {
	text-decoration: none;
	color: #555;
	background: no-repeat url(images/navhover.png);
}

#navcontainer a:active {
	color: #8e8e8e;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	z-index: 100;
	background: #b3b3b3;
	text-align: center;
}

#navcontainer ul ul a { 
	height: 20px;
	padding-top: 5px;
	background: #b3b3b3;
	text-align: center;
	color: #333;
	text-shadow: none;
}

#navcontainer ul ul a:hover {
	color: #ffffff;
}


html>body #navcontainer ul ul a {
	height: 23px;
	background: #b3b3b3;
}

html>body #navcontainer ul ul a:hover {
	background: #b3b3b3;
}

#navcontainer ul ul #current{
}

html>body #navcontainer ul ul #current{
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	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;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}



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

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

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

#sidebarContainer #sidebar li {
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	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;
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
}

.blog-entry-title {
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
}

.blog-entry-title a {
	text-decoration: none;
	font-size: 20px;
	font-variant: small-caps;
}
.blog-entry-title a:hover {
}

.blog-entry-date {
	font-size: 9px;
	font-variant: small-caps;
	padding-bottom: 20px;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

.blog-entry-category a:link, .blog-entry-category a:visited {
}

/*styles the permalink link in the main entry */
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
	padding-top: 15px;
	padding-bottom: 60px;
	font-size: 12px;
}

p.blog-entry-tags {
	color: #757575;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	float: left;
	width: 50%;
}

.blog-archive-link-enabled {
	color: #757575;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

.blog-archive-link-disabled {
	color: #757575;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	float: left;
	width: 25%;
}

.blog-category-link-enabled {
	color: #757575;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

.blog-category-link-disabled {
	color: #757575;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	color: #757575;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

.blog-rss-link {
	color: #757575;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

.blog-comments-rss-link {
	color: #757575;
	text-decoration: none;
	text-shadow: 0px 1px 0px #fff;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	padding: 5px;
	padding-bottom: 20px;
}

.filesharing-item:hover {
	padding: 5px;
	padding-bottom: 20px;
}

.filesharing-item-title a:link {
	font-size: 17px;
	text-decoration: none;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	text-shadow: 0px 1px 0px #fff;
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	font-size: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.album-description {
	padding-bottom: 60px;
	font-size: 11px;
	text-align: left;
}

.album-wrapper {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 50px;
	margin-right: 30px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
	text-align: center;
	border: 1px solid #a1a1a1;
	padding: 3px;
	background: #fff;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
	text-align: center;
}
		
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	text-align: center;
	background: #757575;
	margin: 10px;
	padding: 0;
}

.photo-navigation {
	text-align: center;
	width: 450px;
	font-size: 10px;
	height: 250px;
	margin: 0 auto;
	padding: 35px 0 0;
}

#photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame {	
	border: solid #f8f8f8 7px;
	margin: 0px;
}

.photo-links {
	text-align: center;
	margin: 0;
	padding: 35px 0 0;
}

.photo-title {
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	font-size: 25px;
	text-align: center;
}

.photo-caption {
	font-size: 11px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
}

/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
}

.movie-page-description {
	margin-bottom: 15px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	border: 1px solid #a1a1a1;
	padding: 3px;
	margin-right: 60px;
	background: #fff;
	margin-bottom: 15px;
}

.movie-thumbnail-caption {
	text-align: center;
	font-size: 11px;
}

	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	margin-top: 5px;
	background: #757575;
}

.movie-title {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 7px;
}
	
/* @end */


/* @end */

/* @group Contact Form */
.message-text {
} 

.required-text {
} 

form {
	margin: 0;
	padding: 0;
} 

.form-input-button {
} 
/* @end */