/* the bulk of the stlyes come from the main sheet at /css/styles.css */

@import "http://www.watertownnewyork.us/css/style.css";

#wrapper { 
	width: 800px;
}

#aboutheader { 
	margin: 8px 0 16px 0;
	padding: 5px 10px 10px 10px;
	background-color: #fff;
	border: 10px solid #f0f0f0;
	font-size: 1.1em;
}

#aboutheader h2 { 
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 1.6em;
	text-transform: capitalize;
	letter-spacing: -1px;
	color: #333;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}

#aboutheader p { 
	margin-right: 0;
}

/* same things for Wordpress pages in a subnav */

li.current_page_item a { 
	color: #e76823!important;
}

#sidebar li ul { 
	font-weight: normal;
/*f

or the sidebar, otherwise things are a little on the bold side */
}

#sidebar h3 { 
	margin-bottom: 5px;
}

.meta { 
	font-size: .8em;
}

.post { 
	margin: 0 0 30px 0;
}

.postmetadata-top { 
	font-size: 0.9em;
	font-color: #666666;
	padding: 0 0 6px 0;
	margin-bottom: 12px;
	border-bottom: thin solid #aaa;
}

.postmetadata-bottom { 
	font-size: 0.9em;
	font-color: #666666;
	padding: 10px 0 0 0;
	border-top: thin solid #aaa;
}

hr { 
	color: #aaa;
	background-color: #aaa;
	height: 1px;
	border: none;
	width: 80%;
}

/* Developer blog-specific */

#dev_blog_header { 
	margin: 5px 0 15px 0;
}

.navigation { 
	margin: 15px 0 15px 0;
	line-height: 120%;
}

.caption { 
	font-size: 0.9em;
	color: #666666;
}

code { 
	font: 1em/1.2em bold 'courier new',courier,monospace;
}

h2.storytitle, h2.storytitle a { 
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333;
	border: none;
	padding: 0;
}

h3.code, pre { 
	cursor: pointer;
}

h3.code { 
	color: #ffffff;
	font: bold 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 3px;
	border: 1px dotted #cccccc;
	border-bottom-width: 0;
	background: #1169cc;
}

pre { 
	font: 1em/1.2em 'courier new',courier,monospace;
	color: #333333;
	background: #ffffff;
	border: 1px dotted #cccccc;
	padding: 1em;
	margin: 0 0 1em 0;
}

table { 
	width: 85%;
	font-size: 1.0em;
	padding: 0 0 10px 0;
	line-height: 130%;
}

th { 
	padding: 5px;
	color: #ffffff;
	background-color: #1169cc;
}

td { 
	padding: 5px;
	border: 1px dotted #cccccc;
}

td.number { 
	text-align: right;
}
