/*
Theme Name: blacknblue
Theme URI: http://www.surfthemind.com
Description: A dark, black and blue theme based on Kubrick, with graphics and design by <a href=”http://www.surfthemind.com”>Wendy Woudstra</a> of <a href=”http://www.publishingcentral.com”>Publishing Central</a>
Version: 1.0, 7/7/2006 12:00:00 AM
Author: <a href=”http://www.surfthemind.com”>Wendy Woudstra</a> of <a href=”http://www.publishingcentral.com”>Publishing Central</a>
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
 */



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	background-color: #171E3B;
	background-image: url(http://www.celluloidheroreviews.com/images/frame.jpg);
	background-repeat : repeat-y;
	background-attachment : fixed;
	color: #E2E4D6;
	text-align: center;
	}

#content {
	font-size: 1.3em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {c
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #171E3B;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #171E3B;
border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:  #ffffff;
	padding-right: 10px;
	}

h1 {
	font-size: 4em;
	text-align: right;
	}
h2, h3, h4 {
	text-align: left;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: right;
	padding-right: 10px;
}

#title-image {
	float:right;
	width: 325px;
	height: 115px;
	padding-top: 85px;
	background-image: url("images/title.png");
	background-repeat: no-repeat;
}

#title-image .description {
	font-family: "Courier New", Courier, monospace;
	width: 165px;
	height: 110px;
	float: right;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #eeeeee;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #b8bfc7;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #E2E4D6;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, sans-serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #E2E4D6;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #CFEBF7;
	text-decoration: none;
	}

a:hover {
	color: #CFEBF7;
	text-decoration: underline;
	}
	
#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: #000000;
	margin: 5px auto 20px;
	padding: 0;
	width: 800px;
	border: 1px solid #959596;
	text-align: left;
	}
	
#header {
	padding: 0;
	margin: auto;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	width: 100%;
	background-color: #171E3B;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	width: 500px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	z-index: -1;

	}

.page-template-pageActorDirector-php .narrowcolumn,
.error404 .narrowcolumn {
	width: 95%;
	padding: 10px 10px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
/*	clear: left;*/
}

#footer {
	padding: 0 0 0 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 16px 0 16px;
	text-align: center;
	font-size: 115%;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top:  10px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered,
img.aligncenter,
img.screenshot {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
/*	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;*/
	position: relative;
	z-index: 100 !important;
	}

.sidebar-left
{
	padding: 20px 0 10px 0;
	margin-left: 10px;
	float: left;
	width: 210px;
	}

.sidebar-right
{
	padding: 20px 0 10px 0;
	float: right;
	width: 210px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	background: url(http://www.celluloidheroreviews.com/images/quotes.jpg) no-repeat;
	min-height: 40px;
	margin : 15px auto 0 auto;
	width : 425px;
	padding-left: 15px;
	text-align: left;
	color: #B8BFC7;
	font-family: "Courier New", Courier, monospace;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation,
.navigation-top {
	font-size: 10px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation-top .wp-pagenavi {
	clear: none;
}

.entrytext {line-height: 140%;}

ul#tagcloud { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloud li { display:inline; font-size:90%; color:#ccc; background: none; padding: 0;}
ul#tagcloud li a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloud li a:hover { text-decoration:underline; }
ul#tagcloud li.t1 a { font-size: 120%; }
ul#tagcloud li.t2 a { font-size: 160%; }
ul#tagcloud li.t3 a { font-size: 190%; }
ul#tagcloud li.t4 a { font-size: 210%; }
ul#tagcloud li.t5 a { font-size: 230%; }
ul#tagcloud li.t6 a { font-size: 250%; }
ul#tagcloud li.t7 a { font-size: 270%; }
ul#tagcloud li.t8 a { font-size: 290%; }
ul#tagcloud li.t9 a { font-size: 310%; }
ul#tagcloud li.t10 a { font-size: 330%; }

ul#tagcloudwidget { padding:0; margin:0; text-align:center; list-style:none; }
ul#tagcloudwidget li { display:inline; font-size:90%; color:#ccc; background: none; padding: 0;}
ul#tagcloudwidget a, ul#tagcloud li a:link { text-decoration:none; }
ul#tagcloudwidget li a:hover { text-decoration:underline; }
ul#tagcloudwidget li.t1 a { font-size: 120%; }
ul#tagcloudwidget li.t2 a { font-size: 160%; }
ul#tagcloudwidget li.t3 a { font-size: 190%; }
ul#tagcloudwidget li.t4 a { font-size: 210%; }
ul#tagcloudwidget li.t5 a { font-size: 230%; }
ul#tagcloudwidget li.t6 a { font-size: 250%; }
ul#tagcloudwidget li.t7 a { font-size: 270%; }
ul#tagcloudwidget li.t8 a { font-size: 290%; }
ul#tagcloudwidget li.t9 a { font-size: 310%; }
ul#tagcloudwidget li.t10 a { font-size: 330%; }

li#taxonomy-4 ul ul li {
	display: inline;
	font-weight: normal;
}

li#taxonomy-4 > ul > li {
	font-weight: bold;
}

.movie-data {
	margin: 1em;
	border-width: medium thin thin;
	border-style: solid;
	border-color: #dddddd;
	background: #171E3B;
	padding: 0.5em;
}

.movie-data-header {
	background: #dddddd;
	color: #000;
	margin: -0.5em -0.5em 0.5em;
	padding: 0.25em;
}
.home .movie-data,
.archive .movie-data {
	margin: 0.5em 1em;
	padding: 0.25em 0.5em;
	text-align: center;
}

.movie-data p {
	margin: .25em 0;
}

div.movie-data a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.movie-data h3 {
	margin: 0;
	padding: 0 0 5px;
}

.home .category-capsules .movie-data,
.archive .category-capsules .movie-data {
	display: none;
}

.home .category-capsules .postmetadata,
.archive .category-capsules .postmetadata {
	border-top: thin solid #fff;
}

.term-637 .category-capsules .postmetadata {
	display: block;
	margin: 0 0 3em;
}

.home .category-capsules,
.archive .category-capsules {
	margin: 4em 2em 0;
	padding: 1em 2em 0;
	border-width: medium thin thin;
	border-style: solid dotted dotted;
	border-color: #ddd;
}

.term-637 .category-capsules {
	margin: 0;
	padding: 0;
	border: none;
}

.home .category-capsules h2, 
.archive .category-capsules h3 {
	margin-top: 0;
}

.widget ul li {
	font-size: 110%;
}

.widget ul ul li {
	font-size: 100%;
}

#sidebar h2 {
	font-size: 1.4em;
}


.page div.multi-column-taxonomy-list {
	clear: none;
	text-align: left;
}

.page div.multi-column-taxonomy-list ul {
	width: 23%
}


.page .multi-column-taxonomy-list a {
	padding: 0 3px 1px 3px;
}

.multi-column-taxonomy-list ul.multi-column-3 {
	padding-right: 20px;
}

.multi-column-taxonomy-list ul.multi-column-4 {
	padding-right: 0;
}


.review-list {
	float:left;
	width:46%;
	padding-right: 2em;
}

.review-list h3 {
	border-top: thin solid #B8BFC7;
	padding-top: 3px;
}


.review-select {
	text-align:center;
	font-size: 110%;
	letter-spacing: 2px;
	margin-top: 1.5em;
}

.review-select a {
	font-weight: bold;
}

h2 span.tax-name {
	color: #fff;
}

.home .format-link,
.archive .format-link  {
	border-top: thin solid #B8BFC7;
	border-bottom: thin solid #B8BFC7;
	margin: 2em 0 0 6em;
}

.home .format-link h2,
.archive .format-link h3 {
	margin-top: 0;
}

.home .format-link a,
.archive .format-link a {
	display: block;
	color: #fff;
	padding: 3px 1em;
	border: thin solid black;
}


.home .format-link a:hover,
.archive .format-link a:hover {
	background: #171E3B;
	text-decoration: none;
	border: thin solid #B8BFC7;
}

.home .format-link .postmetadata,
.archive .format-link .postmetadata {
	display: none;
}

#post-624 ul {
	list-style-type: none;	
	margin-top: 0;
}

.gone-year {
	float: left;
	width: 100%;
	padding-right: 0em;
	clear: both;
}

.gone-year h3 {
	border-bottom: thin solid #B8BFC7;
	padding-bottom: 2px;
}

.gone-year .months {
	width: 31%;
	padding-right: 1em;
	float: left;
}

.movie-data-list {
	margin-left: 2em !important;
	text-indent: -2em;
	text-align: left;
}

.list-desc, .tag-desc {
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	padding: 0 2em 3px;
}

.tax-list .pagetitle {
	font-size: 175%;
	letter-spacing: 0.1em; 
}
/* New Menus */
#ch-header-menu { 
	font-size: 110%;
	height: 20px;
	background: #3C415E;
	border-bottom: 1px solid #959596;
}


#ch-header-menu ul {
	background: #3C415E;	
	list-style-type: none;
	margin: 0;
	padding-left: 0;
}

#ch-header-menu > ul > li {
	width: 105px;
}

#ch-header-menu > ul > li a {
	border-right: 1px solid #959596;
}

#ch-header-menu ul li {
	display: inline;
	float: left;
	position: relative;
	min-width: 90px;
}

#ch-header-menu ul ul {
	display: none;
	position: absolute;
	left: 1em;
	top: 20px;
	min-width: 170px;
	float: left;
	border: 1px solid #959596;
	z-index: 999;
}

#ch-header-menu ul ul li {
	display: block;
	width: 100%;
}

#ch-header-menu ul li:hover > ul,
#ch-header-menu ul ul li:hover > ul  {
	display: block;
}

#ch-header-menu ul li:hover,
#ch-header-menu ul ul li:hover {
	background: #171E3B;
}

#ch-header-menu a {
	display: block;
	color: #fff;
	background: #3C415E;
	line-height: 20px;
	padding: 0 1em;
}
#ch-header-menu ul ul a {
	border-top: 1px solid #3C415E;
	border-bottom: 1px solid #3C415E;
}

#ch-header-menu ul ul a:hover {
	border-top: 1px solid #959596;
	border-bottom: 1px solid #959596;
}

#ch-header-menu a:hover {
	background: #171E3B;
	text-decoration: none;
}

#ch-header-menu .home-menu {
	font-weight: bold;
}

#ch-header-menu .home-menu .sub-menu{
	font-weight: normal;
}

body.home #ch-header-menu .home-menu {
	display: none;
}

#ch-header-menu ul li.random-post,
.home.paged #ch-header-menu ul li.random-post,
body.page-id-277 #ch-header-menu ul li.review-index-a,
body.page-id-278 #ch-header-menu ul li.review-index-h,
body.page-id-279 #ch-header-menu ul li.review-index-s,
body.page-id-4653 #ch-header-menu ul li.revidx-4653,
body.page-id-4649 #ch-header-menu ul li.revidx-4649,
body.page-id-4646 #ch-header-menu ul li.revidx-4646,
body.page-id-4640 #ch-header-menu ul li.revidx-4640,
body.page-id-4637 #ch-header-menu ul li.revidx-4637,
body.page-id-4870 #ch-header-menu ul li.content-rating,
body.page-id-1979 #ch-header-menu ul li.actor-list,
body.page-id-2379 #ch-header-menu ul li.director-list,
body.page-id-2976 #ch-header-menu ul li.star-rating,
body.page-id-518 #ch-header-menu ul li.blu-ray,
body.term-630 #ch-header-menu ul li.essential,
body.term-2306 #ch-header-menu ul li.discoveries,
body.term-296 #ch-header-menu ul li.family,
body.term-79 #ch-header-menu ul li.registry,
body.term-74 #ch-header-menu ul li.afi,
body.term-993 #ch-header-menu ul li.ebert,
body.term-637 #ch-header-menu ul li.avoid,
body.term-2481 #ch-header-menu ul li.personal,
body.term-96 #ch-header-menu ul li.best-picture,
body.postid-49 #ch-header-menu ul li.ratings-1,
body.postid-53 #ch-header-menu ul li.ratings-2,
body.postid-58 #ch-header-menu ul li.ratings-3,
body.postid-3771 #ch-header-menu ul li.let-film,
body.postid-4362 #ch-header-menu ul li.f-word,
body.page-id-624 #ch-header-menu ul li.gone,
body.page-id-438 #ch-header-menu ul li.polls {
	display: none;
}

.page-id-277 .page li a, .page-id-278 .page li a, .page-id-279 .page li a {
	font-style: italic;
}

.home #ch-header-menu ul li.random-post,
body.home.paged #ch-header-menu .home-menu {
	display: inline;
}

.review-list ul {
	list-style-type: none;
	padding-left: 1em;
}

.review-list ul li {
	margin-bottom: 4px;
	margin-left: 2em;
	text-indent: -2em;
}

.review-list ul li a:hover {
	color: #fff;
}

.catdesc {
	width: 90%;
}

.category-commentary .catdesc {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.centertext {
	text-align: center;
	margin: 0 auto;
}

.typewriter {
	font-family: 'Courier New', Courier, monospace;
}

.spread-1 {
	letter-spacing: 1px;
}

.spread-2 {
	letter-spacing: 2px;
}

.spread-3 {
	letter-spacing: 3px;
}

.category-news .pagetitle {
	border-bottom: 2px solid white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 84px;
	padding: 0;
	margin-top: 0;
}

body.paged .category-news .pagetitle {
	font-size: large;
}

.category-news .catdesc {
	border-bottom: 1px solid white;
	width: 100%;
}

.category-news .catdesc p {
	margin: 0;
}

.post-624 h2 {
	font-size: xx-large;
}

.post-2976 h2 span {
	text-decoration: line-through;
}
/*
.single .category-moviereviews .posttitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: xx-large;
	border-bottom: thin dashed #B8BFC7;
	line-height: 1.15;
} */

.home #content .category-capsules h2 {
	font-size: large;
	border-bottom: none;
}

p.date-archive {
	margin: 0 3em;
}

.date .pagetitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: xx-large;
	border-bottom: thin dashed #B8BFC7;
	margin: 30px 0 10px;
}

.home .post-date {
	font-size: small;
}

.multi-column-taxonomy-list a:hover {
	color: #111;
}

.home p.welcome {
 	line-height: 1.3;
	margin: 0 3em;
	text-align: center;
	font-size: medium;
}

.home h1.welcome {
	letter-spacing: 4px;
	text-align: center;
}

.palatino {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.comic {
	font-family: 'Comic Sans MS', cursive;
}

.italics {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.large {
	font-size: large !important;
}

.xlarge {
	font-size: x-large !important;
}

.xxlarge {
	font-size: xx-large !important;
}

.dotted-under,
img.screenshot {
	border-bottom: thin dotted #B8BFC7;
}

.dotted-over,
img.screenshot {
	border-top: thin dotted #B8BFC7;
}

.dashed-under {
	border-bottom: thin dashed #B8BFC7;
}

.dashed-over {
	border-top: thin dashed #B8BFC7;
}

.tight {
	line-height: 1.15 !important;
}

.indent-left {
	margin-left: 3em;
}

.indent-right {
	margin-right: 3em;
}

.flush-left {
	text-align: left;
}

.flush-right {
	text-align: right;
}

.centered-text {
	text-align: center;
}

.underline {
	text-decoration: underline;
}

.padding-above,
img.screenshot {
	padding-top: 1em;
}

.padding-below,
img.screenshot {
	padding-bottom: 1em;
}

.hanging {
	margin-left: 2em !important;
	text-indent: -2em;
}

.spread-full {
	letter-spacing: 1em;
}

.spread-half {
	letter-spacing: 0.5em;
}
.white {
	color: #fff;
}

.float-left {
	float: left;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

.half {
	width: 50%;
}

.strike {
	text-decoration: line-through;
}

.wp-cpl-widget li.wp-cpl:hover {
	background: #171E3B !important;
	border-color: #ddd !important;
}

.wp-cpl-widget {
	width: 90%;
}

.wp-cpl-widget li {
  	border-radius: 6px;
}

/* content rating stuff */

.cbox {
	width: 100px;
	background-color: #ddd;
	color: #000;
	border: 2px solid #990000;
}

.cboxleft {
	float: left;
	margin: 0 8px 0 0;
}

.cboxright {
	float: right;
	margin: 0 0 0 8px;
}

.cboxheader {
	text-align: center;
	letter-spacing: 2px;
	font-weight: bold;
	width: 100%;
	background: #990000;
}

.cboxheader a,
.cboxtiny a {
	color: #fff;
}

.cboxtiny a {
	text-decoration: underline;
}

.cboxtiny {
	color: #fff;
	font-size: xx-small;
	text-align: center;
	background: #990000;
}

.ctable td {
	font-weight: bold;
}

li.footnote {
	color: #fff;
	text-align: left;
}

*/
/*facebook */
.fbconnect_LastUsers {background: 000;}



/* Print Styles */


@media print {
	body {background: white none; font-size: 12pt; color: black;}
	.entrytext {font-family: serif; font-size: 12pt; line-height: 175%;}
	.entrytext p {text-indent: 18pt; margin-top: 0; margin-bottom: 6pt;}
	.entrytext blockquote {width: 55%;}
	.entrytext blockquote p {font-family: Arial, Helvetica, sans-serif; text-indent: 0; line-height: 100%;}
	.commentlist li {line-height: 100%; border: none;}
	.commentlist p {line-height: 125%;}
	#sidebar, #footer, #respond, #commentform, ul#mastlist, .avatar, .navigation, .itt_tagBox, .entrytext img {display: none;}
	img.print{display: block;}
	#headerimg {border-top: 1pt solid black; border-bottom: 1pt solid black;}
	#header, #headerimg {height: auto;}
	#headerimg {font-family: Arial, Helvetica, sans-serif; text-align: right;}
	#headerimg h1 {font-size: 24pt;}
	#headerimg .description {font-size: 10pt;}
	a {text-decoration: none;color: black;}
	#commentmetadata {page-break-after: avoid;}
	iframe {display:none;}
	#content h2 {font-size: 18pt;}
	.narrowcolumn {width: 95%;}
	#page {border-style: none;}
	small {font-size: 8pt;}
}


/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


