/* RESET css */
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}


/* Layout */
body {
	background: #333333;
}
#header {
	background: url('/layout/header_bg.png') repeat-x; 
	text-align: center;
	border-bottom: 1px solid black;

	position: relative;
}

/* HOLDERS */
#footer-holder, #body-holder {
	padding-right: 10px;
}
#body-holder {
	background: url('/layout/right_shade.png') repeat-y right;
}
#footer-holder {
	background: url('/layout/right_corner.png') no-repeat right;
}

/* SIDE BAR */
#sidebar-foot, #sidebar {
	float: left;
	width: 10em;
}

/* CONTENT BLOCKS */
#body {
	min-height: 20em;
	background: #c9c9c9 url('/layout/body_shading.png') repeat-x top;
	padding: 1em;
}

#login-box {
		width: 280px;
		height: 280px;
		padding: 10px;
		color: #fff;
		background-image: url('/images/login_box.png');
		background-position: center middle;
		background-repeat: no-repeat;
		text-align: center;
		margin: 0px auto;
}
#login-box h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.83em 0px 0.83em 0px;
}

#footer{ 
	background: url('/layout/footer.png') repeat-x top;
}
#legal-links {
	padding-bottom: 0.4em;
	margin-top: 0.8em;
	font-size: 80%;
	font-family: 'arial';
	margin-left: 13em;
	font-style: italic;
}
#legal-links, #legal-links a {
	color: #CCCCCC;
}
#legal-links a {
	font-style: normal;
	padding: 0em 1em;
}

#body > div {
/*	display: none;*/
}

/* SHADOW */

#body-shadow, #footer-shadow {
	margin-left: 9em;
}
#body-shadow, #footer-shadow {
	padding-left: 20px;
}
#body-shadow {
	background: url('/layout/sidebar_shade.png') repeat-y left;
}
#footer-shadow {
	background: url('/layout/sidebar_footer.png') no-repeat left;
}

#sidebar li {
	text-align: right;
	font-size: 1em;
	font-family: 'arial black';
	color: #fff;
	text-shadow: 2px 2px 4px #131313;
	padding-right: 1em;
	padding-top: 1.25em;
	
	position: relative;
}
#sidebar li a {
	color: #fff;
	text-decoration: none;
}
#sidebar li:hover a {
	color: #FFFEC0;
}

#sidebar li.current a, #sidebar li a.current {
	color: #FFFEC0;
}

#sidebar li a.current .arrow {
	background: url('/layout/sidebar_active.png');
	width: 20px;
	height: 26px;
	position: absolute;
	right: -4px;
	bottom: -7px;
}

#footer-shadow, #footer, #sidebar-foot {
	height: 9px;
}


#body {
	color: #000;
	font-family: 'arial';
}

#body h1 {
	font-size: 1.25em;
	margin-bottom: 0.75em;
	padding: 0.25em;
	color: #0F006A;
}

#body h2 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
#body p, #blog-posts .post p {
	margin-bottom: 1em;
	line-height: 1.2em;
	margin-left: 0.5em;
	font-size: 95%;
}

/* BLOG */

#blog-posts h2 {
	padding: 0.5em;
	font-size: 110%;
	background: #333333;
	color: #fff;
	position: relative;
	margin-bottom: 0px;
}
#blog-posts h2 a {
	color: #fff;
}
#blog-posts h2 .date {
	font-size: 75%;
	font-weight: normal;
	position: absolute;
	right: 1em;
}
#blog-posts .post {
	border: 1px solid #363636;
	padding: 1em;
	line-height: 1.2em;
	font-size: 95%;
	background: #fff;
}
#blog-posts .post .more-info {
	margin-top: 1.3em;
	padding: 0.4em;
	border-top: 1px solid #808080;
	font-size: 0.85em;
	text-align: right;
	background-color: #DFDFDF;
}
#blog-posts .post .more-info, #blog-posts .post .more-info a {
	color: #3A3A3A;
}


/* EPISODES */
#pilot h2 {
	position: relative;
}
#pilot .time {
	position: absolute;
	width: 3em;
	right: 0em;
	font-size: 0.9em;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #fff;
	background: #5C5C5C;
	font-size: 60%;
	padding: 3px 6px;
	
	text-align: center;
}
#pilot .author {
	position: absolute;
	right: 4em;
	font-size: 0.9em;
	
	text-align: right;
}
#pilot .date {
	position: absolute;
	right: 4em;
	font-size: 0.9em;
	font-weight: bold;
	
	text-align: right;
}




/* NEW USER FORM*/
#new-user-form {
	border-collapse: collapse;
}
#new-user-form tbody {
	border-top: 15px solid transparent;
}
#new-user-form td {
	padding: 3px;
}
#new-user-form label {
	font-size: 1.3em;
	color: #353535;
}
#new-user-form th {
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
}
#new-user-form .input {
	outline-style: none;
	outline-width: 0px;
	-webkit-border-radius: 5px;
	border: 1px solid rgb(221, 221, 221);
	font-size: 18px;
	margin: 0px;
	padding: 8px;
	width: 200px;
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	background-color: white;
	
	display: -moz-inline-stack;
	display:inline-block
	zoom:1;
	*display:inline;
	
	letter-spacing: normal;
	line-height: normal;
	margin: 0em;
	text-align: -webkit-auto;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	word-spacing: normal;
}
#new-user-form span.optional {
	color: #9B9B9B;
	font-style: italic;
}

#download-link {
	border: 1px solid #818181;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 0.5em;
	display: block;
	margin: 1em 1.5em;
	text-decoration: none;
	color: #0F006A;
}
#download-link:hover {
	background-color: #CBFFBE;
}

#menu {
	bottom: 0px;
}
#menu li a {
	background-color: rgba(0,0,0,0.7);
	padding: 0.1em 0.6em 0.1em 0.6em;
}

h3 {
	margin-top: 1em;
	border-bottom: 2px solid #808080;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
#comment-box {
	margin-right: 0em;
}
#comment-box .comment {
	padding: 0em;
}

.actions {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #808080;
}
.actions a {
	background: #FFFCDD;
	padding: 0.3em 0.6em;
	color: #1F1D08;
	border: 1px solid #FFF477;
	font-size: 0.9em;
	font-weight: bold;
}
.actions a:hover {
	background: #FFF477;
}