/*
-------------------------------------------
File: 'Blueball Minimal Colors 36' print.css Style Sheet
Created: 10, October, 2005
Last Modified: 26, July, 2007
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2007 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

/* @group Body and Global Styles */

body {
	background-color: transparent;
	text-align: left;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	margin: 0px 5% 0px 5%;
	padding: 0;
	color: #000000;
		font-weight: normal;
}

p {	
}

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

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

b, strong {
	font-weight: bold;
}

.standout, blockquote {
	font-weight: bold;
	font-style: italic;
	letter-spacing: .1px;
	font-size: 14px;
	line-height: 1.4em;
	background-color: transparent;
	color: #000000;
	padding: 2px;
	margin: 8px 20px 6px 20px;
}

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

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

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

img {
}

a img {
	border: 0px;
}

.clear {
	clear: both;
}

h1 {
	font-size: 22px;
	line-height: 1.1em;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}

h2 {
	font-size: 18px;
	line-height: 1.1em;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}

h3 {
	font-size: 16px;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
}

h4 {
	font-size: 14px;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0px;
}

h5 {
	font-size: 12px;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 4px 0;
	padding: 0px;
}

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

#container {
	font-weight: normal;
	margin: 0px auto;
	/* Right And Left Margin Widths To Auto */
	padding: 0px;
	width: 100%;
	height:  auto;
	background-color: transparent;
	text-align: center;
}

#pageHeader {
	display: none;
}

#pageHeader img {
	Margin: 0px;
	padding: 0px;
	position: absolute;
	top: 12px;
	left: 405px;
}

#pageHeader h1 {
	margin: 0px;
	padding-left: 15px;
	padding-top: 30px;
	padding-right: 225px;
	font-size: 32px;
	line-height: 1.1em;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}

#pageHeader h2 {
	margin: 0px;
	padding-left: 15px;
	padding-top: 6px;
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#breadcrumb {
	display: none;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 6px;
	padding-left: 5px;
}

#breadcrumb li {
	margin: 0 0 0px 0;
	display: inline;
}

#breadcrumb a {
	text-decoration: none;
		color: #000000;
}

#breadcrumb a:hover {
	text-decoration: underline;
		color: #000000;
}

/* @end */

/* @group Main Content Area */

#contentwrapper {
	position: relative;
	width: 100%;
	margin: 0px auto;
	background: transparent;
	padding:  0px;
}

#sidebar {
	display: none;
	visibility: collapse;
}

#sidebarContainer {
	display: none;
	visibility: collapse;
}

#sidebarContainer .sideHeader {
	display: none;
	visibility: collapse;
}

#sidebarContainer #sidebar ul {
	
}

#sidebarContainer #sidebar li {
	
}

#sidebarContainer #sidebar p {
	display: none;
	visibility: collapse;
}

#content {
	position: relative;
	width: 100%;
	padding: 16px 12px 0px 12px;
	text-align: left;
	background-color: transparent;
	margin: 0px;
}

#content ul {
	
}

#content li {
	
}

#footer {
	position: relative;
	width: 100%;
	margin: 0px auto;
	padding: 8px 0px 5px 0px;
	color: #000000;
	text-align: center;
	border-top: 1px solid #555555;
}

#footer p {
	color: #000000;
	font-size: 11px;
}

/* @end */

/* @group Toolbar */

/* Correct Firefox/Mozilla/Safari inability to properly clear a float - see: www.positioniseverything.net/easyclearing.html. Ignores IE6 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

#navbar {
	display: none;
	visibility: collapse;
}

#navbar #current {
	text-decoration: none;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}

#navbar .currentAncestor {
	color: #000000;
	text-decoration: none;
	background: #EFEFEF;
	font-weight: bold;
}

/* MAIN - MENU 0 */

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

#navbar li {
	margin: 0 0 0 0;
	padding: 0px;
	width: 190px;
}

#navbar a {
	display: block;
	color: #000000;
	text-decoration: none;
	text-indent: 10px;
	background: #EFEFEF;
	border-bottom: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	padding: 5px 5px 5px 5px;
}

#navbar a:hover {
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
}

/* SUBLEVEL - MENU 1 */

#navbar ul ul li {
	margin: 0 0 0 0;
}

#navbar ul ul a {
	display: block;
	padding: 5px 5px;
	color: #000000;
	text-decoration: none;
	text-indent: 20px;
	background: #EFEFEF;
}

#navbar ul ul a:hover {
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}

#navbar ul ul #current {
	text-decoration: none;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}

#navcontainer ul ul .currentAncestor {
	color: #000000;
	text-decoration: none;
	background: #EFEFEF;
	font-weight: bold;
}

/* SUBLEVEL - MENU 2 */

#navbar ul ul ul li {
	margin: 0 0 0 0;
}

#navbar ul ul ul a {
	display: block;
	padding: 5px 5px;
	text-decoration: none;
	text-indent: 40px;
	background: #EFEFEF;
}

#navbar ul ul ul a:hover {
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
}

#navbar ul ul ul #current {
	text-decoration: none;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}

#navcontainer ul ul ul .currentAncestor {
	color: #000000;
	text-decoration: none;
	background: #EFEFEF;
	font-weight: bold;
}

/* SUBLEVEL - MENU 3 */

#navbar ul ul ul ul li {
	margin: 0 0 0 0;
}

#navbar ul ul ul ul a {
	display: block;
	padding: 5px 5px;
	color: #000000;
	text-decoration: none;
	text-indent: 60px;
	background: #EFEFEF;
}

#navbar ul ul ul ul a:hover {
	color: #000000;
	text-decoration: none;
	background: #FFFFFF;
}

#navbar ul ul ul ul #current {
	text-decoration: none;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
}

#navcontainer ul ul ul ul .currentAncestor {
	color: #000000;
	text-decoration: none;
	background: #EFEFEF;
	font-weight: bold;
}

/* @end */

/* @group Contact Form */

.message-text {
	padding: 3px;
	text-align: left;
}

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

.form-input-button {	
}

.required-text {
	color: #FF0000;
}

/* @end */

/* @group Blog Entry */

.blog-entry {
	padding-bottom: 15px;
}

.blog-entry-title {
	display: block;
	text-align: left;
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 0;
}

.blog-entry-category {
	color: #000000;
}

.blog-entry img {
	padding: 3px;
}

.blog-entry-date {
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	margin-bottom: 5px;
	font-style: normal;
}

.blog-category-link-enabled {
	
}

.blog-category-link-disabled {
	
}

.blog-entry-body {
	text-align: justify;
}

.blog-read-more {
}

.blog-read-more a {
}

.blog-read-more a:hover {
}

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

.blog-entry-category {
	font-size: 11px;
	margin-bottom: 3px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

.blog-entry-comments {
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	font-size: 11px;
	color: #000000;
	margin: 5px 0px 0px 0px;
}

.blog-entry-comments a {
}

.blog-entry-comments-inline {
	font-size: 11px;
	line-height: 1.4em;
	text-align:  left;
	margin-top: 8px;
	padding-bottom: 10px;
}

p.blog-entry-tags {
	font-size: 11px;
	line-height: 1.4em;
	text-align:  left;
	margin-top: 8px;
	padding-left: 20px;
	font-style: normal;
	background: transparent url(images/tag_gray.png) top left no-repeat;
}

/* @end */

/* @group Blog Archive Page */

.blog-archive-background {	
}

.blog-archive-entries-wrapper {	
}

.blog-archive-headings-wrapper {	
}

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

.blog-archive-month {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: left;
}

.blog-archive-link {
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
	margin-bottom: 16px;
}

.blog-archive-link a:hover {	
}

.blog-archive-link a:link, .blog-archive-link a:visited {	
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

#blog-archives {
	margin-bottom: 10px;
	line-height: 1.6em
}

#blog-categories {
	margin-top: 12px;
	margin-bottom: 10px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

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

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

/* @end */


/* @group Blog Tag Cloud */

ul.blog-tag-cloud {
	margin: 0 0 10px 0;
	padding: 0;
	text-align: left;
}

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

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

.filesharing-description {
	margin-bottom: 15px;
	color: #000000;
}

.filesharing-item {
	margin-bottom: 15px;
}

.filesharing-item a {
	color: #000000;
	text-decoration: none;
}

.filesharing-item a:hover {
	text-decoration: underline;
	color: #000000;
}

.filesharing-item-title {
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: normal;;
}

.filesharing-item-description {
	color: #000000;
	font-size: 12px;
	text-align: left;
}

.filesharing-item-title a:link {
	border-bottom-style: none;
	color: #000000;
	text-decoration: none;
}

.filesharing-item-title a:hover {
	color: #000000;
	text-decoration: underline;
}

.filesharing-item-title a:visited {
	color: #666666;
	text-decoration: none;
}

/* @end */

/* @group Photo Album */

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

.album-title {
	font-size: 22px;
	line-height: 1.1em;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 4px 0 10px 0;
		margin-bottom: 12px;
}

.album-description {
	margin-bottom: 75px;
		padding-bottom: 6px;
	line-height: 1.5em;
	color: #000000;
}

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

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

* html .thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-right: 8px;
}

.thumbnail-frame {
	border-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

.thumbnail-frame a {
	border-style: none;
}

.thumbnail-frame a:hover {
	border-style: none;
}

.thumbnail-frame img {
	border: 0px;
}

.thumbnail-caption {
	margin: 2px 0px 0px 0px;
	font-size: 11px;
	padding: 0px;
	color: #000000;
	text-align: left;
		width: 99%;
		height:  38px;
		display: block;
}

/* @end */

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

.photo-background {
	margin: 15px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	background-color: transparent;
}

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

.photo-navigation a:link, .photo-navigation a:visited {
	color: #000000;
	text-decoration: underline;
}

.photo-navigation a:hover {
	color: #000000;
	text-decoration: none;
}

.photo-frame {
	margin: 0 0 5px 0;
	background: none;
}

.photo-links {
	font-size: 12px;
}

.photo-title {
	display: block;
	margin: 0px;
	padding: 14px 20px 12px 20px;
	font-size: 22px;
	line-height: 1.1em;
	color: #000000;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

.photo-caption {
	font-size: 16px;
	line-height: 1.1em;
	font-weight: normal;
	color: #555555;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}

/* @end */

/* @group EXIF Data */
/* Data wrapper */
.exif-data {
	clear: left;
	margin: 0;
	padding: 10px;
	float: left;
	width: 300px;
}

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

/* @group Quicktime Page */

.movie-background {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background: none;
}

.movie-title {
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	margin: 22px 20px 20px 20px;
}

.movie-description {
	font-size: 11px;
	margin-bottom: 25px;
	line-height: 1.4em;
	color: #000000;
}

.movie-frame {
	margin-bottom: 10px;
}

/* @end */

/* @group Quicktime Album */

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

.movie-page-title {
	font-size: 22px;
	line-height: 1.1em;
	color: #000000;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 8px;
}

.movie-page-description {
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 1.4em;
	color: #000000;
}

.movie-thumbnail-frame {
	float: left;
	display: inline;
	padding: 0px;
	margin: 0px 25px 25px 0px;
	text-align: left;
}

.movie-thumbnail-caption {
	margin: 3px 0px 0px 0px;
	font-size: 11px;
	padding: 0px;
	color: #000000;
	text-align: left;
}

.movie-thumbnail-frame img {
	border: none;
}

/* @end */

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

.movie-background {
	margin: 15px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	background-color: transparent;
}

.movie-title {
	font-size: 14px;
	color: #000000;
	margin: 22px 0px 20px 0px;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}

.movie-description {
	font-size: 11px;
	margin-bottom: 25px;
	line-height: 1.4em;
	color: #000000;
}

.movie-frame {
	margin-bottom: 10px;
}

/* @end */

/* @end */
