/**
  * From css/main.css: @import "jquery.jgrowl.css";
  */


div.jGrowl {
	padding: 			10px;
	z-index: 			9999;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.id6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
body > div.jGrowl {
	position:			fixed;
}

body > div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

body > div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

body > div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

body > div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

body > div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	color: 					#fff;
	opacity: 				.85;
	filter: 				alpha(opacity = 85);
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				12px;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	height: 				40px;
}

div.jGrowl div.jGrowl-notification div.header {
	font-weight: 			bold;
	font-size:				10px;
}

div.jGrowl div.jGrowl-notification div.close {
	float: 					right;
	font-weight: 			bold;
	font-size: 				12px;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	height: 				15px;
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				11px;
	font-weight: 			bold;
	text-align: 			center;
}

/** End of jquery.jgrowl.css */


/**
  * From css/main.css: @import "app.css";
  */

/* Basics ************************************************/

body#videos {
    background-color: black;
}

body {
    background-color: black;
    color: black;
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2 {
    font-weight: bold;
    padding: 0;
}

h1 {
    font-size: 200%;
    margin: 0;
}

h2 {
    font-size: 100%;
    margin: 1em 0 0 0;
}

#content {
    background-color: white;
    margin: 0;
    padding: 10px;
}

#content p {
    margin-top: 0;
    margin-bottom: 0.7em;
}

#noflash {
    background-color: #FCFF14;
    color: black;
    padding: 0.4em 10px;
}


/* Front page ********************************************/

#sidedish {
    width: 345px;
    float: right;
}

#themeat {
    margin-right: 345px;
}

.sitename {
    font-variant: small-caps;
    font-size: 130%;
}

#screenshot {
    border: none;
    float: right;
    margin: 0 0 10px 10px;
}

#screenshot img { border: none; }

#watch-videos {
    display: block;

    background: #ffff9c;
    border: 1px solid #f1f193;
    border-width: 1px 0;

    padding: 0.5em 0.5em 0 0.5em;
}

#watch-videos a.watch-normal {
    font-size: 150%;
    background: url(/static/images/play.gif) no-repeat center left;
    padding-left: 20px;
    text-decoration: none;
}

#watch-videos a.watch-normal:hover {
    text-decoration: underline;
}

#watch-videos .watch-low-note {
    font-size: 85%;
}

#suggestions {
    padding-top: 1em;
}

#credits {
    font-size: 90%;
    color: white;
    background: black;
    margin: 1em -10px 0 -10px;
    padding: 7px 10px 5px 10px;
    position: relative;
    top: 10px;
}

#credits a {
    color: white;
    clear: both;
}

/* Watching **********************************************/

#videos #content {
    background: black;
    text-align: center;
    margin: 0 auto 0 auto;
    padding: 0;
}

#videos #credits { display: none; }

#mosaic-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#mosaic-alt {
    color: white;
    padding-top: 1em;
}

#mosaic-alt a { color: white }

#refresh-hint {
    position: absolute;
    top: 0.8em;
    right: 0.5em;
    color: white;
    font-size: 90%;
}

#refresh-hint a {
    color: white;
    text-decoration: none;
}

#refresh-hint a:hover {
    text-decoration: underline;
}

#toggle-credits {
    cursor: pointer;
    font-size: 85%;
}

/* One player per video styles ***************************/

.video {
    display: block;
    float: left;
    height: 144px; /* video height */
    margin: 0;
    padding: 4px 2px 0 2px;
}

.video-info {
    display: none;
    background: white;
    padding: 10px 5px;
}

.video-info .location {
    font-style: italic;
    font-weight: bold;
    display: block;
}

.video-info .credit {
    font-weight: bold;
}

.video-row {
    padding-bottom: 4px;
    width: 1000px; /* this ensures the videos don't wrap */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.low-bandwidth {
    width: 800px;
}


/* Upload ************************************************/

.uploadmeat {
    padding-right: 1em;
}

.form_field {
    clear: both;
    padding-top: 0.3em;
}

.uploadmeat .form_field { clear: left; }

.form_field label, .form_field .label {
    display: block;
    width: 4.5em;
    float: left;
    text-align: right;
    padding-right: 0.5em;
}

.mandatory label { font-weight: bold; }

.form_field input {
    float: left;
    width: 21.33em;
    margin-right: 0.5em;
}

.form_field input.upload {
    width: auto;
}

.form_field .hints {
    font-size: 0.8em;
    display: block;
}

.copyright-notice {
    line-height: 1em;
}

.submit_button {
    margin-top: 1em;
    clear: both;
}

.submit_button input {
    font-size: 1em;
    font-weight: bold;
    height: 4em;
    width: 21.5em;
}

.hidden { clear: both; visibility: none; }

.uploadmeat .hidden, .uploadmeat .submit_button {
    clear: left;
}


/* Feedback **********************************************/

#feedback-dialog form {
    margin-top: 0.5em;
}

#feedback-dialog textarea {
    width: 100%;
    margin-bottom: 0;
}

#feedback-dialog .argument-content .hints {
    display: none;
}

#feedback-dialog .form_field .error {
    display: block;
    margin-top: 0.5em;
    padding: 0.3em 0.3em 0.2em 0.4em;
}

#feedback-dialog p {
    margin: 0;
}


/* Moderating ********************************************/

.review-video {
    float: left;
    padding: 0.5em;
}

.review-video .video {
    display: block;
    padding: 0;
    height: auto;
}

.review-video .form_field {
    margin-bottom: 0;
}

.review-video input.button {
    margin-top: 0.5em;
}

.review-video .argument-credit input {
    width: 14em;
}

.review-video .argument-location input {
    width: 12.7em;
}

.review-video .form_field input.text {
    float: none;
}

.review-video .argument-comment input.text {
    display: block;
    width: 17.5em;
}

.review-video span.argument-comment {
    display: none;
}

.review-video .argument-good_audio input {
    float: none;
    width: auto;
    position: relative;
    top: 0.2em;
}

.review-video .form_field label {
    display: inline;
    float: none;
    padding: 0;
    text-align: left;
    width: auto;
    font-size: 85%;
    font-weight: normal !important;
}


/* Messages and Errors ***********************************/

#messages, #errors {
    width: 39em;
    position: relative;
    margin-bottom: 1em;
}

#messages .message,
#errors .error,
.form_field .message,
.form_field .error
{
    background-color: #FFFF9C;
    line-height: 1.1em;
    padding: 0.3em 0.4em 0.4em 0.4em;
}

#messages .message, #errors .error {
    padding-right: 0.8em;
}

.error {
    color: red;
}

#dismiss_messages,
#dismiss_errors
{
    padding-left: 16px;
    background: url(/static/images/silk/cancel_grey.png) no-repeat;
    position: absolute;
    top: 0.3em;
    right: 0.3em;
    width: 0;
    display: block;
    text-indent: -9999em;
}

#jGrowl.top-right { top: 2em; }

div.jGrowl div.jGrowl-notification {
    color: black;
    font-weight: bold;
    background-color: #ffff9c;
    height: auto;
}

#jGrowl div.jGrowl-closer {
    color: black;
    background-color: #ffff9c;
}

/*
#jifty-wait-message {
    color: white;
    background: black;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 42;
    padding: 0.2em;
}
*/

div#jifty-wait-message {
    background: #fff url(/images/css/spinner.gif) no-repeat scroll center center;
    position: fixed;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    padding: 5px;
    text-indent: 10em;
    z-index: 42;
    -moz-border-radius: 15px;
}



/** End of app.css */


/**
  * From css/main.css: @import "menu.css";
  */

#navigation {
    font-size: 90%;
    background-color: black;
    padding: 0.7em;
}

#navigation ul.menu {
    display: inline;
    margin: 0;
    padding: 0;
}

#navigation ul.menu li {
    display: inline;
    margin: 0;
    padding: 0 1em 0 0;
}

#navigation ul.menu li a {
    color: #eee;
    text-decoration: none;
}

#navigation ul.menu li a:hover {
    text-decoration: underline;
}

#navigation ul.menu li.active a {
    font-weight: bold;
}


/** End of menu.css */


/**
  * From css/main.css: @import "modal.css";
  */

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

/* body {padding:0; margin:0; height:100%; width:100%;} */

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container { width: 400px; background-color:#fff; border:5px solid #ccc;padding: 1em;}
#simplemodal-container a.modalCloseImg {background:url(/static/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; left:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

/** End of modal.css */


/**
  * From css/main.css: @import "modal-ie.css";
  */

/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic_ie.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */

/* IE 6 hacks*/
* html #simplemodal-container a.modalCloseImg {background:none; left:-14px; width:22px; height:26px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/images/x.png',sizingMethod='scale');}

/** End of modal-ie.css */

