/* Screen CSS Document for Wickizer */

html, body {
	margin:0;
	padding:0;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	background-color:#fff;
}
.headlines {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.Subheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.bodylinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #666666;
}

div#content a {
	color:#333333;
}

div#header {
	background:url(../_img/logo.png) no-repeat bottom left #fdc700;
	color:#000;
	height:90px;
	width:100%;
	border-bottom:solid 20px #000;
	vertical-align:bottom;
	position:relative;
}

div#header img {
	width:34px;
	height:17px;
	border:0;
}

div#upload {
	text-align:right;
	padding:3px;
}

div#nav {
	position:relative;
	top:38px;
	padding-left:350px;
}

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

div#nav ul li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
}

div#nav ul li a {
	color:#000;
	font-weight:bolder;
	text-decoration:none;
	font-size:.9em;
}

div#nav ul li a:hover {
	color:#ff8e00;
}

div#nav ul li a.here {
	color:#fff;
}

div#nav ul li span {
	margin:0 7px;
}

div#content {
	margin:30px auto;
	width:700px;
}

div#content h1 {
	font-size:24px;
}

div#content p.emphasis {
	font-size:18px;
}

div#content p.attribution {
	margin-left:auto;
	margin-right:auto;
	width:70%;
}
.photocaption {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
}
.thumbnailcaptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3366CC;
}
