/* @group General Styles */

img {
    border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}

body {
	margin: 0;
	background: black url(images/bkgg.jpg) no-repeat center top;
	color: #ccc;
	font: 11px/16px Helvetica, Geneva, sans-serif;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover, a:active {
	color: #4c4c4c;
	text-decoration: none;
}

.spacer {
	height: 10px;
}
/* @end */

/* @group Menu System */

/* Toolbar Styles */

#navcontainer {
	padding: 0;
	position: relative;
	margin-top: 70px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	font: 12px Helvetica, Geneva, sans-serif;
}

#navcontainer #current {
	background: url(images/menuselected.jpg) no-repeat;

	color: #e6e6e6;
}

#navcontainer #current:hover {
	width: 99px;
	background: url(images/menuselected.jpg) no-repeat;
	height: 25px;
	color: #e6e6e6;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	width: 99px;
	background: url(images/menuselected.jpg) no-repeat;
	height: 25px;
	color: #e6e6e6;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 700px;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	width: 99px;
	display: block;
	margin: 0 2px 0 1px;
	text-align: center;
	text-decoration: none;
	background: url(images/menu.jpg) no-repeat;
	height: 25px;
	color: #52000e;
	padding: 6px 0px 0px;
}

#navcontainer a:hover{
	width: 99px;
	display: block;
	text-align: center;
	text-decoration: none;
	background: url(images/menuselected.jpg) no-repeat;
	color: #e6e6e6;
	height: 25px;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	background: none;
	height: 18px;
	z-index: 10;
}

#navcontainer ul ul li {
	background: none;
}

#navcontainer ul ul a {
	background: none;
	font-size: 9.5px;
	padding: 0;
	height: 18px;
	color: #999;
}

#navcontainer ul ul a:hover {
	background: none;
	padding-top: 0;
	height: 18px;
}

#navcontainer ul ul #current {
	background: none;
	padding-top: 0;
	color: #e6e6e6;
	height: 18px;
}

#navcontainer ul ul #current:hover {
	background: none;
	padding-top: 0;
	color: #e6e6e6;
	height: 18px;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	display: none;
}

/* @end */

/* @group Layout */

#logoplacement {
	float: right;
	top: 12px;
	position: relative;
	right: 50px;
}

#menuwrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	margin-top: 0;
	background: url(images/editable_images/header1.png) no-repeat;
	height: 252px;
}

#menubottom {
	width: 750px;
	height: 82px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}

#containertop {
	background: url(images/contenttop.png) no-repeat;
	width: 750px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 12px;
}

#containerbottom {
	background: url(images/editable_images/contentbottom.png) no-repeat;
	width: 750px;
	height: 55px;
	margin: 0 auto;
}


#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/contentmiddle.png) repeat-y;
	margin-bottom: 0;
}

#content {
	padding-left: 35px;
	position: relative;
	background-repeat: repeat-y;
	padding-right: 35px;
	top: -25px;
}

#sidebar {
	position: relative;
	top: -64px;
	margin-right: auto;
	margin-left: auto;
	right: -2px;
}

#sidebar a:link {
	text-decoration: underline;
	color: #52000e;
}

#sidebar a:visited {
	text-decoration: underline;
	color: #808080;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #333;
}

#sidebartop {
	background: url(images/sidebartop.png) no-repeat;
	width: 653px;
	height: 26px;
	margin: 0 auto;
}

#sidebarbottom {
	background: url(images/sidebarbottom.png) no-repeat;
	width: 653px;
	height: 35px;
	margin: 0 auto;
}

#sidebarcontent {
	background: url(images/sidebarmiddle.png) repeat-y;
	width: 653px;
	margin: 0 auto;
}

#sidebartype {
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 0;
	color: #666;
}

#sidebartitletext {
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	color: #666;
}

#sidebartitletext:hover {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	color: #ccc;
	font-weight: bold;
	text-align: center;
}

#sidebartitle {
	text-transform: uppercase;
	cursor: pointer;
	float: right;
	top: 24px;
	background-color: #000;
	padding: 8px 6px 3px;
	font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	right: 60px;
}

#sidebarclose {
	background: url(images/close.png) no-repeat;
	width: 27px;
	height: 29px;
	float: right;
	position: relative;
	cursor: pointer;
	right: 1px;
	margin: 0;
	padding: 0;
}

#menuwrapper h1 {
	color: #ccc;
	margin: 0 52px;
	padding-top: 22px;
	font: 36px "Lucida Grande", Lucida, Verdana, sans-serif;
	opacity: 1;
}

#menuwrapper h2 {
	color: #ccc;
	padding-bottom: 29px;
	margin: 0 52px;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#footer {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	color: #7e0e32;
	font-size: 10px;
}
	
/* @end */

/* @group Global Classes */

.clearer {
	clear: both;
}

blockquote {

}

p {
	margin-top: 0;
}

h1 {
	margin-top: 0;
}

h2 {
	margin-top: 0;
}

h3 {
	margin-top: 0;
}

h4 {
	margin-top: 0;
}

h5 {
	margin-top: 0;
}

.imageStyle {

}

#contentContainer #content ul {
}

#contentContainer #content li {
}

#sidebarContainer #sidebar ul {
}

#sidebarContainer #sidebar li {
}
	
/* @end */

/* @group Contact Form */
.message-text {
	color: #999999;
	font-size: 12px;
} 

.required-text {
	font-size: 10px;
} 

.form-input-field {
	width: 99%;
	background: url(images/bg2.jpg) repeat;
	border-style: hidden;
} 

.form-input-button { } 
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	clear: both;
	font-size: 9px;
	color: #666666;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
	background: none;
	padding: 0;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	color: #b3b3b3;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 0;
	padding-top: 5px;
	margin-left: 0;
	margin-right: 0;
}

.album-description {
	margin-bottom: 60px;
}

.album-wrapper {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 60px;
	padding-right: 22px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	background: none;
}

.thumbnail-frame img {
	border: 1px solid #333;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 35px;
	display: block;
}
	
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: center;
	margin-top: 0;
	background: url(images/background.jpg) repeat;
	padding: 0;
}

.photo-navigation {
	text-align: left;
	width: 787px;
	font-size: 10px;
	height: 187px;
	background: url(images/editable_images/photoheader2.jpg) no-repeat;
	margin: 0 auto 18px;
	padding-top: 0;
}

#photo-navigation a {
	text-decoration: none;
	text-align: left;
	font-size: 10px;
	color: #000000;
}

.photo-navigation a:hover {
	text-decoration: none;
}

.photo-frame{
	border: 1px solid #333;
	margin: 0;
	padding: 0;
}

.photo-links {
	text-align: center;
	background: url(images/highlight.jpg) no-repeat;
	padding-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

.photo-links a:link {
	text-align: center;
	background: no-repeat;
	font-size: 9.5px;
}

.photo-title {
	font-weight: normal;
	font-size: 34px;
	text-align: center;
	top: 26px;
	position: relative;
	color: #808080;
	margin-top: 0;
	padding-top: 0;
}

.photo-caption {
	font-size: 11px;
	color: #999999;
	position: relative;
	text-align: center;
	padding-top: 8px;
}

/* @end */
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	font-size: 12px;
	color: #999999;
	padding-top: 12px;
}

.filesharing-item {
	color: #ccc;
	position: relative;
	top: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 16px;
}

.filesharing-item-title {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/download.gif) no-repeat left center;
	padding-left: 15px;
}

.filesharing-item-title:hover {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/downloadhover.gif) no-repeat left center;
	padding-left: 15px;
}

.filesharing-item-description {
	color: #ccc;
	margin-top: 6px;
	padding-left: 16px;
	padding-right: 16px;
}

/* @end */

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	margin: 28px 0 0;
	padding: 0;
}
	
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
	color: #b3b3b3;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 5px;
	letter-spacing: 0;
	padding-top: 5px;
}

.movie-page-description {
	margin-bottom: 20px;
	color: #999999;
	margin-top: 5px;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	margin-bottom: 12px;
	margin-right: 11px;
	margin-left: 14px;
}

.movie-thumbnail-caption {
	text-align: center;
	font-size: 0.9em;
	color: #666666;
	margin-top: 2px;
}
	
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
	background: #333333;
	margin-top: 5px;
}

.movie-title {
	color: #cccccc;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	color: #000000;
	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;
}

.blog-archive-entries-wrapper {
	text-align: left;
}

.blog-archive-month {
	color: #b3b3b3;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
	letter-spacing: 1px;
}

.blog-archive-link {
	font-size: .85em;
	color: #000000;
}
	
/* @end */

.blog-entry {
	letter-spacing: 0;
	text-align: left;
}

.blog-entry-title {
	color: #710027;
	margin-bottom: 3px;
	letter-spacing: 0;
	background: url(images/bloghdr.gif) no-repeat left center;
	padding-left: 22px;
	margin-left: 1px;
	font: normal 20px/40px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
	color: #999;
	font: 9px Helvetica, Geneva, sans-serif;
}

#categories {
	margin-right: auto;
	margin-left: auto;
	width: 535px;
	margin-top: 15px;
}

#catbox {
	padding-top: 5px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.blog-entry-body {
	margin-bottom: 25px;
}

.blog-entry-comments {
	padding-top: 7px;
	text-align: right;
	color: #5a0014;
}

.blog-entry-comments a:link {
	text-align: right;
	color: #999999;
	padding-right: 0;
	padding-left: 0;
	background: none;
	padding-top: 5px;
}

.blog-entry-summary { }

.blog-read-more a:link, .blog-read-more a:visited {
	display: block;
	margin-top: 14px;
	text-decoration: none;
	width: 90px;
	background: url(images/readmore.png) no-repeat;
	font-size: 9px;
	height: 18px;
	padding-top: 2px;
	padding-left: 13px;
	color: #808080;
	padding-right: 13px;
}

.blog-read-more a:hover {
	display: block;
	margin-top: 14px;
	text-decoration: none;
	width: 90px;
	background: url(images/readmorehover.png) no-repeat;
	font-size: 9px;
	height: 18px;
	padding-top: 2px;
	padding-left: 13px;
	color: #808080;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	padding-right: 2px;
	padding-left: 2px;
}

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	padding-right: 2px;
	padding-left: 2px;
}

/* styles the archives in the blog sidebar */

#blog-archives {
	float: left;
	text-align: left;
	margin-right: 10px;
	width: 180px;
}

.blog-archive-link-enabled {
	background: url(images/folder.gif) no-repeat left center;
	padding-left: 13px;
}

.blog-archive-link-enabled:link, .blog-archive-link-enabled:visited {
	background-position: left center;
	background-repeat: no-repeat;
}

.blog-archive-link-enabled:hover {
	background-position: left center;
	background-repeat: no-repeat;
}

.blog-archive-link-disabled {
	background: url(images/folder.gif) no-repeat left center;
	padding-left: 13px;
}

/* Styles the blog categories in the blog sidebar */

#blog-categories {
	float: left;
	text-align: left;
	width: 180px;
}

.blog-category-link-enabled {
	padding-left: 13px;
	background: url(images/page.gif) no-repeat left center;
}

.blog-category-link-enabled:link, .blog-category-link-enabled:visited {
	background-position: left center;
	background-repeat: no-repeat;
}

.blog-category-link-enabled:hover {
	background-position: left center;
	background-repeat: no-repeat;
}

.blog-category-link-disabled {
	padding-left: 13px;
	background: url(images/page.gif) no-repeat left center;
}

/* Styles the blog RSS feeds in the blog sidebar */

#blog-rss-feeds {
	width: 30%;
	float: left;
	text-align: left;
}

.blog-rss-link {
	background: url(images/feed.gif) no-repeat left center;
	padding-left: 14px;
}

.blog-rss-link:link, .blog-rss-link:visited {
	background: url(images/feed.gif) no-repeat left center;
	padding-left: 14px;
}

.blog-rss-link:hover {
	background-position: left center;
}

.blog-comments-rss-link {
	float: left;
	background: url(images/feed.gif) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link:link, .blog-comments-rss-link:visited {
	float: left;
	background: url(images/feed.gif) no-repeat left center;
	padding-left: 16px;
}

.blog-comments-rss-link:hover {
	float: left;
	background-position: left center;
}
	
/* @end */