/*
Theme Name: Publicworks Office
Description: Theme for publicworksoffice.com
Version: 2.0
Author: Jeff Maki
*/

body {
	margin: 20px;
	color: #C1C1C1;
	font-family: "Times New Roman", Times, serif;
}

body, h1, h2, h3 {
	font-size: 18px;
	font-weight: normal;
}

a {
	color: #C1C1C1;
	border-bottom: 1px dotted #C1C1C1;
	text-decoration: none;
}

a:hover {
	color: #FF00FF;
	border-bottom: 1px dotted #FF00FF;
}

a.more {
	color: #FF00FF;
	border-bottom: none;
	padding-left: 5px;
}

#page {	
	position: relative;
	width: 770px;
}

#header h1 {
	padding: 0px;
	margin: 0px;
	width: 770px;
	height: 40px;
	text-indent: -9999px;
	background-image: url('images/header.png');
	background-repeat: no-repeat;
}

#header ul {
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
	width: 770px;
	height: 20px;
}

#header ul li {
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
	list-style-type: none;
	float: left;
	width: 160px;
	height: 20px;
}

#header ul li a {
	border-bottom: none;
	display: block;
	width: 160px;
	height: 20px;
	background-image: url('images/nav.png');
	background-repeat: no-repeat;
}

#header ul li a em {
	display: none;
}

#header ul li.about a {
	background-position: 0px -60px;
}

#header ul li.about.active a,
#header ul li.about a:hover {
	background-position: -160px -60px;
}

#header ul li.projects a {
	background-position: 0px -20px;
}

#header ul li.projects.active a,
#header ul li.projects a:hover {
	background-position: -160px -20px;
}

#header ul li.proposals a {
	background-position: 0px 0px;
}

#header ul li.proposals.active a,
#header ul li.proposals a:hover {
	background-position: -160px 0px;
}

#header ul li.alerts a {
	background-position: 0px -40px;
}

#header ul li.alerts.active a,
#header ul li.alerts a:hover {
	background-position: -160px -40px;
}

#content {
	line-height: 135%;
	clear: both;
	padding-top: 20px;
}

#content ul,
#content p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}

#content ul li {
	list-style-type: none;
}

#content h2 {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#content h3 {
	border-top: 1px solid #C1C1C1;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	padding-top: 20px;
}

#content #in-progress {
	width: 770px;
	text-align: center;
	padding-top: 140px;
	padding-bottom: 20px;
	font-size: 175%;
}

/* alert page */
#alerts_left {
	width: 475px;
	height: 600px;
	float: left;
}

#alerts_right2,
#alerts_right {
	width: 275px;
	float: right;
}

#alerts_left h2,
#alerts_right h2 {
	padding-bottom: 20px;
	display: block;
}

#alerts_left .timestamp,
#alerts_right .timestamp {
	font-style: italic;
}

#alerts_right p.flickr img {
	width: 275px;
	height: 206px;
	border: none;
}

#alerts_right p.flickr a {
	border: none;
}

#alerts_right2,
#alerts_right2 h2 {
	font-family: "lucida console", courier, monospace;
	font-size: 10px;
	line-height: 170%;
}

#alerts_right2 h2 {
	margin-bottom: 10px;
	display: block;
}

