/*
-------------------------------------------
File: 'Blueball Two 36' print.css Style Sheet
Created: 15, December, 2006
Last Modified: 3, June, 2007
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2007 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/

/* @group GENERAL STYLES */

body {
	background-color: transparent;
	background-image: none;
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	font-family: "lucida grande", lucida, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	color: #353535;
	margin-top: 0;
	margin-bottom: 20px;
}

p {
}

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


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


b, strong {
	font-weight: bold;
}

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

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

img {
	padding: 0;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

/* @end */


/* @group GLOBAL CLASSES */

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

blockquote, .standout {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	color: #1b5cbc;
	padding-left: 10px;
	text-align: left;
	margin-left: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #fc8300;
}


h1 {
	font-size: 18px;
	line-height: 1.3em;
	color: #1b5cbc;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	line-height: 1.3em;
	color: #1b5cbc;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: left;
	font-weight:  bold;
	margin-top: 6px;
}

h3 {
	font-size: 14px;
	line-height: 1.3em;
	color: #1b5cbc;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: left;
	font-weight:  bold;
	margin-top: 1px;
}


h4 {
	font-size: 14px;
	line-height: 1.3em;
	color: #fc8300;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: left;
	font-style: normal;
	font-style: italic;
	font-weight: bold;
}


h5 {
	font-size: 13px;
	line-height: 1.2em;
	color: #353535;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	margin: -2px 0px 1px 0px;
}


/* @end */

/* @group CONTAINER */


#container {
	width: 100%;
	height:  auto;
	background: #ffffff;
	margin: 0px auto;
	margin-top: -16px;
	margin-bottom: 0px;
	padding-top: 0px;
	z-index: 20;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: transparent;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: transparent;}

* html #container {
	margin-top: 0px;
}


/* @end */

/* @group PAGEHEADER */


#container #pageHeader {
	position: relative;
	width: 100%;
	height: 185px;
	background: transparent;
	border: 0;
	margin-bottom: 18px;
}

#container #pageHeader #logo {
	position: absolute;
	top: 25px;
	left: 40px;
	display: block;
	height: 92px;
	width: 200px;
}

#container #pageHeader h1 { 
	font-size: 24px;
	line-height: 1.5em;
	color: #1b5cbc;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	padding: 37px 20px 0 264px;
}

#container #pageHeader h2 {
	font-size: 15px;
	line-height: 1.3em;
	color: #fc8300;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: left;
	font-weight:  normal;
	font-style: normal;
	margin-top: -10px;
	padding: 0 20px 0px 264px;
}

#container #pageHeader #breadcrumbcontainer {
	display: none;
}

* html #container #pageHeader #breadcrumbcontainer {
	top: 63px;
	padding: 0 0 24px 32px;
}

#container #pageHeader #breadcrumbcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 8px;
	display:  inline;
}

#container #pageHeader #breadcrumbcontainer li { 
	margin: 0 0 0 0;
	display: inline;
}

#container #pageHeader #breadcrumbcontainer a {
	text-decoration: none;
	display: inline;
	color:  #a7a7a7;
}

#container #pageHeader #breadcrumbcontainer a:hover {
	text-decoration: underline;
	display: inline;
	color:  #a7a7a7;
}


/* @end */

/* @group CONTENT LAYOUT */


#contentwrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
	background: none;
	padding-top: 0;
	z-index: 20;
}


#sidebarContainer {
	display: none;
}

* html #sidebarContainer{
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 6px;
}

#sidebarContainer .sideHeader {
	font-size: 13px;
	color: #1b5cbc;
	text-align: left;
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: 5px 0 7px 0;
	padding: 0 3px 0 0;
	line-height: 1.4em;
}	


#sidebarContainer p {
	padding: 0 15px 0 6px;
	margin: -8px 0 0 0;
}


#contentContainer {
	float: none;
	position: relative;
	width: 100%;
	margin: -9px 0 10px 0;
	padding: 15px 10px 0 10px;
	text-align:  left;
	background: none;
	line-height: 1.7em;
}

* html #contentContainer {
	margin: 0px 0 5px 0;
}

#contentContainer #content {
	position: relative;
	padding: 5px 0 0 0;
	margin: 0;
}

#footer {
	position: relative;
	padding: 12px 10px 20px 10px;
	background: transparent;
	margin: 0;
	text-align: center;
	font-size: 11px;
}

#footer p {
	font-size: 11px;
	color: #353535;
	margin-top: 55px;
}


#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */


/* @group TOOLBAR */


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

/* Toolbar Styles */

#navcontainer {
	margin-top: 12px;
	line-height: normal;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
}

#navcontainer #current {
	text-decoration: none;
	font-weight: bold;
	color: #1b5cbc;
	font-size: 12px;
	background: url(images/bluedot_over.png) left center no-repeat;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	color: #1b5cbc;
	font-weight: bold;
}


/* Parent - Level 0 */


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

#navcontainer li { 
	margin: 0;
	padding: 0;
	width: 180px;
	margin-bottom: 1px;
}

#navcontainer a {
	display: block;
	font-size: 12px;
	height:  20px;
	color: #353535;
	text-decoration: none;
	text-indent: 14px;
	background: url(images/graydot_over.png) left center no-repeat;
	padding: 4px 0 0 0;
}

#navcontainer a:hover {
	color: #1b5cbc;
	text-decoration: none;
	background: url(images/bluedot_over.png) left center no-repeat;
}



/* Child - Level 1 */



#navcontainer ul ul li { 
	margin: 0 0 0 15px;
	width: 165px;
}

#navcontainer ul ul a {
	display: block;
	font-size: 11px;
	height: 20px;
	padding: 0 0 0 0;
	color: #353535;
	text-decoration: none;
	text-indent: 13px;
	background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul a:hover {
	text-decoration: none;
	color: #fc8300;
	background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul #current{
	text-decoration: none;
	font-weight: bold;
	color: #1b5cbc;
	height: 20px;
	font-size: 11px;
	background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul .currentAncestor {
	text-decoration: none;
	font-weight: bold;
	color: #1b5cbc;

}


/* Child - Level 2 */


#navcontainer ul ul ul li {
	margin: 0 0 0 15px;
	width: 150px;
}

#navcontainer ul ul ul a {
	display: block;
	height: 20px;
	padding: 0 0 0 0;
	color: #353535;
	text-decoration: none;
	text-indent: 13px;
	background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul ul a:hover {
	text-decoration: none;
	color: #1b5cbc;
	background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul ul #current {
	text-decoration: none;
	font-weight: bold;
	color: #1b5cbc;	
}

#navcontainer ul ul ul .currentAncestor {
	text-decoration: none;
	font-weight: bold;
	color: #1b5cbc;
}


/* Child - Level 3 */



#navcontainer ul ul ul ul li {
	margin: 0 0 0 15px;
	width: 135px;
}

#navcontainer ul ul ul ul a {
	display: block;
	height: 20px;
	padding: 0 0 0 0;
	color: #353535;
	text-decoration: none;
	text-indent: 13px;
	background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul ul ul a:hover {
	text-decoration: none;
	color: #1b5cbc;
	background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul ul #current {
	text-decoration: none;
	font-weight: bold;
	color: #1b5cbc;	
}

#navcontainer ul ul ul .currentAncestor {
	text-decoration: none;
	font-weight: bold;
	color: #1b5cbc;
}


/* @end */



/* @group BLOG */


.blog-entry {
	float: left;
	margin: 10px 0px 4px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #dcdcdc;
}

* html .blog-entry {
	margin: 5px 0px 8px 0;
}

.blog-entry-title {
	font-size: 15px;
	line-height: 1.3em;
	color: #1b5cbc;
	font-family: helvetica, arial, verdana, sans-serif;
	text-align: left;
	font-weight:  bold;
	letter-spacing: .2px;
	margin-bottom: 5px;
}

.blog-entry img {}

.blog-entry-date {
	font-size: 11px;
	text-indent: 16px;
	color: #353535;
	margin-bottom: 5px;
	padding: 2px;
	background: url(images/bb2_blogcalendar.png) left no-repeat;
}



.blog-read-more {
	font-size: 11px;
	margin-top: 6px;
	margin-left: 6px;
	padding: 0px;
	font-style: normal;
}

.blog-read-more a {
	font-size: 11px;
}

.blog-read-more a:hover {
	font-size: 11px;
}

.blog-entry-comments {
	margin-top: 10px;
	font-size: 11px;
	color: #fc8300;
	padding-bottom: 10px;
}

.blog-entry-comments a {
	color: #fc8300;
}

/*styles the category link in the main entry */
.blog-entry-category {
	color: #353535;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 3px;
	background: none;
}

.blog-entry-category a:link, .blog-entry-category a:visited {
	height: auto;
	padding-left: 20px;
	background: url(images/bb2_blogpage.png) no-repeat left center;
}

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

.blog-entry-permalink a:link, .blog-entry-permalink a:visited {
	padding-left: 20px;	background: url(images/magnify.png) no-repeat left center;
}

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

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

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#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-rss-link:active {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
	text-decoration: underline;
	color:  #1b5cbc;
}

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

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

a.blog-comments-rss-link:active {
	background: url(images/rss_icon.gif) no-repeat left center;
	padding-left: 16px;
	display: block;
	float: left;
	text-decoration: underline;
	color:  #1b5cbc;
}

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


/* @end */

/* @group BLOG ARCHIVE PAGE */


.blog-archive-background {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

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

.blog-archive-month {
	font-size: 20px;
	line-height: 1.3em;
	color: #1b5cbc;
	text-align: left;
	font-weight:  bold;
	margin-top: 34px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid #7a7a7a;
}

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

.blog-archive-link a:hover {
}

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

/* @end */

/* @group FILE SHARING */

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

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

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

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

.filesharing-item-title {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: normal;
	background: url(images/download_arrow.png) left center no-repeat;
	padding-left: 10px;
	
}

.filesharing-item-description {
}

/* @end */

/* @group PHOTO ALBUM */


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


.album-title {
	font-size: 18px;
	line-height: 1.3em;
	font-family: helvetica, arial, verdana, sans-serif;
	color: #1b5cbc;
	text-align: left;
	font-weight:  bold;
	margin-top: 12px;
	margin-bottom: 8px;
}

.album-description {
	font-size: 13px;
	margin-bottom: 60px;
}

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

.thumbnail-wrap {	text-align: left;	position: relative;	float: left;
	margin: 0 30px 60px 0;
	padding-right: 10px;}

* html .thumbnail-wrap {
	margin: 0 15px 30px 0;}

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

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

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

.thumbnail-frame img {
	border: 1px solid #7a7a7a;
	padding: 3px;
}

.thumbnail-caption {
	font-size: 11px;
	color: #353535;
	height: 50px;	display: block;
	width: 100%;
	margin: -2px 0 0 0;	padding: 0 0 0 4px;
}

/* @end */

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


.photo-background {
	margin: 0 auto;
	padding: 0px 50px 20px 50px;
	text-align: center;
	background: transparent;
}

.photo-navigation {
	padding:  12px;
	margin-bottom: 22px;
	background-color: #ffffff;
	text-align: center;
	border-left-width:0px;
	border-left-style: solid;
	border-left-color: transparent;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: transparent;
}

.photo-navigation a:link, .photo-navigation a:visited {
	font-size: 14px;
	color: #1b5cbc;
	text-decoration: none;
}

.photo-navigation a:hover {
	font-size: 14px;
	color: #fc8300;
	text-decoration: none;
}

.photo-frame {
	margin-bottom: 22px;
	padding: 8px;
	text-align: center;
	border: 1px solid #7a7a7a;
	background: #ffffff;
}

.photo-links {
	text-align: center;
	font-size: 12px;
	padding: 5px;
	color: #1b5cbc;
}

.photo-links a:link, a:visited {
	text-align: center;
	font-size: 12px;
	padding: 5px;
	color: #1b5cbc;
	text-decoration: none;
}

.photo-links a:hover {
	text-align: center;
	font-size: 12px;
	padding: 5px;
	color: #fc8300;
	text-decoration: none;
}

.photo-title {
	margin: 8px 0 4px 0;
	font-size: 20px;
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 1.3em;
	color: #1b5cbc;
	text-align: center;
	line-height: 1.2em;
	padding-top: 10px;
	font-weight: bold;
}

.photo-caption {
	font-size: 13px;
	line-height: 15px;
	margin: 10px;
}

/* @end */

/* @end */


/* @group QUICKTIME ALBUM */


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


.movie-page-title {
	font-size: 18px;
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 1.2em;
	color: #1b5cbc;
	text-align: left;
	margin-bottom: 8px;
	font-weight: bold;
}.movie-page-description {
	font-size: 13px;
	margin-bottom: 60px;

}.movie-thumbnail-frame {

	width: 132px;
	float: left;
	margin: 0 30px 20px 0;
	text-align: center;
}

* html .movie-thumbnail-frame {
	margin: 0 15px 10px 0;
}

.movie-thumbnail-frame img {
	border: 1px solid #7a7a7a;
	padding: 3px;
	background: transparent;
}

.movie-thumbnail-frame a:hover {
	border-style: none;
	text-decoration: none;
	background: transparent;
	padding: 0px;
	border: 0px;
}


.movie-thumbnail-caption {
	margin: 0;
	font-size: 11px;
	color: #353535;
	padding-top: 0;
	width: 138px;
	height: 50px;
	display: block;
	text-align: center;
}

	
/* @end */

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

.movie-background {
	margin: 15px 0 15px 0;
	text-align: center;
	background: #ffffff;
}

.movie-title {
	font-size: 18px;
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 1.2em;
	color: #1b5cbc;
	text-align: center;
	margin: 20px 20px 5px 20px;
	font-weight: bold;
}

.movie-description {
	margin-top: 3px;
	margin-bottom: 15px;
	text-align: center;
}

.movie-frame {
	text-align: center;
	padding: 2px;
	background: #ffffff;
}
	
/* @end */


/* @group Quicktime Page */

.movie-background {
	margin: 15px 0 15px 0;
	text-align: center;
	background: #ffffff;
}

.movie-title {
	font-size: 18px;
	font-family: helvetica, arial, verdana, sans-serif;
	line-height: 1.2em;
	color: #1b5cbc;
	text-align: center;
	margin: 20px 20px 5px 20px;
	font-weight: bold;
}

.movie-description {
	margin-top: 3px;
	margin-bottom: 15px;
	text-align: center;
}

.movie-frame {
	text-align: center;
	padding: 2px;
	background: #ffffff;
}
	
/* @end */

/* @end */


/* @group CONTACT FORM */


.message-text {
}

.required-text {
	color: #1b5cbc;
} 

.form-input-field{
}

.form-input-button {
}

/* @end */