@charset "UTF-8";
/* CSS Document */

/*
----------------------------------------------
Style Sheet

Site: Postrad
Author: Matthew Duffin, postrad.com
Version: v1.0
Date:9.09
----------------------------------------------*/

/*
GENERAL STYLES--------------------------*/

* {
	margin:0;
	padding:0;
}

html, body, div, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

body {
	background-color:#CCCCCC;
}

p {
	margin:15px 10px 10px 15px;
	line-height:150%;
}

h1 {
	width:230px;
	font-family:Georgia;
	font-size:30px;
	font-weight:normal;
	color:#fff;
	text-align:center;

}

h2 {
	margin: 20px 15px;
	font-family:Georgia;
	font-size:24px;
	font-weight:normal;
	color:#666;
}

h3 {
	margin: 20px 15px;
}

h3 span {
	color:#0066FF;
}

h3 span a:link, h3 span a:hover, h3 span a:visited, h3 span a:hover:visited  {
	font-size:14px;
}

li {
	margin:0 0 5px 30px;
}

ul {
	margin-bottom:30px;
}

a:link, a:active, a:visited, a:hover, a:visited:hover {
	font-size:12px;
	color:#0066FF;
	text-decoration:none;
}

a:hover, a:visited:hover {
	text-decoration:underline;
}

form {
	margin:50px;
}

form p {
	margin: 25px 0 5px 0;
}

/*
PAGE LAYOUT--------------------------*/

#container {
	width: 930px;
	margin: 0 auto;
	background-color:#FFF;
}

#icon {
	float:right;
	width:160px;
	margin:0;
	padding:5px 0px;
}

#iconTop img {
	padding:0 0 5px 0px;
}

#masthead {
	width:930px;
	height:152px;
	margin:0 auto 60px auto;
	background-color:#0000FF;
	background-image:url(/structure/mastheadBg.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#logo {
	float:left;
	width:525px;
}

#navContainer {
	float:right;
	padding:20px;
	width:350px;
}

#navContainer img {
	margin:40px 0 35px 18px;
}

#me {
	color:#FFCC00;
}

#topNav {
	font-family:Geneva;
	font-size:18px;
	color:#fff;
}

#topNav ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}

#topNav li {
	display: inline; 
	margin:0 35px 0 0;
	padding:0;
	font-family:Geneva;
	font-size:18px;
}

#topNav a {
	font-family:Geneva;
	font-size:18px;
	text-decoration:none; 
	color: #fff; 
}
#topNav a:hover {
	color:#FFCC00;
}

#wideBox #home .subject {
	margin:20px 0 10px 50px;
	text-align:center;
}

#wideBox {
	margin:0 auto 60px auto;
	width:880px;
	background-color:#666;
}

#wideBox .subject {
	float:left;
	margin:80px 0 0 0px;
	width:185px;
}

#wideBox .content {
	float:right;
	width:640px;
	padding:3px 0 0 0;
	border:4px solid #666;
	background-color:#fff;
}

#hiddenDesign, #hiddenFront, #hiddenBack, #hiddenSeo {
  	margin: 0px 20px 0px 20px;
  	display: none;
}

.directory {
	margin:20px 10px 40px 40px;
}

#wideBox .content img {
	float:left;
	margin:0px 10px 12px 15px;
}

.content h2 a:link, .content h2 a:active, .content h2 a:visited, .content h2 a:hover, .content h2 a:visited:hover {
	color:#333;
	font-size: 20px;
}

.content h2 a:hover, .content h2 a:visited:hover  {
	text-decoration:underline;
}

#blurbs {
	margin:0 auto;
	padding:0 0 0 15px;
	width:880px;
}

.blurbBox {
	float:left;
	margin:0 20px 40px 0;
	padding:0 4px;
	width:192px;
	height:375px;
	background-color:#666;
}

.blurbBox h2 {
	margin:15px 0;
	text-align:center;
}

.blurbBox h2 a:link, .blurbBox h2 a:active, .blurbBox h2 a:visited, .blurbBox h2 a:hover, .blurbBox h2 a:visited:hover {
	margin: 10px 0;
	font-family:Georgia;
	font-size:28px;
	font-weight:normal;
	color:#fff;
}

.blurbBox h2 a:hover, .blurbBox h2 a:visited:hover {
	color:#FFCC00;
	text-decoration:none;
}

.blurbBox p {
	margin:15px 10px 10px 10px;
	line-height:150%;
}

.blurbBox .content{
	height:250px;
	padding:14px;
	background-color:#fff;
}

#lastBlurb .blurbBox {
	margin:0;
}

#postLogo {
	margin: 0 0 15px 0;	
}

#footer p{
	margin-bottom:0;
	padding-bottom:10px;
	font-size:9px;
	color:#333;
	text-align:center;
}

#footer a:link, #footer a:active, #footer a:visited, #footer a:hover, #footer a:visited:hover {
	font-size:9px;
	color:#333;
	text-decoration:none;
}

#footer a:hover, #footer a:visited:hover {
	color:#666;
}

/*
CLASSES--------------------------*/

.hr {
	margin:0 0 20px 0;
	border:none;
	border-top:1px dashed #666;
	height:.01em;
}

.hrGrey {
	margin:0 6px 40px 6px;
	border:none;
	border-top:1px dashed #666;
	height:.01em;
}

.clear {
	clear:both;
	height:0.1em;
}

.center {
	text-align:center;
}
