

/* @group General Styles */

body {
	background: gray url(/images/bg.png) repeat;
	margin: 10px 5px 0px 5px;
	text-align: center;
	color: #454545;
	font: 13px tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
}

p { 
}

b, strong {
	font-weight: bold;
}

a:link {
	color: #63a9be;
	font-weight: bolder;
	text-decoration: none;
}

a:visited {
	color: #8fc165;
	font-weight: bolder;
}

a:hover, a:active {
	color: #8fc165;
}

img {
	border-style: none;
}

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

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}
	
/* @end */

/* @group Layout */

#container {
	background: #FFFFFF right; /* This Is The BG Color Of The Main Div */	width: 780px;	margin: 25px auto 0px auto; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #535148;
	font-size: 13px;
}

#pageHeader {
	width: 780px;
	text-align: left;
	list-style: none;
	background: #ffffff url(images/banner.png) no-repeat;
	height: 140px;
	margin: 0px;
	padding: 0px;
}

#pageHeader img {
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	background: none;
}

#pageHeader h1 {
	color: #000000;
	margin: 0px;
	font: 25px helvetica, "Lucida Grande", "small tahoma", "Bitstream Vera Sans", "Trebuchet MS", lucida, sans-serif;
	padding-top: 35px;
	text-align: left;
	margin-left: 35px;
}

#pageHeader h2 {
	color: #ffffff;
	margin: 0px;
	font: small-caps 18px small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	text-align: left;
	margin-left: 35px;
}

#contentContainer {
	width: 590px;
	float: left;
	text-align: left;
	padding-top: 10px;
}

#contentContainer #content {
	width: 560px;
	font-size: 0.9em;
	padding-right: 10px;
	padding-left: 10px;
}

#sidebarContainer {
	width: 190px;
	float: right;
	text-align: left;
}

#sidebarContainer .sidebar {
	font-size: 0.8em;
	margin-top: 10px;
	padding: 0 5px;
}

#footer {
	width: 780px; /* Right And Left /* Hack To Keep IE5 Windows Happy */;
	color: #ffffff;
	background: transparent url(images/footer_bg.png);
	color: #919191;
	height: 22px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#footer a {
	color: #6b6b6b;
}

#footer a:hover {
	color: #000000;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	width: inherit;
	padding: 0px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	font-size: 0.8em;
}

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

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	position: relative;
	width: 780px;
	margin: 0px;
	padding: 0px;
	height: 45px;
	font-size: 11px;
	background: #ffffff no-repeat url(images/menu.jpg);
	color: #7f7f7f;
	text-decoration: none;
	font-variant: normal;
}

#navcontainer #current {
	color: #8fc165;
	font-weight: bolder;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	margin: 0px 0px 0px 20px;
	padding-top: 5px;
	color: #6caabf;
}

#navcontainer li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer a {
	position: relative;
	width: 100px;
	margin: 0;
	padding: 0px;
	display: block;
	
	text-align: left;
	height: 20px;
	text-decoration: none;
	color: #202020;
}

#navcontainer a:hover {
	color: #202020;
}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	width: 600px;
	top: 20px;
	padding: 0;
	white-space: nowrap;
	text-align: left;
	padding-top: 5px;
	left: 0;
	margin-left: 10px;
}

#navcontainer ul ul li {
	float: left;
}

#navcontainer ul ul a {
	border: 0;
	margin: 0;
	padding: 0;
	color: #7f7f7f;
	margin-left: 10px;
}

/* @group My Group */
	
/* @end */

#navcontainer ul ul a:hover {
	background: transparent;
	clear: both;
}

#navcontainer ul ul #current {
	color: #202020;
	font-weight: bold;
	margin-left: 10px;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	visibility: hidden;
	margin-left: 10px;
}

/* Child - Level 3 */

#navcontainer ul ul ul ul {
	visibility: hidden;
}
	
/* @end */

/* @group Global Classes */

.standout, blockquote {
	background: #999999;
	color: #ffffff;
	padding: 10px;
	margin: 5px;
}

.imageStyle {
}
	
/* @end */;
	color: #7f7f7f;
	background: #666666;


/* @group Blog */

/* @group Archive Page */

.blog-archive-background {	color: #283808;	text-align: center; /* To Make Content Centered */	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 550px;
	padding: 10px;
}.blog-archive-month {
	color: #63a9be;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}.blog-archive-link {
	font-size: 0.9em;
}
	
/* @end */
.blog-entry-summary { }

.blog-entry {
}

.blog-entry-title {
	color: #63a9be;
	font-weight: normal;
	margin-bottom: 3px;
	font-size: large;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: silver;
}

.blog-entry-body {
	width: 550px;
	margin-bottom: 45px;
}

.blog-entry-comments {
	
}

.blog-entry-summary { }
.blog-entry-permalink {
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
}
/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	color: #63a9be;
}

.blog-category-link-enabled {
	color: #63a9be;
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	margin-bottom: 10px;
}

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* @end */

/* @group File Sharing */

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

.filesharing-item {
	
}

.filesharing-item-title {
	color: #63a9be;
	font-size: 1em;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
	color: #3f3f3f;
	font-size: 0.9em;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	color: #63a9be;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border-style: none;
	margin-bottom: 5px;
}
.album-wrapper { }
.album-description {
	margin-bottom: 60px;
}

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

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

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

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

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}
.thumbnail-wrap { }
.thumbnail-caption {
	color: #63a9be;
	margin-top: -2px;
	font-size: 0.8em;
}
	
/* @end */

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

.photo-background {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

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

.photo-navigation a {
	color: #63a9be;
	font-size: 0.9em;
}

.photo-navigation a:hover {
	color: #ffffff;
	font-size: 0.9em;
}

.photo-frame{
	border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.photo-caption {
	color: #ffffff;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

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

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	color: #63a9be;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	color: #63a9be;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}.movie-page-description {
	margin-bottom: 5px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #63a9be;
	font-size: 0.8em;
}
	
/* @end */

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

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

.movie-title {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
}

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


/* @end */

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

.required-text {
} 

.form-input-field { } 

.form-input-button { } 

/* @end */


