/* @group General Styles */

body {
	margin: 7px;
	font: 0.75em Arial, Helvetica, Geneva, sans-serif;
	color: #999;
	padding: 0;
	background: #000;
}

p {
}

b, strong {

}

a:link, a:visited {
}

a:hover, a:active {
	text-decoration: none;
}

img {

}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
	position: relative;
	z-index: 500;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
	position: relative;
	z-index: 500;
}
	
/* @end */

/* @group Layout */
#topGrad {
	background: url(images/top_grad.png) repeat-x;
	width: 101%;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


html > body #topGrad {
	width: 100%;
}

.clearer {
	clear: both;
}

#container { 
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background: #fff url(images/sidebar_bg.png) repeat-y left top;
}

#pageHeader {
	height: 88px;
	background-image: url(images/header_bg.png);
}

#pageHeader .logo img {
	position: absolute;
	top: 4px;
}

#pageHeader h1 {
	padding: 18px 0 3px 10px;
	margin: 0;
	border-bottom: 1px solid #f2f2f2;
	font: bold 2em Arial, sans-serif;
}

#pageHeader .logo {
	display: block;
	width: 129px;
	height: 85px;
	margin-top: 2px;
	position: relative;
}

#pageHeader h2 {
	margin: 0;
	color: #d5d5d5;
	font: 1.5em Arial, sans-serif;
	padding-left: 10px;
}

#contentContainer {
	float: right;
}

#contentContainer #content {
	padding: 10px;
}

#sidebarContainer {
	width: 129px;
	position: relative;
	z-index: 4;
	padding-bottom: 20px;
}

#sideGrad {
	background: url(images/sidebar_bottom_grad.png) no-repeat left bottom;
	height: 158px;
	width: 129px;
	position: absolute;
	bottom: 28px;
	z-index: 3;
}

#sidebarContainer #sidebar {
	padding: 5px;
	position: relative;
	z-index: 5;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
}

#footer {
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	padding-bottom: 3px;
	position: relative;
	z-index: 4;
}

#footer p {
	margin: 0;
	padding: 5px;
	background-color: #f8f8f8;
	border-top: 1px solid #e5e5e5;
}

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

}

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

/* @group Bread-crumb */

#breadcrumbcontainer {
	margin-left: 129px;
	padding: 10px;
}

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {

}

#breadcrumbcontainer a:hover {

}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	text-align: right;
	font-weight: bold;
	position: relative;
	z-index: 6;
}

#navcontainer #current {
	color: #fff;
	background: url(images/menu_arrow.gif) no-repeat right center;
}

#navcontainer #current:hover, #navcontainer .currentAncestor:hover {
	color: #fff;
	background: url(images/menu_arrow.gif) no-repeat right center;
}

#navcontainer .currentAncestor {
	color: #fff;
	background: url(images/menu_arrow.gif) no-repeat right center;
}

/* Parent - Level 0 */

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

#navcontainer li {
}

#navcontainer a {
	display: block;
	border-bottom: 1px solid #fff;
	padding: 5px 10px 5px 5px;
	text-decoration: none;
	height: 15px;
}

#navcontainer a:hover {
	color: #fff;
	background: url(images/menu_arrow.gif) no-repeat right center;
}

#navcontainer a:active {
}

/* Child - Level 1 */

#navcontainer ul ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#navcontainer ul ul li {
}

#navcontainer ul ul a {
	padding-right: 15px;
}

#navcontainer ul ul a:hover{
}

#navcontainer ul ul #current{
	background: url(images/menu_arrow.gif) no-repeat right center;
}

#navcontainer ul ul .currentAncestor {
	background: url(images/menu_arrow.gif) no-repeat right center;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
	border-bottom: none;
}

#navcontainer ul ul ul li { 
}

#navcontainer ul ul ul a{
	padding-right: 25px;
}

#navcontainer ul ul ul a:hover{

}

/* Child Level 3 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

/* Child Level 4 */

#navcontainer ul ul ul ul {

}

#navcontainer ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul a:hover{

}

/* Child Level 5 */

#navcontainer ul ul ul ul ul {

}

#navcontainer ul ul ul ul ul ul li { 
}

#navcontainer ul ul ul ul ul ul a{
}

#navcontainer ul ul ul ul ul ul a:hover{

}

/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
	font-size: 1.8em;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 5px 0;
}

h3 {
	font-size: 1.4em;
	margin: 0 0 5px 0;
}

h4 {
	font-size: 1.2em;
	margin: 0 0 5px 0;
}

.imageStyle {

}

/* Main content area unordered list styles */

#contentContainer #content ul {
	margin: 20px;
	padding: 0;
	list-style-type: none;
}

#contentContainer #content li {
	padding-bottom: 8px;
	padding-left: 16px;
	background: url(images/list_item.gif) no-repeat left top;
}

#contentContainer #content ul ul {
	margin: 8px 0 0 0;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}

	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
	margin-bottom: 10px;
}.blog-archive-headings-wrapper {
	height: 40px;
	display: block;
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}.blog-archive-month {
	font-weight: bold;
	margin-bottom: 15px;
	float: left;
	margin-right: 10px;
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
}

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

.blog-entry {
	margin-bottom: 30px;
}

.blog-entry-title {
	color: #cecece;
	background-color: #f2f2f2;
	font-size: 2em;
	margin: -10px -10px 11px -9px;
	padding: 10px;
}

.blog-entry-date {
	color: #cecece;
	background-color: #f2f2f2;
	margin: -10px -10px 10px -9px;
	padding: 5px 10px 5px 26px;
	background: #f2f2f2 url(images/date.gif) no-repeat 10px center;
}

.blog-read-more {
	display: block;
	padding-top: 10px;
	font-style: italic;
}

.blog-entry-body {
}

.blog-entry-comments {
	border-top: 1px solid #e5e5e5;
	margin-top: 10px;
	padding-top: 5px;
	color: #fff;
}

/*styles the category link in the main entry */
.blog-entry-category {
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 10px;
}

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

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
	margin-left: 10px;
}

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

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
	line-height: 1.5em;
}

.blog-archive-link-enabled {
	background: #f2f2f2 url(images/date.gif) no-repeat left center;
	padding-left: 16px;
	margin-bottom: 8px;
}

.blog-archive-link-disabled {
	background: #f2f2f2 url(images/date.gif) no-repeat left center;
	padding-left: 16px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin-bottom: 10px;
	line-height: 1.5em;
}

.blog-category-link-enabled {
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
}

.blog-category-link-disabled {
	background: url(images/category.gif) no-repeat left center;
	padding-left: 16px;
}

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

.blog-rss-link {
	background: url(images/rss.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
	margin-bottom: 8px;
}

.blog-comments-rss-link {
	background: url(images/rss.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
	margin-bottom: 8px;
}

/* Comment links */
a[href^="javascript:HaloScan"] {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 16px;
	margin-right: 10px;
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	background: url(images/trackback.gif) no-repeat left center;
	padding-left: 16px;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	padding: 5px;
	margin-bottom: 7px;
	background: url(images/download.gif) no-repeat left 7px;
	padding-left: 16px;
}

.filesharing-item-title a {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	padding-top: 7px;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	color: #cecece;
	background-color: #f2f2f2;
	font-size: 2em;
	margin: -10px -10px 11px -9px;
	padding: 10px;
}

.album-description {
	color: #cecece;
	background-color: #f2f2f2;
	margin: -10px -10px 60px -9px;
	padding: 5px 10px;
}

.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 {
	margin: auto;
	border: 5px solid #f2f2f2;
}

.thumbnail-frame img:hover {
	border-color: #cdd1db;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;

}
	
/* @end */

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

.photo-background {
	text-align: center;
}

.photo-navigation {
	width: 100%;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	margin-bottom: 20px;
	text-align: left;
}

.photo-links {
	margin: 0 auto 15px;
	padding: 5px 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	position: relative;
	top: 130px;
	padding: 5px 5px 8px 5px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.photo-title {
	height: 26px;
	margin: 7px auto 0;
	padding: 18px 0 3px 10px;
	font: 2em Arial, sans-serif;
	font-weight: bold;
}

.photo-caption {
	height: 44px;
	margin: 0 auto;
	padding-left: 10px;
	color: #d5d5d5;
	font: 1.5em Arial, sans-serif;
}

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

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	color: #cecece;
	background-color: #f2f2f2;
	font-size: 2em;
	margin: -10px -10px 11px -9px;
	padding: 10px;
}.movie-page-description {
	color: #cecece;
	background-color: #f2f2f2;
	margin: -10px -10px 10px -9px;
	padding: 5px 10px;
}.movie-thumbnail-frame {
	padding: 5px;
	background-color: #f2f2f2;
	float: left;
	margin: 0 22px 22px 0;
	width: 132px;
	text-align: center;
}

.movie-thumbnail-frame:hover {
	background-color: #cdd1db;
}

.movie-thumbnail-caption {
	padding-top: 8px;
}
	
/* @end */

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

.movie-background {
	text-align: center;
}

.movie-title {
	font: 2em Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}

.movie-frame {
	padding: 15px 15px 8px 15px;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: left bottom;
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
	font: 1em Arial, Helvetica, Geneva, sans-serif;
} 

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


