/* @group General Styles */

body {
	background: repeat url(images/body_bg.png);
	color: #4c4c4c;
	font: 0.75em Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 15px;	
}

p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #adb3b4;
}

img {

}

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

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

/* @group Layout */

#container {
	width: 661px;
	background: url(images/content_bg.png) repeat-y;
	margin: 0 auto;
	text-align: left;
	position: relative;
	z-index: 0;
}

#globe {
	background-image: url(images/aqua_ball.png);
	background-repeat: no-repeat;
	background-position: -150px -80px;
	width: 246px;
	height: 316px;
	display: block;
	position: absolute;
	top: 154px;
	left: 3px;
	z-index: 1;
}

.clearer {
	clear: both;
}

#pageHeader {
	height: 122px;
	position: relative;
	z-index: 5;
}

#pageHeader img {
}

#pageHeader h1 {
	margin: 0;
	position: absolute;
	top: 82px;
	right: 13px;
	color: #4c4c4c;
	font-size: 30px;
	font-weight: bold;
}

#pageHeader h2 {
	position: absolute;
	color: #cccccc;
	font-size: 16px;
	font-weight: normal;
	right: 13px;
	top: 65px;
}

#pageHeader h3 {
	position: absolute;
	color: #fff;
	text-shadow: 0px 0px 4px #fff;
	font-size: 1.1em;
	font-weight: normal;
	right: 13px;
	top: 4px;
}


#contentContainer {
	position: relative;
	z-index: 2;
	width: 450px
}

#contentContainer #content {
	padding: 10px;
}

#sidebarContainer {
	width: 200px;
}

#sidebarContainer #sidebar {
	position: relative;
	z-index: 3;
	padding: 10px;
	color: #808080;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 5px;
}

#footer { 
	background: url(images/footer_bg.png) no-repeat;
	height: 35px;
	text-align: center;
	color: #b3b3b3;
	position: relative;
	z-index: 10;
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;
}

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

}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	padding: 10px;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	background: url(images/menu_bg.png) repeat-x;
	height: 32px;
	display: block;
	position: relative;
	z-index: 500;
}

#navcontainer #current {
}

#navcontainer .currentAncestor {
}
/* Parent - Level 0 */

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

#navcontainer li {
	position: relative;
	width: 120px;
	display: inline;
	float: left;
}

#navcontainer a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	width: 120px;
	text-align: center;
	padding-top: 10px;
	height: 22px;
}

#navcontainer a:hover { 
}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 22px; }
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 31px;
	width: 120px;
	display: none;
	z-index: 100;
	border-bottom: 1px solid #c9c9c9;
	background: #e7e7e7;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
}

#navcontainer ul ul a { 
	height: 20px;
	padding-top: 7px;
	background: none;
}

#navcontainer ul ul a:hover {
}

#navcontainer ul ul #current{
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 117px;
	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 {
	color: #000000;
	border: 1px solid #adadad;
	padding: 10px;
}

h1 {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h2 {
	color: #4c4c4c;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h3 {
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

h4 {
	color: #4c4c4c;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.imageStyle {

}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
} 

table {
	font-size: 1em;
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}.blog-archive-headings-wrapper {}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-weight: bold;
	font-size: 1.2em;
}

.blog-archive-link {
	margin-bottom: 15px;
}.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

.blog-entry {
}

.blog-entry-summary {
}

.blog-read-more {
}

.blog-entry-title {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

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

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

.blog-entry-comments {
	padding-top: 5px;
}

.blog-entry-category {
}

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

.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;
}

.blog-category-link-enabled {
}

.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: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
}

.filesharing-item {
	
}

.filesharing-item-title {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

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

/* @end */

/* @group Photo Album */

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

.album-title {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

.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: 20px;
}

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

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	padding: 5px;
	background: #eeefef;
	border: none;
}

.thumbnail-caption {
	color: #666666;
	margin: 0;
	padding: 5px 0 0 0;
	height: 35px;
	display: block;
}
	
/* @end */

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

.photo-background {
	text-align: center;
	margin: 10px;
}

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

.photo-navigation a {
	color: #ffffff;
	text-decoration: none;
}

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

.photo-frame{
	margin: 0px;
	border: 5px solid #333333;
}

.photo-links {
}

.photo-title {
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	font-size: 24px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
	color: #cccccc;
}

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

/* @group Quicktime Page */

.movie-description {
	text-align: center;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	color: #4c4c4c;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}.movie-page-description {
	margin-top: 5px;
	margin-bottom: 5px;
}.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 10px;
	margin-right: 20px;
}

.movie-thumbnail-caption {
	text-align: center;
	color: #666666;
	font-size: 11px;
	margin-bottom: 5px;
}

	
/* @end */

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


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

.movie-title {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bolder;
	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 */