body
{
  font-family:'helvetica', arial;
  margin:16px;
  color:#909090;
  background:#101010;
  font-size:12px;
  line-height:1.5;
  width:900px;
}

.fl {float:left; display:inline;}
.row {float:left; display:inline; width:100%;}

a {color:#FC9; text-decoration:none;}
.light_contribute a {color:#999999;}
a:hover {text-decoration:underline;}

h1 {font-size:14px; margin:0; text-transform:uppercase; font-weight:normal;}
h3 {font-size:16px; font-weight:normal ;}

h3.help {color:#DDD;}

.home_link a {color:#909090;}
.nav {font-size:14px;}
.lang {position:absolute; top:40px; left:400px; width:500px; text-align:right;}

.intro
{
  width:400px;
  float:left;
  display:inline;
  margin-right:25px;
  
}

.intro_movie
{
  padding:10px;
	padding-left:30px;
  width:400px;
  float:left;
  display:inline;
}

.upload
{
	margin:8px 0 12px;
}

.count
{
	font-style:italic;
}
.count a
{
  color:#999; text-decoration:underline;
}
.margin, .main {float:left; display:inline;}

#footer
{
  color: #DDD;
  padding:8px 0;
  margin:8px 0;
  border-top:1px #444 solid;
}

.hr
{
  padding-bottom:8px;
  margin-bottom:8px;
  border-bottom:1px #444 solid;
}


.margin {width:120px; position:fixed;}
.main {left:140px; position:relative;}

.scenes .data {float:left; display:inline; margin-left:16px; width:260px;}

.shot, .scene {clear:both;}

  .shot .image, .scene .image {float:left; display:inline; width:510px; margin:4px;}
  .shot .image img {width:160px; margin:0;}
  
  .shot .data, .scene .data {float:left; display:inline; width:320px; padding:8px 0 0 8px;}
    times, .shot .id {}
    .time_codes {color:#404040;}
    .description {}
  
.small {font-size:10px;}

ul.shots
{
  list-style:none;
  padding:0;
  margin:0;
  text-indent:none;
  float:left;
  display:inline;
  clear:both;
  padding:8px 0;
}



  ul.shots li
    {
      border-bottom:1px #333 solid;
      padding:4px 0px;
      margin:4px 0px;
      text-align:center;
    }
    
  ul.shots li.active
    {
    }
    

.scene
{
	border-bottom: 1px #333 solid;
}

.scene .title, .title
{
	font-size:16px;
}

.tags .letter
{
  float:left;
  display:inline;
  width:800px;
  margin-top:16px;
  padding-top:8px;
  border-top:1px #333 solid;
}
.tags a {color: #C96;}
  
.tags .letter .tag
{
  float:left;
  display:inline;
  width: 200px;
  font-size:14px;
}

ul.scenes
{

  list-style:none;
  padding:0;
  margin:16px 0 0;
  text-indent:none;
  width:450px;
}
  .scenes a {color:#909090}  
  .scenes a .title {text-decoration:underline; display:block;}
  .scenes a:hover .title {color:#FFF;}

  ul.scenes li
    {
			float:left;
			display: inline;
			width:100%;
      border-bottom:1px #151515 solid;
      padding:8px 0;
    }
  
  ul.scenes .title
  {
  }
   
  ul.scenes li.data
    {    
    float:left;
    display:inline;
    }
  
  ul.scenes li.active
    {
    }

.previous_next
  {
    clear:both;
    margin:16px 0;
  }

label
{
  display:block;
  margin-top:16px;
}

input.text, textarea.text, select.half
  {
    background:#666;
    border:1px #555 solid;
    padding:2px;
    color:#FFF;
    font:12px arial, 'san-serif';
    width:340px;
  }

input.text.half
{
  width:130px;
}

select.half
{
  width:200px;
}

textarea.text
  {
    height:8em;
  }

.left_column, .right_column
{
  width: 420px;
  float:left;
  display:inline;
  padding:16px;  
  margin-right:16px;
}

.right_column
{
  margin-top:24px;
  width: 340px;
  margin-left:16px;
  background: #222;

}

iframe
{
  width: 400px;
  height: 300px;
  border: 0px;
}

.contributions
{
	float: left;
	display: inline;
	clear:both;
	width: 100%;
}



#recent_uploads, #movie_intro
{
	border:1px #333 solid;
	float:left;
	display:inline;
	width:380px;
	padding:10px;
}

#movie_intro {border:0px;}

#recent_uploads h3 
{
	float:left;
	display:inline;
	margin:0;
}

#recent_uploads a.more
	{
		font-size:11px;
		float:right;
		display:inline;
		margin:4px;
	}

.contribution
{
  float:left;
  display:inline;
	padding:4px;
	clear:both;
}

.contribution .image
{
  float:left;
  display:inline;
  width: 60px;
	padding:0 10px;
}

.contribution img
{
	width: 60px;
}

.contribution .hover
{
	float:left;
	display:inline;
	visibility: hidden;
	width:100%;
}

.contribution:hover .hover
{
	visibility: visible;
}

.contribution .approval a
{
	
}


.contribution .info
{
  float:left;
  display:inline;
  width: 160px;
  padding:0 10px;
}

.shot .contribution, .scene .contribution
{
	
	float:left;
  display:inline;
 	width: 160px;
	padding:1px;
	clear:none;
}

.shot .contribution .image, .scene .contribution .image,
.shot .contribution .info, .scene .contribution .info
{
  float:left;
  display:inline;
  width: 160px;
	padding:0;
}

.shot .contribution .info, .scene .contribution .info
{
	width:150px;
	padding:5px;
}

.shot .contribution img, .scene .contribution img
{
	width: 160px;
}


img {border:0;}


.step
{
  color:#CCC;
  padding:12px;
  margin:8px 0;
  background:#333;
}

.step h3
{
  margin:0px 0 8px;
}

ul.help
{
	list-style:none;
	text-indent:none;
	padding:0;
	margin:0;
}

ul.help li
{
	padding:0 0 .5em 0;
}

#upload_form {overflow:hidden;}

.banned, .approved, .error {float: left; display:inline; padding:4px;}
.banned {background:#300;}
.approved {background:#333}
.error {background:#655;}

.related_shot
{
  border-left: 1px #666 solid;
  margin: 0 0 32px 16px;
  padding: 0 0 0 16px;
  height: 120px;
  text-align: center;
  width:200px;
}
