/* 
Company Name: ASEV
Description: WordPress Theme Reworked for Non-profit Web site
Author: Dave Krause
Author URI: http://www.asev.org
*/



/* BODY AND BACKGROUND STYLES 
----------------------------------------*/

body {
	margin: 0 auto;
	padding: 0;
	background: #c3b294 url("img/bgd.gif");
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#uber { 
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
#top {
	background: url("img/topback.jpg") repeat-x;
    height: 153px;
	margin: 0 auto;
	padding: 0;
	}

#header {
	background: url("img/top.jpg") center no-repeat; 	
 	height: 153px;
	width:700px;
	margin:0 auto;
	padding:0;
	}

#topAM {
	background: url("img/topback.jpg") repeat-x;
	/* used to be: background: url("img/topbackAM.jpg") repeat-x; (changed by bill mead on 7-31-06)*/
    height: 153px;
	margin: 0 auto;
	padding: 0;
	}

#headerAM {
	background: url("img/topAM61.jpg") center no-repeat; 	
 	height: 153px;
	width:700px;
	margin:0 auto;
	padding:0;
	}
	
#headerAM2 {
	background: url("img/topnc62.jpg") center no-repeat; 	
 	height: 153px;
	width:700px;
	margin:0 auto;
	padding:0;
	}


#main {
	background: url("img/rap.jpg") center repeat-y;	
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: center;
	}
	
#mainmembership {
	background: url("img/whiterap.jpg") center repeat-y;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: left;
	position: relative;
	}

#mainclear {
    margin: 0 auto;
	padding: 0;
    width: 700px;
	clear: both;
    background: #FFF;
    height: 0;
	}

#content {
	width: 502px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	/*background: url("img/postdivider2.gif") bottom right no-repeat;*/
	}
	
#footer {
	margin:0 auto;
	clear: both;
	background: url("img/rapfoot.gif") bottom no-repeat;	
	padding: 0;
    width: 700px;
	color: #000;
	text-align: left;
	}

#footext {
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	width: 502px;
	margin: 0;
	padding-top: 60px;
	padding-left: 27px;
	padding-bottom: 30px;
	padding-right: 0;
	font-size: 10px;
	background: url("img/postdivider2.gif") top no-repeat;
	}
	
#footextmembership {
	text-align: left;
	font: Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
	margin: 0;
	padding-top: 60px;
	padding-left: 27px;
	padding-bottom: 30px;
	padding-right: 0;
	font-size: 10px;
	background: url("img/postdivider3.gif") top no-repeat;
	}
	
p.board {
height: 150px;
}
	
	
/* SIDEBAR STYLES 
----------------------------------------*/

#sidebar {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 11px;
	padding: 0;
	margin: 0;
	text-align: left;
	padding-right: 5px;
	width: auto;
	}
	
#sidebar ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li a {
	display: block;
	color: #000;
	background: #d7cbb7 url("img/navmids.jpg") repeat-y right;
	width: 170px;
	padding: 3px 3px 3px 17px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar li a:hover {
	background: #c3b294 url("img/navmids.jpg") repeat-y left;
	color: #000;
}

#sidebar li ul li a {
	font-weight: normal;
	background: url("img/sub.gif") #DFD7C9 15px 3px no-repeat;
	padding-left: 31px;
width: 155px;
	}

#sidebar li ul li a:hover {
	background: url("img/sub.gif") #f0ebe2 15px 3px no-repeat;
	color: #000;
}


#sidebar li ul li ul li a {
	font-weight: normal;
	background: url("img/sub.gif") #f0ebe2 25px 3px no-repeat;
	padding-left: 41px;
width: 145px;
	}

#sidebar li ul li ul li a:hover {
	background: url("img/sub.gif") #FFFFFF 25px 3px no-repeat;
	color: #000;
}

#sidebar li.mainlink a {
	display: block;
	margin: 0;
	color: #000;
	background: #c3b294 url("img/navmids2.jpg") repeat-y left;
	width: 170px;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar li.mainlink a:hover {
	background: #c3b294 url("img/navmids2.jpg") repeat-y right;
	color: #fff;
}

#sidebar li.nolink {
	display: block;
	color: #fff;
	background: url("img/navmids2.jpg") right repeat-y;
	width: 170px;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar li.search {
	background: url("img/searchbgd.gif") top center no-repeat;
	width: 182px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 8px;
	height: 50px;
	}


/* MAIN CONTENT STYLES 
----------------------------------------*/
a {
	color: #86704B;	
	}

a:link {
	color: #86704B;	
	}

a:visited {
	color: #86704B;
	}


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

select, input, textarea {
	background-color:  #fff;
	border: #77507b 1px solid;
	color: #000;
	font-size: 10px;
	vertical-align: top;
	}	 

.submit {
	background: #FFF;
	color: #000;
	border: #77507b 1px solid;
	margin-top: 3px;
	 }
	
.submit:hover {
	background: #a59477;
	color: #FFFFFF;
	border: #77507b 1px solid;
	cursor: pointer;
	 }

acronym, abbr {
	border-bottom: 1px dotted #A88F6D;
}

blockquote {
	margin: 10px 10px 10px 20px;
	padding: 10px;
	background: #FFFFFF;
	border: 1px dashed #A88F6D;
	}

h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: left;
	margin: 0;
	padding: 0;
	}

.pagehead {
	font-size: 20px;
	padding: 25px 0 0 26px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	color:#592d5f;
}

h3 {
	font-size: 14px;
	}

#content ul {
	margin-left: 0;
	padding-left: 20px;
	padding-top: 0;
	list-style-type: none;
}
#content ul li {
	background:  url("img/bullet.gif") no-repeat -3px 4px;
	padding-left: 15px;
padding-top:2px;
}
.post , .page
{
	margin:0;
}
.page 
{
	margin: 0;
}
.post-info, .page-info 
{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 10px 5px 26px;
	margin: 0;
	color: #592d5f;
}
.post-infobot, .page-infobot 
{
	font-size:0.85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color:#333;
}

.post-info a, .page-info a
{
	color:#86704B;
}
.post-info a:hover, .page-info a:hover 
{
	color:#CC0000;
}
.post-content, .page-content {
	background: url("img/postdivider.gif") top right no-repeat;
	padding-left: 26px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size:12px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}

/*.page-title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	
	}

.post-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	font-weight:bold;
}*/

.post-title, .page-title, .page-title a, .post-title a:link, .post-title a:visited {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration:none;
	color:#86704b;
}

.post-title a:hover, .post-title a:active, .page-title a:hover, .page-title a:active  {
	text-decoration: none;
	color: #592d5f;
	}

.post-date {
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
	font-weight: normal;
	/*margin: 0 10px 0 0;
	padding: 8px 3px;
	width: 55px;
	background: #A88F6D;
	line-height:1em;*/
}
.post-footer 
{
	height: 0;
}

hr {
  	border: 0;
 	background-color: #000;
	height: 1px;
}


.searchhead {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration:none;
	color:#FFFFFF;
        background: url(img/search.gif) left no-repeat #A88F6D;
        text-align:center;
        padding: 3px;
padding-left:20px;
}

img {
	border: none;
	padding: 5px;
	margin: 5px 10px 5px 0;
	}
	
img.noborder {
	border: none;
	}

#sitemap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
padding-left: 7px;
}


#sitemap ul li a:link {
	color:#86704B;
text-decoration: none;
}

#sitemap ul li a:visited {
	color:#666666;
text-decoration: none;
}

#sitemap ul li a:hover {
	color:#CC0000;
text-decoration: underline;
}

#archive a {
display: block;
background:  url("img/bullet.gif") no-repeat 27px 7px;
	padding: 5px 25px 5px 45px;
	font-size: 12px;
}

#archive a:link {

	color:#000000;
text-decoration: none;
}

#archive a:visited {
	color:#666666;
text-decoration: none;
}


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


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 {
	padding: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border:2px solid #999;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border:2px solid #999;
	}
img.alignrightnoborder {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border:2px solid #999;
	}
img.alignleftnoborder {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
.alignrightnoborder {
	float: right;
	}

.alignleft {
	float: left
	}
.alignleftnoborder {
	float: left
	}
	
img.noborder {
	border:none
	}

/* End Images */


/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:745px; height:32px; font-size:0.85em; position:relative; z-index:100;border-right:1px solid #000;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:138px; height:30px; border:1px solid #000; border-width:1px 0 1px 1px; background:#758279; padding-left:10px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:31px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#949e7c;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#949e7c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* Added by Bill Mead
----------------------------------------*/
h1 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration:none;
	color:#86704b;
}

h2 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:16px;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration:none;
	color:#592d5f;
}

.xtraspace {
	padding-bottom: 10px;
}

.smalltext {
	font-size:.9em;
}

.schedstyle1 {font-size: 10px}
.schedstyle2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; 
}
.termsofuse {
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 20px;
}

