
/* CSS Document */
body {background-color:#000000;text-align:center;font-family:Verdana;font-size:12px;line-height:18px;}
h1{margin:0 0 8px;}
h2{margin:0 0 6px;}
h3{margin:0 0 3px;}
h4{margin:0 0 1px;}

#logo {width:500px;height:100px;background:transparent url(/images/logo.gif) no-repeat;margin:0px auto;}
#content {width:780px;background-color:#EEEEEE;padding:10px;}
#contact {width:780px;background-color:#666633;padding:10px;}
#filmstrip {width:800px; margin:0 auto 5px;}
#wrapper {width:800px;margin:0 auto;padding:10px 0;text-align:left;}
#outer-wrapper {width:820px;padding:0;margin:0px auto;text-align:center;background-color:#999999;}
#leftspacer {width:1px;height:500px;}
#nav {
    margin:0 auto;
    width:820px;
    text-align:left;
}
#sitelinks{padding:4px 0;color:#666666;font-weight:bold;}
#copyright{padding:2px 0;color:#666666;}
#guerilla-cinema{
    color:#ffffff;
    background-color:#666633;
}
.navbutton {
    position:relative;
    float:left;
    width:180px;
    font-size:20px;
    text-align:center;
    padding:5px 5px 8px;
    margin:0 10px 10px 0;
    background-color:#666633;
}
.actbutton {
    position:relative;
    float:left;
    width:180px;
    font-size:20px;
    text-align:center;
    padding:5px 5px 8px;
    margin:0 10px 10px 0;
    background-color:#FFFF80;
    cursor:pointer;
}
.barsep {
    height:12px;
    margin:0 auto 12px;
    border-bottom:dotted 1px #FFFFFF;
    width:90%;
}

p{padding:0px 0px 10px;margin:0px;}
a:link, a:visited, a:active{
	color:#FFFF80;
	text-decoration:none;
    border-bottom:dotted 1px #FFFF80;
}
a:hover{border-bottom:solid 1px #FFFF80;}
.thumb a:link, .thumb a:visited, .thumb a:active{
    border:none;
}
.thumb a:hover{
    text-decoration:underline;
}
/* MEDIA */
#player1_audio {padding:5px;}
#player1_video {padding:10px;margin:0px auto;}
#player_shadow_container {
    position:relative;
}
#player_container{padding:5px;background-color:#FFFFFF;}
#player_shadow{line-height:10px;clear:right;height:10px;background-image:url('/images/css-images/main_shadow.png');
}
#clips_shadow_container {
    position:relative;
}
#clips {
    padding:4px 0 4px 8px;
    background-color:#666633;
}
#clips_shadow{line-height:10px;clear:right;height:10px;background-image:url('/images/css-images/main_shadow.png');
}
.thumb {
    position:relative;
    float:left;
    width:100px;
    height:105px;
    text-align:center;
    margin:4px 1px 4px 4px;
    cursor:pointer;
}
.thumbimg {
    width:100px;
    height:75px;
    border:solid 1px #000000;
    clear:both;
}
.hl {
    background-color: #FFFFFF;
}
.title {
    clear:both;
    font-size:10px;
    line-height:11px;
    color:#FFFFFF;
    background-image:url('/images/css-images/thumb_shadow.png');
    background-repeat:no-repeat;
    padding-top:3px;
}
.row {
    width:100%;
    clear:both;
}
.rounded{
    padding:10px;
}
.i{font-style:italic;}
.b{font-weight:bold;}
.clear{clear:both;}