/*
-------------------------------------------
File: 'Blueball Newzpaper 3.5' print.css Style Sheet
Created: 10, March, 2006
Last Modified: 13, June, 2006
Version: 1
Author: Charlie Lockhart, Blueball Design, www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2006 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


/* @group GENERAL STYLES */



html {
	height: 101%;
}

body {
	background-color: #000000;
	padding: 0px;
	min-height: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	color: #454545;
}


p {
}


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


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


b, strong {
	font-weight: bold;
}

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

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

img {
	border: 0px;
}

a img {
	border: 0px;
}

.clear {
	clear: both; 
	font-size: .01em; 
	line-height: 0;
}

br.clear {
	font-size: .01em;
}

/* @end */


/* @group GLOBAL CLASSES */

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

blockquote {
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: .07em;
	color: #454545;
	padding: 0px 6px -3px 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-left: 5px solid #b2b2b2;
}

.standout {
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: .07em;
	color: #454545;
	padding: 0px 6px -3px 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-left: 5px solid #b2b2b2;
}


h1 {
  	font-weight: bold;  	font-size: 1.6em;  	line-height: 1.3em;
	letter-spacing: -0.04em;  	color: #000000;
}

h2 {
  	font-weight: bold;  	font-size: 1.4em;  	line-height: 1.3em;
	letter-spacing: -0.04em;  	color: #000000;
}

h3 {
  	font-weight: bold;  	font-size: 1.2em;  	line-height: 1.3em;
	letter-spacing: -0.04em;  	color: #000000;
}


h4 { 
	font-weight: bold;  	font-size: 1.0em;  	line-height: 1.2em;
	letter-spacing: -0.04em;  	color: #000000;
}


h5 {
	font-weight: normal;
	font-style: italic;  	font-size: 1.0em;  	line-height: 1.2em;
	letter-spacing: -0.04em;  	color: #000000;
}


/* @end */

/* @group CONTAINER */


#container {
	position: relative;
	width: 850px;
	background: url(images/contentbg_850black.jpg) top repeat-y;
	margin: 0px auto; /* Right And Left Margin Widths To Auto 	text-align: center; /* Hack To Keep IE5 Windows Happy */}

#customimage {
	position: absolute;
	width: 300px;
	height: 110px;
	right: 55px;
	top: 48px;
	z-index: 50;
}


/* @end */

/* @group PAGEHEADER */


#container #pageHeader {
	position: relative;
	width: 850px;
	height: 200px;
	background: url(images/header_850black.jpg) center top no-repeat;
	border: 0px;
	padding: 0px;
	margin-bottom: 20px;
	z-index: 10;
}

#container #pageHeader h1 {
	position: absolute;
	left: 42px;
	top: 62px; 
	margin: 0px;
	padding: 0px;
	font-size: 36px;
	line-height: 1.2em;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	
}

#container #pageHeader h2 {
	position: absolute;
	left: 42px;
	top: 115px;
	margin: 0px;
	padding: 4px 0px 4px 0px;
	font-size: 18px;
	line-height: 1.2em;
	color: #454545;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
}

#container #pageHeader #logo {
	position: absolute;
	right: 55px;
	top: 48px;
}

/* Start Breadcrumb Container */

#breadcrumbcontainer {
	position:  absolute;
	left: 40px;
	width: 755px;
	top: 180px;
	text-align: left;
	margin: 0px;
	padding: 5px 0px 3px 0px;
	color: #454545;
	border-top: #666666 solid 1px;
	border-bottom: #666666 solid 1px;
	font-size: .75em;
	font-weight: normal;
	text-transform: uppercase;
}

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

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

#breadcrumbcontainer a {
	text-decoration: none;
	display: inline;
	color:  #454545;
}

#breadcrumbcontainer a:hover {
	text-decoration: underline;
	display: inline;
	color:  #454545;
}

/* End Breadcrumb Container */

/* @end */

/* @group CONTENT LAYOUT */


#contentwrapper {
	position: relative;
	width: 850px;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height:  100%;
	min-height: 100%;
	background: none;
	z-index: 5;
}

html>body #contentwrapper {
	height:  auto;
}


#sidebarContainer {
	float: left;
	position: relative;
 	width: 180px;
 	text-align: left;
	margin: 0px;
	margin-bottom: 5px;
	line-height: 1.6em;
	padding: 0px 10px 16px 40px;
	background: none;
	border-right: 1px solid #656565;
	border-left: 0px;
}


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


#sidebarContainer p {
	padding: 0px;
	color: #454545;
	line-height: 1.5em;
}


#contentContainer {
	position: relative;
	height: 100%;
	margin-left: 231px;
	margin-right: 0px;
	padding: 5px 52px 0px 45px;
	text-align:  left;
	background: none;
}

html>body #contentContainer {
	 padding: 5px 52px 0px 35px;
}


#contentContainer ul {}

#contentContainer li {}


#footer {
	position: relative;
	height: 250px;
	padding: 0px 0px 15px 265px;
	background: url(images/footer_pen850black.jpg) bottom no-repeat;
	margin: 0px auto;
	text-align: left;
	z-index: 15;
}

#rule {
	padding: 0px;
	margin: 8px 55px 0px 40px;
	border-top: 1px solid #777777;	
}
#footer p {
	padding: 0px;
	font-size: 12px;
	color: #454545;
}

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

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



/* @group NAV MENU */


.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: #000000;
	font-size: 12px;
	background: url(images/menusquare9px_black.png) left center no-repeat;
}

#navcontainer #current:hover {
}

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


/* Parent - Level 0 */


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

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

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

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



/* Child - Level 1 */



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

#navcontainer ul ul a
{
	display: block;
	width: 175px;
	font-size: 11px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	color: #565656;
	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: #000000;
	background: url(images/sub_menu.gif) left top no-repeat;
}

#navcontainer ul ul #current{
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	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: #000000;

}



/* Child - Level 2 */



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

#navcontainer ul ul ul a
{
	display: block;
	width: 160px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	color: #565656;
	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: #000000;
	background: url(images/sub_menu.gif) left top no-repeat;
}

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

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


/* Child - Level 3 */



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

#navcontainer ul ul ul ul a
{
	display: block;
	width: 145px;
	height: 20px;
	padding: 0px 0px 0px 0px;
	color: #565656;
	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: #000000;
	background: url(images/sub_menu.gif) left top no-repeat;
}

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

#navcontainer ul ul ul .currentAncestor {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
	
/* @end */



/* @group BLOG */



.blog-entry {
	margin: 10px 4px 4px 0px;
}

.blog-entry-title {
	font-size: 15px;
	line-height: 18px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

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

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

.blog-entry-category {
	color: #000000;
	font-size: 11px;
	margin-bottom: 5px;
	padding: 2px;
	background: none;
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-body {
	margin-bottom:  12px;
}

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



/* @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: #000000;
	text-align: left;
	font-weight:  bold;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 24px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid #b2b2b2;
}

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

.blog-archive-link a:hover {
}

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

/* @end */

/* @group FILE SHARING */

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

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

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

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

.filesharing-item-title {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: normal;
}

.filesharing-item-description {
}

/* @end */

/* @group PHOTO ALBUM */

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

.album-title {
	font-size: 18px;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 8px;
}

.album-description {
	margin-bottom: 15px;
}

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

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

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

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

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

.thumbnail-frame img {
	border: hidden;
}

.thumbnail-caption {
	margin-top: 3px;
	font-size: 11px;
	color: #454545;
}

/* @end */

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

.photo-background {
	width: 850px;
	height:  auto;
	background: url(images/contentbg_850black.jpg) top repeat-y;
	margin: 0px auto;
	padding: 20px 50px 20px 50px;
	text-align: center;
	background: #000000 url(images/contentbg_850black.jpg) top repeat-y;
}

.photo-navigation {
	padding:  12px;
	margin-bottom: 10px;
	background: none;
	text-align: center;
}

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

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

.photo-frame{
	margin-top: 0px;
	margin-bottom: 22px;
	padding: 6px;
	border: 1px solid #b2b2b2;
}

.photo-links {
	font-size: 14px;
	padding: 5px;
	color: #565656;
}

.photo-title {
	margin: 8px 0px 4px 0px;
	font-size: 24px;
	line-height: 1.3em;
	color: #000000;
	text-align: center;
	font-weight:  bold;
	line-height: 20px;
	padding-top: 10px;
}

.photo-caption {
	font-size: 14px;
	line-height: 15px;
	margin: 10px;
	color: #454545;
}

/* @end */

/* @end */


/* @group QUICKTIME ALBUM */


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


.movie-page-title {
	font-size: 18px;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	font-weight:  bold;
	margin-bottom: 8px;
}.movie-page-description {
	margin-bottom: 15px;

}.movie-thumbnail-frame {
	float: left;
	display: inline;
	border: 1px solid #b2b2b2;	padding: 1px;
	text-align: center;
	margin: 0px 10px 10px 0px;
}

.movie-thumbnail-frame:hover {
	border: 1px solid #000000;
}

.movie-thumbnail-caption {
	margin-top: 3px;
	margin-bottom:  3px;
	font-size: 11px;
	color: #565656;
}

	
/* @end */

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

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

.movie-title {
	font-size: 18px;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin: 20px 20px 5px 20px;
}

.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 0px 15px 0px;
	text-align: center;
	background: #000000;
}

.movie-title {
	font-size: 18px;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	font-weight: bold;
	margin: 20px 20px 5px 20px;
}

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

.movie-frame {
	text-align: center;
	padding: 2px;
	background: #ffffff;
	
/*</group>*/

/*</group>*/


/*<group=CONTACT FORM>*/


.message-text {
}

.required-text {
	color: #000000;
} 

.form-input-field{
}

.form-input-button {
}

/* @end */
