body {
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        padding-top: 30px;
	text-align: center;
}

#network {
	padding-bottom: 30px;
	text-align: right;
}
#network a {
	color: #339933;
	display: block;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}

/* Clearing a float w/o source markup: http://www.positioniseverything.net/easyclearing.html */
#primary:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #primary {height: 1%;}
/* End hide from IE-mac */

#header {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 15px;
}
/* Clearing a float w/o source markup: http://www.positioniseverything.net/easyclearing.html */
#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #header {height: 1%;}
/* End hide from IE-mac */

#header h1 {
	background: url(http://prescott2050.org/_i/title.gif) top left no-repeat;
	float: left;
	height: 52px;
	text-indent: -9000px;
	width: 284px;
}
#header h1 a {
        border: none;
        display: block;
        height: 52px;
        text-decoration: none;
        width: 284px;
}

#nav {
	/*border-top: 1px solid #333;
	border-bottom: 1px solid #333;*/
	float: left;
	margin-left: 40px;
	width: 456px;/*496-40*/
}
#nav li {
	float:left;
}
#nav li a {
	color: #333;
	display: block;
	float:left;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
	width: 104px;/*114-10*/
}
#nav li a:hover {
	/*background-color: #E9F1E9;*/
	color: #339933;
}
#nav li a .note {
	font-size: 75%;
	font-weight: normal;
}

#intro {
	/*border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;*/
	background-color: #E9F1E9;
	margin: 30px 0 0 0;
	padding: 15px;
}
#intro h2 {
	font-size: 110%;
	padding-bottom: 5px;
}
#intro img.left {
	margin: 0 15px 0 0;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 15px;
}
h3 {
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 15px;
}
h3.archive_year {
        font-weight: bold;
        padding-bottom: 5px;
}

p {
	font-size: 90%;
	line-height: 1.4em;
        padding-bottom: 1em;
}
a {
	color: #089CE1;
}
a:hover {
	color: #339933;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
img.border {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}

.post {
	padding-bottom: 30px;
}
.post .date {
	float: left;
	margin: 5px 12px 3px 0;
}
.post .date .month {
	background:  #339933;
	color: #fff;
	display: block;
	font-size: 75%;
	font-weight: bold;
	padding: 3px 7px 4px 8px;
	text-align: center;
	text-transform: uppercase;
}
.post .date .day {
	background: #fff;
	border: 1px solid #DADADA;
	border-top: none;
        display: block;
	font-size: 150%;
	padding: 3px 8px 6px 8px;
	text-align: center;
}

.post .story h3 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 15px;
}
.post .story h3 a {
        color: #333;
        text-decoration: none;
}
.post .story h3 a:hover {
	color: #339933;
        text-decoration: underline;
}
.post .story p {
	line-height: 1.6em;
	padding-bottom: 1.4em;
}
.post .story ul {
        list-style-type: disc;
        margin-left: 40px;
}
.post .story ul li {
        font-size: 90%;
        line-height: 1.6em;
}
.post .story ol {
        list-style-type: decimal;
        margin-left: 40px;
}
.post .story ol li {
        font-size: 90%;
        line-height: 1.6em;
}

.post .details {
	font-size: 90%;
}

.col1 {
	float: left;
        margin-top: 30px;
	padding-right: 20px;
	width: 500px;/*520-20*/
}
.col2 {
	float: left;
        margin-top: 30px;
	padding-left: 20px;
	width: 240px;/*260-20*/
}

.col1 ul {
        padding-bottom: 15px;
}
.col1 ul li {
        line-height: 1.4em;
}
.col1 ul li .date {
        color: #666;
}

.categories h3 {
	padding-bottom: 15px;
}
.categories ul {
	border-bottom: 1px solid #DADADA;
        margin-bottom: 30px;
}
.categories ul li a {
	border-top: 1px solid #DADADA;
	display: block;
	font-size: 90%;
	padding: 15px 0;
	text-decoration: none;
}
.categories ul li a:hover {
	color: #339933;
	text-decoration: underline;
}

#comments ol li {
	line-height: 1.4em;
        padding-bottom: 30px;
}
#comments ol li cite {
        color: #666;
        font-size: 90%;
}
#comments ol li cite .author {
        color: #333;
        font-weight: bold;
}

#post_comment {
       padding: 30px 0;
}
#comment_form label {
	display: block;
	font-weight: bold;
	padding-bottom: 5px;
}
#comment_form input.textfield {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	padding: 3px;
	width: 492px;/*500-6-2*/
}
#comment_form textarea {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	height: 150px;
	padding: 3px;
	width: 492px;/*500-6-2*/
}

.presentation {
	border-bottom: 1px solid #DADADA;
        margin-bottom: 15px;
        padding: 15px 0 15px 0;
}
.presentation a img {
         border: none;
}
.presentation strong {
         display: block;
         padding-bottom: 10px;
}

.app {
	border-bottom: 1px solid #DADADA;
        margin-bottom: 15px;
        padding: 15px 0 15px 0;
}
.app a img {
         border: none;
}
.app strong {
         display: block;
         padding-bottom: 10px;
}


.paginate {
        font-size: 80%;
	padding-bottom: 30px;
}


#ancillary {
	border-top: 1px solid #DADADA;
	clear: both;
	padding: 15px 0;
}