/* --------------------------
for reels 2010
-------------------------- */

* {
margin:0;
border:0;
padding:0;
}

body {
background:#111;
font:normal 11px/13px "Lucida Grande", arial,verdana,sans-serif;
color:#ccc;
}

a:link, a:visited {
text-decoration:none;
color:#0cc;
}
a:hover, a:visited:hover {
text-decoration:underline;
color:#0cc;
}
/* kill outline on links */
:active {
border: 0;
}
:focus {
outline: 0;
}

/* -- */
h1 { /* main title only */
color:#3ff;
font-size:38px;
padding-top:10px;
margin-bottom: 225px;
}
h1 a, h1 a:visited, h1 a:hover, h1 a:visited:hover {
color:#3ff;
text-decoration: none;
}

h3 {
color:#3ff;
font-size: 14px;
}
h3 sm {
color:#fff;
font-size: 11px;
font-weight: normal;
}
h4 {
color:#999;
font-size: 10px;
padding-bottom: 4px;
}

p, h3 {
padding-bottom:8px;
}

/* -- */
ul li {
list-style: none;
}

/* -- */

#holder {
width:960px;
margin:0 auto;
border-left:1px solid #1a1a1a;
border-right:1px solid #1a1a1a;
}

#header {
height:325px;
background: transparent url(../_img/header.jpg)  no-repeat;
margin-bottom:2px;
}

.col {
padding:10px;
}
.col2 {
float:left;
width:620px;
}
.col3 {
width:310px;
padding-left:10px;
float:left;
}

/* -- */
.job {
margin-bottom:15px;
}
.job > div.video { /* guessing on this one, for youtube include */
margin:5px auto;
text-align: center;
}

.jobInfo {
background: #1f1f1f;
padding:10px;
}

.crew {
padding-top: 6px;
padding-bottom: 10px;
}

/* -- */

#footer {
background:#1f1f1f;
color:#999;
padding:10px;
}

#footer-left {
width:640px;
float:left;
}
#footer-right {
float:right;
}

#sub-footer {
color:#999;
background: #1a1a1a;
padding:10px 0 10px 0;
}

/* -- */
.clear {
clear:both;
height:1px;
font-size: 1px;
}

.floatRight {
float:right;
text-align:right;
}

.hide {
display: none;
}


