/*  
Theme Name: Chasing Hats
Theme URI: http://www.chasinghats.net
Description: My custom theme for Chasing Hats Magazine. (My first design!)
Version: 1
Author: Joshua Clark
Author URI: http://josh.cs.spu.edu/
*/



/***************** General Stuff *****************/

body, p, blockquote, ol, ul, li {
	font-family: arial, sans-serif;
	color: #333;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: arial, sans-serif;
	color: black;
	}

body	{
	margin: 5px 0px;
	padding: 0px;
	border-width: 0px;
	text-align: center;
	font-size: 75%;
	background-color: black;
	}

a:link	{
	color: black;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}

a:hover	{
	color: black;
	font-weight: bold;
	text-decoration: underline;
	}

a:active {
	color: black;
	font-weight: bold;
	text-decoration: none;
	}

p	{
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0px;
	margin-bottom: 1.0em;
	padding: 0px;
	}

ol, ul	{
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 1.0em;
	padding: 0;
	}

li	{
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	}

ul ul, ul ol, ol ol, ol ul {
	font-size: 1.0em;
	}

h2	{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0;
	margin-bottom: .3em;
	}

h2 a:link, h2 a:visited {
	font-weight: normal;
	}

#hattext h2	{
	clear: both;
	}

h3	{
	margin: 0;
	font-weight: normal;
	margin-bottom: 1em;
	line-height: 1.5em;
	}

#hatside ul, #hatside ul ol {
	margin: 0;
	padding: 0;
	}

#hatside ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#hatside ul p, #hatside ul select {
	margin: 5px 0 8px;
	}

#hatside ul ul, #hatside ul ol {
	margin: 5px 0 0 10px;
	}

#hatside ul ul ul, #hatside ul ol {
	margin: 0 0 0 10px;
	}

ol li, #hatside ul ol li {
	list-style: decimal outside;
	}

#hatside ul ul li, #hatside ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.navigation {
	margin-bottom: 1em;
	height: 25px;
	}

.alignleft {
	font-size: 1.3em;
	float: left;
	}

.alignright {
	font-size: 1.3em;
	float: right;
	}


/***************** Page wrap *****************/

#hatwrap {
	background-color: white;
	border: 1px solid black;
	padding: 0px;
	margin: auto;
	text-align: left;
	width: 800px;
	}

/***************** Page Header *****************/

#hathead {
	border-width: 0px;
	border-bottom: 3px double black;
	margin: 0px;
	padding: 0px;
	width: 800px;
	background-color: white;
	height: 258px;
	}

#hatshot {
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	height: 258px;
	}

#hatlogo {
	border-left: 1px solid black;
	margin: auto;
	padding: 94px 66px;
	float: right;
	height: 70px;
	width: 267px;
	}

#hathead img {
	display: block;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	}

/***************** Page Body *****************/

#hatbody {
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color: white;
	clear: both;
	}

#hattext {
	border: 0px;
	margin: 0px;
	padding: 30px;
	background-color: white;
	float: left;
	width: 500px;
	}

#hattext .postbody {
	font-size: 1.2em;
	margin-bottom: 2em;
	}

#hatside {
	border: 0px;
	margin: 0px;
	margin-left: 570px;
	padding: 25px;
	background-color: white;
	}

/***************** Page Footer *****************/

#hatfoot {
	border-width: 0px;
	border-top: 0px;
	margin: 0px;
	padding: 10px;
	background-color: #fff;
	clear: both;
	width: 780px;
	}
