/* @group General Styles */

body {
	background-color: #242424;
	margin: 0;
	margin-top: 30px;
	padding: 0;
	font: 95%/1.4 arial, helvetica, sans-serif;
	
}
p {
}

b, strong {

}

a:link, a:visited {
	color: #257EB4;
	text-decoration: none;
}

a:hover, a:active {
	color: #87B730;
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
.clearer {
	clear: both;
}	
/* @end */

/* @group Layout */

#container {
	display: block;
	width: 820px;
	margin: auto;
}



#pageHeader {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	display:block;
	height: 233px;
	width: 820px;
	position: relative;
}

#pageHeader #logo {
	position: absolute;
	left: 20px;
	top: 28px;
	width: 780px;
	height: 200px;
	display: block;
	z-index: 1;
}
#pageHeader #logo_text {
	display: block;
	position: absolute;
	left: 80px;
	top: 80px;
	z-index: 2;
}
#pageHeader h1 {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 35px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
}

#pageHeader h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
}
#navigation {
	display: block;
	height: 81px;
	width: 820px;
	background-image: url(images/navigation.png);
	background-repeat: no-repeat;
}
#contentContainer {
	display: block;
	width: 740px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	min-height: 100px;
	float: left;
	clear: both;
	color: #333;
	text-shadow: 0px -1px 1px #fff;
}
#extraContent {
	display: block;
	float: left;
	clear: both;
	width: 780px;
	background-image: url(images/extra_content_bg.png);
	background-repeat:repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.85em;
	line-height: 1.4em;
	text-shadow: 0px -1px 1px #fff;
	color: #666;
}
#extra {
	background-image: url(images/extra_content.png);
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 30px;
	min-height: 200px;
}

#extra .col1 {
	width: 60%
}
#extra .col2 {
	width: 30%
}
.sidebar_title {
	display: block;
	margin-bottom: 20px;
	font-size: 2em;
}
#bottom { 
	display: block;
	width: 820px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	height: 86px;
	overflow: hidden;
}

#footer { 
	display: block;
	width: 820px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 127px;
	overflow: hidden;
}
#footer p {
	margin-left: 40px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #999;
	text-shadow: 0px -1px 1px #000;
	font-weight: bold;
}
#footer p a{
	text-decoration: none;
	color: #87B730;
}	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	display: block;
	height: 30px;
	margin-bottom: 30px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 0.75em;
	color: #fff;
	padding-top: 15px;
	text-shadow: 0px -1px 1px #DA6A2A;
}

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

#breadcrumbcontainer li {
	float: left;
}

#breadcrumbcontainer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#breadcrumbcontainer a:hover {
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	display: block;
	height: 38px;
	width:800px;
	background-image: url(images/pageBG_tabs.png);
	background-repeat: no-repeat;
}
#navcontainer .currentAncestor,
#navcontainer #current {
	background-position: left bottom;
}
#navcontainer .currentAncestor a,
#navcontainer li#current a {
	background-position: right bottom;
	color: #5F330A;
	text-shadow: 0px -1px 1px #fff;
}


/* Parent - Level 0 */

#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 24px;
}

#navcontainer li {
	float: left;
	display: block;
	height: 57px;
	padding-left: 20px;
	background-image: url(images/navi_left.png);
	background-repeat: no-repeat;
	overflow: hidden;
	margin-left: -10px;
}

#navcontainer a {
	display: block;
	float: left;
	height: 30px;
	font-weight: bold;
	padding-top: 27px;
	padding-right: 20px;
	overflow: hidden;
	background-image: url(images/navi_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	color: #222;
	text-shadow: 0px -1px 1px #f4f4f4;
	text-decoration: none;
}

#navcontainer li:hover {
	background-position: left bottom;
}

#navcontainer li:hover a {
	background-position: right bottom;
	color: #5F330A;
	text-shadow: 0px -1px 1px #fff;
}

/* Child - Level 1 */

#navcontainer ul ul {
	display: none;
}


#subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/subnav_bg.png);
	background-position: right top;
	background-repeat: no-repeat;
}
#subnav li {
	background-image: url(images/subnav.png);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	margin-bottom: 3px;
}
#subnav a {
	font-weight: bold;
	text-shadow: 0px -1px 1px #fff;
	color: #222;
}
#subnav a:hover {
	color: #186AA6;
}

#subnav li.currentAncestor a,
#subnav li#current a{
	color: #5F330A;
	text-shadow: 0px -1px 1px #fff;
}

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

#subnav ul li {
	background-image: url(images/subnav_1.png);
	padding: 0;
	padding-left: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#subnav li.currentAncestor li a,
#subnav li#current li a,
#subnav ul li a {
	font-weight: bold;
	text-shadow: 0px -1px 1px #fff;
	color: #222;
}
/* @end */

/* @group Global Classes */

blockquote, .standout {
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
}

h2 {
	font-size: 2em;
	color: #f4f4f4;
	text-shadow: 0px -1px 1px #000;
}

h3 {
	font-size: 1.8em;
}

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

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

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

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

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

#sidebarContainer #sidebar li {
}


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

/* @group Blog */

/* @group Tag Cloud */


ul.blog-tag-cloud {
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	background-image: url(images/blog_tags.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 30px;
}

ul.blog-tag-cloud li {
	display: inline;
}

ul.blog-tag-cloud li a {
	color: #999;
	text-shadow: 0px -1px 1px #fff
}

ul.blog-tag-cloud li a:hover {
	color: #333;	
}

.blog-tag-size-1 {	
	font-size: 0.8em;
}

.blog-tag-size-2 {	
	font-size: 0.85em;
}

.blog-tag-size-3 {	
	font-size: 0.9em;
}

.blog-tag-size-4 {	
	font-size: 0.95em;
}

.blog-tag-size-5 {	
	font-size: 1em;
}

.blog-tag-size-6 {	
	font-size: 1.05em;
}

.blog-tag-size-7 {	
	font-size: 1.1em;
}

.blog-tag-size-8 {	
	font-size: 1.15em;
}

.blog-tag-size-9 {	
	font-size: 1.2em;
}

.blog-tag-size-10 {	
	font-size: 1.25em;
}

.blog-tag-size-11 {	
	font-size: 1.3em;
}

.blog-tag-size-12 {	
	font-size: 1.35em;
}

.blog-tag-size-13 {
	font-size: 1.4em;
}

.blog-tag-size-14 {	
	font-size: 1.45em;
}

.blog-tag-size-15 {
	font-size: 1.5em;
}

.blog-tag-size-16 {	
	font-size: 1.55em;
}

.blog-tag-size-17 {	
	font-size: 1.6em;
}

.blog-tag-size-18 {	
	font-size: 1.65em;
}

.blog-tag-size-19 {
	font-size: 1.7em;
}

.blog-tag-size-20 {	
	font-size: 1.75em;
}
/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
	margin-bottom: 20px;
}

.blog-archive-month {
	display: block;
	font-size: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 5px;
}

.blog-archive-link {
	display: block;
	padding: 3px;
	background-color: #f4f4f4;
	font-size: 0.8em;
	text-shadow: 0px 1px 1px #fff;
	font-weight: bold;
}

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

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

h1.blog-entry-title {
	margin-bottom: 5px;
	padding-bottom: 0;
	line-height: 1.3em;
	text-shadow: 0px -1px 1px #fff;
	color: #333;
}


h1.blog-entry-title a {
	text-decoration: none;
	color: #333;
}

.blog-entry-date {
	display: block;
	line-height: 1.3em;
	font-size: 0.8em;
	margin-bottom: 20px;
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #f4f4f4;
}

/*styles the category link in the main entry */
.blog-entry-category {
}

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

.blog-read-more {
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 0.9em;
	text-decoration: none;
}

.blog-entry-body {
	border-bottom: 1px solid #f4f4f4;
}

.blog-entry-comments {
}

p.blog-entry-tags {
	font-size: 0.7em;
	display: block;
	background-color: #f4f4f4;
}

/* styles the archives in the blog sidebar */
#blog-archives {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-top: 30px;
	background-image: url(images/blog_archive.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.blog-archive-link-enabled {
	padding-left: 25px;
	background-image: url(images/blog_archive_small.png);
	background-repeat: no-repeat;
}

.blog-archive-link-disabled {
	padding-left: 25px;
	background-image: url(images/blog_archive_small.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-top: 30px;
	background-image: url(images/blog_cats.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.blog-category-link-enabled {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	background-image: url(images/blog_cats_small.png);
	background-repeat: no-repeat;
}

.blog-category-link-disabled {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	background-image: url(images/blog_cats_small.png);
	background-position: left 2px;
	background-repeat: no-repeat;
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
	display: block;
	padding-top: 30px;
	min-height: 80px;
	background-image: url(images/blog_rss.png);
	background-position: right top;
	background-repeat: no-repeat;	
}

#blog-rss-feeds .blog-rss-link {
	padding-left: 25px;
	color: #ffae00;
	background-image: url(images/blog_rss_small.png);
	background-position: left top;
	background-repeat: no-repeat;	
	text-shadow: 0px -1px 1px #fff;
	font-weight: bold;	
}

#blog-rss-feeds .blog-comments-rss-link {
	color: #ffae00;
	text-shadow: 0px -1px 1px #222;
}

/* @end */

/* @group File Sharing */

.filesharing-description {
	display: block;
	margin-bottom: 20px;
}

.filesharing-item {
	display: block;
	margin-bottom: 20px;
}

.filesharing-item-title a:link {
	font-size: 1.3em;
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
	font-size: 0.8em;
	line-height: 1.3em;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}

.album-description {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f4f4f4;
}


.album-wrapper {
	text-align: center;
	margin-bottom: 20px;
	display: block;
	float: left;	
}

.thumbnail-wrap {
	display: inline;
	font-size: 0.8em;
}

.thumbnail-frame {
	padding: 5px;
	background-color: #f4f4f4;
	float: left;
	margin: 5px;
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

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

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

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

.photo-navigation {
	color: #fff;
}

.photo-links {
	font-size: 0.9em;
	text-shadow: 0px -1px 1px #000;
	color: #fff;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #fff;
}

.photo-navigation a:hover {
	color: #257EB4;
	text-shadow: 0px 1px 1px #fff;
}

.photo-frame{
	margin: auto;
	padding: 10px;
	background-color: #333;
	border: 1px solid #000;
}

.photo-title {
	font-size: 2em;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	text-shadow: 0px -1px 1px #fff;
}

.photo-caption {
	margin: 0;
	display: block;
	margin-bottom: 5px;
	text-shadow: 0px -1px 1px #fff;
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
	display: none;
}

.exif-data p {
}

/* 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: 30px;
	display: block;
	margin-bottom: 10px;
}

.movie-page-description {
	display: block;
	margin-bottom: 20px;
}

.movie-thumbnail-frame {
	float: left;
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
	margin: 10px;

}

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

.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 */