/*
Theme Name: Waxon Blog
Version: 1.0
Author: Jesse Hemingway
Author URI: http://www.waxon.com/blog
*/


* {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

body {
	background: #80a545 url('images/bkg_window.jpg') top center repeat-y;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D9D7CF;
	color: #0d324b;
	line-height: 130%;
}

a {
	color: #567cc3;
	text-decoration: none;
}
a:hover, .currentPage {
	text-decoration: underline;
}
#banner a:hover {
	background-color: transparent;
}

h1, h2, h3, h1 a {
	font-size: 20px;
	color: #0d324b;
	font-weight: normal;
	margin-bottom: 12px;
}
h2 {
	font-size: 18px;
}
h3 a {
	color: #0d324b;
}

h3, h4 {
	font-size: 15px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
}

p {
	padding: 4px 0px 12px 0px;
}

.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
}
.center {
	text-align: center;
}


fieldset {
	margin-bottom: 6px;
}
label {
	font-size: 10px;
}
input, textarea {
	background-color: #c8f368;
	border-style: solid;
	border-width: 1px;
	border-color: #0d324b;
	margin-bottom: 6px;
	color: #0d324b;
}
button {
	cursor: pointer;
}

button.general {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: black;
	padding: 2px 12px;
	background-color: #e4e8ee;
	border: 1px solid #c6cbd7;
	margin: 0px 0px 0px 4px;
}

.dashes {
	background: url('images/horz_divider.png') 2px 0px repeat-x;
	height: 1px;
	margin: 5px 0px 0px;
}

/* Structural styles
************************************************************** */

#headerText {
	background: url('images/text_header.png') no-repeat;
	height: 55px;
}

#header ul {
	margin: 7px 0px;
	padding: 9px 0px 8px 0px;
	border: solid #0d324b;
	border-width: 1px 0px;
}
#header li {
	display: inline;
	list-style: none;
	font-size: 13px;
	padding: 0px 17px 0px 7px;
	text-transform: uppercase;
}
#header a {
	color: #0d324b;
}
#header a:hover {
	color: white;
}
#header li.right {
	float: right;
	margin-right: -10px;
}

#content {
	padding: 7px 70px;
}
#content .date {
	font-size: 10px;
}


#footer {
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #0d324b;
	padding-top: 4px;
	font-size: 11px;
	clear: both;
}



/* Page specific styles
************************************************************** */





/* General, largely unused wordpress tyles
************************************************************** */


.widecolumn .entry p {
	font-size: 1.05em;
	}


.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	}

.alt {
	border-top: 1px solid #5a8744;
	border-bottom: 1px solid #5a8744;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}





.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 0px;
	width: 532px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	padding: 0px 0px 35px 0px;
	
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	padding-top: 5px;
	font-size: 10px;
	line-height: 115%;
	}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */

#sidebar h2 {
	margin: 0;
	padding-bottom: 3px;
	border: solid #5a8744;
	border-width: 0px 0px 1px 0px;
	}
/* End Headers */



/* Begin Images */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
	




#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 24px 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0px 0 0 5px;
	padding: 0;
	list-style: square outside;
	}
/* End Entry Lists */
li.pushed {
	padding-left: 24px;
}


/* Begin Form Elements */
#searchform {
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 10px 0 10px 0;
	margin-left: 675px;
	width: 237px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 10px 30px 10px 10px;
	padding: 5px 0px 0px 15px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* ==================================
   Waxon Styles
=================================== */

a {
	color: #cc0000;
	text-decoration: none;
}

body {
	background-color: white;
	color: #000000;
	font-family: Verdana, Geneva;
	font-size: 12px;
	line-height: 140%;
	margin: 28px 10pt;
	text-align: left;
	background-image: url("/ovRes/8_3_1.png");
	background-repeat: repeat-x;
	background-position: 0px 14px;
}

form {
	margin: 0px;
	padding: 0px;
}

h1 {
	position: relative;
	left: -22px;
	font-size: 165%;
	padding: 0px 0px 6px 0px;
	margin: -6px 0px 0px 0px;
}

h2 {
	position: relative;
	left: -22px;
	font-size: 165%;
	padding: 0px 0px 6px 0px;
	margin: 0px;
}

h3 {
	font-size: 125%;
	color: #cc0000;
	padding: 16px 0px 0px 0px;
	margin: 0px;
}

h4 {
	padding: 16px 0px 0px 0px;
	font-size: 110%;
	margin: 0px;
}

hr {
	color: #cc0000;
	background-color: #cc0000;
	width: 100%;
	height: 1px;
	border-style: none;
	margin-top: 12px;
}

img {
	border-width: 0px;
	;
}

input, textarea {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding: 1px 2px 2px 1px;
}

li {
	padding: 6px 0px;
}

p {
	padding: 8px 0px 0px 0px;
	margin: 0px;
}

table {
	padding: 0px;
	border-collapse: collapse;
}

td {
	font-family: Verdana, Geneva;
	font-size: 12px;
	line-height: 150%;
	padding: 0px;
}

th {
	font-family: Verdana, Geneva;
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	padding: 0px;
}

ul {
	padding: 9px 0px 16px 16px;
	margin: 0px 0px 3px 0px;
}

#container #adImage {
	position: relative;
	float: right;
	width: 360px;
	text-align: center;
}

#container #middleCol {
	float: right;
	padding-right: 50px;
}

#container #rightCol {
	float: right;
	width: 45%;
}

#container #rightCol table {
	width: 100%;
}

#container a {
	text-decoration: underline;
}

#container form td {
	padding: 0px 4px 28px 46px;
	font-size: 12px;
	vertical-align: top;
}

#container td {
	padding: 0px 4px 8px 0px;
	vertical-align: bottom;
}

#container th {
	padding: 0px 18px 8px 0px;
}

#container th h3 {
	padding-top: 24px;
}

#container .subtext {
	width: 236px;
}

#contentZone #video {
	padding: 0px 0px 5px 407px;
}

#contentZone #welcomeText {
	padding: 20px 20px 6px 430px;
	font-size: 12px;
}

#contentZone #welcomeText h1 {
	left: -11px;
}

#contentZone #welcomeText h3 {
	position: relative;
	left: -11px;
	font-size: 14px;
}

#footerZone #copyright {
	padding: 6px 36px;
	text-align: right;
}

#headerZone #logo {
	position: absolute;
	left: 15px;
	top: 12px;
}

#headerZone a {
	color: white;
	padding-left: 12px;
	font-size: 10px;
	font-weight: bold;
}

#headerZone span a {
	color: #FFFF00;
}

#homeContainer {
	background-image: url("/ovRes/8_3_8.png");
	background-repeat: no-repeat;
}

#scramble {
	vertical-align: top;
}

.clearColumns {
	clear: both;
}

.floatLeft {
	float: left;
}

.heading {
	font-size: 14px;
	font-weight: bold;
}

.indent {
	padding-left: 33px;
}

.instructions {
	line-height: 200%;
}

.larger {
	font-size: 120%;
}

.leftColumn {
	position: relative;
	float: left;
	width: 46%;
}

.narrowCol {
	width: 284px;
}

.red {
	color: #cc0000;
}

.right {
	text-align: right;
}

.rightColumn {
	position: relative;
	float: right;
	width: 46%;
}

.rightFloatImg {
	float: right;
	padding: 0px 35px;
	margin-top: 40px;
}

.smaller {
	font-size: 10px;
	line-height: 130%;
}

.thirdColumn {
	position: relative;
	float: left;
	padding-top: 8px;
	width: 108px;
}

#container {
	padding: 12px 38px 18px 38px;
	clear: both;
}

#contentZone {
	position: relative;
	background-color: #cc0000;
	background-image: url("/ovRes/8_3_7.png");
	background-repeat: repeat-y;
	padding: 0px 34px;
}

#footerZone {
	background-color: #cc0000;
	background-image: url("/ovRes/8_3_4.png");
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;
	padding: 6px 36px;
	text-align: right;
}

#headerZone {
	position: relative;
	height: 130px;
	background-color: #cc0000;
	background-image: url("/ovRes/8_3_3.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 4px 12px;
	text-align: right;
}

#homeContentZone {
	position: relative;
	background-color: #cc0000;
	background-image: url("/ovRes/8_3_7.png");
	background-repeat: repeat-y;
	padding: 0px 0px;
	overflow: hidden;
}

#redFoot {
	height: 10px;
	background-image: url("/ovRes/8_3_10.png");
	background-repeat: no-repeat;
}

#redZone {
	position: relative;
	width: 800px;
}

#uniZone {
	position: relative;
	width: 810px;
	margin: 0px auto;
	background-image: url("/ovRes/8_3_9.png");
	background-position: 800px -14px;
	background-repeat: no-repeat;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

