/*
Theme Name: Pierced to the Heart
Theme URI: http://piercedtotheheart.org/
Description: The theme to match PttH
Version: 1.0
Author: Randy Heffner
Author URI: http://piercedtotheheart.org/
Tags: xxx

*/

/* Begin Typography & Colors */
* {
	margin: 0;
	padding: 0;
}

body {       /* DUP of PttH body */
	background: #1B0006 url('http://piercedtotheheart.org/film/images/site/background-960.jpg') repeat-y center top;
	font: normal small Helvetica, sans-serif;
	color: #BBBBBB;
	}
#page { 
	width: 800px;
	margin: 0 auto;
	padding: 0 0 -20px 0;
	}
.pagestyle {
	margin-bottom: 20px;
	background: #301220;
	border: 1px solid #550028;
}

#header { 
	width: 800px;
	height: 140px;
	margin: 0 auto;
	background: url('http://piercedtotheheart.org/film/images/site/logo-800x140.jpg') no-repeat;
	}

#headerimg 	{
	}

#content { 
	font-size: 1.2em
	margin-bottom: 20px;
	padding: 15px 20px 20px 20px;
	}

.widecolumn {
	line-height: 1.6em;
	padding: 0px 0 40px 0;
	margin: 0px 0 0 0;
	width: 93%;
	}

.widecolumn .entry p {
	font-size: 1em;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	width: 68%;
	}

.narrowcolumn hr {
	height: 2px;
	border: 0;
	border-top: 2px solid #550028;
	}

.narrowcolumn .hentry, .widecolumn .hentry {   
         padding: 0 0 0 0;
	}

.narrowcolumn .entry, .widecolumn .entry {   /* corr to PttH story.p */
	line-height: 120%;
         padding: 10px 0 0 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 25px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
         margin: 0 0 30px 60px;
	clear: both;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: #301220;
}
.thread-odd {
	background-color: #301220;
}
.depth-1 {
         border: 1px solid #777777;
}

.even, .alt {
	border-left: 1px solid #777777;
}

#footer {
	clear: both;
	width: 800px;
	margin: 15px auto;
	padding: 0 0 20px 50px;
	text-align: left;
	}

#footer p {
	margin: 0;
	color: #888888;
	font-size: x-small;
}

small {     /* used for blogpost date */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777777;
	}

.notation {     /* used for ancillary notations */
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #AAAAAA;
	}
.boxednote {     /* used for ancillary notations */
	line-height: 1.1em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	color: #777777;
	border: 1px solid #555555;
	padding: 4px;
	margin: 4px;
	}

h1, h2, h3, h4 {
	}

h1 {
	padding: 35px 0 0 40px;
	font-family: Times New Roman,helvetica,sans-serif;
	letter-spacing: -1px;
	font-size: 2.2em;
	}

#headerimg .description {    /* correlate to PttH logo.h2 */
	padding: 0 0 0 40px;
	letter-spacing: 1px;
	font-family: Times New Roman,helvetica,sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	}

h2 {          /* correlate to PttH post.h2 */
	text-transform: uppercase;
	font-size: 1.2em;
         color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 0;
      /*   clear: left; */
	}

.h2suffix {
	display: inline;
	font-size: small;
	font-weight: normal;
	text-transform: none;
}

h3 {
        color: #DDDDDD;
	font-size: 1.2em;
	font-style: italic;
	padding-top: 5px;
        clear: left; 
	}
/* h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
*/
h4 {
        color: #C6C6C6; /* B6B6B6 */
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 4px;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2 a, h2 a:visited, h3 a, h3 a:visited {
         color: #FFFFFF;
	text-decoration: none;
	}
h2 a:hover, h3 a:hover, #wp-calendar caption, cite {
	text-decoration: underline;
	}

.pagetitle {
         margin: 0 0 15px 0;
}

.commentlist li {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	padding: 10px 10px 10px 0;
         float: right;
	width: 190px;
	}

#sidebar h2 {
	font-size: 1em;
         color: #AAAAAA;
	margin: 0 0 0 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777777;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 10px;
	}

#sidebar ul li p {
         color: #AAAAAA;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 0 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: 0 0 0 0;
	padding: 0;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #9844AA;
	text-decoration: none;
	}
a.dark, #sidebar a, .boxednote a, #footer a, small a, #respond a, .navigation a, .comment a, .comment-meta a {
	color: #882299;
	}
a.light, .entry li a {
	color: #9844AA;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */
.header_blogcontent{
display:none
}
/* Begin Structure */
.post {
	margin: 0 0 0;
	text-align: left;
	}

.post hr, .page hr {
	display: block;
	}

.clear {
	clear: both;
}

/* End Structure */


/* 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 {
	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;
	}

.navigation {
	display: block;  
	color: #777777;
	}

.alignright {
	float: right;
	}
.alignright img {
	margin: 7px 0px 7px 5px;
	}

.alignleft {
	float: left;
	}
.alignleft img {
	margin: 7px 5px 7px 0px;
	}

.screenshot {
	margin: 8px 0 20px 0px;
}
.stillShotBox {
	width: 305px;
	margin: 5px;
	padding: 2px;
	border: 1px solid #555555;
	line-height: 1.1em;
	font-size: 0.85em;
	color: #777777;
} 
.stillShotBox img {
	width: 290px;
	margin: 0px;
} 
.stillShotDialog {
	float: left;
	width: 275px;
	padding-left: 20px;
	margin: 1px 0px 1px 3px;
	text-indent: -20px;
}

/* End Images */



/* Begin Lists */
.hentry .entry {   
         padding: 3px 0 3px 0;
	}

.entry p {
	padding: 3px 0 9px 0;
}

.entry ul {
	margin-left: 0px;
	padding: 3px 0px 4px 10px;
	}

.entry ol {
	margin-left: 0px;
	padding: 3px 0 4px 10px;
	}

.entry li {
	margin: 0px 0 5px 10px;
	}

.tightBullets ol, .tightBullets ul, .tightBullets li {
	margin: 0 0 0 1.5em;
	padding: 0 0 0 0;
	}

.entryMore {
	display: inline;
	color: #882299;
	font-style: italic;
}

.entry table {
         margin: 6px 0 12px 0px;
	border: 1px solid #440020;
}
.entry th {
	background: #451C30;
	line-height: .9em;
	text-align: left;
	color: #AAAAAA;
	padding: 2px 6px 3px 20px;
	font-weight: bold;
	font-size: .85em;
	border: 1px solid #440020;
}
.entry td {
         padding: 1px 6px 1px 5px;
	border: 1px solid #440020;
}
.entry td.coltitle {
         padding: 1px 6px 1px 5px;
	border: 1px solid #440020;
	font-weight: bold;
	font-style: italic;
}

p.fixPostPara {
	margin-bottom: -12px;
}
div.quoteDiv {
	clear: both; 
	width: 500px;
	margin-bottom: -7px;
}
table.quoteTable {
	margin: 9px 0 9px 10px;
	border: 0;
}
td.quote {
	color: #CCCCCC;
	font-weight: bold;
	text-align: left;
	border: 0;
}
td.quoteAttrib {
	color: #AAAAAA;
	font-style: italic;
	font-size: .9em;
	text-align: right;
	border: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#searchform #s {
	padding: 2px;
         color: #FFFFFF;
	background-color: #550028;
	border: 1px solid #550028;
	}

#searchsubmit {
	background-color: #550028;
         color: #AAAAAA;
	border: 1px solid #990088;
	}

#sidebar #searchform #s {
	width: 112px;
	}

#postlist {
         margin: 0 0 0 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
	margin: 5px 10px 0 15px;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: normal small Helvetica, sans-serif;
         color: #FFFFFF;
	background-color: #550028;
	border: 1px solid #550028;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	background-color: #550028;
         color: #AAAAAA;
	border: 1px solid #990088;
	}

#commentform textarea {
	margin: 5px auto;
	font: normal small Helvetica, sans-serif;
	width: 100%;
	padding: 2px;
         color: #FFFFFF;
	background-color: #550028;
	border: 1px solid #550028;
         scrollbar-base-color: #777777;
         scrollbar-highlight-color: #333333;
         scrollbar-shadow-color: #333333;
         scrollbar-darkshadow-color: #777777;
         scrollbar-arrow-color: #333333;
         scrollbar-track-color: #444444;
	}
#commentform p {
	/* font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; */
	margin: 5px 0;
	}

#respond {
         margin: 20px 0 0 0;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 20px 0 0 15px;
	padding: 5px 5px 5px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* 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 {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	height: 0;
	border: 0;
	border-top: 2px solid #550028;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#menu {
	width: 800px;
	height: 50px;
	margin: -50px auto 20px auto;
}

#menu ul {
	float: right;
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: .85em;
	font-weight: bold;
        color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	text-transform: uppercase;
}

#pmenu {
	width: inherit;  /* is 660 in base PttH site */
	display: block;
	height: 20px;
/*	margin: -4px auto 10px auto;
*/	margin: 4px 0 0 0;
	border: none;
}

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

#pmenu li {
	float: left;
	display: inline;
	padding: 0px 10px 5px 10px;  /* no 5px in base PttH site */
	font-weight: bold;
        color: #FFFFFF;
}

#pmenu a {
	float: left;
	display: block;
	padding: 1px 10px 5px 10px; /* no 5px in base PttH site */
	text-decoration: none;
	text-transform: lowercase;
	font-size: .8em;
	font-weight: bold;
        color: #FFFFFF;
}
#pmenu a:hover {
	text-decoration: underline;
}
#pmenu em {
	font-size: .8em;
	font-style: normal;
	text-transform: uppercase;
}
#content #pmenu a, #content #pmenu li {
        color: #888888;
}
