/*  
Theme Name: AWHC_1.1
Theme URI: http://www.awhc.org
Description: AWHC Wordpress theme created by Travis Poppleton.
Version: 1.1
Author: Travis Poppleton
Author URI: http://www.AWHC.org
*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
    margin: 0;
    padding: 0;
}

body{
    font-family: Arial, Verdana, Helvetica; 
    font-size: 13px;
    scrollbar-arrow-color: #FFFFFF; 
    scrollbar-3dlight-color: #BABABA; 
    scrollbar-highlight-color: #EEEEE; 
    scrollbar-shadow-color: #EEEEEE; 
    scrollbar-face-color: #D1D1D1; 
    scrollbar-track-color: #A8A8A8; 
    scrollbar-darkshadow-color: #8A8A8A; 		
    background-color: #000000;
}

h1, h2, h3, h4, h5, h6{
    font-family: Arial, Verdana, Helvetica; 
    font-size: 13px;
    text-decoration: none;
    font-weight: normal;
}

a {font-family: Arial, Verdana, Helvetica; font-size: 13px; text-decoration: none}
a:link { color: #89371e; font-size: 13px; font-family: Arial, Verdana, Helvetica:}
a:visited { color: #89371e; font-size: 13px; font-family: Arial, Verdana, Helvetica}
a:active { color: #89371e; font-size: 13px; font-family: Arial, Verdana, Helvetica}
a:hover { color: #89371e; text-decoration:underline; font-size: 13px; font-family: Arial, Verdana, Helvetica}

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
    margin: 15px 0 0;
    background: #D9AF6C;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
    margin: 15px;
    background: #E8B770;
}

code{ background: #1f1f1f; }

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
    clear: both;
    margin: 15px 15px 5px 15px;
    border: 0;
    height: 1px;
    text-align: left;
    background: #555;
    color: #555;
}

small{ font-size: 11px; }

pre{ width: 90%; }

input, textarea{
    font-family: Arial, Helvetica, Georgia, sans-serif;
    font-size: 12px;
    padding: 2px;


}

input#s, input#author, input#email, input#url, textarea#comment{
    border: 1px solid #424242;
    background-color: #1f1f1f;
    padding: 3px;
}

input#author, input#email, input#url{ margin: 0 5px 0 0; }

body, #container, #sidebar, #container-page, .page, .maincol, .obar, .topmenu, .leaderboard, .footer, .post, .entry, .postmeta, .pn{
    text-align: left;
    vertical-align: top;	
    color: #ccc;
}

/*************************************************** wrapper ***************************************************/
#wrapper {
    position: relative;
    display:block;
    visibility: visible;
    z-index: 0;
    top: 0px;
    width: 854px;
    margin-left: auto;
    margin-right: auto;
    /* border: solid 1px white; */
}

/*************************************************** header ***************************************************/
#header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 854px;
    height: 53px;
    background-image:url(images/header.png);
    background-repeat: no-repeat;
    z-index: 7;
    /* border: solid 2px yellow; */
}

/*************************************************** topmenu ***************************************************/
.topmenu {
    position: absolute;
    top: 0px;
    left: 220px;
    font-family: Arial, Verdana, Helvetica; 
    font-size: 11px; 
    text-decoration: none;
    color:#FFFFFF;
    margin: 11px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 7;
    /* border: solid 1px white; */
}

.topmenu a{
    font-family: Arial, Verdana, Helvetica; 
    font-size: 11px; 
    text-decoration: none;
    color:#FFFFFF;
    margin: 11px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 7;
}

.topmenu a:hover{
    text-decoration: underline;
    z-index: 7;
}


/*************************************************** main ***************************************************/
.main {
    position: absolute;
    visibility: visible;
    z-index: 0;
    padding: 0;
    margin: 0;
    top: 52px;
    width: 854px;
    /* border: solid 1px blue; */
}

/*************************************************** container ***************************************************/
.container {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 854px;
    height: auto;
    background-image:url(images/contentbackground.png);
    background-repeat: repeat-y;
    /* border: solid 2px red; */
}

/*************************************************** container2 ***************************************************/
.container2 {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 854px;
    height: auto;
    background-image:url(images/contentbackground2.png);
    background-repeat: repeat-y;
    /* border: solid 2px red; */
}

/*************************************************** sidebar ***************************************************/
.sidebar {
    position: relative;

    top: 0px;
    left: 0px;
    width: 224px;
    z-index: 3;
}

.sidebartop {
    position: absolute;

    top: 0px;
    left: 0px;
    width: 224px;
    height: 712px;
    background-image:url(images/sidebar.png);
    background-repeat: no-repeat;
    z-index: 3;
}

.menu {
    /* position: absolute; */
    top: 167px;
    left: 0px;
    z-index: 3;
}

.sidebarbottom {
    position: absolute;
    top: 712px;
    left: 0px;
    width: 224px;
    color: #000000;
    z-index: 3;
}

#searchsubmit {
    color: #000000;
}

/*************************************************** sidebar2 ***************************************************/
.sidebartop2 {
    position: absolute;
 
    top: 0px;
    left: 0px;
    width: 224px;
    height: 712px;
    background-image:url(images/sidebar2.png);
    background-repeat: no-repeat;
    z-index: 3;
}

/*************************************************** content ***************************************************/
#content {
    position: relative;
  
    top: 0px;
    left: 224px;
    width: 630px;
    z-index: 1;
}

#contentheader {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 630px;
    height: 380px;
    background-image:url(images/contentheader.png);
    background-repeat: no-repeat;
    z-index: 1;
}

/*************************************************** content2 ***************************************************/
#contentheader2 {
    /* position: absolute; */
    top: 0px;
    left: 0px;
    width: 630px;
    height: 380px;
    background-image:url(images/contentheader2.png);
    background-repeat: no-repeat;
    z-index: 1;
}

/*************************************************** maincol1 ***************************************************/
#maincol1 {
    top: 380px;
    left: 0px;
    width: 270px;
    min-height: 800px; 
    z-index: 2;
    /* border: solid 1px red; */
}

/*************************************************** maincol21 ***************************************************/
#maincol21 {
    position: relative;
    top: -300px;
    left: 80px;
    width: 480px;
    min-height: 500px;
    z-index: 2;
    /* border: solid 1px red; */
}

/*************************************************** maincol2 ***************************************************/
.maincol2 {
    position: absolute;
    top: 380px;
    left: 300px;
    width: 270px;
    color: #000000;
    z-index: 2;
    /* border: solid 1px blue; */
}

.maincol2 ul{
    padding: 14px 0 0 10px;
    list-style: none;
    position:absolute;
    left: 0px;
}

.maincol2 ul li{
    list-style: none;
    width: 270px;
}

.maincol2 ul li h2{
    font-family: Georgia, Arial, Helvetica, Verdana;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.maincol2 ul ul{
    line-height: 19px;
}

.maincol2 ul ul li{
    border: 0;
    line-height: 24px;
}

.maincol2 ul ul li h2{
    font-size: 12px;
}

/*************************************************** post ***************************************************/
.post{
    margin: 0 0px 0px;
    width: 264px;
    color: #000000;
    background: #FAECCD;
}

.post h2{
    font-family: Georgia, Verdana, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px;
    background: #FAECCD;
    color: #000000;
}

.entry{
    border-top: 0px solid #222;
    padding: 0 0px 5px 20px;
    background: #FAECCD;
    color:#000000;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
    padding: 0px 0 0;
}

.entry h1{
    font-size: 30px;
    line-height: 36px;
}

.entry h2{
    line-height: 24px;
    background-color: transparent;
    background-image: none;
}

.entry h3{
    font-size: 16px;
}

.entry h4{
    font-size: 14px;
    font-weight: bold;
}

.entry h5, .entry h6{
    font-size: 12px;
}

.entry h3, .entry h4, .entry h5{
    font-weight: bold;
}

.entry img{
    padding: 0px;
    background: #333;
}

.entry img.wp-smiley{
    padding: 0;
    background-color: transparent;
}

.entry img.alignleft, .entry img.alignright{
    margin: 0px 0px 0 0;
    border-top: 0px solid #303030;
    border-bottom: 0px solid #303030;
}

.entry img.alignright{
    float: right;
    margin: 6px 0 0 10px;
}

.entry{
    line-height: 20px;
}

.postmeta{
    border-top: 1px solid #222;
    padding: 0px;
    line-height: 20px;
    background: #363636;
}

.browse{
    margin: 0 10px 10px;
    padding: 0 10px 10px;
    line-height: 20px;
}

/*************************************************** post2 ***************************************************/
.post2{
    margin: 0 0px 0px;
    width: 480px;
    color: #000000;
    background: #FAECCD;
}

.post2 h2{
    font-family: Georgia, Verdana, Arial, Helvetica;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px;
    color: #000000;
}

.entry2{
    border-top: 0px solid #222;
    padding: 0 0px 5px 20px;
    color:#000000;
}

.entry2 h1, .entry2 h2, .entry2 h3, .entry2 h4, .entry2 h5, .entry2 h6{
    padding: 0px 0 0;
}

.entry2 h1{
    font-size: 30px;
    line-height: 36px;
}

.entry2 h2{
    line-height: 24px;
    background-color: transparent;
    background-image: none;
}

.entry2 h3{
    font-size: 16px;
}

.entry2 h4{
    font-size: 14px;
    font-weight: bold;
}

.entry2 h5, .entry2 h6{
    font-size: 12px;
}

.entry2 h3, .entry2 h4, .entry2 h5{
    font-weight: bold;
}

.entry2 img{
    padding: 0px;
    background: #333;
}

.entry2 img.wp-smiley{
    padding: 0;
    background-color: transparent;
}

.entry2 img.alignleft, .entry2 img.alignright{
    margin: 0px 0px 0 0;
    border-top: 0px solid #303030;
    border-bottom: 0px solid #303030;
}

.entry2 img.alignright{
    float: right;
    margin: 6px 0 0 10px;
}

.entry2 {
    line-height: 20px;
}

.postmeta2{
    border-top: 1px solid #222;
    padding: 0px;
    line-height: 20px;
    background: #363636;
}


/*************************************************** comments ***************************************************/
.comments-template{ }

.comments-template h3{
    font-family: Georgia, Arial, Helvetica, Verdana;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px;
    background: #101010;
    color: #fff;
}

.comments-template ol{
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 20px;
}

.comments-template ol li{
    border-top: 1px solid #222;
    padding: 10px;
    background: #3e3e3e;
}

/*************************************************** wp-calendar ***************************************************/
table#wp-calendar{
    width: 100%;
    font-family: Arial, Helvetica, Georgia, sans-seriff;
    text-transform: none;
    line-height: 30px;
}

table#wp-calendar caption{
    padding: 10px 15px;
}

table#wp-calendar th{
    text-align: center;
    vertical-align: top;
    background: #424242;
}

table#wp-calendar td{
    text-align: right;
    padding: 2px;
}

table#wp-calendar tfoot td{
    text-align: center;
}

/*************************************************** footer ***************************************************/
#containerfooter {
    display: block;
    width: 854px;
    height: 113px;
    background-image:url(images/footer.png);
    background-repeat: no-repeat;
    z-index: 5;
}

/*************************************************** footer2 ***************************************************/
#containerfooter2 {
    display: block;
    width: 854px;
    height: 113px;
    background-image:url(images/footer2.png);
    background-repeat: no-repeat;
    z-index: 5;
}







/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {font-family: arial, sans-serif; width:106px; height:150px; position:relative; margin:0; font-size:11px; margin:0 0; z-index: 3;}
/*.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:224px;  text-align:center; border:0px solid #fff; border-width:1px 0px 0 0; background:#c9c9a7; line-height:19px; font-size:11px;}*/
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000; width:224px;  text-align:center; background:#c9c9a7; line-height:19px; font-size:11px; z-index: 3;}
.menu ul {padding:0; margin:0;list-style-type: none; z-index: 3;}
.menu ul li {float:left; margin-right:0px; position:relative; z-index: 3;}
.menu ul li ul {display: none; z-index: 3;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#EFD99F; z-index: 3;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:224px; width:105px; z-index: 3;}
.menu ul li:hover ul li a.hide {background:#EFD99F; color:#000; z-index: 3;}
.menu ul li:hover ul li:hover a.hide {width:150px; z-index: 3;}
.menu ul li:hover ul li ul {display: none; z-index: 3;}
.menu ul li:hover ul li a {display:block; background:#EFD99F; color:#000; width:150px; z-index: 3;}
.menu ul li:hover ul li a:hover {background:#dfc184; color:#000; z-index: 3;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000; z-index: 3;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000; z-index: 3;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff; z-index: 3;}

