/* Documentation
--------------------------------------------------
Author: Daniel Spector
Created for www.amyjustman.com

Color Palette:
B0ADE4 - grey/blue
B3B2C0 - grey
510C21 - maroon
EEF2FB - light blue
F9CA69 - logo yellow

*/

/* CSS Clear
-------------------------------------------------- */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Site-wide Text Settings
-------------------------------------------------- */
body {
	background: #B0ADE4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	line-height: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: lowercase;
}

h1 {
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	margin: 0em 0em .8em 0em;
}

h2 {
	font-size: 1.3em;
	margin: 0em 0em .5em 0em;
}

p {
	margin: 0em 0em .7em 0em;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

/* Home-specific Settings
-------------------------------------------------- */
div#home-news-wrapper {
	height: 431px;
	overflow: auto;
	width: 450px;
	padding:10px;
}

div#home-nav-wrapper {
	width: 100%;
}

#home-header {
	padding: 10px;
}

/* Images
-------------------------------------------------- */
div.image-wrapper {
	margin: 5px 10px;
}

div.image-caption {
	font-size: .9em;
	line-height: 1.1em;
	margin: .5em 0em 0em 0em;
	text-align: center;
}

img {
	border: 1px solid black;
}

img.noborder {
	border: none;
}

.float-right {
	float: right;
	margin-left: 10px;
}

.float-left {
	float: left;
	margin-right: 10px;
}


/* Navigation
-------------------------------------------------- */
ul#navbar {
	line-height: 28px;
}

ul#navbar li {
	display: inline-block;
}

ul#navbar a {
	display: block;
	color: black;
	font-size: 1.4em;
	font-style: italic;
	padding: 3px 15px;
	text-decoration: none;
	text-transform: lowercase;
}

ul#navbar li a:hover {
	background: white;
}

#home-nav-wrapper ul#navbar {
	border-top: 1px solid black;
}

/* News
-------------------------------------------------- */

ul.news-list {
	margin: 10px 0px 0px 0px;
}

ul.news-list li {
	border-left: dotted 1px black;
	margin: 0px 0px 15px 0px;
	padding-left: 5px;
}

ul.nomargins {
	margin: 10px 0px 10px 0px;
}

ul.nomargins li {
	margin: 0px 0px 2px 0px;
}

dl.news-list {

}

dl.news-list dt{
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

dl.news-list dd{
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted black;
}

/* Body
-------------------------------------------------- */
div#wrapper {
	background: #EEF2FB;
	border: 3px solid black;
	margin: 50px auto;
	min-height: 625px;
	position: relative;
	width: 938px;
	z-index: 0;
}

.background {
	position: absolute;
	z-index: -1;
}

div#nav-wrapper {
	float: left;
	width: 350px;
	margin: 15px 0px 0px 75px;
/*
	position: absolute;
	top: 22px;
	left: 407px;
	width: 300px;
	*/
}

div#nav-wrapper #navbar li{
	line-height: 40px;
}

div.body-wrapper {
	padding: 10px;
}

div #header {
	padding: 10px;
}

p.source {
	text-align: right;
}
