/*
Company:	KWRT
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html, body {
	background: url(../images/bkg.jpg) repeat 50% 0 #2b2105;
	font: normal 13px/20px Tahoma, Verdana, Arial, Helvetica, sans serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	height: 140px;
	padding: 1 0 0 26px;
	background: url(../images/content-bkg.gif) repeat-y 25px 0;
}
div#hd h1 {
	margin: 0;
	padding: 5px;
}
body.home div#hd {
	width: 776px;
	margin-left: auto;
	margin-right: auto;
	height: 209px;
	padding-left: 25px;
	background: url(../images/content-bkg.gif) repeat-y 25px 0;
}

/* Body */
div#bd {
	width: 776px;
	padding-left: 25px;
	background: url(../images/content-bkg.gif) repeat-y 25px 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}
div#bd .post h2 {
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin:0;
	padding:4px;
	border-bottom:3px solid #f8e59b;
}

/* Footer */
div#ft {
	width: 720px;
	height: 27px;
	background: url(../images/copyright.gif) no-repeat 13px 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding:0 0 0 56px;
	font-size:11px;
	color:#555;
}
/* @end */

/* @group Modules */
/* Content */
div#content {
	width: 520px;
	margin-right: 60px;
	float: right;
	display: inline;
}

/* 1370 */
div#tag1370 {
	width: 78px;
	height: 48px;
	position: absolute;
	margin-top: 100px;
	margin-left: -25px;
	z-index: 1;
	background: url(../images/1370am.png) no-repeat 0 0;
}
body.home div#tag1370 {
	margin-top: 170px;
}

/* Message Board Table */
table.message-board {
	width: 100%;
}
table.message-board tr.alt td {
	background-color: #e5f3d2;
	font-size: 93%;
}
table.message-board td {
	border: none;
}
h2.msg-board {
	text-align: center;
	text-transform: uppercase;
	border-bottom: 3px solid #f9ed9a;
	padding-bottom: 5px;
}

/* Sidebar */
div#sidebar {
	width: 182px;
	margin-left: 10px;
	float: left;
	display: inline;
}
div#sidebar p {
	font-size: 85%;
}

div#sidebar .widget {
	background:#deedcb;
	padding:4px 18px;
	margin:12px;
}
div#sidebar .widget_sidebarlogin,
div#sidebar .widget_recent_comments,
div#sidebar .widget_polls {
	background:#f8e59b;
}
div#sidebar .widget_meta {
	background:none;
}
/*
div#sidebar .widget_text {
	background:#c00;
	border:2px solid #f00
}
*/
div#sidebar h2.widgettitle {
	margin-top:5px !important;
	margin-left:-6px !important;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px !important;
	border-bottom:1px solid #f8e59b;
}

/* Side boxes */
div.yellow-box {
	padding: 7px;
	background-color: #f9ed9a;
}
div.yellow-box h3 {
	text-align: center;
	font-weight: bold;
	font-size: 93%;
	border-bottom: 2px solid #fbc364;
	padding-bottom: 4px;
}
div.green-box {
	padding: 7px;
	background-color: #e5f3d2;
	margin-bottom: 20px;
}
div.green-box h2 {
	margin-top: 0!important;
	font-size: 100%;
	text-transform: uppercase;
}
div.green-box p {
	padding-left: 10px;
}

/* Sidebar list */
div#sidebar ul {
	margin: 0;
	padding: 0;
}
div#sidebar ul li {
	list-style: none;
}

/* Sidebar search */
div#sidebar form#searchform input#s {
	width: 120px;
	border: 1px solid #ccc;
	padding: 2px;
	margin-bottom: 5px;
	font-size: 93%;
}

/* WP Styles */
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
	}


/* Post */
div.post {
	clear:both;
	margin: 0;
	padding: 20px 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
}
/* Poll */
p.poll-answer {
	background: url(../images/poll-box.gif) no-repeat 0 50%;
	padding: 0 0 0 15px;
	margin: 0;
}

/* Comments */
.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;
	background: #fff;
	}

.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;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.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 */

/* @group Nav */
div#nav {
	background: url(../images/nav-bkg.gif) no-repeat 1px bottom;
	height: 75px;
	font-size:18px;
   width:750px;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 30px;
}
div#nav ul li {
	list-style-type: none;
	float: left;
	display: inline;
}
div#nav ul li a {
	padding: 5px 10px;
	display: block;
	font-size: 77%;
	text-transform: uppercase;
}
div#nav a:link, div#nav a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav li:hover a, div#nav li.sfhover a {
	color: #f4cc00;
}
div#nav ul li.current_page_item a:link, div#nav ul li.current_page_item a:visited, div#nav ul li.current_page_parent a:link, div#nav ul li.current_page_parent a:visited {
	color: #f4cc00;
}
div#nav li a:hover {
	color: #f4cc00;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: 14px;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 14px;
	padding: 0 10px;
	margin: 0;
	font-size: 77%;
	display: block;
	font-weight: normal;
	white-space: nowrap;
	background-image: none!important;
	text-transform: none;
	color: #fff!important;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
	margin-left: -60px;
}
div#nav ul li ul a:hover {

}
/* @end */

/* @group Default Headings */
h2 {
	margin: 0 0 5px 0;
	font-weight: normal;
}
div#sidebar h2 {
	margin: 15px 0 5px 0;
}

h3 {
	margin: 0 0 5px 0;
	font-weight: normal;
}
/* @end */

/* @group Common Text Styles */
div#content p, div#content ul, div#content ol {
	font-size: 93%;
}
div#content p.postmetadata {
	font: normal 9px/12px Tahoma, Arial, sans serif;
}
/* @end */

/* @group Default Lists */
div#sidebar ul {
	font-size: 93%;
}
div#sidebar ul ul ul {
	margin-left: 15px;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */