﻿/*
Theme Name: Blizzard
Theme URI: http://www.bliznet.com/
Description: The blue-green Blizzard WordPress theme.
Version: 1.0
Author: Kyle Blizzard
Author URI: http://www.kyleblizzard.com/
Tags: blue, green, two columns, widgets
*/

html
{
	background: #ebeff3;
	color: #000;
	font-family: sans-serif;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 2px 0;
	padding: 0;
}

a, a:visited
{
	/* color: #5185a3; */
	color: #4d8b3a;
	text-decoration: underline;
}

a:active, a:hover
{
	/* color: #003e68; */
	color: #62bb46;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

textarea, .text-input
{
	background: #fff;
	border: 1px solid #004c78;
	color: #000;
}

a.button, a.button:visited
{
	background: transparent url("images/button.png") no-repeat;
	color: #fff;
	display: inline-block;
	font-family: "Microsoft Sans Serif", sans-serif;
	font-size: 8pt;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	width: 106px;
	height: 23px;
}

a.button:active, a.button:hover { background-position: 100% 0; }

#searchform
{
	margin: 0 0 1em 0;
	text-align: center;
	width: 100%;
}

/* #searchform label
{
	display: inline-block;
	font-size: 0.85em;
	margin: 0 0 0.5em 0;
	text-align: left;
	width: 30%;
} */

#searchform .text-input
{
	margin: 0 0 0.5em 0;
	width: 100%;
}

#container
{
	background: #fff url("images/content.png") repeat-y left top;
	margin: 0 auto;
	position: relative;
	width: 770px;
}

#header
{
	background: transparent url("images/header.png") no-repeat left top;
	height: 132px;
	overflow: hidden;
}

#header h1 a
{
	background: transparent url("images/headerinner.png") no-repeat left top;
	display: block;
	margin: 15px auto 0 auto;
	padding: 0;
	text-decoration: none;
	width: 740px;
	height: 117px;
}

#header h1 span
{
	/* font-size: 1px;
	line-height: 1px;
	visibility: hidden; */
	position: relative;
	top: -1000px;
}

#header .description
{
	/* color: #fff;
	font-style: italic;
	left: 175px;
	top: 85px;
	position: absolute; */
	/* font-size: 1px;
	line-height: 1px;
	visibility: hidden; */
	position: relative;
	top: -1000px;
}

#content
{
	margin: 0 235px 0 30px;
	min-height: 500px;
}

* html #content
{
	min-height: 500px;
}

#content .pagetitle
{
	font-size: 1.25em;
}

#content.single
{
	margin-right: 30px;
	min-height: 0;
}

* html #content.single
{
	height: auto;
}

#content .post h2, #content .post h3
{
	background: transparent url("images/headingend.png") no-repeat right top;
	height: 30px;
}

#content .post h2 a, #content .post h3 a, #content .post h2 span, #content .post h3 span
{
	background: transparent url("images/heading.png") no-repeat left top;
	color: #fff;
	display: block;
	font-size: 0.9em;
	height: 24px;
	margin: 0 2px 0 0;
	padding: 6px 0 0 7px;
	text-decoration: none;
}

#content .post h2 a:active, #content .post h2 a:hover, #content .post h3 a:active, #content .post h3 a:hover
{
	background-position: -1000px 0;
}

#navigation
{
	font-size: 0.9em;
	position: absolute;
	right: 30px;
	top: 150px;
	width: 175px;
}

#navigation ul
{
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

#navigation ul li
{
	font-weight: bold;
}

#navigation ul li ul
{
	margin-top: 0.5em;
}

#navigation ul li ul li
{
	font-weight: normal;
	margin: 0 0 0.25em 0;
}

#footer
{
	background: transparent url("images/footer.png") no-repeat left bottom;
	clear: both;
	font-size: 0.75em;
	padding: 2em 30px 30px 30px;
	min-height: 21px;
	text-align: center;
}

* html #footer
{
	height: 21px;
}

.post h2, .post h3
{
	font-size: 1.15em;
	margin-bottom: 0.5em;
}

.post .datetime
{
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 5px 1em 5px;
}

.post .entry
{
	margin: 0 5px;
	text-align: justify;
}

.post .metadata
{
	background: #ebeff3;
	font-size: 0.75em;
	margin: 1em 0;
	padding: 0.75em;
}

.post .author
{
	color: #004a7b;
	font-weight: bold;
	text-align: right;
}

.navigation
{
	min-height: 2em;
}

* html .navigation
{
	height: 2em;
}

.navigation .prev
{
	float: left;
	text-align: left;
}

.navigation .next
{
	float: right;
	text-align: right;
}

.comment textarea
{
	display: block;
	width: 99%;
}

.comment a.button
{
	display: block;
	margin: 1em auto;
}