/* @group General Styles */

body {
	color: #333;
	text-align: center;
	padding: 0;
	font-size: 76%;
	margin: 20px;
	font-family: "Lucida Grande", Trebuchet, sans-serif;
}

p {
}

b, strong {

}

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

a:hover, a:active {

}

img {

}

a img {
	border: none;
}

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

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

/* @group Layout */

#container { 
	background: #0b0b0b repeat-y right; /* Right And Left Margin Widths To Auto */	text-align: left; /* Hack To Keep IE5 Windows Happy */
	position: relative;
	border: 1px solid #1b1b1b;
	margin-right: auto;
	margin-left: auto;
}

.clearer {
	clear: both;
}

#pageHeader {
	position: relative;
	z-index: 0;
	height: 160px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#pageHeader img {
	position: absolute;
	right: 5px;
	top: 5px;
}

#pageHeader h1 {
	color: #ffffff;
	font-size: 220%;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px 10px 0;
	text-shadow: #000 2px 2px 3px;
}

#pageHeader h2 {
	color: #fff;
	font-size: 120%;
	margin: 0;
	padding-left: 10px;
	text-shadow: #555 2px 2px 1px;
}

#contentContainer {
	margin-right: 240px;
	position: relative;
	z-index: 99;
	color: #000000;
}

#contentContainer #content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}

#sidebarContainer {
	float: right;
	width: 240px;
	color: #fff;
}

#sidebarContainer #sidebar {
	padding: 10px;
	text-align: left;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	height: 20px;
	padding-left: 10px;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */
#navcontainer {
	background: repeat-x url(images/black_button.jpg);
	height: 40px;
	position: relative;
	z-index: 500;

}

#navcontainer .current {
	text-shadow: 0px 1px 1px #666666;
	background: url(images/orange_button.jpg) no-repeat;
	font-weight: bold;
}

#navcontainer .current:hover {
	background: url(images/orange_button.jpg) no-repeat;
}

#navcontainer .currentAncestor {
	text-shadow: 0px 1px 1px #666666;
}
/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
	text-align: left;
}

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

#navcontainer a {
	display: block;
	padding-top: 12px;
	color: #ffffff;
	text-shadow: 1px 1px 2px #333333;
	text-decoration: none;
	width: 120px;
	text-align: center;
	height: 40px;
}

#navcontainer a:hover { 
	color: #ffffff;
	text-shadow: 0px 1px 1px #666666;
	text-decoration: none;
	background: url(images/orange_button.jpg) no-repeat;
}



/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 40px;
	display: none;
	z-index: 100;
}

#navcontainer ul ul a { 
	background: url(images/black_sub_button.jpg) repeat;
	text-align: left;
	text-indent: 10px;
	font-size: .9em;
	margin-top: 0;
	padding-top: 0;
	width: 180px;
	border-bottom: 1px solid #1b1b1b;
	border-left: .5px solid #1b1b1b;
}

#navcontainer ul ul a:hover {
	background: url(images/orange_sub_button.jpg) repeat;
}


html>body #navcontainer ul ul a {
	background: url(images/black_sub_button.jpg) repeat;
	height: 20px;
	line-height: 20px;
}

html>body #navcontainer ul ul a:hover {
	background: url(images/orange_sub_button.jpg) repeat-x;
}

#navcontainer ul ul .current{
	background: url(images/orange_sub_button.jpg) repeat;
}

html>body #navcontainer ul ul .current{
	background: url(images/orange_sub_button.jpg) repeat;
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 180px;
	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: #96a7bb;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

.imageStyle {

}

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

#contentContainer #content li {
}


ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px;
	padding: 0 10px;
}

#sidebarContainer #sidebar li {
}

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

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #e1e1e1;
}
.filesharing-item:hover {
	
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {

}

.filesharing-item-description {
	color: #efefef;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}

.album-description {
	margin-bottom: 70px;
}

.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:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

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

.thumbnail-caption {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 38px;
	display: block;
}
	
/* @end */

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

.photo-background {
	margin: 0;

}

.photo-navigation {
	background: url(images/header_black.jpg) repeat-x;
	border-bottom: 2px solid #818fa1;
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: left;
}

.photo-links {
}

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

}

.photo-navigation a:hover {

}

.photo-frame{
	padding: 2px;
	background: #949b98;
}

.photo-title {
	color: #ffffff;
	font-size: 2.5em;
	letter-spacing: 1px;
	margin: 0 0 5px;
}

.photo-caption {
	color: #ede9f0;
	font-size: 1.1em;
	margin: 0;
}


/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
	margin: 0;
	padding: 0;
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */
/* @end */
	
/* @end */

/* @group Quicktime Page */

.movie-description {

}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 3px;
}.movie-page-description {
	margin-bottom: 8px;
}.movie-thumbnail-frame {
	width: 132px;
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #f5f5f5;
	position: relative;
	z-index: 205;
}

.movie-thumbnail-frame:hover {
}

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

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

.movie-background {
}

.movie-title {
	font-size: 1.9em;
	letter-spacing: 1px;
	font-weight: bold;
}

.movie-frame {

}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
	width: 90%;
} 

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

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {

}

.blog-entry-summary {
	margin-bottom: 10px;
}

.blog-archive-headings-wrapper {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.blog-archive-entries-wrapper {

}

.blog-archive-entries-wrapper .blog-entry {

}

.blog-archive-month {
	margin-bottom: 5px;
	font-size: 2.2em;
}

.blog-archive-link {
	margin-bottom: 20px;
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
	
/* @end */

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

.blog-entry-title {
	margin-bottom: 5px;
	font: italic bold 1.5em Arial, Helvetica, Geneva, sans-serif;
}

.blog-entry-date {
	letter-spacing: 1px;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding-left: 3px;
}

/*styles the category link in the main entry */
.blog-entry-category {
	padding-top: 2px;
	padding-left: 20px;
	background: url(images/category.png) no-repeat left 0px;
}

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

/*styles the permalink link in the main entry */
.blog-entry-permalink {
	padding-top: 2px;
	margin-left: 8px;
	padding-left: 10px;
}

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


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

.blog-entry-body {

}

.blog-entry-comments {
	margin-top: 10px;
	
}

/* Comment links */
a[href^="javascript:HaloScan"] {
	padding-left: 20px;
	margin-right: 5px;
}

/* Trackback links */
a[href^="javascript:HaloScanTB"] {
	padding-top: 2px;
	padding-left: 20px;
	background: url(images/trackback.png) no-repeat left 0px;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	margin-bottom: 10px;
}
.blog-archive-link-enabled {
	padding-top: 0px;
	padding-left: 20px;
	background: url(images/trackback.png) no-repeat left 1px;
}

.blog-archive-link-disabled {
	padding-left: 20px;
	background: url(images/trackback.png) no-repeat left 1px;
}

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

.blog-category-link-enabled {
	padding-top: 0px;
	padding-left: 20px;
	background: url(images/category.png) no-repeat left 0px;
	color: #000;
}

.blog-category-link-disabled {
	padding-left: 20px;
	background: url(images/category.png) no-repeat left 0px;
}


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

.blog-rss-link {
	padding-left: 15px;
	background: url(images/rss_icon.png) no-repeat left 1px;
}

.blog-comments-rss-link {
	padding-left: 15px;
	background: url(images/rss_icon.png) no-repeat left 1px;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: center;
	height: 25px;
	font-size: 1em;
	border-top: 1px solid #4e4e4e;
	margin-right: 5px;
	margin-left: 5px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: .8em;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	text-align: center;
	color: #e9e5eb;
}

#breadcrumbcontainer a:hover {
	color: #326ea1;
	background-color: transparent;
}

/* @end */

/* @group Footer */
#footer {
	width: 720px;
	margin: 0px auto 5px; /* Right And Left Margin Widths To Auto */
	text-align: center;
	font-size: .85em;
	}

#footer p {
	margin: 0;
	padding: 2px;
	font-size: 1.3em;
}

#footer a:link, #footer a:visited {
	color: #7b959f;
}

#footer a:hover, #footer a:active {
	color: #326ea1;
	background-color: transparent;

}

/* @end */















