/*
	bowthayer.com
	OCT 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: "\201C" "\201D" "\2018" "\2019"; }

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; }


blockquote { margin: 0 2em;	font-style: italic; }
cite { display: block; text-align: right; }

q:before { content: open-quote; }
q:after { content: close-quote; }

cite { font-style: normal; }
cite:before { content: "- "; }


/* =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;
}

/*	=form elements
-----------------------------------------------------------*/

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;
}

.error { color: #C33; }

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


/*
-----------------------------------------------
tables
----------------------------------------------- */

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

/*
-----------------------------------------------
basic layout
----------------------------------------------- */

body { 
	background-color: #E5DBB7; 
	color: #433F37;
	background-image: url(../ui/bg-lower.gif);
	background-repeat: repeat; 
}

.wrapper { width: 920px; 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 {
	padding-bottom: 20px;
	line-height: 1.3em; 
}
/*
.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: .9em; font-family: "Trebuchet MS"; }

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

#aggregated {

}

.col { display: inline; float: left; }

.fifths { width: 20%; }
.quarters { width: 25%; }
.thirds { width: 33.3%; }
.narrow { width: 42%; }
.half { width: 50%; }
.wide { width: 66.6%; }
.wider { width: 72%; }
.full { width: 100%: }


/*	 old	*/
.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%;
}

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


/*	navigation	
-------------------------------------------- */
#nav {
	display: inline;
	float:  right;
/*	font-size: 1.1em; */
	margin: 40px 2% 0 0;
}

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

#nav ul li { display: inline; }

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

#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; }

.menu li { display: inline; }


