/*big time css */
body, h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 0;
	padding: 0;
}
body{
	margin: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: #09f;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: top center;
	color: #666;
	min-width:770px;
	border:0;
}

#wrapper{
	width: 700px;
	background-color: #fff;
	margin: 100px auto 0 auto;
	border: 20px solid #6cf;
}
#header{
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
	height: 76px;
	width: 100%;
}
#logo{
	padding: 16px 0 0 10px;
	width: 152px;
	height: 51px;
	float: left;
}
#contentwrap{
	min-height: 185px;
	background-image: url(images/icon_large.gif);
	background-repeat: no-repeat;
	background-position: 8px 15px;
	position: relative;
	clear: both;
	overflow: hidden;
}
#content {
	float: left;
	padding: 5px 20px 5px 180px;
	font-size: 1.2em;
}
#content p{
	float: left;
	padding: 10px 0px;
}
#content p a:link, #content p a:visited{
	color: #f60;
	text-decoration: none;
}
#content p a:hover{
	color: #fc0;
	text-decoration: none;
}
#footer{
	width: 100%;
	margin: 3px auto 0px auto;
	padding-bottom: 1em;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}
#footer  a:link, #footer  a:visited{
	color: #fc0;
	text-decoration: none;
}
#footer  a:hover{
	color: #f60;
	text-decoration: none;
}
.nav{
	float: right;
	color: #f60;
	font-size: 1.8em;
	text-align: right;
	font-family: arial black, arial, sans-serif;
	font-weight: bolder;
	margin: 30px 20px 0 0;
}
a:link{
	color: #f60;
	text-decoration: none;
}
.nav a:hover{
	color: #fc0;
}
a:visited{
	color: #f60;
	text-decoration: none;
}
/* blog stylings 8) */
.postmetadata{
	width: 100%;
}
.postmetadata p{
	width: 100%;
}
.post{
	width: 100%;
}
.post h2{
	font-size: 1.4em;
	font-weight: bolder;
}
.post h4{
	font-size: 0.8em;
	font-style: italic;
}