/*
-------------------------------------------
File: 'Blueball Newzpaper' styles.css Style Sheet
Created: 10, March, 2006
Last Modified: 15, August, 2008
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themesupport@blueballdesign.com
Copyright 2006-2008 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: 82%;
	line-height: 1.6em;
	font-weight: normal;
	color: #454545;
}


* html body {
	font-weight: 500;
}
 
 
p {
	margin-bottom: 0;
	margin-top: 0;
}


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


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


b, strong {
	font-weight: bold;
}

.imageStyle {
	background: transparent;
}

.image-left {
	float: left;
	margin: 0px;
	padding: 4px 16px 2px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold; 
}

.image-right {
	float: right;
	margin:  0px;
	padding: 4px 0px 2px 16px;
	text-align: center;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold; 
}

img {
}

a img {
	border: 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;
}

b, strong {
	font-weight: bold;
}

.clearer {
	clear: both;
}

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

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

/* @end */


/* @group GLOBAL CLASSES */

.standout, blockquote {
	font-weight: bold;
	font-style: normal;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #454545;
	padding: 0px 6px 0px 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #b2b2b2;
}

h1 {
  	font-weight: bold;  	font-size: 1.8em;  	line-height: 1.2em;
	letter-spacing: 0;  	color: #000000;
  	margin: 9px 0 12px 0;
	padding: 0px;
}

h2 {
  	font-weight: bold;  	font-size: 1.6em;  	line-height: 1.2em;
	letter-spacing: 0;  	color: #000000;
  	margin: 9px 0 10px 0;
	padding: 0px;
}

h3 {
  	font-weight: bold;  	font-size: 1.4em;  	line-height: 1.3em;
	letter-spacing: 0;  	color: #000000;
  	margin: 9px 0 10px 0;
	padding: 0px;
}


h4 { 
	font-weight: bold;  	font-size: 1.2em;  	line-height: 1.3em;
	letter-spacing: 0;  	color: #000000;
  	margin: 9px 0 10px 0;
	padding: 0px;
}


h5 {
	font-weight: normal;
	font-style: italic;  	font-size: 1.15em;  	line-height: 1.3em;
	letter-spacing: 0;  	color: #000000;
  	margin: 9px 0 10px 0;
	padding: 0px;
}

* html h1, h2, h3, h4 {
	font-weight: 800;
}

* html h5 {
	font-weight: 500;
}


/* @end */

/* @group CONTAINER */


#container {
	position: relative;
	width: 850px;
	background: url(images/contentbg_850black.jpg) top repeat-y;
	margin: 0px auto;
	z-index: 20;}

#container #pageHeader #customimage {
	position: absolute;
	left: 40px;
	top: 55px;
	display: block;
	height: 124px;
	width: 755px;
	z-index: 40;
	border-top: 1px solid #666666;
}


/* @end */

/* @group PAGEHEADER */


#container #pageHeader {
	position: relative;
	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: relative;
	margin: 0 0 0 42px;
	padding: 84px 0 0 0;
	text-align: left;
	font-size: 34px;
	line-height: 1.2em;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	z-index: 55;
}

* html #pageHeader h1 {
	font-weight: 800;
}

#container #pageHeader h2 {
	position: relative;
	margin: 0 0 0 42px;
	padding: 14px 0 4px 0;
	text-align: left;
	font-size: 18px;
	line-height: 1.2em;
	color: #454545;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	z-index: 56;
}

* html #pageheader h2 {
	font-weight: 500;
}

#container #pageHeader #logo {
	position: absolute;
	right: 55px;
	top: 63px;
	z-index: 58;
}

/* 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: .85em;
	font-weight: normal;
	min-height: 21px;
}

#breadcrumbcontainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 5px;
	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;
	min-height: 100%;
	background: none;
	padding: 0;
	z-index: 5;
}

html>body #contentwrapper {
	height:  auto;
}


#contentwrapper #sidebarContainer {
	float: left;
	position: relative;
 	width: 180px;
 	text-align: left;
	padding: 0px 10px 18px 40px;
	margin: 10px 0 5px 0;
	line-height: 1.6em;
	background: transparent;
}


#sidebarContainer .sideHeader {
	font-size: 1.15em;
	line-height: 1.3em;
	color: #000000;
	text-align: left;
	font-weight:  bold;
	margin: 7px 0 8px 0;
	padding: 0;
	background: transparent;
}


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


#contentwrapper #contentContainer {
	position: relative;
	margin-left: 231px;
	margin-right: 0px;
	padding: 5px 52px 0px 25px;
	text-align:  left;
	background: none;
}

#contentwrapper #contentContainer ul {}

#contentwrapper #contentContainer li {}

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

#footer p {
	padding: 0px;
	font-size: 12px;
	color: #454545;
}

#footer hr {
	position: absolute;
	height: 1px;
	width: 756px;
	top: 16px;
	left: 0;
	right: 0;
	padding: 0px;
	margin: 7px 55px 0px 40px;
	background-color: #666666;
	z-index: 30;	
}

#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: 0px;
	line-height: normal;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}

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

#navcontainer #current:hover {
}

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


/* Parent - Level 0 */


#navcontainer ul {
	padding: 0px;
	margin: 0px;
	list-style-type: 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.gif) left center no-repeat;
	padding: 4px 0px 0px 0px;
}

#navcontainer a:hover {
	color: #000000;
	text-decoration: none;
	background: url(images/menusquare9px_black.jpg) 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 CONTACT FORM */


form {
	position: relative;
	margin-bottom: 18px;
}

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

.form-input-field {
	width: 90%;
	border: 1px solid #666666;
	background-color: #efefef;
	color: #000000;
	font-size:  1em;
	line-height: 1.4em;
}

.form-input-button {
}

.required-text {
	color: #000000;
	font-weight: bold;
} 

/* @end */


/* @group BLOG */



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

.blog-entry-title {
	font-weight: bold;  	font-size: 1.5em;  	line-height: 1.3em;
	letter-spacing: 0;  	color: #000000;
  	margin: 2px 0 7px 0;
	padding: 0px;
}

.blog-entry-title a:link {
	text-decoration: none;
}

.blog-entry-title a:visited {
	text-decoration: none;
}

.blog-entry-title a:hover {
	text-decoration: underline;
}

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

.blog-entry img {	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;
}

* html .blog-entry-date {
	background: url(images/pagesymbol.gif) left no-repeat;
}

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

.blog-entry-comments a {
}

.blog-read-more {
	display: block;
	padding-top: 6px;
	font-style: italic;
}

.blog-read-more a:link, .blog-read-more a:visited, .blog-read-more a:active {	text-decoration: underline;}

.blog-read-more a:hover {
	text-decoration: none;
}


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

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

.blog-entry-permalink {
}

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

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

.blog-entry-comments a {
}

.blog-entry-comments a:hover {
	text-decoration: none;
}

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

p.blog-entry-tags {
	font-size: 11px;
	line-height: 15px;
	text-align:  left;
	margin-top: 6px;
	padding-left: 22px;
	font-style: normal;
	background: transparent url(images/tag_gray.gif) center left no-repeat;
}

p.blog-entry-tags a:link,
p.blog-entry-tags a:active, p.blog-entry-tags a:visited {	font-style: normal;
	text-decoration: underline;}

p.blog-entry-tags a:hover {	font-style: normal;
	text-decoration: none;}

/* @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 {
	position: relative;
	font-size: 1.6em;
	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-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2;
}

* html .blog-archive-month {
	margin-right: 0px;
}

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

.blog-archive-link a:hover {
}

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

#blog-archives {
	margin-bottom: 6px;
	line-height: 18px;
	font-weight: normal;
}

.blog-archive-link-enabled {
	font-size: 12px;
	font-weight: normal;
}

.blog-archive-link-disabled {
	font-size: 12px;
	font-weight: normal;
}

#blog-categories {
	position: relative;
	padding: 0;
	margin: 10px 0 10px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.blog-category-link-enabled {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 0px;
}

.blog-category-link-enabled a:link, .blog-category-link-enabled a:visited, .blog-category-link-enabled a:active {
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.blog-category-link-enabled a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.blog-category-link-disabled {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

#blog-rss-feeds {
	margin: 12px 0 10px 0;
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
}

a.blog-rss-link {
	background: url(images/rss_icon.gif) center left no-repeat ;
	padding-left: 18px;
	display: block;
	float: left;
	font-weight: normal;
	font-size: 12px;
}

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

a.blog-trackback-link {
}

/* @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: 28px;
}

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

.filesharing-item a {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.filesharing-item a:hover {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.filesharing-item-title {
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	font-weight: normal;
}

.filesharing-item-description {
}

/* @end */

/* @group PHOTO ALBUM */

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

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

.album-description {
	margin-bottom: 90px;
	padding-bottom: 30px;
}

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

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

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

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

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

.thumbnail-frame img {
	margin: auto;    padding: 0;
    border: 0;
}

.thumbnail-caption {
	color: #454545;
	height: 60px;	display: block;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	width: 99%;
	margin: 3px 0 0 0;	padding: 0;
}

#flashcontent {
	margin-top: 20px;
	text-align: center;
}

/* @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: transparent;
	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 8px 0px;
	font-size: 24px;
	line-height: 1.3em;
	color: #000000;
	text-align: center;
	font-weight:  bold;
	line-height: 20px;
	padding-top: 6px;
}

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

/* @end */


/* @group EXIF Data */


.exif-data {
	clear: left;
	margin: 0;
	padding: 15px;
	float: left;
	width: 200px;
}

.exif-data p {
	margin: 0;
	padding: 0;
}

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


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


.movie-page-title {
	font-size: 1.5em;  	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;
	line-height: 14px;
	color: #454545;
}

/* @end */

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

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

.movie-title {
	font-size: 1.5em;  	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: 1.5em;  	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 */

/* @end */


