/*	Reset styles by Eric Meyer
	http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*	End reset styles */
/*	"Clearing floats without structural markup" technique
	http://www.positioniseverything.net/easyclearing.html
*/
#header:after,
#header .wrap:after,
#content:after,
#content form li:after,
.details #content .meta .video:after,
#content .video-area .sub-column:after,
#featured-videos .wrap:after,
.paginator:after,
#content div#comments ol li:after,
#content .items div.meta:after,
.page-header:after,
#edit-thumbnail .right-col-hack div:after,
#manage-videos .filters ul:after,
#moderate-comments .filters ul:after,
#content #process-steps:after,
#featured-videos .other-featured-videos:after,
#content .columns:after,
#content .video-area .wrap:after,
#publish-new-video #content .tags:after,
#publish-new-video #content .options:after,
#publish-new-video #content .meta div:after,
#edit-video #content .tags:after,
#edit-video #content .options:after,
#edit-video #content .options div:after,
#edit-video #content .meta div:after,
#edit-thumbnail .time-selector:after,
#edit-thumbnail .time-selector div:after,
.widget-tabs .tabs ul:after,
.admin #integrations ul:after,
#masthead .show-details p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*	End float clearing styles */
body {
	font-size: 62.5%;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #8c8c84;
	background-color: #1c1c14;
}
a {
	color: #d2a540;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* These elements have to be specifically targeted. */
input,
textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/*	General button styles */
input.button,
input.button-small,
input.button-delete,
a.button,
a.button-small,
a.button-inverted {
	padding: 0.5em 0.75em;
	border: 1px solid #14140c;
	font-size: 14px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;	
	color: #d2a540;
	background: #000 url(../img/button_gradient_bg.png) repeat-x 0 0;
}
a.button,
a.button-small,
a.button-inverted {
	float: left;
}
a.button:hover,
a.button-small:hover,
a.button-inverted:hover {
	text-decoration: none;
}
input.button-small,
a.button-small {
	padding: 0.25em 0.5em;
	font-size: 12px;
}
input.button:hover,
input.button-small:hover {
	cursor: pointer;
}
a.button-inverted {
	padding: 0.5em 1em;
	border: 0;
	border-radius: 0.7143em;
	-moz-border-radius: 0.7143em;
	-webkit-border-radius: 0.7143em;
	font-weight: bold;
	text-shadow: 0 1px rgba(255,255,255,0.25);
	color: #352716;
	background: #9d5909 url(../img/button_inverse_sprite.png) repeat-x 0 0;
}
a.button-inverted:hover {
	background: #b37b34 url(../img/button_inverse_sprite.png) repeat-x 0 -235px;
}
span.amp {
	font-family: "Apple Chancery", Georgia, "Times New Roman", serif;
}
#header {
	position: relative;
	margin: 0 auto;
	width: 92em;
	padding: 0 2em 1em 1.5em;
	border-bottom: 1px solid #2c2c24;
}
#header,
.shows #header {
	border-bottom: 0;
}
#header h1 {
	float: left;
	margin: 1.5em 0.8em 0 0;
	padding: 5px 0;
}
#header h1 a {
	float: left;
}
#header h1 img {
	display: block;
}
#alt-content p {
	margin: 0;
	padding: 1.9048em;
	font-size: 21px;
	line-height: 1.4286;
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #ccccc4;
}
#content #video {
	float: left;
	margin: 0 2em;
}
#content h2 {
	margin: 0.7143em 0 1.0714em 0;
	font-size: 28px;
	line-height: 1.0714;
	font-weight: normal;
	color: #ccccc4;
}
#content h2 span.amp {
	margin: 0 0.1em 0 0.025em;
}
#content p,
#content li {
	font-size: 14px;
	line-height: 1.4286;
}
#content p {
	margin-left: 1.4286em;
	font-size: 14px;
	line-height: 1.4286;
}
#footer .wrap {
	border-top: 1px solid #bfbfbb;
	margin: 0 auto;
	overflow: hidden;	
	padding: 2em 2em 3em;
	width: 92em;
}
#footer h3,
#footer ul,
#footer li {
	float: left;
}
#footer li {
	clear: none;
	margin-bottom: 0;
	padding: 0 0.75em;
	border-left: 1px solid #2c2c24;
}
#footer li:first-child {
	padding-left: 0;
	border-left: 0;
}
#footer h3,
#footer p,
#footer li {
	font-size: 12px;
	line-height: 1.6667;
	color: #4c4c44;
}
#footer h3 {
	width: 6.6667em;
}
#footer p {
	float: right;
}
#footer a {
	border-bottom: 1px dotted #4c4c44;
	color: #4c4c44;
}
#footer a:hover {
	border-bottom: 1px solid #8c8c84;
	text-decoration: none;
	color: #8c8c84;
}
#footer strong {
	font-weight: bold;
}
#content form h4 {
	margin-bottom: 1.5em;
	font-size: 10px;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4c4c44;
}
#content form ul {
	margin-bottom: 3em;
}
#content form li {
	clear: left;
}
#content form li label {
	float: left;
	width: 12.5em;
	font-size: 12px;
	line-height: 1.8;
}
#content form input,
#content form textarea {
	float: left;
}
#content form p.explanatory {
	margin: 0.8333em 0 1.6667em 15em;
}
#content form p.explanatory a {
	white-space: nowrap;
}
#content form ul.errorlist {
	background: #ffdfdf;
	float: left;
	margin-bottom: 0;
	padding-top: 0;
}
#content form ul.errorlist li {
	background: url(../img/silk/cancel.png) no-repeat 0.5em 50%;
	color: #ff2f2f;
	display: block;
	font-size: 14px;
	line-height: 20px;
	list-style: none;
	margin: 0 !important;
	padding: 0.25em 1em 0.25em 2em !important;
}
#content form li span {
	float: left;
	margin-right: 0.25em;
	font-size: 12px;
	line-height: 1.8;
}
#content form li span {
	font-size: 14px;
	line-height: 1.8;
}
#content form p {
	clear: left;
	margin-left: 12.5em;
	font-size: 12px;
}
#content form p.explanatory {
	float: left;
	clear: left;
	margin: 0.5em 0 0.5em 13.6363em;
	font-size: 11px;
}
#content form p+p {
	margin-top: 0.5em;
}
#content form p input {
	margin-right: 0.75em;
	width: auto;
}
#messages {
	color: #fff;
	margin: 0 auto 3em;
	width: 96em;
}
#messages li {
	font-size: 14px;
	line-height: 1.4286;
	list-style: none;
	padding: 0.7143em 0.7143em 0.7143em 2.8571em;
}
#messages li,
#messages .success {
	background: #3b3 url(../img/silk/accept.png) no-repeat 1.4286em 50%;
}
#messages .error {
	background: #b33 url(../img/silk/cancel.png) no-repeat 1.4286em 50%;
}
#messages .warning {
	background: #ffbf00 url(../img/silk/error.png) no-repeat 1.4286em 50%;
	color: #2f2f2f;
}
#messages .info,
#messages .debug {
	background: #cfefff url(../img/silk/information.png) no-repeat 1.4286em 50%;
	color: #2f2f2f;
}
#content .form-actions {
	float: left;
}
#content .form-actions li {
	margin: 0 0 1em 0;
	list-style: none;
}
#content .form-actions li p,
#content .form-actions li a {
	margin: 0;
	float: left;
	font-size: 12px;
}
#content .form-actions li p a {
	float: none;
}
form li label {
	font-size: 14px;
	width: 10.7143em;
}
#content form {
	margin-top: 5em;
}
#content form ul {
	margin: 0;
	list-style: none;
}
#content form li {
	margin-top: 0;
	margin-bottom: 0;
	padding: 1em 4em 1em 4em;
	border-top: 1px solid #2c2c24;
}
#content form ul.errorlist li {
	border-top: 0;
	padding: 0;
}
#content form li {
	padding: 1em 4.2857em 1em 1.4286em;
}
#content form ul.form-actions li {
	border: 0;
	padding-left: 220px;
}
#content form ul.form-actions li {
	padding-left: 200px;
}
#content form li label {
	width: 12.8571em;
}
#content form li input[type="text"],
#content form li input[type="password"] {
	padding: 0.1429em;
	width: 21.4286em;
}
#content form li input#id_username {
	width: 161px;
}
#content form p.explanatory {
	font-size: 12px;
	line-height: 1.6667;
}
div.checkbox-block span {
	font-size: 11px;
	line-height: 1.2;		/* to remove line-height from "#content form li span" */
}
#content .wrap {
	width: 96em;
	margin: 0 auto;
}
#content .columns {
	margin: 0 auto;
	width: 96em;
}
#content .columns .main-column {
	float: left;
	width: 64em;
}
#content .columns .sub-column,
#content .video-area .sub-column {
	float: left;
	width: 32em;
}
#content p {
	padding-right: 4.2857em;
}
/*	New light colors */
body {
	color: #4f4f4f;
	background-color: #fff;
}
a {
	color: #009fbf;
}
#content h2,
#alt-content p,
.form-warning strong {
	color: #2f2f2f;
}
#search {
	background: #fff;
}
#header,
#footer .wrap,
#footer li,
#content form li {
	border-color: #cfcfcf;
}
#footer h3,
#footer p,
#footer li,
#footer a {
	color: #8f8f8f;
}
#footer a {
	border-bottom-color: #8f8f8f;
	color: #8f8f8f;
}
#footer a:hover {
	border-bottom-color: #6f6f6f;
	color: #6f6f6f;
}
input.button,
a.button {
	background: #009fbf;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.25), rgba(0,0,0,0.25));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.25)), to(rgba(0,0,0,0.25)));
	border: 0;
	border-radius: 0.75em;
	-moz-border-radius: 0.75em;
	-webkit-border-radius: 0.75em;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 1.25em;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.2s;
}
input.button:hover,
a.button:hover {
	background-color: #00bfdf;
	cursor: pointer;
	text-decoration: none;
}
body {
	background: #ffab0b url(../img/sunburst.jpg) no-repeat -40em -12em;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#header,
#content form li,
#footer .wrap {
	border: 0;
}
#header {
	padding-bottom: 0.9em;
}
#header h1 {
	left: -4px;
	margin-top: 0.5em;
	padding: 0;
	position: relative;
}
#content h2 {
	color: rgba(0,0,0,0.75);
	font-size: 42px;
	line-height: 0.9524;
	margin-top: 0.9524em;
	margin-left: 0;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	width: 100%;
}
#content form,
#content .video-area {
	background: #efefbf;
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.75), rgba(255,255,255,0.05));
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.75)), to(rgba(255,255,255,0.05)));
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	margin: 0 auto;
	overflow: hidden;
	width: 48em;
}
#content .video-area {
	width: 96em;
}
#content .video-area .sub-column {
	padding: 4em 0 4em 4em;
	width: 28em;
}
#content .video-area .sub-column p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 24px;
	padding: 0;
	margin-left: 0;
}
#content .video-area .sub-column p:first-child {
	margin-top: 0;
}
#content .video-area .main-column {
	padding: 4em 2em;
	width: 60em;
}
#content .video-area object {
	margin-left: 60px;
}
#content form ul {
	padding-top: 1em;
}
#content form ul.form-actions {
	float: none;
	padding: 3.2em 0 1.6em 0;
}
#content form li {
	padding: 16px 30px 0;
}
#content form ul.errorlist {
	padding-top: 0;
}
#content form ul.errorlist li {
	padding: 0.25em 1em 0.25em 2em;
}
#content form li label {
	color: rgba(0,0,0,0.75);
	font-size: 16px;
	line-height: 1.5;
}
#content form li input[type="text"],
#content form li input[type="password"] {
	font-size: 16px;
	line-height: 1.25;
	margin: 0;
	padding: 3px;
	width: 410px;
}
#content form li #id_url {
	width: 290px;
}
#content form li input.button {
	float: none;
	font-size: 16px;
	margin: 0 !important;
}
#content form li span {
	float: right;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
#content form ul.form-actions li {
	padding: 0;
	text-align: center;
}
#footer p,
#footer a {
	border-color: rgba(0,0,0,0.65);
	color: rgba(0,0,0,0.65);
}
#footer a:hover {
	border-color: rgba(0,0,0,0.75);
	color: rgba(0,0,0,0.75);
}
#footer li {
	border-color: rgba(0,0,0,0.2);
}
#content {
	overflow: hidden;
	padding-bottom: 8em;
}
#header h1 {
	font-size: 3.6em;
	padding: 0;
	margin: 0.5833em 0 0 0;
}
#home .vidcaster {
	display: none;
}

