/*
	stylesheets for washburnandwilson.com
	1.1
	Julie Berlin
	julie@helpmejulie.com
*/


/* =Meyer reset
	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 {
	text-align: right;
}

cite:before {
	content: "- ";
}

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

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

blockquote cite {
	font-variant: small-caps;
}

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

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

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


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

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

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

ul {
	list-style: square;
	list-style-position: outside;
}

ul li, 
ol li {

}



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

fieldset {
	
}

legend {
	
}

label {
	display: block;
}

input {
	padding: 1px .5%;
	width: 98%;
}

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

}

textarea {
	padding: 1px .5%;
	width: 98%;
}

select {
	
}

option {

}

textarea, select, option {
	font-family: inherit;
	font-size: inherit;
}

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

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

input.btn-submit {
	width: auto;
	color: #FFF;
	background-color: #4A692C;
	border: 0;
	padding: 4px 8px;
}

input.btn-cancel {
	width: auto;
	color: #666;
	padding: 4px 8px;
	margin-left: 4px;
}

.required {
	
}

label.required {
	
}

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


/*	=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: #FFF url(../ui/fade_down.jpg) repeat-x 0 top;
}










/*	=generic
------------------------------------------*/
.right {
	float: right;
}

.left {
	float: left;
}

.hide {
	display: none;
}


.transparency {

}






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

#page {
	width: 700px;
	margin: 0 auto;
}


#header {
	padding: 20px 0;
}


#logo {
	background-image: url(../ui/SSB.gif);
	background-repeat: no-repeat;
	height: 46px;
	width: 234px;
	margin: 0 auto;
}

#content {

	padding-top: 40px;

}

#aside {

}



#footer {
	font-family: "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
	font-size: .85em;
	color: #666;
	padding: 10px 0 20px 0;
	border-top: 1px solid #CCC;
	margin-top: 20px;
}


#header,
#content,
#footer {
	display: inline;
	float: left;
	width: 100%;
}

.thirds {
	display: inline;
	float: left;
	width: 29%;
	margin: 1em 2%;
}

.intro {
	width: 96%;
	margin: 0 2%;
}




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





/*	=Navigation
------------------------------------------------------------------*/
#navigation
{
	margin: 12px auto 0 auto;
	border-top: 1px solid #CCC;
	clear: both;
}

#nav
{
	margin: 6px 0 0 0;
	padding: 0;
	text-align: center;
}

#nav li
{
	list-style: none;
	line-height: normal;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline;
}

#nav li a,
#nav li a:visited
{
	text-decoration: none;
	color: #333;
	padding: 4px 5px;
	margin-right: 1px;
	font-weight: normal;
}

#nav li a:hover,
#nav li a:active,
#nav li a.current:hover
{
	text-decoration: underline;
	color: #963;
}

#nav li a.current
{
	text-decoration: none;
	color: #963;
}

#subnav
{
	/*	the negative bottom margin allows the h1 to appear in a consistent place */
	margin: 4px auto -22px auto;
}

#subnav ul {
	
	text-align: center;
}

#subnav li
{
	font-size: 12px;
	list-style: none;
	display: inline;
}

#subnav li a,
#subnav li a:visited
{
	color: #963;
	padding: 3px 6px 0 2px;
	font-weight: normal;
	text-decoration: none;
}

#subnav li a:hover
{
	text-decoration: underline;
}

#subnav li a.current
{
	color: #000;
	text-decoration: underline;
}

