/*
-------------------------------------------
File: 'Blueball Showcase Theme' print.css Style Sheet
Created: 7, May, 2007
Last Modified: 30, May, 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: #ffffff;
	text-align: left;
	font-family: Verdana, "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	letter-spacing: 0.5px;
	color: #000000;
	margin: 0px 5% 0px 5%;
	padding: 0;
}


p {
}


a:link {
	text-decoration: none;	color: #000000;	border-color: #999999;	border-width: 0 0 1px 0;	border-style: none none solid none;	padding: 3px 0px 2px 0px;
}

a:visited {
	color: #000000;	border-color: #000000;	border-width: 0 0 1px 0;	border-style: none none solid none;	padding: 3px 0px 2px 0px;
}


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

#search_credits a {
	color: #ffffff;	border-color: #ffffff;
}

#search_credits a:hover, a:active {
	color: #ffffff;	background-color: #ffffff;	border-color: #ffffff;
}

#search_credits a:visited {
	color: #ffffff;	border-color: #ffffff;
}

b, strong {
	font-weight: bold;
}

blockquote, .standout {	font-size: 110%;
	font-weight: bold;
	text-align: left;	line-height: 1.4em;	color: #000000;	
	margin: 10px 10px 10px 0px;	padding: 4px 4px 4px 0;	border-top: 1px solid #000000;	border-bottom: 1px solid #000000;
}

.imageStyle {
}

.image-left{
	float: left;
	margin:  0;
	padding: 6px 10px 2px 0;
}

.image-right{
	float: right;
	margin:  0;
	padding: 6px 0 2px 10px;
}

img {
}

a img {
border: 0px;
}

.clear {
clear: both;
}

h1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 180%;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: normal;	text-transform: none;	letter-spacing: -1px;	border: none;
	margin: 2px 0 8px 0;
	padding: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 160%;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: normal;	text-transform: none;	letter-spacing: -1px;	border: none;
	margin: 2px 0 8px 0;
	padding: 0;
}

h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 140%;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: normal;	text-transform: none;	letter-spacing: -1px;	border: none;
	margin: 2px 0 6px 0;
	padding: 0;
}

h4 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: bold;	text-transform: none;	letter-spacing: -1px;	border: none;
	margin: 2px 06px 0;
	padding: 0;
}

h5 {
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 115%;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: bold;	text-transform: uppercase;	letter-spacing: 1px;	border: none;
	margin: 2px 0 5px 0;
	padding: 0;
}



/* @end */


/* @group Outer Container */

#container {
	position: relative;
	width: 100%;
	margin:  0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	background: transparent;
	min-height: 300px;
	padding: 0;
	z-index: 30;
}

#container #tr_corner {
	display: none;	
}

#container #tl_corner {
	display: none;	
}

#container #br_corner {
	display: none;	
}

#container #bl_corner {
	display: none;	
}





/* @end */


/* @group Inner Container */


#container #innercontainer {
	position: relative;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 740px;
	background: transparent;
	border: 1px solid #ffffff;
}

/* @end */


/* @group Page Header */


#pageheader {
	display: none;	
}

#pageheader #pageheadershine {
	display: none;	
}

#pageHeader #customheader {
	display: none;
}

#pageheader #maintitle { 
	display: none;	
}

#pageheader #slogan {
	display: none;	
}

#pageheader #logo {
	display: none;	
}

#breadcrumbcontainer {
	position: absolute;
	margin: 0px;
	background: none;
	top: 132px;
	left: 40px;
	margin-right: 240px;
	padding-top:  6px;
	font-size:  10px;
	text-align: left;
	color: #000000;
	z-index: 25;
}

#breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 6px;
	padding-left: 5px;
	color: #000000;
	font-size:  10px;
	border-bottom: none;
}

#breadcrumbcontainer li { 
	margin: 0;
	display: inline;
	color: #000000;
}

#breadcrumbcontainer a {
	text-decoration: none;
	color: #000000;
	font-size:  10px;
	border-bottom: none;
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
	color: #000000;
	background: #fff;
	border-bottom: none;
}


/* @end */

/* @group Main Content Area */


#contentwrapper {
	width:  99%;
	text-align: center;
	margin:  10px 0 10px 0;
	padding:  0;	
}


#sidebarContainer {
	float: left;
	position: relative;
 	width: auto;
	background: transparent;
	padding: 7px 0 0 0;
	margin:  10px 0 0 0;
}

#sidebarContainer #sidebar {
	margin: 0px;
	padding: 0 0 15px 0;
	text-align: left;
}

#sidebarContainer .sideHeader {
	font-size: 13px;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-bottom: 5px;
}

#sidebarContainer #sidebar ul {}#sidebarContainer #sidebar li {}

#sidebarContainer #sidebar p {
}


#content {
	position:  relative;
	text-align:  left;
	background-color: #ffffff;
	padding: 0 10px 10px 0;
	margin:  20px 0 0 240px;
}

* html #content {
	margin:  10px 0 0 120px;
}

#contentContainer #content ul {
	list-style-type: square;
}

#contentContainer #content li {
	list-style-type: disc;
}

table {
	font-size: 12px;
}

#footer {
	position: relative;
	width: 740px;
	font-size: 11px;
	margin: 0px auto;
	margin-bottom: 25px;
	background: url(images/pgbottom_bg4.jpg) bottom left repeat-x;
	padding: 12px 0 15px 0;
	border-bottom: 1px solid #cbcbcb;
	color: #000000;
	text-align: center;
}


	
/* @end */



/* @group Toolbar */


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


#sidebarContainer #navcontainer {
	display: none;	
}

#navcontainer #current {
	text-decoration: none;
	background: url(images/navarrow_down.png) left center no-repeat;
	color: #000000;
	font-weight: bold; 	
}

#navcontainer #current:hover {
	text-decoration: underline;
}

#navcontainer .currentAncestor {
	background: url(images/navarrow_down.png) left center no-repeat;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


/* PARENT - Level 0 */

#navcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	z-index: 12;
}

#navcontainer li { 
	margin-bottom: 3px;
	list-style-type: none;
}

#navcontainer a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 14px;
	background: url(images/navarrow_solid.png) left center no-repeat;
	border-bottom: none;
	height:  16px;
}

#navcontainer a:hover {	color: #000000;	border: 0px;
	text-decoration: underline;
}

#navcontainer a:active {
}


/* CHILD - Sub Level 1 */

#navcontainer ul ul {
}

#navcontainer ul ul li {
	margin-bottom: 3px;
}

#navcontainer ul ul a {
	border-bottom: none;
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	background-image: url(images/subnav_arrow.png);
	background-position: 3px center;
	height: 18px;
}

#navcontainer ul ul a:hover {
	color: #000000;	border: 0px;
	text-decoration: underline;
}

#navcontainer ul ul #current {
	text-decoration: none;
	color: #000000;
	font-weight: bold; 
	padding-left: 20px;
	background-image: url(images/subnav_arrow.png);
	background-position: 3px center;
}

#navcontainer ul ul .currentAncestor {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(images/navarrow_down.png);
	background-position: 5px center;
}


/* CHILD - Sub Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
	border-bottom: none;
	display: block;
	color: #000000;
	text-decoration: none;
	padding-left: 25px;
	background-image: url(images/subnav_arrow.png);
	background-position: 8px center;
	height: 18px;
}

#navcontainer ul ul ul a:hover {
	background-color: #000000;	color: #fff;	border: 0px;
	text-decoration: none;
}

#navcontainer ul ul ul #current {
	text-decoration: none;
	color: #000000;
	font-weight: bold; 
	padding-left: 25px;
	background-image: url(images/subnav_arrow.png);
	background-position: 8px center;
}


/* @end */

/* @group Blog */



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

.blog-entry-title {
	font-size: 160%;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin: 2px 0 5px 0;	letter-spacing: -1px;
	padding: 0;
}

.blog-entry img {	padding: 4px;	border: 0px;}

.blog-entry-date {
	font-size: 11px;
	text-indent: 0px;
	margin-bottom: 13px;
	padding: 0 0 8px 0;
	border-bottom-style: solid;		border-bottom-width: 1px;
		border-color: #000000;
}

.blog-read-more {
	display: block;
	padding-top: 5px;
	font-style: normal;
	font-size: 11px;
}

.blog-entry-category {
	font-size: 11px;
	margin-bottom: 5px;
	padding: 2px 2px 2px 0;
}

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

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

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-body {
}

.blog-entry-comments {
	font-size: 11px;
	text-align:  left;
	color: #000000;
	margin-top: 8px;
}

.blog-entry-permalink {
}

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



/* @end */

/* @group Blog Archive */

.blog-archive-background {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	font-size: 180%;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin: 2px 0 5px 0;	letter-spacing: -1px;
	padding: 0;
}

.blog-archive-link {
	margin: 0px;
	font-size: 12px;
	margin-bottom: 12px;
}

.blog-archive-link a:hover {
	text-decoration: none;
}

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

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

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
	margin: 14px 0 14px 13px;
	line-height: 2em;
	font-size: 11px;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

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

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

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

/* @end */


/* @group File Sharing */

.filesharing-description {
	padding-top: 12px;
	margin-bottom: 14px;
	text-align: left;
}

.filesharing-item {
	margin-bottom: 10px;	padding: 8px;	border: 1px solid #939393;
}

.filesharing-item-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 140%;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: normal;	letter-spacing: -1px;	border: none;
	margin: 2px 0 0 0;
	padding: 0 0 4px 0px;
	text-decoration: none;
}

.filesharing-item-title a:link {
	text-decoration: none;	color: #000000;	border-color: #ffffff;	border-width: 0 0 0 0;	border-style: none none none none;
	padding: 0 0 0 30px;
	background: url(images/download.jpg) no-repeat left center;
}

.filesharing-item-title a:hover {
	padding: 0 0 0 30px;
	background: url(images/download_hover.jpg) no-repeat left center;
}

.filesharing-item-title a:visited {
	color: #939393;
}

.filesharing-item-description {
	line-height: 1.4em;
}

/* @end */


/* @group Photo Album */

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

.album-title {	font-size: 180%;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin: 2px 0 5px 0;	letter-spacing: -1px;
	padding: 0;}.album-description {
	padding-top: 12px;	margin-bottom: 50px;	font-size: 110%;	padding-bottom: 10px;
	text-align: left;}.album-wrapper {
	position: relative;	display: block;	width: 99%;}.thumbnail-wrap {	text-align: left;	position: relative;	float: left;	margin-bottom: 30px;	margin-right: 7px;}

html>body .thumbnail-wrap {	margin-bottom: 60px;	margin-right: 14px;}.thumbnail-frame {	position: absolute;    bottom: 0px;    left: 0px;}.thumbnail-frame:hover {}.thumbnail-frame a {
	background: transparent;
	border: none;}.thumbnail-frame a:hover {
	background: transparent;
	border: none;}.thumbnail-frame img {	margin: auto;    padding: 0;
    border: none;}.thumbnail-caption {	height: 50px;	display: block;
	font-size: 11px;
	width: 100%;
	margin: 0;	padding: 0;}
	
/* @end */

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

.photo-background {
	background: #ffffff;
	margin-bottom: 40px;
	margin-top: 0;
	padding: 0;
	z-index: 40;	
	text-align: center;
}

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

.photo-title {
	font-size: 200%;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
	color: #000000;
	text-align: center;
	margin: 0 0 5px 0;	letter-spacing: -1px;
	padding: 0;
	padding-top: 16px;
	font-weight: bold;
}

.photo-caption {
	font-size: 125%;
	margin: 0 0 8px 0;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

.photo-links {
	padding: 0px;
	display: block;
	font-size: 110%;
	margin: -4px 0 0 0;
	color: #000000;
}

.photo-navigation a:link, .photo-navigation a:visited {
	color: #ffffff;
	border-color: #cbcbcb;
}

.photo-navigation a:hover {
	background: #ffffff;
	color: #000000;
	border-color: #ffffff
}

.photo-frame {
	margin-top: 40px;
	background: transparent;
	padding: 6px;
	border: 1px solid #939393;
	text-align: center;
}

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


/* @group Quicktime Page */.movie-description {}	/* @end */


/* @group Quicktime Album *//* @group Index Page (Movie Thumbnail view) */.movie-page-title {	font-size: 180%;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin: 2px 0 5px 0;	letter-spacing: -1px;
	padding: 0;}.movie-page-description {	padding-top: 12px;	margin-bottom: 15px;
	text-align: left;}.movie-thumbnail-frame {	width: 132px;	float: left;	text-align: center;	margin: 0 18px 14px 0;}

.movie-thumbnail img {		margin: 0;		padding: 0;
		border: none;
}

.movie-thumbnail-frame a:link {
	background: transparent;
	border: none;
}.movie-thumbnail-frame:hover {
	background: transparent;
	border: none;}.movie-thumbnail-caption {
	font-size: 11px;
	width: 100%;
	margin: 0 0 5px 0;	padding: 0;}	/* @end *//* @group Single Page (Movie View) */.movie-background {}.movie-title {	font-size: 160%;
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.2em;
	color: #000000;
	text-align: left;
	font-weight: normal;
	margin: 2px 0 5px 0;	letter-spacing: -1px;
	padding: 0;}.movie-frame {}	/* @end *//* @end */


/* @group Contact Form */
.message-text { } .required-text {
	color: #000000;} .form-input-field {} .form-input-button {} 
/* @end */




