/*
Theme Name: Fisher-ALZ
Theme URI: http://ALZinfo.org/
Description: The official WP Theme for ALZinfo
Version: 1.0
Author: Josh Hemsley
Author URI: http://phoogoo.com
Tags: n/a
v*/

* { margin: 0; padding: 0; outline:none; }
p {padding-top:10px;}
.clearboth{clear: both}

/****************************************************** 
						H Tags
******************************************************/	
h1 {}
h2 {}
h3 {margin-top: 10px;}
h4 {}
h5 {}
h6 {}


/****************************************************** 
					INLINE LINKS
******************************************************/	
a, a:visited{color:#2f6491; text-decoration: none; outline:0;}
a:hover{color:#aa7905; text-decoration: underline;}
a:active{outline: none;}
a img{outline: none; border: none;}


/****************************************************** 
					BODY/STRUCTURE
******************************************************/	

html {
	margin:0px;
	padding:0px;
	font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
	letter-spacing:normal;
	background: #f3f7ff url('images/bg.jpg') top left repeat-x;
	}
	
body {
	padding: 0;
	margin: 0;
	width: 100%;
	letter-spacing:normal;
	line-height: 23px;
	font-size: 14px;
	font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;
	color: #1a1a1a;	
	background: #f3f7ff url('images/bg.jpg') top left repeat-x;
	}



/****************************************************** 
					HEADER
******************************************************/	
#apDiv1 {
	position:absolute;
	left:980px;
	top:12px;
	width:170px;
	height:70px;
	z-index:1;
}

#header {
	width: 982px;
	margin: auto;	
	height:106px;
	padding-top: 40px;
	}

h1.logo a {
	background: url("images/logo.png") no-repeat 0px 0px;
	display: block;
	float: left;
	width:248px;
	height:92px;
	text-indent:-9999px;
	margin: auto;
	margin-left: -15px;
	}
#header a.donatenow {
	background: url("images/btn_donate.png") no-repeat 0px 0px;
	display: block;
	float: right;
	width:139px;
	height:39px;
	text-indent:-9999px;
	margin: auto;
	margin-top: 30px;
	}
#header a.donatenow:hover {
	background: url("images/btn_donate.png") no-repeat 0px -39px;
	}	
	





/****************************************************** 
					CONTENT
******************************************************/	

.container {
	clear: both;
	width: 1010px;
	margin: auto;
	height: auto;
	}
.sub .container {
	clear: both;
	width: 960px;
	margin: auto;
	background:#e7ecef url("images/bg_page_title.jpg") top center repeat-x;
	height: auto;
	padding-top: 0px;
	}
	

/****************************************************** 
				News Headline/Page Title
******************************************************/	
.headline {
	background: #eff9ff;
	border: 1px solid #cedde7;
	width: 982px;
	margin: auto;
	padding: 5px 0px 0px 0px;
	margin-top: 20px;
    -moz-border-radius: 4px; /* FF1+ */
  	-webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */	
	position:relative;
	}
.headline .label{
	width: 227px;
	height: 40px;
	float: left;
	margin-left: -13px;
	background: url(images/tag_reviewednews.png) 0px 0px no-repeat;
	}
.headline h2.title {
	display: inline;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding: 0px 0px 0px 5px;
	line-height: 35px;
	}
.headline h2.title a{
	color: #000;
	text-decoration: none;
	font-style: normal;
	}
.headline h2.title a:hover{
	color: #1d5e88;
	}
.headline form{
	float: right;
	margin-right: 15px;
	margin-top: 5px;
	}
.headline form .search_input {
	background:#22618a;
	border: none;
	display: block;
	float: right;
	border-top: 1px solid #164e72;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 5px;
	color: #fff;
	width: 165px;
	}
.headline form .search_submit {
	border: none;
	display: block;
	float: right;
	margin-left: 3px;
	height: 24px;
	width: 27px;
	background: url(images/icon_search.png) 0px 0px no-repeat;
	text-indent: -9999px;
	font-size: 0; line-height: 0;
	}
.headline form .search_submit:hover {
	cursor: pointer;
	}
	
/** Sub **/
.sub .headline .label{
	width: 49px;
	height: 40px;
	float: left;
	margin-left: -13px;
	background: url(images/tag_pagetitle.png) 0px 0px no-repeat;
	}
.sub .headline h2.title {
	display: inline;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	padding: 0px 0px 0px 5px;
	line-height: 35px;
	}
.sub ul.breadcrumbs {
	float: right;
	list-style: none;
	margin-right: 24px;
	margin-top: 5px;
	}
.sub ul.breadcrumbs li{
	display: inline;
	font-size: 11px;
	}
.sub ul.breadcrumbs li a:after{
	content:" :"; 
	}

/****************************************************** 
			Intro Blurb & Slider
******************************************************/	
.intro {
	background: url(images/featured_bg.png) 0px 0px no-repeat;
	width: 1010px;
	height:320px;
	margin: auto;
	margin-top: 20px;
	padding-top: 14px;
	clear: both;
	}
.intro .holder{
	background:#000;
	width: 982px;
	height: 249px;
	border: 1px solid #fff;
	margin: auto;
	}
	
/****************************************************** 
			Utility Nav
******************************************************/	
	
.utility {
	background: #f5fbf5;
	border: 1px solid #dfe9df;
	width: 982px;
	margin: auto;
	padding: 8px 0px 5px 0px;
    -moz-border-radius: 4px; /* FF1+ */
  	-webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */	
    overflow: hidden;
	}
	
	
.sub .utility {
	margin-top: 20px;
	}
	
	
/* Left Links */	
.utility ul.links{
	list-style: none;
	float: left;
	}
.utility ul.links li { 
	float: left;
	display: block;
	list-style-type: none;
	border-right:1px solid #dfe9df;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: center;
	}	
.utility ul.links li.last {
	border: none;
	}
.utility ul.links li a{ 
	display:block;
	padding:0px 14px;	
	color:#ffffff;
	font-size:10px;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;
	color: #2871a0;
	text-decoration:none;
	}	
.utility ul.links li a:hover{
	color: #aa7905;
	}

/* Text Sizer */	
.textSizer {
	position: relative;
	float: right;
	font-size: 11px;
	margin-right: 15px;
	margin-left: 10px;
	display: inline;
	}


/* Right Connect Links */	
.utility ul.connect{
	list-style: none;
	float: right;
	}
.utility ul.connect li { 
	float: left;
	display: block;
	list-style-type: none;
	border-right:1px solid #dfe9df;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	text-align: center;
	}	
.utility ul.connect li.last {
	border: none;
	}
.utility ul.connect li a{ 
	display:block;
	padding:0px 14px;	
	font-size:10px;
	font-weight: bold;
	text-align:center;
	text-transform: uppercase;
	color: #3c3c3c;
	text-decoration:none;
	}	



/****************************************************** 
				Structure
******************************************************/	
	
.home_content {
	width: 982px;
	margin: auto;
	margin-top: 20px;
	background: url(images/home_content_bg.jpg) 655px 0px repeat-y;
	border-right:1px solid #d0d5d9;
	overflow: hidden;
	}
.sub_content {
	width: 982px;
	margin: auto;
	margin-top: 20px;
	padding: 8px 0px;
	background: url(images/home_content_bg.jpg) 770px 0px repeat-y;
	border-right:1px solid #d0d5d9;
	overflow: hidden;
	}	
	
.main_col {
	width: 654px;
	float: left;
	margin-left: 0px;
	font-size: 14px;
	line-height: 24px;
	}
	
	
/*********** Related Links ***********/	
.related_links {
	width: 90%;
	clear: both;
	background: #fff6d3;
	border: 1px solid #eed7a1;
    -moz-border-radius: 4px; /* FF1+ */
  	-webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */	
    overflow: hidden;
    padding: 5px 20px;	
    margin: 20px 0px 10px 0px;
	font-size: 11px;
	}
.related_links h3{
	color: #2e3235;
	font-size: 16px;
	}
.related_links ul{
	float: left;
	width: 42%;
	list-style: none;
	margin-right: 10px;
	}
.related_links ul li{
	padding: 3px 0px;
	list-style: disc;
	}
.related_links ul li a{
	color: #21608e;
	}
.related_links ul li a:hover{
	color: #aa7905
	}
.related_links p{
	padding: 0px;
	margin: 0px;
	}


	
/*********** SIDEBAR ***********/	
.sidebar {
	width: 275px;
	float: right;
	margin-right:22px;
	font-size: 12px;
	line-height: normal;
	}
	
.sub .main_col {
	width: 530px;
	float: left;
	margin-left: 0px;
	font-size: 13px;
	line-height: 20px;
	}
.sub .sidebar {
	width: 180px;
	float: right;
	margin-right:15px;
	font-size: 12px;
	line-height: normal;
	}
.sub .sidebar_left{
	width: 195px;
	float: left;
	margin-right:25px;
	font-size: 12px;
	line-height: normal;
	margin-left: -10px;
	}
	
.sub .main_col{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #363636;
	}	
.sub .main_col h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
.sub .main_col h2 { font-size: 2em; margin-bottom: 0.75em; }
.sub .main_col h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
.sub .main_col h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
.sub .main_col h5 { font-size: 1em; margin-bottom: 1.5em; }
.sub .main_col h6 { font-size: 1em; }
 
 
/* Text elements
-------------------------------------------------------------- */
 
.sub .main_col p { margin: 0 0 1em; }
 
.sub .main_col ul, .sub .main_col ol { margin: 0 1.5em 1.5em 1.5em; }
.sub .main_col ul { list-style-type: circle; }
.sub .main_col ol { list-style-type: decimal; }
 
.sub .main_col dl { margin: 0 0 1.5em 0; }
.sub .main_col dl dt { font-weight: bold; }
.sub .main_col dl dd { margin-left: 1.5em; }
 
.sub .main_col abbr, .sub .main_col acronym { border-bottom: 1px dotted #000; }
.sub .main_col address { margin-top: 1.5em; font-style: italic; }
.sub .main_col del { color: #000; }
 
.sub .main_col a { text-decoration: underline; }
.sub .main_col a:hover { text-decoration: underline; }
 
.sub .main_col blockquote { margin: 1.5em; }
.sub .main_col strong { font-weight: bold; }
.sub .main_col em, .sub .main_col dfn { font-style: italic; }
.sub .main_col dfn { font-weight: bold; }
.sub .main_col pre, .sub .main_col code { margin: 1.5em 0; white-space: pre; }
.sub .main_col pre, .sub .main_col code, .sub .main_col tt { font: 1em monospace; line-height: 1.5; } 
.sub .main_col tt { display: block; margin: 1.5em 0; line-height: 1.5; }
.sub .main_col span.amp { /* For better-looking ampersands */
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}	
	



/****************************************************** 
				HOME - Main Column
******************************************************/	
		
	
.main_col .bubble_box {
	width:100%;
	background: #eef5f9;
	border: 1px solid #d5dfe5;
	border-right:0px;
	}
.main_col .bubbles {
	width: 650px;
	height: 139px;
	background: url(images/chatbubbles.png) 0px 0px no-repeat;
	margin: auto;
	margin-top:10px;
	margin-bottom: 10px;
	}
.main_col .bubbles a{
	font-size: 12px;
	font-style: italic;
	color: #3c3c3c;
	line-height: normal;
	font-weight: bold;
	}

.main_col .bubbles a.link1{
	display: block;
	float: left;
	width:136px;
	margin-top: 50px;
	margin-left: 26px;
	}
.main_col .bubbles a.link2{
	display: block;
	float: left;
	width:140px;
	margin-top: 32px;
	margin-left: 17px;
	}
.main_col .bubbles a.link3{
	display: block;
	float: left;
	width:136px;
	margin-top: 56px;
	margin-left: 20px;
	}
.main_col .bubbles a.link4{
	display: block;
	float: left;
	width:140px;
	margin-top:42px;
	margin-left: 17px;
	}
	
	
.main_col .bubble_box .link{
	background: #cbdbe5;
	padding: 8px 0px;
	text-align: center;
	}
.main_col .bubble_box .link a{
	color: #000;
	}

.main_col .main_entries{
	padding: 0px 30px 0px 0px;
	line-height: 18px;
	font-size: 13px;
	}
.main_col .main_entries h2{
	}
	
a.btn_donateonline{
	display: block;
	background: url(images/btn_donateonline_inline.png) 0px 0px;
	height:32px;
	width: 159px;
	text-indent: -9999px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px; 
	font-size: 0; line-height: 0;
	}
a.btn_donateonline:hover{
	background: url(images/btn_donateonline_inline.png) 0px -32px;
	}
	
.main_col .split_col {
	background: url(images/home_content_bg.jpg) top center repeat-y;
	overflow: hidden;
	font-size: 12px;
	}
.main_col .split_col .left{
	float: left;
	width: 295px;
	}
.main_col .split_col .right{
	float: right;
	width: 295px;
	margin-right: 15px;
	}
.main_col .split_col .mag_callout p.large_headline{
	font-size: 24px;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	
	}
.main_col .split_col .mag_callout p.small_headline{
	color: #1b78a7;
	font-size:14px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
	}
.main_col .split_col .mag_callout p{
	line-height: 18px;
	}

.mainCol h2{
	font-family: "lucida grande";
	font-size: 18px;
	color: #2f2f2f;
	margin-top:15px;
	}
.main_entries h2.title{ 
	margin-top: 30px;
	}	

/****************************************************** 
				Sidebar Right
******************************************************/	

.sidebar .newsletter h2.title {
	font-weight: bold;
	color: #4d4e4e;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 8px;
	line-height: 22px;
	}

.sidebar .newsletter h2.title2 {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 4px;
	margin-bottom: 0px;
	line-height: 18px;
	}

.sidebar .newsletter h2.title3 {
	font-weight: bold;
	color: #4d4e4e;
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 0px;
	line-height: 18px;
	}

.newsletter_selection {
	background:#1f5171;
	border: none;
	display: block;
	font-color: orange;
	font-weight: bold;
	border-top: 1px solid #153e58;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 5px;
	color: #fff;
	width: 260px;
	margin-top:8px;
	}

.newsletter_selectionsub {
	background:#1f5171;
	border: none;
	display: block;
	font-color: orange;
	font-weight: bold;
	font-size: 12px;
	border-top: 1px solid #153e58;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 5px;
	color: #fff;
	width: 162px;
	margin-top:8px;
	}
	
.newsletter_input {
	background:#1f5171;
	border: none;
	display: block;
	border-top: 1px solid #153e58;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 5px;
	color: #fff;
	width: 250px;
	margin-top:8px;
	}

.newsletter_inputsub {
	background:#1f5171;
	border: none;
	display: block;
	border-top: 1px solid #153e58;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 5px;
	color: #fff;
	width: 150px;
	margin-top:8px;
	}

.newsletter_submit {
	border: none;
	display: block;
	margin-top:8px;
	height: 27px;
	width: 92px;
	background: url(images/btn_signup.png) 0px 0px no-repeat;
	text-indent: -9999px;
	font-size: 0; line-height: 0;
	}
.newsletter_submit:hover {
	cursor: pointer;
	background: url(images/btn_signup.png) 0px -27px no-repeat;
	}

.newsletter_submit2 {
	border: none;
	display: block;
	margin-top:8px;
	font-size: 0; line-height: 0;
	height: 36px;
	width: 200px;
	background: url(images/signmeup-btn.png) 0px 0px no-repeat;
	text-indent: -9999em;
	}

.newsletter_submit2:hover {
	cursor: pointer;
	background: url(images/signmeup-btn.png) 0px -36px no-repeat;
	}

.newsletter_submit3 {
	border: none;
	display: block;
	margin-top:8px;
	font-size: 0; line-height: 0;
	height: 29px;
	width: 160px;
	background: url(http://www.alzinfo.org/wp-content/uploads/2011/01/signmeup_btnsub.png) 0px 0px no-repeat;
	text-indent: -9999em;
	}

.newsletter_submit3:hover {
	cursor: pointer;
	background: url(http://www.alzinfo.org/wp-content/uploads/2011/01/signmeup_btnsub.png) 0px -29px no-repeat;
	}
	
	
.sidebar .news{
	margin-top: 40px;
	}
.sub .sidebar .news{
	margin-top: 5px;
	font-size: 10px;
	}	
	
.sidebar .news h2.title {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	}
.sidebar .news a.scrollDown {
	display: block;
	float:right;
	width: 24px;
	height: 17px;
	background: url(images/btn_scrollarrows.png) -24px 0px no-repeat;
	text-indent: -9999px;
	font-size: 0; line-height: 0;
	}
.sidebar .news a.scrollDown:hover {
	background-position:-24px -17px
	}
.sidebar .news a.scrollUp {
	display: block;
	float:right;
	width: 24px;
	height: 17px;
	background: url(images/btn_scrollarrows.png) 0px 0px no-repeat;
	text-indent: -9999px;
	margin-right: 3px;
	}	
.sidebar .news a.scrollUp:hover {
	background-position:0px -17px
	}
.sidebar .news .entry {
	clear: both;
	}
.sidebar .news .entry p {
	padding-bottom: 0px;
	margin-bottom: 0px;
	}

.sidebar .entry h3{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #2f6491;
	font-weight: normal;
	line-height: normal;
	padding-top:20px;
	}
.sub .sidebar .entry h3{
	font-size: 12px;
	}	
	
.sidebar .entry h3 a{color: #aa2215;}
.sidebar .entry h3 a:hover{color: #aa5815; text-decoration: underline;}
.sidebar .entry p{
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	font-size: 12px;
	color: #1a1a1a;
	line-height: 16px;
	}
.sub .sidebar .entry p{
	font-size: 12px;
	line-height: 14px;
	}	
.sidebar .entry .meta{
	color: #7f8286;
	font-style: italic;
	}
	



/** sub **/
.sub .sidebar_left .ultop{
	background: url(images/sidebar_digdeeper.png) center center no-repeat;
	width: 160px;
	height: 70px;
	text-indent: -9999px;
	margin: auto;
	margin-top: -15px;
	}
.sub .sidebar_left .ulbottom{
	background: url(images/sidebar_bottom.png) center center no-repeat;
	width: 160px;
	height: 58px;
	text-indent: -9999px;
	margin: auto;
	}
.sub .sidebar_left ul{
	background: url(images/sidebar_bg.png) top center repeat-y;
	list-style: none;
	width: 194px;
	margin: auto;
	}
.sub .sidebar_left ul li{
	color: #fff;
	}
.sub .sidebar_left ul li a{
	display: block;
	height: auto;
	width: 138px;
	margin: auto;
	background: #d7e8f1;
	padding: 12px 10px 12px 10px;
	color: #23547a;
	font-size: 11px;
	margin-top: 1px;
	}
.sub .sidebar_left ul li a:hover{
	background: #bbd3e1;
	color: #20415b;
	text-decoration: none;
	}
.sub .sidebar_left ul li.current_page_item a{
	width:144px;
	background: url(images/sidebar_activetag.png) bottom center no-repeat;
	padding: 10px 25px 14px 25px;
	color: #fff;
	margin-bottom: -6px;
	}



/****************************************************** 
					SIDEBAR WIDGETS
******************************************************/	
.sidebar .widget-area ul{
	list-style: none;
	}
.sidebar .widget-area ul li{
	padding:5px 0px;
	clear: both;
	margin-top: 15px;
	border-top: #6e8e9e 1px dotted;
	}
.sidebar .widget-area.sidetop ul li {
	border-top:medium none;
	margin-bottom:25px;
	margin-top:-20px;
}
.sidebar .widget-area.sidetop ul li select {
margin-left:10px;
}
.sidebar .widget-area.sidetop ul li h3 {
font-size:16px;
}
.sidebar .widget-area ul li li{
	border: 0px;
	margin: 5px;
	padding: 5px;
	}


/****************************************************** 
						FOOTER
******************************************************/	
#footer {
	clear: both;
	margin-top: 25px;
	width: 100%;
	background-color: #c5dae9 ;
	padding-top: 25px;
	padding-bottom: 25px;
	}

.footer_col_holder {
	width: 982px;
	margin: auto;
	padding: 8px 15px 0px 15px;
	overflow: hidden;
	background: url("images/footer_dividers.png") repeat-y center top;
	}
	

#footer .col2{
	margin-left: 75px;
	}
#footer .col3{
	margin-left: 48px;
	}
#footer .col4{
	margin-left: 48px;
	}


.footer_col {
	width: 195px;
	float: left;
	font-size: 12px;
	color: #1a1a1a;
	line-height: normal;
	}
.footer_col h3.title{
	color: #000;
	font-size:14px;
	margin: 0px;
	padding: 0px;
	}
.footer_col ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 195px;
	float: left;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 8px;
	}
.footer_col ul li li{
	list-style: none;
	padding:7px 0px 0px 0px;
	}
.footer_col ul li a{
	color: #15202d;
	font-size: 11px;
	}
.footer_col ul li a:hover{
	color:#0363a6; text-decoration: none;
	padding-left: 3px;
	}

a.social_icon{
	display: block;
	float: left;
	height: 34px;
	width: 34px;
	text-indent: -9999px;
	margin-right: 4px;
	background: url(images/icons_social.png) no-repeat;
	}
a.link_twitter{background-position: 0px 0px;}
a.link_twitter:hover{background-position: 0px -34px;}
a.link_fb{background-position: -34px 0px;}
a.link_fb:hover{background-position: -34px -34px;}
a.link_myspace{background-position: -68px 0px;}
a.link_myspace:hover{background-position: -68px -34px;}
a.link_youtube{background-position: -102px 0px;}
a.link_youtube:hover{background-position: -102px -34px;}
a.link_rss{background-position: -136px 0px;}
a.link_rss:hover{background-position: -136px -34px;}  
 

.login_input {
	background:#1f5171;
	border: none;
	display: block;
	border-top: 1px solid #153e58;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 7px 5px;
	color: #fff;
	width: 180px;
	margin-top:5px;
	}
.login_submit {
	border: none;
	display: block;
	margin-top:8px;
	height: 27px;
	width: 92px;
	background: url(images/btn_login.png) 0px 0px no-repeat;
	text-indent: -9999px;
	font-size: 0; line-height: 0;
	}
.login_submit:hover {
	cursor: pointer;
	background: url(images/btn_login.png) 0px -27px no-repeat;
	}

	

/****************************************************** 
				FOOTER COPYRIGHT
******************************************************/		
.footer_copyright {
	margin-top:0px;
	background: #263d56;
	width:auto;
	padding: 8px;
	overflow: hidden;
	color: #e7f0f5;
	font-size: 11px;
	}
.footer_copyright .pad{
	padding: 10px;
	width: 960px;
	margin: auto;
	text-align: center;
	color: #fff;
	font-size: 10px;
	line-height: normal;
	}



	

/****************************************************** 
			 Font-Sizer Specific Styling 
******************************************************/	


.fsizer { float: left;} /* Container element */

.fsizer a { display: block; float: left; width: 20px; margin-right: 5px; text-align: center; border: 1px dotted #ccc; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */
	





/****************************************************** 
					ADS - SIDEBAR
******************************************************/	
.ads_sidebar {
	text-align: center;
	}
.ads_sidebar img{
	margin-bottom: 10px;
	}



/****************************************************** 
		NEWS FEEDER (also see newsfeeder stylesheet)
******************************************************/	


#newsFeeder .entry h3 a{
	color:#2f6491
	}
	
#easyscroll{
	/* add additional styling */
	}	

	/* easyscroll navigation buttons */	

	#easyscrollnav, #easyscrollnav li{
		height:28px;
		line-height:28px;
		margin:0;	
		padding:0;
		}	
	#easyscrollnav{
		margin:0 0;	
		}			
	#easyscrollnav li{
	display: block;
	float:right;
	width: 24px;
	height: 17px;
	background: url(images/btn_scrollarrows.png) -24px 0px no-repeat;
	text-indent: -9999px;
		}					
	#easyscrollnav li.over{
	background-position:-24px -17px
		}	
	#easyscrollnav li#btnDown{
	display: block;
	float:right;
	width: 24px;
	height: 17px;
	background: url(images/btn_scrollarrows.png) -24px 0px no-repeat;
	text-indent: -9999px;
	margin-top: 4px;
	}	
	#easyscrollnav li#btnDown.over{
	background-position:-24px -17px;
	cursor: pointer;
	}
	
	#easyscrollnav li#btnUp{
	display: block;
	float:right;
	width: 24px;
	height: 17px;
	background: url(images/btn_scrollarrows.png) 0px 0px no-repeat;
	text-indent: -9999px;
	margin-left: 5px;
	margin-top: 4px;
	}			
	#easyscrollnav li#btnUp.over{
	background-position:0px -17px;	
	cursor: pointer;
	}		
	#easyscrollnav li#btnReset{
	height: 0px;
	width: 0px;
	}


/****************************************************** 
		Other
******************************************************/	



.text-blue {
	color: #0087B9;
	font-weight: normal;
}

.text-small {
	font-size: 11px;
	font-weight: normal;
}

.text-style-1 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
}

.text-style-2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}

.text-style-3 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
}

.text-style-4 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.text-style-5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.text-style-6 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.text-style-7 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

.text-style-8 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.text-style-9 {
	color: #0087ba;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.text-style-10 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.home .utility .textSizer { display:none; }
.txt-sizer {
	position:absolute;
	right:195px;
	top:12px;
	width: 200px;
	float: left;
}
.home .connect ul li:last-child { border-right:none; }

/****************************************************** 
		Feature
******************************************************/

.feature-wrapper {
background:#333;
border:1px solid #FFFFFF;
color:#FFFFFF;
height:300px;
margin:0 auto;
width:982px;
position:relative;
font-family:Arial, Helvetica, sans-serif;
}
.menu-wrapper {
background-color:#0e1012;
float:left;
height:298px;
padding-top:2px;
position:relative;
width:225px;
z-index:10;
}
.menu-tabs-slider {
height:258px;
overflow-y:hidden;
padding-bottom:9px;
position:relative;
width:245px;
}
.menu-tabs-slider li {
font-size:11px;
height:56px;
list-style:none outside none;
padding-left:12px;
padding-top:12px;
position:relative;
width:205px;
background:url(images/item_div.png) no-repeat left bottom;
}
.menu-tabs-slider a {
display:block;
height:inherit;
width:inherit;
text-decoration:none;
} .menu-tabs-slider a.current { background:url(images/li_cur.png) no-repeat right -8px; padding-right:28px; }

.menu-tabs-slider a img {
border:none;
float:left;
margin-right:10px;
margin-left:1px;
}
.menu-tabs-slider a p {
color:#FFFFFF;
line-height:1.2em;
padding-top:2px;
}
.menu-tabs-slider a p b {
text-transform:uppercase;
color:#e4d05c;
display:block;
}
.next, .prev {
cursor:pointer;
background:url(images/ftr-arrows.png) no-repeat 0 0;
width:24px;
height:14px;
display:block;
margin-left:21px;
}
#ftr-prv-btn,
#ftr-nxt-btn { width:24px; height:14px; }

.next {
background-position:-24px 0;
} 
.next.disabled { background-position:-24px -14px; cursor:default; }
.prev.disabled { background-position:0 -14px; cursor:default; }

.items {
position:absolute;
height:20000em;
}

.feature-elmnt {
height:300px;
margin:0;
overflow:hidden;
padding:0;
position:relative;
z-index:1;
}
.feature-elmnt li {

}
.feature-elmnt img {
position:absolute;
right:0;
top:0;
z-index:1;
}
.elmnt-info {
background:url(images/blk_overlay.png) no-repeat scroll 0 0 transparent;
height:251px;
top:-1px;
margin-left:10px;
padding:25px;
position:relative;
width:250px;
z-index:5;
}
.elmnt-info h2 {
color:#FBDD4B;
letter-spacing:-0.025em;
text-transform:uppercase;
margin:5px 0 10px;
}
.elmnt-info p {
display:block;
font-size:12px;
line-height:1.2em;
margin-bottom:15px;
}
.elmnt-info .btn {
-moz-border-radius:4px;
-moz-box-shadow:0 1px 3px #000000;
-webkit-border-radius:4px;
-webkit-box-shadow:0 1px 3px #000000;
border-radius:4px;
box-shadow:0 1px 3px #000000;

color:#FFFFFF;
background:#257AAD;
font-size:10px;
padding:7px 12px;
text-transform:uppercase;
} .elmnt-info .btn:hover { cursor:pointer; background-color:#409CCF; text-decoration:none; }



/******************************************

*   Align box

******************************************/


img.centered, .aligncenter, div.aligncenter {

	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;

	}
	
/******************************************
*   Homepage Article Title Scroll
******************************************/	
.title-scroll-wrapper {
float:left;
height:33px;
overflow:hidden;
width:390px;
position:relative;
}
.title-scroll-wrapper h2 {
display:block !important;
width:1000px;
}
.title-scroll-wrapper div {
position:relative;
}

/******************************************
*   Blogs Avatars & Details
******************************************/	
.displayAuth{
	padding-bottom:20px;
	}
img.avatar {
	float:left;
	margin:0 20px 30px 0;
	}
.post img.avatar {
	margin-bottom:10px;
	}
h3.entry-title.theblogs {
	margin-bottom:2px;
	margin-top:6px;
	}
.theblogsTime,
.theblogsAuth {
	display:block;
	margin-left:90px;
	}
.theblogsAuth a {
	font-weight:bold;
	}
	

/******************************************
*   Comments
******************************************/		
	
#comments {
margin-top:30px;
}

/******************************************
*   Caption
******************************************/	

.wp-caption {
	border: none;
	
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 5px;
	padding: 4px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.wp-caption img {
	margin: 5px;
  -moz-box-shadow: 2px 2px 5px #888;
   -webkit-box-shadow: 2px 2px 5px #888;
}
.wp-caption p.wp-caption-text {
	margin: 3px;
	padding: 5px;
	background: #fff;
	border: 1px solid #069;
	color: #069;
	text-align: center;
}


/******************************************
*   Newsletter
******************************************/

.style2 {font-size: 12px}
.tan {FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #0079AE; FONT-FAMILY: verdana
}
.text {
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-FAMILY: verdana;
	line-height: 18px;
}
.style3 {FONT-SIZE: 9px; COLOR: black; FONT-FAMILY: verdana; line-height: 18px; }

.style5 {COLOR: #0079AE; FONT-FAMILY: verdana; font-size: 14px;}
.style6 {font-size: 14px; font-family: verdana;}
.style7 {FONT-SIZE: 14px; FONT-FAMILY: verdana; font-weight: bold;}



/******************************************
*   Blockquote
******************************************/

blockquote {
background:url("http://www.alzinfo.org/wp-content/uploads/2010/11/quote_start.png") no-repeat scroll left top transparent;
color:#666666;
font-style:italic;
margin:1.5em 1.5em 2em;
}
blockquote div {
background:url("http://www.alzinfo.org/wp-content/uploads/2010/11/quote_end.png") no-repeat scroll right bottom transparent;
padding:0 30px;
}

/******************************************
*   Donation Loading
******************************************/

#load {
position:absolute;
z-index:1;
border:3px double #999;
background:#f7f7f7;
width:300px;
height:300px;
margin-top:-150px;
margin-left:-150px;
top:50%;
left:50%;
text-align:center;
line-height:300px;
font-family:"Trebuchet MS", verdana, arial,tahoma;
font-size:18pt;
}
