/* @group General Styles */

body, html {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, 'Gill Sans', sans-serif;
	font-size: 0.9em;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

#content h1, #content h2, #content h3 {
	margin: 0.6em 0;
}

b, strong { 
	font-weight: bold;
}

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

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

img {
	border-style: none;
	display: block;
}

.image-left {
	margin: 3px;
	padding: 3px;
	float: left;
}

.image-right {
	margin: 3px;
	padding: 3px;
	float: right;
}

ul {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-position: inside;
}

ul li {
}

a img {
	border: none;
}

/* @end */

/* @group Layout */

#container {
	position: relative;
	margin: 0px auto 20px;
}

#navcontainer {
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	height: 20px;
	z-index: 200;
}

#contentContainer {
	width: 66%;
	margin: 0 auto;
	position: relative;
	margin-top: 0px;
}

#pageHeader {
	position: relative;
	height: 200px;
	text-align: center;
	top: 0px;
}

#pageHeader h1 {
	position: absolute;
	top: 30px;
	left: 30px;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

#pageHeader h2 {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

#pageHeader #logo {
	position: relative;
	/*text-align: center;*/
	display: block;
}

#pageHeader #logo img {
	display: block;
}

#contentContainer #content, .photo-frame {
	position: relative;
	padding: 40px 20px 10px;
}

.photo-frame {
	text-align: center;
	border: 1px solid blue;
	margin-left: auto;
	margin-right: auto;
}

#sidebarContainer {
	width: 33%;
	margin-top: 20px;
	padding: 6px;
	border: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #aaa;
	margin-right: -60px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 0.8em;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	
}

#sidebarContainer h1 {
	font-size: 18px;
}

#sidebarContainer h2 {
	font-size: 14px;
}

#breadcrumbcontainer {
	clear: both;
	position: relative;
	left: 0;
	right: 0;
	margin: 20px 0 10px;
	padding: 10px 5px;
	font-size: 0.8em;
}

#footer {
	position: relative;
	left: 0;
	right: 0;
	margin: 20px auto 10px;
	text-align: center;
	padding: 0.2em 10px;
}

/* @end */

/* @group Breadcrumb */

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

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	text-decoration: none; 
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Navbar */

#navcontainer ul {
	margin: 0;
	left: 0px;
	padding: 0;
	position: relative;
	left: 0;
	right: 0;
	margin-left: 240px;
	margin-top: 2px;
	z-index: 300;
}

#navcontainer ul li {
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 15px;
	position: relative;
	width: auto;
}

#navcontainer ul li a {
	color: black;
	text-decoration: none;
}

#navcontainer ul li a.current {
	color: #ff9000;
}

#navcontainer ul li a:hover {
}

#navcontainer ul li li a {
	color: #333;
}

#navcontainer ul ul {
	position: absolute;
	left: -3px;
	border-left: 1px solid #FF9000;
	margin-left: 0;
	white-space: nowrap;
	z-index: 400;
	width: 140px;
}

#navcontainer ul ul li {
	display: block;
	float: none;
	height: 18px;
}

#navcontainer ul ul li a {
	padding-left: 6px;
	padding-bottom: 6px;
	display: block;
	height: 12px;
}

#navcontainer ul ul ul {
	position: absolute;
	left: -136px;
	bottom: 0px;
	margin-left: 0;
	z-index: 400;
	white-space: nowrap;
	padding: 0;
}

#navcontainer ul ul ul li a {
	padding-bottom: 0;
}


#navcontainer ul ul li a:link, #navcontainer ul ul li a:visited {
}

#navcontainer ul ul li a:hover, #navcontainer ul ul li a:active {
	color: #FF9000;
}
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 */

.standout, blockquote {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.imageStyle {
	padding: 0;
	margin: 0;
}

.bar {
	width: 100%;
	height: 1px;
	background: #ffffff;
}

p.description {
	margin-top: 0;
	font-style: italic;
}
	
/* @end */

/* @group Blog */

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

.blog-entry-title {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
}

.blog-entry-date {
	text-align: left;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-style: normal;
}

.blog-entry-body {
	text-align: left;
	font-size: 12px;
}

.blog-entry-comments {
	padding-top: 5px;
}

.blog-archive-headings-wrapper {
	margin-bottom: 2em;
}

.blog-archive-month {
	font-size: 1.8em;
}

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

.blog-archive-link-enabled {
	margin: 0 5px;
}

.blog-archive-link-disabled {
	margin: 0 5px;
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin: 10px auto;
	font-size: 1em;
}

.blog-category-link-enabled {
	margin: 0 5px;
}

.blog-category-link-disabled {
	margin: 0 5px;
}

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

.blog-rss-link {
}

.blog-comments-rss-link {
}
	
/* @end */

/* @group File Sharing */

.filesharing-description {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.filesharing-item {
	margin-bottom: 10px;
	padding: 10px;
}

.filesharing-item-title {
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
}

.filesharing-item-description {
	text-align: left;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.1em;
	margin-top: 0.5em;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	padding: 5px;
	font-size: 2.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.album-description {
	padding: 5px;
	font-size: 1.4em;
}
.album-description {
	margin-bottom: -20px;
	font-size: 1.2em;
}

.album-wrapper {
	display: block;
	width: 99%;
	position: relative;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 60px;
	padding-left: 5px;
	padding-right: 5px;
}

.thumbnail-frame {
	position: absolute;
  left: 0;
  padding: 5px;
}

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

.thumbnail-caption {
	margin: 5px -5px;
	padding: 0 0 20px 0;
	display: block;
	height: 40px;
}

.thumbnail-caption {
	font-size: 10px;
}
		
/* @end */

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

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

.photo-navigation {
	padding: 20px 40px 10px;
	margin-bottom: 20px;
	text-align: center;
}

.photo-links {
}

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

.photo-navigation a:hover {
}

.photo-frame{
	padding: 2px;
}

.photo-title {
	font-size: 2.5em;
	margin: 0 0 5px;
}

.photo-caption {
	font-size: 1.1em;
	margin: 0;
}
	
/* @end */

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

.photo-background {
	text-align: center;
	left: 0;
	right: 0;
	position: relative;
}

.photo-navigation {
	text-align: center;
	padding: 4px;
}

.photo-navigation a, .photo-navigation a:visited {
	text-decoration: none;
	font-size: 0.8em;
}

.photo-navigation a:hover {
	text-decoration: underline;
}

.photo-frame {
	padding: 20px;
	margin-top: 0px;
}

.photo-links {
	padding: 0px;
}

.photo-title {
	padding: 0px;
	font-weight: bold;
	font-size: 1.8em;
	margin: 0;
}

.photo-caption {
	padding: 0px;
	font-size: 1.2em;
}

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

/* @group Quicktime Page */

.movie-description {
	text-align: center;
	margin: 5px;
}
	
/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-weight: bold;
	font-size: 14px;
}

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

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 1px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-align: center;
	width: 131px;
}

.movie-thumbnail-caption {
	text-align: center;
	margin-bottom: 3px;
	font-size: 11px;
}
	
/* @end */

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

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	color: #0062c5;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/* @end */


/* @end */

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

.required-text {
} 

.form-input-field {
	border: 1px solid #ccc;
	background-color: white;
}

textarea.form-input-field {

} 

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

/* @group New Blog Styles */

p.blog-entry-tags {
}
/* Styles blog tag links normal and visited state */
p.blog-entry-tags a:link,
p.blog-entry-tags a:visited {
}

/* Styles blog tag links hover state */
p.blog-entry-tags a:hover {
}

/* Styles blog tag links active state */
p.blog-entry-tags a:active {
}

/* @group Tag Cloud */
ul.blog-tag-cloud {
	margin: 0 0 10px;
	padding: 0;
	display: block;
	list-style: none;
	text-align: justify;
}

ul.blog-tag-cloud li {
	display: inline;
	padding-right: 5px;;
	
}

ul.blog-tag-cloud li a {
	display: inline;
	margin: 0;
	padding: 0;
}

.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: 1.0em;
}

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

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


/* Order & Un-ordered List Support
These CSS classes style the list style type of an un-ordered list. */

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

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

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

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-pixel-x-dimension {
}

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


#contentContainer, .photo-frame {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#pageHeader, .photo-navigation {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#navcontainer {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#sidebarContainer {
	background-attachment: fixed;
	background-repeat: no-repeat;
}