@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
@import url(http://fonts.googleapis.com/css?family=Vollkorn);
/*  
Theme Name: Hollywood Sucks
Theme URI: http://www.the-editing-room.com
Description: 3 Column theme, widgets
Version: 1.0
Author: The Editing Room
Author URI: http://www.the-editing-room.com
*/		


/***** Style Reset ******/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/***** Basic Page Styles *****/

body  {
  font-size: 13px;
  margin: 0px;
  padding:0px;
  background-color: white;
  color: #000;
  font-family:  Verdana, Arial, Sans-Serif;
  background: #525464;
  background-image: url(/wp-content/themes/hollywood-sucks/img/back.jpg);
  background-repeat: repeat-y;
  background-position: center;
  text-align: center;
}

a:link {
  color: #2C3967;
}

a:visited {
  color: #222D4F;
}

a:active {
  color: #000000;
}

a:hover {
  color: #000000;
}

a img {
  border:none;
  background:none;
  padding:5px;
}

img {	
  border:none;
}


blockquote {
  margin: 0px 0px 0px 30px;
  padding: 0px 25px 0px 0px;
}

strong {
  font-weight: bold;
}

strike {
  text-decoration: line-through;
}

/***** Outer Container *****/

#maincontainer {
  width: 980px; /*Width of main container*/
  margin: 0 auto; /*Center container on page*/
  text-align: left;
}

/***** Header *****/

#header {
  background: #EAEAEA;
  height:100px;
  text-align: center;
}

#header a img {
  padding:0;
}

/***** Top Navigation *****/

#navigation {
  background: #EAEAEA;
  height:100px;
  text-align: center;
  height:2.0em;
  line-height:2.0em;
  margin-bottom: 0;
  background-color: #73758F;
  background-image:url(/wp-content/themes/hollywood-sucks/img/grad.jpg);  
}

#navigation a {
  text-decoration: none;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
  float:left;
  margin:0;
  padding:0;
  list-style-type:none;
  border-right:1px solid;
  white-space:nowrap;
  border-color:#B9BAC0;
}

#navigation li a {
  display:block;
  padding:0 8px;
  font-size:0.8em;
  font-weight: bold;
  color: #E7E8EB;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation li {
  border-color:#B9BAC0;
}

#navigation a {
  color:white;
}

#navigation a:hover {
  background-color:#B9BAC0;
  color: #2C3967;
}

#navigation #search {
   float:right;
  margin-right: 2px;
margin-top: -1px;
}

#navigation .icon {
 width: 16px;
 height: 100%;
 background-repeat: no-repeat;
 background-position: center center;
}


#navigation #twitter {
 background-image: url(img/twitter_icon.png);
}

#navigation #rss {
 background-image: url(img/rss_icon.png);
}

#navigation #facebook {
 background-image: url(img/facebook_icon.png);
}

/***** Sidebars *****/

#leftnav {
  float: left;
  width: 190px; /*Width of left column in pixel*/
  margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightnav{
  float: left;
  width: 190px; /*Width of right column*/
  margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

.sidebar
{
  color: #000;
  margin-bottom: 10px;
}

.sidebar li h2 {
  font-size: 1.1em;
  font-weight: bold;
  padding: 1px 1px 1px 8px;
  margin: 0px 0px 10px 0px;
  line-height: 180%;
  color: #525464;
  background-color: #cbccd2;
}

.sidebarleft li h2 {
  background-image:url(/wp-content/themes/hollywood-sucks/img/sidebar_header_left2.png);
  background-position: bottom right;
}

.sidebarright li h2 {
  background-image:url(/wp-content/themes/hollywood-sucks/img/sidebar_header_right2.png);
  background-position: bottom left;
}

.sidebar ul {
  list-type:none;
  margin: 1em 1em 2em 1em;
  line-height: 1.2em;
}

.sidebar li {
  padding-bottom: 0px;
  font-size: .87em;
  color: #000000;
  text-align: left;
}

.sidebar ul li {
  display: block;





  margin-right: 3px;
}

.sidebar li ul li {
  display: block;
  padding: 0 0 0 1em;
  margin: 0 0 .5em 0;
  text-indent: -1em;
}

.sidebar a:link, .sidebar a:visited {
  text-decoration: none;
}

.sidebar a:hover, .sidebar a:visited:hover {
  text-decoration: underline;
}

.sidebar p {
  padding: 3px;
}

/***** Footer *****/

#footer{
  clear: left;
  width: 100%;
  background: black;
  color: #FFF;
  text-align: center;
  border-top: 5px solid #73758F;
  background: #EFEFEF;
  color: #8F8F8F;
  padding: 10px 0;
}

/***** Main Content Column *****/

#contentwrapper{
  float: left;
  width: 100%;
}

#content {
  margin: 0 190px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  line-height: 1.3em;
  background-color: white;
}

#content .postmetadata{
  display:block;
  text-align: left;
  padding-bottom: 10px;
}

#content .postmetadata {
  padding-left: 2px;
}

#content ul {
  padding-left: 15px;
}

#content ul li {
  margin-left: 15px;
  list-style-type: square;
}

#content hr {
  background-color: #9f9f9f;
  height: 1px;
  border: 0;
  width: 96%;
  margin: auto;
}

#content .post ol {
  padding-left: 1em;
  margin-left: 1em;
}

#content .post ol li {
  margin-left: 1em;
  list-style-type: decimal;
  list-style-position: outside;
}

#content p {
 text-align: justify;
 margin-bottom: 12px;
 margin-top: 12px;
}

#content br {
 height: 0px;
 margin: 0;
 display: none;
}

#content h4 {
 border: 1px solid #9f9f9f;
 border-left: 0px;
 border-right: 0px;
 background-color: #efefef;
 padding: .3em 1em .3em 1em;
 margin: .5em 0;
}

#content h2 { 
  margin: 0 0 .5em 0; 
}

#content ul {
 margin-bottom: 10px;
}

#content h3.posttitle {
  font-weight: bold;
  padding-left:0px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 12px;
  margin-bottom: 5px;
  font-size: 1.2em;
}
                         
#content .postmetadata {
  display:block;
  text-align: left;
  padding-bottom: 10px;
  padding-left: 2px;
}

#content .commentlist {
  padding: 0px;
}

#content .commentlist li {
  margin: 10px;
  padding: 8px;
}

#content .postfooter p {
  margin-left: 10px;
  margin-right: 10px;
}

#content .postfooter h4 {
  font-weight: bold;
}


#content .postfooter img {
  margin: 0;
  padding: 0;
}

#content .postfooter .actions {
 margin: 1em 2em;
 padding: .7em;
 border: 1px solid #9f9f9f;
 background-color: #efefef;
}

#content .postfooter .actions p {
 margin: 0;
}

#content .postfooter .actions img {
 vertical-align: bottom;
}

.stico_default {
 background-position: 0 1px !important;
}

#content .entry {
  margin-bottom: 5px;
}

#content .post {
  display: block;
  overflow:hidden;
  padding: 0 1em 0 1em;
}



/***** Comments *****/

#commentform {
  margin-left: 10px;
}
                         
.commentlist {
  background: #fff;
  color: #000;
}

.commentlist li {
  list-style: none;
  background: #FFFFFF;
  margin-bottom: 2px;
  border: 1px solid #525464;
}

.commentlist li.alt {
  background: #efefef;
  border: 1px solid #525464;
}

.commentlist li.authorcomment {
 background-color: #cfcfd6;
}

.commentlist p {
  margin-bottom: 5px;
}

.commentnumber {
  float:right;
  color: #525464;
  font-size: 16pt;
  margin-left: 10px;
  margin-bottom: 10px;
}

#commentform {
  width: 80%;
}

#commentform textarea {
  width: 500px;
// border: 1px solid black;
  padding: 10px;
  background-color: #efefef;
}

#comment {
  width:80%;
}










/** Site specific junko **/


.alignright {

text-align: right;

}



.alignleft {

text-align: left

}









/* ter stuff */




#content .ssfscript { text-align: left;  font-family: 'Droid Sans Mono',monospace; }

#content .ssfscript p {

 text-align: left;

 padding: 0 1em;

}

#content .ssfscript p.center {text-align: center;}

#content .ssfscript p.action {margin-top: 1em;}

#content .ssfscript p.scene { margin-top:1em; background-color: #efefef; font-weight: bold;}

#content .ssfscript p.dialogue { margin: 0em 10em; }

#content .ssfscript p.paren    { margin: 0em 12em; font-style: italic;}

#content .ssfscript p.character { text-align: center; margin: 0em 12em; margin-top: 1em;}

#content .ssfscript p.transition { text-align: right; margin-top: 1em}

#content .ssfscript p.fade { text-align: left; font-weight: bold;}



a .abridgedscriptTitle {

 font-weight: bold;

}





.morelink {

margin-top:1em;

}





.photo {

 text-align: center;

 margin-bottom: 10px;

 border: 1px solid #B9BAC0;

 margin: .7em;

 padding: .7em;

 padding-bottom:0;

}



.right {

 float: right;

 margin: 0;

 margin-left: .7em;

 margin-bottom: .7em;

 padding: .7em;

 padding-bottom:0;

}



.left {

 float: left;

 margin: 0;

 margin-right: .7em;

 margin-bottom: .7em;

 padding: .7em;

 padding-bottom:0;

}



.photo img {

 border: 1px solid black;

}



.photo .caption {

 padding: 4px;

 font-size: 85%;

}



.photo a img {

 border: 1px dashed black;

 padding: 0px;

}


table.archivetable {
  font-size: smaller;
}


table.archivetable tr td a {

 border-bottom: 0;

}



table.archivetable .abridgedscriptTitle {

 border-bottom: 0px;
 font-weight: normal;

}



table.archivetable {

 width: 100%;

 margin-bottom: 2em;

 border-collapse: collapse;

}



table.archivetable th {

 border-bottom: 1px solid #B9BAC0;

 padding: 5px 0px;
font-weight: bold;

}



table.archivetable td {

 padding: .3em;

}



table.archivetable tr.odd {

 background-color: #efefef;

}



table.archivetable td.titlecolumn {

 width: 70%;

}

table.archivetable td.ratingcolumn {

 width: 10%;

}


table.archivetable td.datecolumn {

 text-align: right;

 width: 20%;

}


table.archivetable th {

 border-bottom: 2px solid #B9BAC0;

 padding: 5px 0px;

}

table.archivetable td {
 border-bottom: 1px dotted #B9BAC0;
}

table.archivetable thead th {
 background-color: #f0f0f0;
 border: 1px solid white;
 padding: .4em;
 font-weight: normal;
 border-bottom: 2px solid white;
 cursor: pointer !important;
}

th.sorttable_sorted, th.sorttable_sorted_reverse, th.sorttable_presorted {
 border-bottom: 2px solid #B9BAC0 !important;
}


.category_name {
 font-weight: bolder;
 margin: .4em;
}

table.archivetable th {

 border-bottom: 1px solid #B9BAC0;

 padding: 5px 0px;

}




.rating-image {

vertical-align: -1px;

}


.wp-caption {

 text-align: center;

 margin-bottom: 10px;

 border: 1px solid #B9BAC0;

 margin: .7em;
 margin: auto;

 padding: 1.0em;

 width: 530px !important;
 padding-bottom:0;

}




.wp-caption img {

 border: 1px solid black;

}



.wp-caption p.wp-caption-text {

 padding: 4px;
 margin: 0px;

 padding: 0px;

 font-size: 85%;
 text-align: center;

}

#content p.wp-caption-text {
 margin: 0;
text-align: center;
 padding: .15em;
}


.wp-caption a img {

 border: 1px dashed black;

 padding: 0px;

}

table.contact_form {
 border-spacing: .3em;
 width: 100%;
}

table.contact_form td {
 background-color: #f7f7f7;
 padding: .3em;
}

table.contact_form img {
 border: 1px solid blue;
}

table.contact_form textarea, table.contact_form input[type="text"] {
 width: 90%;
}

.threed {
  text-shadow: .2em 0 .2px rgba(0%, 100%, 100%, 0.6), -.2em 0 .2px rgba(100%, 0%, 0%, 0.6) !important;
  color: rgba(40%, 40%, 40%, 0.0);
}

.threed .action {
  text-shadow: .4em 0 .2px rgba(0%, 100%, 100%, 0.6), -.4em 0 .2px rgba(100%, 0%, 0%, 0.6) !important;
}

.threed .character, .threed .paren {
  text-shadow: .6em 0 .2px rgba(0%, 100%, 100%, 0.6), -.6em 0 .2px rgba(100%, 0%, 0%, 0.6) !important;
}

.threed .dialogue {
  text-shadow: .7em 0 .2px rgba(0%, 100%, 100%, 0.6), -.7em 0 .2px rgba(100%, 0%, 0%, 0.6) !important;
}

.threed .scene {
  text-shadow: .8em 0 .2px rgba(0%, 100%, 100%, 0.6), -.8em 0 .2px rgba(100%, 0%, 0%, 0.6) !important;
}


.threed .ssfscript p {
 padding: 0 2em !important;
}

.threed .ssfscript .scene {
  background-color: #eaeaea;
  border-right: .8em solid #eaffff;
  border-left: .8em solid #ffeaea;
  padding: 0 1.5em !important;
}

