body
{
	margin: 0 auto;
	padding: 0;
	color: #333;
	font-family: lucida grande, sans-serif;
        font-size: small;
}

h1, h2, h3 { font-family: georgia, serif; }

h4
{
	font-family: lucida grande, sans-serif;
	margin-bottom: 4px;
}

p
{
	font-family: lucida grande, san-serif;
	line-height: 133%;
}

ol { margin-bottom: 10px; }
.center { text-align: center; }
blockquote { font-family: lucida grande, sans-serif; }

ul
{
	list-style: square;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 1em;
	padding-left: 1em;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
}

a
{
	text-decoration: none;
	color: #777;
}

a:hover
{
	text-decoration: underline;
	color: #C00;
}

#header, #navbar, #content { width: 950px; }

#header
{
	margin: 0 auto;
	padding: 0 15px 5px;
	letter-spacing: -1px;
}

#header h1
{
	padding: 25px 0;
	margin: 10px 0 0;
	background-image: url(http://pippin.mnstate.edu/advocate/images/uploads/new_logo_color.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #000;
	font-family: sans-serif;
	font-size: 48px;
	text-align: right;
	letter-spacing: -2px;
}

#navbar
{
	margin: 10px auto 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-family: lucida grande, sans-serif;
	font-size: 14px;

}

#navbar ul
{
        list-style: none;
	margin: 0 auto;
	padding: 0;
}

#navbar li
{
	float: left;
	list-style: none;
	margin: 0 auto;
        width: 9.8%;
	padding: 0;
        border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;

}

#navbar li a
{
	display: block;
	padding: 15px 24px;
	text-transform: uppercase;
	color: #777;
}

#navbar a:hover
{
	color: #C00;
	text-decoration: underline;
	background-color: #CCC;
}

#content
{
	margin: 0 auto;
	padding: 0;
}

#blog
{
	width: 600px;
	float: left;
}

.entry
{
	margin: 10px 0 0 0;
	padding: 0 0 10px;
	color: #000;
}

#sidebar
{
	margin: 15px 0 0;
	padding: 0 15px 15px;
	width: 300px;
	background: #FFF;
	color: #333;
	text-align: left;
	float: right;
	border-color: #000;
	border-width: 0 0 0 1px;
	border-style: solid;
}

.date
{
	font-size: 16px;
	color: #777;
	font-weight: normal;
}

.title
{
	font-size: 24px;
	color: #000;
	border-bottom: 1px dotted #CCC;
}

.title a { color: #C00; }
.title a:hover { text-decoration: underline; }

.byline
{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.posted
{
	margin-bottom: 10px;
	font-size: 12px;
	color: #777;
}

.sidetitle
{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	border-color: #CCC;
	border-width: 0 0 1px 0;
	border-style: dotted;
}

.clearboth { clear: both; }

.paginate
{
	font-family: lucida grande, san-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 6px 15px 4px;
	margin: 0;
	background-color: transparent;
}

.pagecount
{
	font-family: lucida grande, san-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	background-color: transparent;
}

.submit, .input, .textarea, .checkbox
{
	border-color: #999;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	font-family: lucida grande, san-serif;
	font-size: 14px;
	padding: 4px;
}

.submit
{
	text-transform: uppercase;
	border-width: 1px;
	font-weight: bold;
	padding: 3px;
}
