/********************************************
   AUTHOR:  			FWD
   WEBSITE:   			http://www.azahperd.org/
   TEMPLATE NAME:		AzAHPERD
   VERSION:             2.0          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; border: 0 }

body {
	background: #CCC url(img/bg.gif) repeat;
	font: 70%/1.7em Verdana, Tahoma, arial, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 15px 0;
}

/* links */
/*a, a:visited {	
	color: #fff;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #88ac0b;
	background: inherit;
	text-decoration: underline;
}
*/

/*a, a:visited {	
	color: #fff;
	background: inherit;
	text-decoration: none;
}*/
a:hover {
	color: #777;
	background: inherit;
	text-decoration: underline;
}
/* headers */
h1, h2, h3 {
	/*font-family: 'Trebuchet MS', Tahoma, Sans-serif;*/
	/*font: normal 12px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;*/
	font: "Arial", "Tahoma", "sans-serif"; 
	/*font-weight: Bold;*/ 		
}
h1 {
	font-size: 160%;	
	font-weight: normal;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	/*text-transform: uppercase;*/
	color: #001884;
}
h3 {
	font-size: 150%;	
	color: #555;
}


h1, h2, h3, p {
	padding: 0px 5px 3px 0px;		
	margin: 0;
}
ul, ol {
	margin: 0px 0px;
	padding: 0 0px;
}

/* images */
img.border {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
}
img.float-right {
 	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
  	margin: 0px 20px 0px 20px;
}

img.float-left {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
  	margin: 2px 5px 0px 0px;
}


img.float2-left {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
  	margin: 5px 20px 0px 0px;
}


img2 {
	background: #FAFAFA;
   border: 0px solid #DCDCDC;
	padding: 0px;
}
img2.float-right {
  	margin: 0px 0px 0px 0px;  
}
img2.float-left {
  	margin: 0px 0px 0px 0px;
}


code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(img/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px 10px 10px 5px;
 	padding: 10px 10px 5px 10px;  
   background: url(img/post.jpg);
	border: 1px solid #E0DBC9;
	font: "Arial", "Tahoma", "sans-serif"; 
	font-size: 95%;	
	font-weight: bold;
	text-decoration: italic;
	color: #A89A6A;
}

blockquote a {	
	color: #666;
	font: 0.9em/1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration: italic;	
}
blockquote a:hover {
	color: #999;		
}

.message {
     /*font: normal 12px Arial,Tahoma,sans-serif;*/
	 margin-top: 6px;
	 letter-spacing:0px;
	 line-height: 14px;
}


/* path */
.path {
	/*background: #949490 url('img/nav_bg.gif') repeat-x;*/
	height:65px;
	/*color: #A94B03;*/
	color: #FFF;
	font: normal 10px Arial,Verdana,sans-serif;
	line-height: 1px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
	font: bold;
}
.path a:hover {
	color: #A94B03;
	text-decoration: underline;
}
.path .homelink {
	text-align: left;
	padding-top: 10px;
	padding-left: 17px;	
}
.path .date {
	margin-top:-55px;
	/*padding-bottom: 55px;*/
	text-align: right;
	line-height: 0px;
	padding-right: 25px;
}

/* start - table */

/* end - table */

/* form elements */
/*form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DADADA; 	
}*/

/* form elements */

/*form {
	margin:10px; padding: 0 5px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}
*/

form#top-txt-msg p {
	text-indent: -900em;
	background: url(i/text-message-specials.gif) no-repeat 0 4px;
	width: 191px;
	height: 27px;
}

form#top-txt-msg input#cell {
	background: url(img/input.gif) no-repeat 0 0;
	border: 0 none;
	font-size: .9em;
	width: 110px;
	height: 20px;
	padding: 5px 0 0 7px;
	color: #96947d;
	margin: 0px 0 0 3px;
}

/*form#top-txt-msg input#cell {
	background: url(i/input.gif) no-repeat 0 0;
	border: 0 none;
	font-size: .9em;
	width: 110px;
	height: 20px;
	padding: 5px 0 0 7px;
	color: #96947d;
	margin: 12px 0 0 3px;
}*/

input#search-go {
	background: url(img/go.gif) no-repeat 0 4px;
	width: 30px;
	height: 23px;
	margin: 0px 0 0 3px;
	border: 0 none;
	cursor: pointer;
}
input#search-go:hover {
	background-position: 0 -29px;
}


label {

	font-weight:bold;
	margin:-2px 0px 0px 0px;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:480px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0px 0px 5px 0px;
	padding: 2px 5px; 
	color: #FFF;
	background: #666666 url(img/nav.jpg) repeat-x 0 0;
	border: none;
}

input.button:hover { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0px 0px 5px 0px;
	padding: 2px 5px; 
	color: #666;
	background: #666666 url(img/nav-hover.jpg) repeat-x 0 0;
	border: none;
}

form {
	margin:0px; padding: 0 0px;
	border: 1px solid #D5D5D5; 
	background-color: #DFDFDF; 	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	height: 14px;
	margin: 5px 0px 0px 0px; padding: 0px 5px 0px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 14px;
	padding: 0px;	
	border: 1px solid #E5E5E5;
	vertical-align: middle;
}
.searchform input.button { 
	width: 60px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px;
	background: #666666 url(img/nav.jpg) repeat-x 0 0;
	vertical-align: middle;
}

.searchform input.button:hover { 
	width: 60px;
	height: 16px;
	padding: 0px 5px;
	background: #666666 url(img/nav-hover.jpg) repeat-x 0 0;
	vertical-align: middle;
}


/* search form */
/*#sidebar .searchform {
	background-color: transparent;
	border: none;	
	margin: 0 0 0 5px; 
	padding: 10px 0 10px 10px;	
	width: 260px;	
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
	width: 180px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
#sidebar .searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 4px;
	vertical-align: top;
}
*/



/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 900px;
	background: #FFF url(img/ccontent.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#top-bg {
   position: absolute;
	width: 900px;
	height: 14px;
	background: #CCC url(img/top-bg.jpg) repeat-y center top;	
}
#content-wrap {
	position: relative;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 	
	/*background: url(img/main.gif) repeat-y;*/
	/*background: #EFEFEF;*/
	background: #FAFAFA;
	border-top: 0px solid #FFF;
	border-bottom: 2px solid #D0D0D0;
	margin-left: 15px;	
	display: inline;
}
#header {
	width: 900px;
	position: relative;
	height: 65px;
	background: #001884 url(img/header-bg1.jpg) repeat-y center top;
	/*background: #001884 url(img/header-bg.jpg) repeat-y center top;*/
	padding: 0;	
	color: #FFF;	
	margin-top:0px !important /*Non-IE6*/; margin-top:-5px /*IE6*/;
}



#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	/*color: #0032E0;*/
	color: #fff;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	/*color: #838181;*/
	color: #ccc;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header links */

#header #header-links {
	position: absolute;
	top: 1px; right: 15px;	
	color: #fff;
	font-size: 12px;


}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #999;		
}

.red a {	
	font color:#CC0000;
	font-weight: bold; 
	color: #CC0000;
	text-decoration: none;	
}
.red a:hover {	
	font-weight: bold; 
	color: #000000;		
	font color:#000000;
}

#red ul li {
	list-style-image: url(img/li.gif);
}

#red ul li a {	
	/*color: #769CF4;*/
	font color:#CC0000;
	color: #CC0000;
	font: #CC0000 24px "Arial", "Tahoma", "Sans-serif";
;*/	
}
#red ul li a:hover {
	font color:#000000;
	color: #666;		
}



#red2 a {	
	color: #CCC;
	
}
#red2 a:hover {
	color: #999;		
}


/*#header #header-links {
	position: absolute;
	top: 0px; right: 20px;	
	color: #fff;
	font-size: 11px;


}
#header #header-links a {	
	color: #fff;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #999;		
}
*/

#header #header-links2 {
	position: absolute;
	top: 4px; right: 10px;	
	color: #ccc;
	font-size: 10px;	
}
#header #header-links2 a {	
	color: #ccc;
	text-decoration: none;	
}
#header #header-links2 a:hover {
	color: #000;		
}

/* header-photo */
#header-photo {
	clear: both;
	height: 195px;
	width: 870px;
	margin: 0 auto;
	padding-top: 5px;
	background: #FFF no-repeat center center;
	
	/*background: #FFF url(img/header-photo.jpg) no-repeat center center;*/
}

#header-photo2 {
	/*clear: both;*/
	height: 320px;
	width: 240px;
	margin: 0 auto;
	margin-top: 8px;
	border: 1px solid #888;
	/*background: #FFF no-repeat center center;*/
	
	/*background: #FFF url(img/header-photo.jpg) no-repeat center center;*/
}

#header-photo3 {
	/*clear: both;*/
	background: #F8F8F8 url(img/brainfacts_bg.gif) no-repeat center center;
	height: 120px;
	width: 480px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 3px;
}

/* Main Column */
#main {
	float: left;
	width: 67%;
	padding: 0; margin: 10px 0 0 25px;
	display: inline;
	background: #FAFAFA;
}

#main_sub {
	float: left;
	width: 67%;
	padding: 0; margin: 10px 0 0 10px;
	display: inline;
	background: #FAFAFA;
	/*color:#292929; 
	font-size: 110%;*/
}

	
#main_subpage {
	float: left;
	color:#292929; 
	font-size: 110%;
	/*width: 850px*/
	width: 850px !important /*Non-IE6*/; width:846px /*IE6*/;
	/*padding: 0px 0px 0px 0px;*/
	padding: 0px 0px 0px 0px !important /*Non-IE6*/; padding: 0px 10px 0px 10px /*IE6*/;
	/*margin: 10px 20px 0px 20px;*/
	margin: 10px 20px 0px 20px !important /*Non-IE6*/; margin: 10px 0px 0px 0px /*IE6*/;
	display: inline;
}
#main h1 {
	margin-top: 0px;
	font: bold 1.6em 'Arial', Tahoma, Sans-serif;
	/*font: normal 22px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	color: #000;*/
	font-size:32px;
	margin-bottom:0px;
	color:#292929; 
	/*font: bold "Arial", "Tahoma", "sans-serif"; */
	letter-spacing: -2px;
	
	padding: 5px 0 0px 0px; 		
}

#main_sub h1 {
	margin-top: 0px;
	font: bold 1.6em 'Arial', Tahoma, Sans-serif;
	/*font: normal 22px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	color: #000;*/
	font-size:32px;
	margin-bottom:0px;
	color:#292929; 
	/*font: bold "Arial", "Tahoma", "sans-serif"; */
	letter-spacing: -2px;
	
	padding: 5px 0 0px 0px; 		
}

#main_subpage h1 {
	margin-top: 0px;
	font: bold 1.6em 'Arial', Tahoma, Sans-serif;
	/*font: normal 22px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	color: #000;*/
	font-size:32px;
	margin-bottom:0px;
	color:#292929; 
	/*font: bold "Arial", "Tahoma", "sans-serif"; */
	letter-spacing: -2px;
	
	padding: 5px 0 0px 0px; 		
}

#main h3 {
	margin-top: 0px;
	margin-top: 0px;
	/*font: bold 1.6em 'Arial', Tahoma, Sans-serif;
	font: normal 22px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	color: #000;
	font-size:32px;
	margin-bottom:0px;
	color:#292929; 
	font: bold "Arial", "Tahoma", "sans-serif"; 
	letter-spacing: -2px;
	
	padding: 5px 0 0px 3px; 	*/	
}

#main h4 {
	margin-left: 0px;
	margin-top: 0px;
	color:#292929; 
	font-size: 110%;
	text-decoration: underline;
	/*font: bold 1.6em 'Arial', Tahoma, Sans-serif;
	font: normal 22px "Lucida Grande",Tahoma,"Lucida Sans Unicode",Verdana,sans-serif;
	color: #000;
	font-size:32px;
	margin-bottom:0px;
	color:#292929; 
	font: bold "Arial", "Tahoma", "sans-serif"; 
	letter-spacing: -2px;
	
	padding: 5px 0 0px 3px; 	*/	
}



#main_layout ul li {
	list-style-image: url(img/li.gif);
}

#main_layout ul li a {	
	/*color: #769CF4;*/
	color: #001884;
	font: 14px "Arial", "Tahoma", "Sans-serif";
;*/	
}
#main_layout ul li a:hover {
	color: #666;		
}

#main_subpage ul.doclist
{
list-style: none;
}

#main_subpage ul.linklist {
	list-style-image: url(img/li.gif);
	margin-left:15px;
}

/*#main_subpage li {
	list-style-image: url(img/bullet.gif);
	margin-left:15px;
}*/

#main_subpage .post ul li.readmore a
{
background-image: url('img/read.gif');
background-repeat: no-repeat;
padding-left: 20px;
list-style: none;

}

#main_subpage .post ul li.readmore a:hover
{

list-style: none;
}


#main a.readmore {	
	color: #769CF4;
	/*font: 0.9em/1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration: italic;*/	
}
#main a:hover.readmore {
	color: #666;		
}

#main_subpage a.readmore {	
	color: #769CF4;
	/*font: 0.9em/1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration: italic;*/	
}
#main_subpage a:hover.readmore {
	color: #666;		
}

#main_red a.red {	
	color: #CC0000;
	/*font: 0.9em/1.1em 'Trebuchet MS', Tahoma, Sans-serif;
	text-decoration: italic;*/	
}
#main_red a:hover.red {
	color: #666;		
}

.post-footer {
	background: url(img/post.jpg);
	padding: 0px; margin: 5px 10px 0 5px;	
	font-size: 95%;	
	color: #AEA471;
	border: 1px solid #E0DBC9;
}
.post-footer .date{
	margin: 0 10px 0 5px;	
}
.post-footer a.comments {
	margin: 0 10px 0 5px;	
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;	
}

/* Sidebar */	
#sidebar {
	font: 91%/1.4em Verdana, Tahoma, arial, sans-serif;
	float: left;
	width: 27%;
	padding: 0 0px 0 10px; 
	margin: 5px 0 5px 0;	
	background: #EFEFEF;
	background-color: #EFEFEF;
}	
#sidebar h1 {
	/*margin-top: 10px;*/
	/*padding: 5px 5px;*/
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000; 		
}

#sidebar ul li {
	list-style-image: url(img/star.gif);
	margin-right:0px;
	margin-bottom:0px;
}
	
	
#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(img/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(img/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}

#sidebar img.float-left {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
  	
  	margin-top: 5px!important /*Non-IE6*/; margin-top:5px/*IE6*/;
	margin-right: 20px!important /*Non-IE6*/; margin-right:20px/*IE6*/;
}

#bottom {
	padding-left:0px;
	clear: both;
	background: #D6DFF7;
	height: 50px;
	color: #CCC;	
	margin: 0 auto; 
	width: 870px;
	padding: 1px 0;
	text-align: center;
}

#bottom a {	
	color: #CCC;
	
}
#bottom a:hover {
	color: #999;		
}



/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 95%;	
	text-align: left;
	padding: 0px 0px 15px 0px;
	padding-top:-5px;
	background-color: #D6DFF7;
	background: url(img/footer-bottom.jpg) repeat-x left bottom;
	margin-bottom: 0px;
}
/*#footer-wrap a {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap p {
	padding:10px 0;
}
#footer-wrap h2 {

	color: #666;
	margin: 0px 10px;
	padding: 0 0px; 
	font-weight: bold;
	font-size: 130%;
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;		
		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	background: url(img/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
	background: url(img/footer-dots.jpg) repeat-x left bottom;		
}
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 96%;
}
#footer-columns .col3, .col3-center {
	float: left;
	margin-left:0px;
	width: 260px;
}
#footer-columns .col3-center { 
	margin: 0px 15px 10px 15px; 
}

#footer-columns .col3-right {
	float: right;
	margin: 0px 15px 10px 15px; 
	margin-right:10px;
	width: 260px;
}*/
/* bottom */
#footer-bottom {
	padding-left:0px;
	clear: both;
	background: #001884;
	color: #CCC;	
	margin: 0 auto; 
	width: 870px;
	height:20px;
	padding: 1px 0;
	text-align: center;
}

#footer-bottom a {	
	color: #CCC;
	
}
#footer-bottom a:hover {
	color: #999;		
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }



