*
{
	margin: 0;
	padding: 0;
}

html
{
	color: #333333;
	background-color: #f9f9f9;
	font: normal 100%/1.5 "Lucida Grande", "Trebuchet MS", Verdana, Sans-Serif;
}

/* Links */

a
{
	color: #2876a1;
	text-decoration: none;
	border-bottom: 1px dotted #2876a1;
}

a:visited
{
	color: #5799d6;
	border-bottom: 1px dotted #5799d6;	
}

a:hover, a:active
{
	color: #c23a00;
	border-bottom-style: solid;
	border-bottom-color: #c23a00;
}

/* Headings */

h1, h2, h3, h6
{
	color: #aa5c0b;
	text-align: right;
	border-bottom: 1px solid #aa5c0b;
}
h3
{
	color: #aa5c0b;
	text-align: left;
	border-bottom: 1px solid #aa5c0b;
}
h4
{
	color: #aa5c0b;
	text-align: center;
	border-bottom: 1px solid #aa5c0b;
}
h2
{
	color: #aa5c0b;
	text-align: left;
	border-bottom: 1px solid #aa5c0b;
}
h5
{
	color: #333333;
	text-align: center;
	border-bottom: 1px solid #aa5c0b;
        font-size: 0.75em;
        line-height: 8pt;
}
h6
{
	color: #333333;
	text-align: left;
        padding: 2;
	border-bottom: 1px solid #aa5c0b;
	border-left: 1px solid #aa5c0b;
	border-top: 1px solid #aa5c0b;
	border-right: 1px solid #aa5c0b;
        font-size: 0.85em;
        line-height: 12pt;
}

/* Lists */

ul
{
	margin: 25px 30px;
	line-height: 2.0em;
	list-style-type: square;
}

ol
{
	margin: 25px 35px;
	line-height: 2.0em;
}

/* Miscellaneous */

hr
{
	height: 1px;
	clear: both;
	visibility: hidden;
}

p
{
	margin: 15px 0;	
}

abbr, acronym, cite, kbd, dfn
{
	cursor: help;
	font-style: normal;
	border-bottom: 1px dotted #333333;
}

.strike
{
	text-decoration: line-through;
}

/* Structure */

#header
{
	height: 125px;
	position: relative;
	background: url(http://www.beckerz.com/themes/site_themes/coxswain/images/header.jpg) top left no-repeat;
}

#navigation
{
	float: left;
	width: 100%;
	background: #ddd;
}

#wrapper
{
	width: 800px;
	margin: 0 auto;
}

#wrapper-inner
{
	clear: both;
	float: right;
	width: 100%;
	padding-top: 15px;
/*	background: url(http://www.beckerz.com/themes/site_themes/coxswain/images/wrapper3.png) top left repeat-y; */
}

#content
{
	float: left;
	width: 70%;
}

#content_full
{
	float: left;
	width: 100%;
}

#news
{
	float: left;
	width: 30%;
}

#footer
{
	clear: both;
	float: center;
	background: #000;
}

/* Header */

#header h1, #header h2
{
	border-bottom: 0;
	text-align: left;
	margin-left: 20px;
}

#header h1
{
	padding-top: 10px;
	margin-bottom: 10px;
}

#header h1 a
{
	color: #c3ddea;
	border-bottom: 0;
}

#header h1 a:hover, #header h1 a:active
{
	color: #fff;
}

#header h2
{
	color: #eee;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: lowercase;
}

/* Navigation */

#navigation ul
{
	float: left;
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: none;
	line-height: 1.5em;
}

#navigation li
{
	float: left;
}

#navigation a
{
	color:#222;
	display: block;
	padding: 8px 15px 5px;
	font-weight: bold;
	font-size: .85em;
	text-transform: lowercase;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
}

#navigation a:hover, #navigation a:active
{
	background: #eee;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #000;
}

#navigation li.active a
{
	background: #bbb;
	border-bottom-color: #bbb;
}

/* Content */

.post
{
	margin: 0 5px;
	margin-right: 25px;
}

/* News */

#news h4 
{
	border-bottom: 0;
}

#news h4 a
{
	display: block;
	border-bottom-style: solid;
	margin-bottom: 10px;
}

.item
{
	font-size: 0.90em;
	padding: 10px 20px;
	line-height: 1.3em;
}

.item h4
{
	padding: 0 0 2px;
	text-transform: none;
}

.item em
{
	color: #777777;
	font-size: 0.8em;
	font-style: normal;
}

.item p
{
	font-size: 1.0em;
	margin: 5px 0;
}

/* Footer */

#meta div
{
	width: 100%;
	float: left;
	margin: 0 15px; 
}

#meta h3
{
	color: #99bccc;
	margin-top: 15px;
	text-align: right;
	border-bottom: 1px solid #7793aa;
}

#meta ul
{
	margin: 15px 0;
	list-style-type: none;
}

#meta a
{
	display: block;
	color: #99bccc;
	padding: 5px 8px;
}

#meta a:hover, #meta a:active
{
	color: #ccc;
	background-color: #000;
	border-bottom-color: #99bccc;
}

.popular
{
	padding-left: 10px;
}

/* Copyright */

p#copyright
{
	margin: 0;
	clear: both;
	padding: 10px;
	color: #6cb8ec;
	text-transform: lowercase;
	background-color: #196998;
}

#copyright a
{
	font-size: .9em;
	color: #6cb8ec;
}

#copyright a:hover, #copyright a:active
{
	border-bottom-color: #6cb8ec;
}

/*
    Formatting Buttons
------------------------------------------------------ */

.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
	}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
	}

.htmlButtonOutterL {
	border-left: #333 1px solid;
	}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
	}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOff a:visited {
	text-decoration: none;
	}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
	}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOn a:visited {
	text-decoration: none;
	}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonA a:visited {
	text-decoration: none;
	}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonB a:visited {
	text-decoration: none;
	}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
	}

