/*
Theme Name: createTank
Theme URI: http://createtank.com
Description: Custom theme for createTank website.
Version: 0.2
Author: Michael Wendell and createTank
Author URI: http://createtank.com/
Tags: two column, persistent news column
*/

/* Reset CSS */
/* thanks to - http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, em, font, img, ins, b, u, i, center, form, table, tr, td {
	margin: 0;
	padding: 0;
}

body {
    font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em; /* Resets 1em to 10px */
	color: #000000;
	background: #ffffff;
	border: 0;
	width: 100%;
	}

.content {
	margin: auto;
	width: 800px;
	position: relative;
	min-height: 1000px;
	}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #4fa6dd;
	padding-bottom: .5em;
	}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #4fa6dd;
	padding-top: .5em;
	}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	}

p {
	margin-bottom: .8em;
	}

a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #4fa6dd;
	}

a:hover {
	text-decoration: underline;
	color: #ddbb00;
	}



.banner {
	background: url(images/banner-bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #f2f2f2;
	height: 87px;
	width: 100%;
	position: relative;
	}

.menu {
	background-color: #81c6f2;
	height: 25px;
	width: 100%;
	position: relative;
	}

.menu-text {
	color: #ffffff;
	font-size: 12px;
	padding-left: 30px;
	padding-top: 5px;
	}

.menu-text a {
	text-decoration: none;
	color: #ffffff;
	}

.menu-text a:hover {
	text-decoration: underline;
	color: #ffcc00;
	}

.main {
	width: 100%;
	position: relative;
	}

.main-column {
	border: solid 1px white;
	background: url(images/shadow-large.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 75%;
	position: relative;
	min-height: 500px;
	}

.post {
	padding-bottom: 2em;
	border-bottom: solid 1px #81c6f2;
	}

.side-column {
	background: url(images/shadow-small.gif);
	background-repeat: no-repeat;
	background-position: top right;
	top: 0px;
	left: 75%;
	width: 25%;
	position: absolute;
	min-height: 500px;
	}

.main-column-text {
	margin: 30px;
	overflow: hidden;
	}

.side-column-text {
	margin: 30px;
	margin-left: 10px;
	overflow: hidden;
	}

.sidebar-title {
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #4fa6dd;
	}

.sidebar-title:hover {
	text-decoration: underline;
	color: #ddbb00;
	}

small {
	font-size: .9em;
	color: #aaaaaa;
	}

small a {
	text-decoration: none;
	color: #4fa6dd;
	}

small a:hover {
	text-decoration: underline;
	color: #ddbb00;
	}

.sidebar-small {
	font-size: .9em;
	color: #aaaaaa;
	}

.sidebar-post {
	margin-bottom: .8em;
	}

.copyright {
	background-color: #81c6f2;
	bottom: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	position: absolute;
	text-align: right
	}

.copyright-text {
	padding-right: 30px;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
	padding-top: 5px;
	}

#comment {
	width: 80%;
	}

hr {
    height: 1px;
    border-width: 0;
    background-color: #81c6f2;
    color: #81c6f2;
}

.navigation {
	padding: 0.5em;
}

.alignleft {
	position: absolute;
	left: 0;
	text-align: left;
}

.alignright {
	position: absolute;
	right: 0;
	text-align: right;
}