/*

Tradingeye Designer Resources SCREEN style sheet
=================================================

Copyright:		2009 dpivision.com
Author:			Ian Sidaway
Last edit:		09/09/2009 by Ian Sidaway

*/


/* RESET
------------------------------ */

/* global reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img {
	border: 0;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
ol, ul, li {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}
q:before, q:after {
	content: '';
	}

/* global reset-reset */

strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
a img {
	border: none;
	}


/* =BASE
=============================================== */

html {
	background: #111;
	height: 100%;
	}
body {
	background: #111;
	color: #333;
	font: 62.5%/1.6em Arial, Helvetica Neue, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 .1em 0;
	text-align: center;
	}
table,
td,
input,
textarea,
select,
li {
	color: #333;	
	font-size: 1em;
	}
div.clear {
	border-bottom: 1px solid #e9e9e9;
	clear: both;
	display: block;
	height: 1px;
	margin: 1em 0 0 0;
	padding: 0;
	}


/* =LINKS
=============================================== */

a:link,
a:visited,
a:active {
    color: #00adee;
    text-decoration: none;
	}
a:hover {
	color: #111;
	text-decoration: none;
    }            
abbr {
	border-bottom: 2px dotted #bbb;
	cursor: help;
	font-weight: bold;
	}


/* =TYPOGRAPHY BASE
=============================================== */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-weight: normal;
	margin: 1em 0;
	}
h1 {
	color: #111;
	font-size: 3.4em;
	font-weight: bold;
	margin: 1.2em 0 1em 0;
	text-shadow: 0 2px 1px #fff;
	}
h2 {
	color: #111;
	font-size: 2.6em;
	margin: 1em 0 .8em 0;
	}
h3 {
	color: #111;
	font-size: 1.8em;
	margin: 1.3em 0 .8em 0;
	}
h4 {
	color: #777;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .2em;
	margin: 1.5em 0 .5em 0;
	text-transform: uppercase;
	}
p {
    font-size: 1.4em;
    line-height: 1.6em;
    margin: .5em 0;
	}
pre code {
	background: #efefef;
	border: 1px solid #ddd;
	border-left: .3em solid #ddd;
	color: #666;
	display: block;
	font: monospace;
	font-size: 12px;
	margin: 1em 0;
	padding: .7em 1em .5em 1em;
	text-shadow: 0 1px 1px #fff;
	}
code span.comment {
	color: #090;
	}
span.file {
	color: #090;
	}
span.cssComment {
	color: #090;
	font-family: monospace;
	font-size: 13px;
	}
h3 span.cssComment {
	background: #efefef;
	border: 1px solid #ddd;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin: 0 0 0 .6em;
	padding: .5em 1em .35em 1em;
	position: relative;
	text-shadow: 0 1px 1px #fff;
	top: -.2em;
	}


/* =CONTAINER
=============================================== */

#container {
	background: #fff;
	margin: 3em auto 2em auto;
	position: relative;
	text-align: left;
	width: 940px;
	}


/* =HEADER
=============================================== */

#header {
	background: #efefef;
	border-bottom: 1px solid #ddd;
	padding: 1.6em 2em;
	position: relative;
	}
#header p {
	color: #aaa;
	font: italic 1.6em Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	margin: -.5em 0 .5em 0;
	text-shadow: 0 1px 0 #fff;
	}


/* =CONTENT
=============================================== */

#content {
	margin: 0 0 1em 0;
	padding: 0 2em 1em 2em;
	}
#content p a {
	padding: 0 .2em;
	}
#content p a:hover {
	background: #eee;
	border-bottom: 1px solid #ddd;
	}

/* navigation */

ul#nav,
ul#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul#nav {
	background: #efefef;
	border-bottom: 1px solid #ddd;
	margin: 0 -2em 4em -2em;
	padding: 0 2em;
	}
ul#nav li {
	float: left;
	height: 3em;
	line-height: 3em;
	font-size: 1.3em;
	}
ul#nav li a {
	color: #999;
	float: left;
	font-weight: bold;
	height: 3em;
	line-height: 3em;
	margin-right: 1.5em;
	text-shadow: 0 1px 1px #fff;
	}
ul#nav li a:hover {
	color: #666;
	}
ul#nav li a.selected {
	color: #111;
	}

/* intro */

.intro {
	border-bottom: 1px solid #e9e9e9;
	margin: .5em 0;
	padding: .1em 0 1.5em 0;
	}

/* chunks */

.chunk {
	border-bottom: 1px solid #e9e9e9;
	clear: both;
	margin: .5em 0;
	padding: .1em 0 1.5em 0;
	}
.chunk p {
	font-size: 1.3em;
	}
.chunk ul {
	margin: 1em 0;
	}
.chunk ul li {
	background: url(../images/bullet.gif) no-repeat 2px 7px;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: .5em 0 .5em 1em;
	text-indent: 1em;
	}
.chunk.resource {
	border-bottom: none;
	clear: none;
	float: left;
	margin-right: 30px;
	padding: .1em 0 1em 0;
	width: 420px;
	}
.chunk.resource.alt {
	float: right;
	margin-right: 0;
	}
.section {
	border-bottom: 1px dashed #e9e9e9;
	clear: both;
	margin: .1em 0 .1em 0;
	padding: .1em 0 .5em 0;
	}
.section h3 {
	margin-top: 1em;
	}
.section p {
	font-size: 1.3em;
	}
.section p.note {
	background: #efefef;
	float: right;
	font-size: 1.2em;
	margin: -1em 0 1em 20px;
	padding: 1em 20px;
	width: 33%;
	text-shadow: 0 1px 0 #fff;
	}
.section ul {
	margin: 1.5em 0;
	}
.section ul li {
	background: url(../images/bullet.gif) no-repeat 2px 7px;
	font-size: 1.3em;
	line-height: 1.6em;
	margin: .5em 0 .5em 1em;
	text-indent: 1em;
	}

/* themes */

.theme {
	border-bottom: 1px solid #e9e9e9;
	margin: .5em 0;
	padding: .1em 26em 1.5em 0;
	}
.theme p {
	font-size: 1.3em;
	}
ul.screenshots,
ul.screenshots li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.screenshots {
	margin: 1em 0;
	}
ul.screenshots li {
	float: left;
	margin: 0 10px 0 0;
	}
ul.screenshots li a img {
	border: 1px solid #ccc;
	opacity: .9;
	padding: 2px;
	}
ul.screenshots li a:hover img {
	border: 1px solid #aaa;
	opacity: 1;
	}

/* theme files */

.files {
	background: #efefef;
	border: 1px solid #ddd;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	float: right;
	padding: .5em 1.5em .35em 1.5em;
	margin: -4em -26em 1em 20px;
	width: 21em;
	}
.files h4 {
	border-bottom: 1px solid #eee;
	margin: 1em 0;
	}
.files p {
	color: #888;
	font-size: 12px;
	margin: .5em 0;
	}
.files strong {
	color: #666;
	}
#content .files a:hover {
	border: none;
	}


/* =FOOTER
=============================================== */

#footer {
	background: #191919;
	border-bottom: .5em solid #222;
	clear: both;
	color: #666;
	margin: 0;
	padding: .5em 2em;
	text-align: left;
	text-shadow: 0 2px 1px #111;
	}
#footer p {
	color: #666;
	float: left;
	font-size: 1.4em;
	width: 48%;
	}
#footer p a {
	color: #aaa;
	}
#footer p a:hover {
	color: #ccc;
	}
#footer strong {
	color: #aaa;
	}
#footer p#contact {
	float: right;
	text-align: right;
	}


/* =FLOAT FIX
=============================================== */

#content,
ul,
ul li,
.theme,
.files,
.chunk,
.section,
#footer {
	display: inline-block;
	}
#content:after,
ul:after,
ul li:after,
.theme:after,
.files:after,
.chunk:after,
.section:after,
#footer:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	font-size: 0;
	visibility: hidden;	
	}

/* Hides from IE-mac \*/

* html #content,
* html ul,
* html ul li,
* html .theme,
* html .files,
* html .chunk,
* html .section,
* html #footer {
	height: 1%;
	}
#content,
ul,
ul li,
.theme,
.files,
.chunk,
.section,
#footer {
	display: block;
	}

/* End hide from IE-mac */

