/** BASIC */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url("images/img05.gif") repeat left top;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #898F7D;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
}

a {
	color: #8A3923;
}

a:hover {
	text-decoration: none;
}

/** HEADER */

#header {
	width: 928px;
	height: 90px;
	margin: 0 auto;
}

#header h1 {
	margin: 0;
	padding: 30px 0 0 20px;
	text-transform: lowercase;
	font-size: 30px;
	font-style: italic;
	letter-spacing: -2px;
	color: #898F7D;
}

#header h2 {
	padding-left: 25px;
	font-size: 10px;
}

/** MENU */

#menu {
	margin: 0px auto;
	width: 922px;
	height: 100%;
    padding: 10px 10px 30px 0px;
	background-color: #5E5945;
	font-size: 10px;
	color: #FFFFFF;
}


#menumember {
	margin: 0px auto;
	width: 922px;
	height: 30px;
    padding: 10px 10px 30px 0px;
	background-color: #5E5945;
	font-size: 10px;
	color: #FFFFFF;
}

html>body #menu {
}

#menu ul {
	margin: 0px;
	/** padding: 20px; */
	list-style: none;
}

#menu li {
	display: inline;
	text-align: left;
}

#menu a {
	display: inline;
	padding: 20px;
	background-color: #5E5945;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #AFC797;
	text-decoration: none;
	color: #5E5945;
}


/** CONTENT */

#content {
	width: 928px;
	margin: 0 auto 1em auto;
	background: #FFFFFF;
	border: 2px dotted #898F7D;
}

#content * {
	line-height: 140%;
}

#columnA {
	float: left;
	width: 668px;
	padding: 25px 20px 0 20px;
}

#columnAMember {
	float: left;
	width: 890px;
	padding: 25px 20px 0 20px;
}


#columnB {
	float: right;
	width: 190px;
	padding: 25px 20px 0 10px;
}

#columnB h2 {
	padding-top: .45em;
	font-size: medium;
}

/** FOOTER */

#footer {
	clear: both;
	width: 700px;
	height: 30px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: .8em 0 0 0;
	text-align: center;
	font: bold x-small Arial, Helvetica, sans-serif;
}

/*  Super Awesome Buttons with CSS3 and RGBA
    Source: http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba
*/
.awesome, .awesome:visited {
	        background: #222 url(/sample/members/admin/scripts/style/alert-overlay.png) repeat-x !important; 
	        display: inline-block !important; 
	        padding: 5px 10px 6px !important; 
	        color: #fff !important; 
	        text-decoration: none !important;
			font-weight: bold !important;
			line-height: 1 !important;
	        -moz-border-radius: 5px !important; 
	        -webkit-border-radius: 5px !important;
	        -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
	        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5) !important;
	        text-shadow: 0 -1px 1px rgba(0,0,0,0.25) !important;
	        border-bottom: 1px solid rgba(0,0,0,0.25) !important;
	        cursor: pointer !important;
            }

.awesome:hover							{ background-color: #111 !important;}
.awesome:active							{ top: 1px !important; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px !important;}
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px !important;}
.large.awesome, .large.awesome:visited 			{ font-size: 14px !important; padding: 8px 14px 9px !important;}
	
.green.awesome, .green.awesome:visited		{ background-color: #91bd09 !important;}
.green.awesome:hover						{ background-color: #749a02 !important;}
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf !important;}
.blue.awesome:hover							{ background-color: #007d9a !important;}
.red.awesome, .red.awesome:visited			{ background-color: #e33100 !important;}
.red.awesome:hover							{ background-color: #872300 !important;}
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b !important;}
.magenta.awesome:hover							{ background-color: #630030 !important;}
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00 !important;}
.orange.awesome:hover							{ background-color: #d45500 !important;}
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515 !important;}
.yellow.awesome:hover							{ background-color: #fc9200 !important;}