/* @group General Styles */

html, body {
	font-family: "Times New Roman" sans-serif;
	font-size: 0.8em;
		
	margin: 0;
	padding: 0;
	
	color: white;
	
	background-color: black !important;
}

p {
}

b, strong {

}

img {
	border-width: 0px;
}

.image-left {
}

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

/* @group Layout */

#container {	
	position: relative;
	width: 100%;
		
	padding: 0;
	margin: 0;
}

#pageHeader {
	position: relative;
	z-index: 5;
	
	text-align: center;
	margin: 0 auto 50px auto;
	padding: 0;
}

#pageHeader h1 {
	font-size: 1em;
}

#contentContainer {	
	position: relative;
	width: 720px;

	z-index: 1;

 	margin: 0px auto 0 auto;
	padding: 0px;
}

#contentContainer #contentBg {
	position: relative;
	z-index: 5;
	
	opacity: 0;
	visibility: hidden;
	
	height: 575px;
	width: 720px;

	margin: 0px;
	padding: 0px;
	
	background-position: top center;
	background-repeat: no-repeat;
}

#contentContainer #content {	
	margin: 0px;
	padding: 60px 100px;

	font-size: 1.4em;

	opacity: 0;
	visibility: hidden;
}

#contentContainer .frame
{
	position: absolute;
	z-index: 2;
	
	width: 720px;
	height: 575px;
	
	top: 0px;
	left: 0px;
}

#contentContainer #frameBorderTop
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}

#contentContainer #frameBorderBottom
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
}

/* Parent - Level 0 */

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

#navcontainer ul li
{
	display: inline;
	padding: 0px 10px 0px 10px;
}

#navcontainer ul li a
{
	color: gray;
	font-size: 1.4em;
}

#navcontainer ul li a:hover {
	color: white;
	cursor: pointer;
}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {
}

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

#contentContainer #content li {
}

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

#sidebarContainer #sidebar li {
}


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

/* @group Blog */

/* @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 {
	padding: 0px 0px 20px 0px;
}

.blog-entry-title {
	display: inline;
	font-weight: bold;
	font-size: 1.2em;
}

.blog-entry-date {
	display: none;
	visibility: hidden;
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

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

.album-title {
	display: none;
	visibility: hidden;
}

.album-description {
}


.album-wrap {
}

.thumbnail-wrap {
	display: inline-block;
	padding: 10px;
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
	visibility: hidden;
}
	
/* @end */

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

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

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

/* @group Quicktime Page */

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

/* @group Quicktime Album */

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

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}


.movie-thumbnail-caption {
}
	
/* @end */

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

.movie-background {
}

.movie-title {
}

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


/* @end */

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

.required-text {
} 

.form-input-field {
} 

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