/* reset */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

/* main structural elements */

#wrapper {
	width:977px;
	margin:30px auto 0px auto;
}

#header {
	width:100%;
	padding-top:10px;
}

#branding {
	float:left;
	clear:both;
	width:100%;
	height:160px;
}

#topNav {
	float:left;
	clear:both;
	width:900px;
	height:30px;
	line-height:30px;
	margin-left:38px;
	list-style:none;
	font-weight:bold;
}

#topNav li {
	float:left;
	padding:0px 15px;
}

#topNav li:hover {
	cursor:pointer;
}

#main {
	float:left;
	clear:both;
	width:100%;
	min-height:100px;
	padding:20px 20px 20px 25px;
}

#posts {
	float:left;
	width:675px;
	min-height:1px; /* stops it from collapsing if there's no content */
}

#sideNav {
	float:left;
	width:240px;
	position:relative;
}

#calendar {
	position:relative;
	left:28px;
	font-size:11px;
}

#categories {
	margin-top:10px;
}

#search {
	position:relative;
	left:26px;
}

#pmvday {
	position:relative;
	left:26px;
}

#searchText {
	width:195px;
	margin:20px 0px 0px 0px;
	padding:3px;
	border:1px solid grey;
	-moz-border-radius:10px;
	font-size:14px;
}

#searchSubmit {
	position:relative;
	top:12px;
	right:5px;
	cursor:pointer;
}

/* posts */

#indicator {
	display:block;
	margin:30px auto;
}

.post {
	float:left;
	clear:both;
	width:600px;
	margin-bottom:15px;
}

.postTitle {
	float:left;
	clear:both;
	width:100%;
	margin:0px 0px 20px 0px;
	font-size:22px;
	font-family:Georgia, serif;
}

.postTime {
	position:relative;
	bottom:1px;
	margin-left:1px;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma, sans-serif;
}

.postContent {
	width:100%;
}


.postImage img {
	float:left;
	margin:0px 10px 10px 0px;
	border:1px solid #ccc;
	padding:9px;
	background-color:white;
}

.postImage img:hover {
	border-color:#999;
}

.postText {
	float:left;
	font-family:"Lucida Sans Unicode", sans-serif;
	line-height:150%;
}

.postLink {
	display:block;
	font-size:16px;
	margin-top:10px;
}

.postHr {
	display:block;
	float:left;
	clear:both;
	width:70%;
	margin:20px 0px 0px 75px;
}

/* category buttons */

.categoryButton {		
	float:left;
	clear:both;	
	width:200px;	
	height:15px;	
	line-height:15px;
	margin:10px 0px 0px 30px;	
	padding:5px;
	-moz-border-radius:10px 10px 10px 10px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

/* more posts */

#morePosts {
	float:left;
	margin:10px 0px 0px 220px;
	text-decoration:underline;
	font-size:20px;
	font-weight:bold;
	cursor:pointer;
}

/* email modal */

#emailModal table th {
	padding:0px 0px 10px 0px;
}

.labelTd {
	width:150px;
	padding:5px 0px;
	text-align:right;
}

.fieldTd {
	padding:5px 0px 5px 6px;
}

#emailModal input, #emailModal select {
	padding:5px;
	border:1px solid #ccc;
}

/* breaking news */ 
#breakingNews {
	float:left;
	clear:both;
	width:570px;
	padding:10px;
	margin:0px 0px 15px 0px;
	border:2px solid green;
	background-color:#E1FFE1;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/* etc */

label.error {
	color:red;
	font-weight:bold;
	font-size:11px;
	margin-left:5px;
}

input.error {
	background-color:#FFB0B0;
	border:1px solid red;
}
