body {
margin: 0px 0px 0px 0px;
background-color: #000000;

text-align: center;

}

a {
text-decoration: underline;


}

a:link {
color: #6699CC;
}

a:visited {
color: #6699CC;
}

a:active {
color: #6699CC;
}

a:hover {
color: #99CC66;
}

h1, h2, h3, h4 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

#container {
line-height: 100%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 800px;

background-color: #000000;
border: 0px solid #696969;
}

#banner {
font-family: verdana, sans-serif;
color: #FFFFFF;
background: #000000 url("/weblog/directorslog4.jpg") no-repeat;
;
text-align: left;
padding: 0px;
border-bottom: 1px solid #696969;
height: 280px;
}

a#banner-img {
display: none }


#banner a {
display=none;
}

#banner h1 {
display=none;


}

#banner h2 {
display=none;
}

#center {
float: right;
width: 600px;


overflow: hidden;
}

.content {
padding:15px 15px 15px 05px;
background-color: #000000;

color: #FFFFFF;
font-family: Verdana, sans-serif;
font-size: small;
border: 0px solid #696969;
}

#right {
float: left;


width: 175px;
background-color: #000000;
border-right: 0px solid #696969;
overflow: hidden;

}

.content p {
color: #FFFFFF;
font-family: Helvetica, Arial, sans-serif;
font-size: small;
font-weight: normal;
line-height: 150%;
text-align: left;
margin-bottom: 10px;
}

.content blockquote {
line-height: 150%;
}

.content li {
line-height: 150%;
}

.content h2 {
color: #FFFFFF;
font-family: Helvetica, Arial, sans-serif;
font-size: small;

text-align: left;
font-weight: bold;


margin-bottom: 10px;

}

.content h3 {
color: #FFFFFF;
font-family: Helvetica, Arial, sans-serif;
font-size: medium;

text-align: left;
font-weight: bold;


}

.content h4 {
color: #CCCCCC;
font-family: Helvetica, Arial, sans-serif;
font-size: small;

text-align: left;
font-weight: bold;


}

.content p.posted {
color: #FFFFFF;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
border-top: 1px solid #666666;
text-align: left;
margin-bottom: 25px;
line-height: normal;
padding: 3px;
}

.sidebar {
padding: 10px;
}



#calendar {
line-height: 140%;
color: #FFFFFF;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;



padding: 2px;
text-align: center;
margin-bottom: 30px;
}

#calendar table {
padding: 2px;
border-collapse: collapse;
border: 0px;
width: 100%;
}

#calendar caption {
color: #FFFFFF;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;

text-align: left;
font-weight: bold;

text-transform: uppercase;

letter-spacing: .3em;
}

#calendar th {
text-align: center;
font-weight: normal;
}

#calendar td {
text-align: center;
}

.sidebar h2 {
color: #CCCCCC;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;

text-align: left;
font-weight: bold;

text-transform: uppercase;

}

.sidebar ul {
padding-left: 0px;
margin: 0px;
margin-bottom: 30px;
}

.sidebar li {
color: #cccccc;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
text-align: left;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
}

.sidebar img {
border: 3px solid #FFFFFF;
}

.photo {
text-align: left;
margin-bottom: 20px;
}

.link-note {
color: #FFFFFF;
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
line-height: 150%;
text-align: left;
padding: 2px;
margin-bottom: 15px;
}

#powered {
font-family: Helvetica, Arial, sans-serif;
font-size: x-small;
line-height: 150%;
text-align: left;
color: #FFFFFF;
margin-top: 50px;
}

#comment-data {
float: left;
width: 180px;
padding-right: 15px;
margin-right: 15px;
text-align: left;
border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
width: 80%;
}/*

Scrippet.css

Scrippet is a CSS template designed for including short sections of screenplay-formatted material in blog posts.

Originally developed by John August - johnaugust.com

Last modified 8/21/08

*/
div.scrippet {

width: 400px;

background: #fffffc;

color: #000000;

border: 1px solid #333;

padding: 5px 14px 15px 14px !important;

margin-bottom: 16px !important;

margin-left: 20px !important;

}
.scrippet p {

font: 000000, 12px/14px Courier, "Courier New", monospace;

color: 000000;

text-align: left ;

letter-spacing: 0 ;

margin-top: 0px ;

margin-bottom: 0px ;

}
.sceneheader,

.action,

.character {

padding-top: 1.5ex !important;
color: 000000;

}
.action {

padding-right: 5% !important;

font-size: 12px !important;

line-height: 14px !important;

}
.character {

padding-left: 40% !important;
color: 000000;

}
.dialogue {

padding-left: 20% !important;

padding-right: 20% !important;
color: 000000;

}
.parenthetical {

padding-left: 32% !important;

padding-right: 30% !important;

}
.dialogue + .parenthetical {

padding-bottom: 0 !important;

}
.transition {

padding-top: 3ex !important;

padding-left: 65% !important;

padding-bottom: 1.5ex !important;

}