/*
	www.perfecttrainwreck.com
	mar 2010
	Julie Berlin
	julie@helpmejulie.com
*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
form, fieldset, legend, label, input, select, option, textarea,
table, caption, tbody, tfoot, thead, th, tr, 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;
}
hr {
	display: none;
}

img, object {
	max-width: 100%;
}

img a {
	border: none;
}



/*	=quotes
-------------------------------------------------------}*/

blockquote, 
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote {
	margin: 0 2em;
	font-style: italic;
}

q {
	
}

cite {
	display: block;
	text-align: right;
}

cite:before {
	content: "- ";
}

blockquote:before,
q:before {
	content: open-quote;
}

blockquote:after, 
q:after {
	content: close-quote;
}

cite {
	font-style: normal;

}

/*	abbreviations 
----------------------------------------------- */

abbr,
acronym {
	cursor: help;
/*	border-bottom: 1px dotted #999;	*/
}

h2 abbr[title="and"] {
	font-style: italic;
	font-family: "Goudy Old Style", Baskerville, Palatino, Georgia, serif;
	cursor: default;
}


/* =lists
----------------------------------------------- */

ol, ul {
/*	padding-left: 2em;	*/
}

ol {
	list-style: decimal;
	list-style-position: outside;
}

ul {
	list-style-image: url(../ui/bullet-1.gif);
	list-style-position: outside;
}

ul li, 
ol li {

}



/*	=form elements
-----------------------------------------------------------*/
form {
	
}

form :focus {

}

fieldset {
	
}

legend {
	
}

label {
	
}

input {

}

input[type="file"],
input[type=" "] {

}

select {

	line-height: 1.2em;
}

option {

}

textarea {
	font-family: inherit;
	font-size: inherit;
	margin: .3em 0;
	line-height: 1.2em;
}

textarea,
input[type="file"] {	/*	add other styles that default to indented boxes here	*/
	border-style: solid;
	border-width: 1px;
}

input,
textarea,
select {

}

/*	here are some reusable form-related styles	*/

input.btn-submit:hover {
	cursor: pointer;
}

.required {

}

label.required {

}



.error {
	color: #C33;
}

label.error {
	font-style: italic;
}

input.required {

}

.warning {	/*	used to warn user about filling in form fields correctly	*/
	color: #600;
}

.notice {	/*	used to assure user form was successfully submitted	*/
	font-weight: bold;
}

.form-row {
	margin: .2em 0 1em 0;
}


/*	=tables
-----------------------------------------------------------*/
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

thead {

}

tfoot {

}

colgroup {

}

col {

}

th {

}

tr {

}

td {

}

tr.alt {	/*	this style is applied by jQuery	*/

}



/*
-----------------------------------------------
see text.css for text styling defaults
----------------------------------------------- */

body {
/*	background-color: #EBE4CA;
	color: #ACB1B3;	
	color: #5B5B6A;*/
	background-color: #E5DBB7;
	color: #433F37;
}

.wrapper {	
	width: 900px;	
	margin: 0 auto;
}

#upper {
	background-color: #141B1E;
	color: #797A7F;
	background-image: url(../ui/bg-upper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 2em;
}

#lower {
	background-image: url(../ui/bg-lower.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 1.8em 0;
}

.main {
	min-height: 30em;
}

#logo {
	background-image: url("../ui/bow-ptw-logo.gif");
	background-repeat: no-repeat;
	height: 80px;
	width: 386px;
	margin: 17px 0 20px 2%;
	display: inline;
	float: left;
}

#logo a {
	display: block;
	height: 100%;
	width: 100%;
}

#footer { font-size: .85em; }

#aside {
	display: inline;
	float: right;
	margin-top: 5.5em;
}

#aggregated {

}

.col-5 { width: 96%; }

.col-4 { width: 71%; }

.col-3 { width: 62%; }

.col-2 { width: 46%; }

.col-1 { width: 21%; }

.col-1, .col-2, .col-3, .col-4, .col-5 {
	display: inline;
	float: left;
	margin: 1em 2%;
}

#nav {
	display: inline;
	float:  right;
	margin-right: 2%;
}

/*
.player {
	width: 16%;
	margin: 0 3%;
}
*/


/*	=layout elements
-------------------------------------------- */
/*
 {
	display: inline;
	float: left;
}
*/

/*	=Page IDs	
-------------------------------------------- */

.page {

}
/* =Clear Floated Elements
--------------------------------------------------------------------------------*/
/* http://www.positioniseverything.net/easyclearing.html */
/*	automatically clear all floated elements inside containing div	*/
.group:after,
.wrapper:after,
.clear:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}




/*	=Page IDs	
-------------------------------------------- */
#nav {
	font-size: 1.1em;
	margin: 2.5em 0 0 2em;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#nav ul li {
	display: inline;
	float: left;
}

#nav a {
/*	color: #6D6F73;	*/
	color: #797A7F;
	display: block;
	margin: 1em .3em;
	padding: .4em .7em;
	line-height: normal;

}

#nav a:hover,
#nav li.active a {
	color: #FFF;
	text-decoration: none;
	background-color: rgba(000,000,000,.4);
		
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

#nav a:hover {
	-moz-box-shadow: 0 0 4px #848C8A;
	-webkit-box-shadow: 0 0 4px #848C8A;
	box-shadow: 0 0 4px #848C8A;
}

#nav ul ul {
	position: absolute;
	left: -9999em;
}



