@import url(layout.css);
@import url(forms.css);
@import url(type.css);
@import url(colors/wow.css);

/* -----------------------------------
   SITE-WIDE STYLES
   =site
   ----------------------------------- */

/* Reset default browser styles */

*
{
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
}

body
{
  background-color: #fff;
  color: #333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
  font-size: .75em;
  line-height: 1.75em;
}

* html body
{
  font-size: 12px;
}

/* TODO: Breakout the below into layout|type|forms? */

/* -----------------------------------
   VIDEO PAGE
   =video
   ----------------------------------- */

h2.video-name
{
  margin: 0 0 .5em !important;
  border: 0 !important;
  padding: 0 !important;
}

p.broadcast-info
{
	margin-bottom: 2em !important;
  font-size: 90%;
  font-weight: bold;
	line-height: 1.5em;
}

p.broadcast-info a
{
  font-weight: bold;
}

p.still-info
{
  margin: 5px 0;
  font-size: 95%;
  font-weight: bold;
}

body#channel ul.stills
{
  overflow: hidden;
}

body#channel ul.stills li
{
  margin: 0 5px 0 0 !important;
  border: 0;
}

body#channel ul.stills li img
{
  padding: 0 !important;
}

body#channel ul.stills li a
{
  border: 0;
}

div#comments
{
  margin-top: 25px;
  padding-top: 25px;
}

div#comments h3
{
  margin: 0;
  border: 0;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1em;
}

ol#comment-list
{
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

ol#comment-list li
{
  padding: 25px 0;
  clear:left;
}

ol#comment-list li img
{
  float: left;
  width: 64px;
  height: 64px;
  border: 1px solid #eee;
  padding: 4px;
}

ol#comment-list h4,
ol#comment-list p
{
  margin-left: 94px;
}

ol#comment-list h4
{
  font-size: 12px;
  font-weight: bold;
}

ol#comment-list h4 a
{
  font-weight: bold;
}

form#comment-form
{
  margin-top: 25px;
}

form#comment-form textarea
{
  width: 474px;
  height: 150px;
  margin-bottom: 10px;
}

div#purchase,
div#purchase-series
{
  height: 28px;
  margin: 25px 0;
  border: 2px solid #060;
  padding: 1px;
  background: transparent url(/images/style/bg.purchase.png) 0% 50% repeat-x;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 30px;
}

div#purchase .price,
div#purchase-series .price
{
  display: block;
  float: left;
  width: 25%;
  height: 28px;
  background-color: #cfc;
  color: #090;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

div#purchase a.buy,
div#purchase-series span.buy
{
  display: block;
  float: left;
  width: 71%;
  height: 28px;
  border: 0;
  padding: 0 0 0 .5em;
  color: #cfc;
  font-size: 20px;
  letter-spacing: 1px;
  cursor: pointer; 
}

div#purchase a.buy:hover,
div#purchase-series span.buy:hover
{
  background-color: transparent;
  color: #fff;
}

div#purchase-series-info
{
  margin-top: -25px;
  border: 2px solid #060;
  border-top: 0;
  padding: 1em;
  background-color: #cfc;
  color: #060;
}

div#purchase-series-info p
{
  margin: 0;
}

p.episode-number
{
  margin: 25px 0 5px;
  border-top: 1px solid #ddd;
  padding: 1em 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

dl#producer-tags
{
  margin-top: 2.5em;
  border-top: 1px solid #ddd;
}

dl#producer-tags dt,
dl#watcher-tags dt
{
  margin: 25px 0 5px;
  padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

dl#show-episodes dt
{
  margin-top: 10px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
  font-size: 1em;
  font-weight: bold;
}

dl#producer-tags dd,
dl#watcher-tags dd,
dl#show-episodes dd
{
  display: inline;
	font-size: 90%;
}

div#channel-links
{
  margin-top: 2.5em;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}

div#channel-links p
{
  margin: 0 !important;
  font-size: .9em;
  font-weight: bold;
}

div#episode-sharing {
	padding-top: 10px;
	overflow: hidden;
}

div#episode-sharing p {
  clear:left;
}

div#episode-sharing label {
	display: block;
	float: left;
	clear: left;
	width: 60px;
	margin: 12px 0 0;
}

div#episode-sharing input {
	margin: 10px 0 0 60px;
}

div#episode-sharing input#email,
div#episode-sharing input#embed,
div#episode-sharing textarea {
	float: left;
	width: 200px;
	margin: 10px 0 0;
}

div#episode-sharing textarea {
	height: 100px;
}

p#embed-link {
	clear: both;
	margin: 10px 0 0 60px;
}

/* -------------------------
   UPLOAD
   ------------------------- */
   
div#upload-form
{
  margin: 25px 0 100px;
}

/* -------------------------
   TAGS
   ------------------------- */

dl#popular-tags dt
{
  display: block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
}

dl#popular-tags dd
{
  margin-right: .25em;
  font-size: 125%;
  line-height: 1.5em;
}

/* -------------------------
   MISCELLANEOUS =misc
   ------------------------- */

div.hr
{
  clear: both;
  border-top: 1px solid #eee;
}

div.hr hr
{
  display: none;
}

p.see-all a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
}

/* -------------------------
   TAG DIALOG =tagdialog
   ------------------------- */

#tag-edit h3 {
  
}

/* tag to be added */
#current-tags .added {
  background-color: #ddd;
}

/* tag to be removed */
#current-tags .deleted {
  background-color:#b95f5f;
  color:#fff;
  text-decoration: line-through;
}

/* -------------------------
   CONTROL ROOM =control
   ------------------------- */

table.grid {
  width:100%;
}

table.grid th {
  text-align:left;
  font-weight:bold;
}

/* -------------------------
   DIALOG =dialog
   ------------------------- */


#dialog {
  background-color: #000;
  opacity: 0.15;
  filter:alpha(opacity=15);
}

#dialog-box {
  width:500px;
  padding:30px;
  background-color:#fff;
  border-style:solid;
  border-color:#000;
  border-width:5px;
}

#dialog-box p.message {
  color:#000;
  font-size:16px;
}

#dialog-box p.buttons a {
  margin:0 15px;
}

div#videobox
{
  position: relative;
  border: 1px solid #000;
  margin-bottom: 20px;
}

div#play-me
{
  position: absolute;
  background: #000 url(/images/style/bg.play-me.png) 50% 50% no-repeat;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* -------------------------
   Non-User Empty Channel
   ------------------------- */

div.empty-channel h2
{
  margin-bottom: .5em;
}

div.empty-channel h3
{
  font-size: 1.6em;
}

div.empty-channel p
{
  margin-bottom: 1em;
  font-size: 1.25em;
}

div.empty-channel ol
{
  margin: 1em 2em;
  font-size: 1.25em;
  list-style-type: decimal !important;
}

div.empty-channel ol em /* Temporary Style */
{
  font-size: .9em;
}

/* -------------------------
   Notice Alert Flash Box
   ------------------------- */
   
div.notice
{
  margin: 0 0 15px;
  border: 1px solid #c30;
  padding: .5em;
  background-color: #f60;
  color: #fff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
  font-size: 1.25em;
  text-align: left;
}

/* -------------------------
   Fancy Widget Doodads
   ------------------------- */
   
/* Download */

div#download-episode-size,
div#download-episode a
{
  height: 20px;
  border: 0;
  margin: 1em 0 25px;
  padding: 0;
	color: #f60;
	text-decoration: underline;
	cursor: pointer;
}

div#download-episode a:hover,
div#download-episode a:active
{
  background-position: 0% 100%;
	color: #f60;
	text-decoration: none;
}

div#download-episode-size.active
{
  background-position: 0% 100%;
}

ul#download-options
{
  width: 100%;
  margin-top: -15px;
  border: 1px solid #9c9;
  padding: 5px 10px 10px;
  background-color: #cfc;
}

ul#download-options li
{
  margin: 5px 0 0;
}

ul#download-options a
{
  border-bottom: 1px solid #090;
  color: #090;
  font-size: .95em;
}

ul#download-options a:hover
{
  border: 0;
  background-color: transparent;
}
   
dl#download-options {
	margin-top: 25px;
	border-top: 1px solid #eee;
	padding-top: 25px;
}

dl#download-options dt {
	margin-bottom: 1em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, Geneva, Verdana, sans-serif;
	font-weight: bold;
	line-height: 1em;
}

dl#download-options dd {
	margin: 0;
	font-size: 90%;
}

/* Subscribe */

p#channel-subscribe
{
  margin: .75em 0 0 !important;
}

p#channel-subscribe a
{
  border: 0;
  margin: 20px 0 0;
  padding: 0;
	text-decoration: underline;
}

p#channel-subscribe a:hover,
p#channel-subscribe a:active
{
  background-position: 0% 100%;
	text-decoration: none;
}

/* Unsubscribe */

p#channel-subscribe.subscribed a
{
  border: 0;
  padding: 0;
	text-decoration: underline;
}

p#channel-subscribe.subscribed a:hover,
p#channel-subscribe.subscirbed a:active
{
  background-position: 0% 100%;
	color: #f60;
	text-decoration: none;
}

/* Favorite */

p#episode-favorite
{
  margin: 20px 0 0;
}

p#episode-favorite a
{
  border: 0;
  padding: 0;
	text-decoration: underline;
}

p#episode-favorite a:hover,
p#episode-favorite a:active
{
  background-position: 0% 100%;
	text-decoration: none;
}

/* Unfavorite */

p#episode-favorite.favorited
{
  margin: 20px 0 0;
}

p#episode-favorite.favorited a
{
  display: block;
  height: 20px;
  border: 0;
  padding: 0;
	text-decoration: underline;
}

p#episode-favorite.favorited a:hover,
p#episode-favorite.favorited a:active
{
  background-position: 0% 100%;
	text-decoration: none;
}

/* Tag this */

p#episode-tag-link
{
  margin-top: 2em;
}

p#episode-tag-link a
{
  border: 0;
  padding: 0;
	text-decoration: underline;
}

p#episode-tag-link a:hover,
p#episode-tag-link a:active
{
  background-position: 0% 100%;
	text-decoration: none;
}

/* Share this */

p#episode-sharing-link a
{
  border: 0;
  padding: 0;
	text-decoration: underline;
}

p#episode-sharing-link a:hover,
p#episode-sharing-link a:active
{
	background-position: 0% 100%;
	text-decoration: none;
}

/* -----------------------------------
   TO BE FILED
   =TODO
   ----------------------------------- */

div#right-column
{
	padding-bottom: 50px;
}

div#right-column p
{
  margin-bottom: 1em;
}

div#right-column p+p /* For up-to-speed browsers */
{
  margin: 1em 0 0;
}

div#right-column p.recent-purchases
{
  margin-top: 1em;
}

/* -------------------------
   TABLES
   ------------------------- */

table
{
  width: 100%;
}

table th,
table td
{
  padding: 1em;
  line-height: 1em;
  text-align: left;
}

table th
{
  border-bottom: 1px solid #999;
  font-weight: bold;
}

table td
{
  border-bottom: 1px solid #ccc;
}

table th.total
{
  border: 0;
  text-align: right;
}

table td.total
{
  border: 0;
  font-weight: bold;
}

/* -------------------------
   WOW STAFF OPTIONS
   ------------------------- */

dl#staff-menu
{
  margin-top: 2.5em;
  border-top: 1px solid #ddd;
  padding-top: 2.5em;
}

dl#staff-menu dt
{
  margin-bottom: .5em;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
}

/* -------------------------
   CONTROL ROOM
   ------------------------- */
   
body#control-room
{
  padding-bottom: 50px;
}

body#control-room h1
{
  margin: 2em 0 .5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: .5em;
}

body#control-room h2
{
  margin: 0 0 .5em;
  font-size: 1.5em;
}

body#control-room h2.user-name
{
  margin-top: 2em;
}

body#control-room table th,
body#control-room table td
{
  margin: 0;
  padding: .5em;
}

body#control-room table a
{
  display: block;
  margin: 0;
  border: 0;
  padding: .5em;
  line-height: 1em;
}

body#control-room table td.inline a
{
  display:inline;
}

/* --- Users --------------- */

div#user-info
{
  margin-bottom: 3em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}

dl#user_admin
{
  border-top: 1px solid #eee;
  padding-top: 1em;
}

dl#user_invite dt,
dl#user_admin  dt,
dl#user_staff  dt
{
  float: left;
  display: block;
  width: 100px;
  margin-right: .5em;
  font-size: 1.1em;
  font-weight: bold;
}

/* --- Purchase Filter ----- */

div#purchase-filter
{
  margin-bottom: 1em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1em 0;
}

div#purchase-filter label
{
  display: inline;
}

div#purchase-filter input,
div#purchase-filter select
{
  margin-right: 1em !important;
}

/* --- Ratings ------------- */

body#control-room td.ratings-controls form
{
  float: left;
  margin-right: 1em;
}

/* --- Manifesto ----------- */

body#manifesto dl dt
{
  margin: 2em 0 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: .25em;
  font-size: 1.1em;
  font-weight: bold;
}

/* --- Feed Links ---------- */

a.feed
{
  border: 0 !important;
  padding-left: 21px;
  background: transparent url(/images/style/bg.feed.png) 0% 0% no-repeat;
  line-height: 16px;
}

/* --- Home Page Updates --- */

div.video-box
{
  height: 225px;
  border: 0 !important;
  padding: 0 !important;
}

table#wow-stats th,
table#wow-stats td
{
  padding: .5em 0;
  border: 0;
  color: #900;
}

table#wow-stats td
{
  color: #333;
  text-align: center;
}

/* --- New Ratings Styles -- */

table#ratings-list
{
  margin-bottom: 50px;
}

/* --- Updated video copy --- */

div.video-copy {
	width: 480px;
}

