/* ACR CSS */

/* COLOR! 

<< primary >>
#002F5F -- dark blue
#6E3219 -- brown
#402D5D -- purple
#22505f -- teal
#86731e -- spicy mustard

<< accent >>
#4F8ABE -- pale blue
#e37222 -- orange
#786592 -- lavender
#00929F -- aqua
#c79900 -- yellow mustard

<< gray >>
#4d4f53 -- cool gray 11 -- darkest
#747678 -- cool gray 9
#9a9b9c -- cool gray 7
#bcbdbc -- cool gray 4
#d5d6d2 -- cool gray 2 -- lightest

*/


/* GENERAL 
__________________________ */
body {
	background: #eee;
	font-size: 12px;
	font-family: Helvetica, Arial, san-serif;
}

a {
	text-decoration: none;
}
.clear {
	clear: both;
}
#bg_shadow { width: 1019px; margin: 0px auto; background: url('/images/site/tile_bodybg.gif') top center repeat-y;}
#wrapper {
	margin: 0px auto;
	width: 960px;
	background: #fff;
}


/* HEADER 
__________________________ */
#header {
	height: 90px;
	background: url('/images/site/acr_logo_hdr.gif') no-repeat;
	background-position: 0px 10px;
	padding-right: 5px;
}
#header_social_rss {
	background: url('/images/site/header_social_rss.gif') no-repeat;
}
#header_social_fb {
	background: url('/images/site/header_social_fb.gif') no-repeat;
}
#header_social_rss, #header_social_fb {
	display: block;
	float: right;
	width: 100px;
	height: 36px;
	background-position: center -6px;
}
#header_social_rss:hover, #header_social_fb:hover {
	background-position: center 0px;
}
#logo { display: block; height: 90px; width: 240px; float: left; }
#logo span { display: none;}

#philanthropy { display: block; width: 210px; height: 24px; background: url(/images/site/philanthropy.png) no-repeat 20px 0px;  float: left;  margin-top: 40px; margin-left: 10px; border-left: 1px solid #ccc; }

/* NAV 
__________________________ */
#nav {
	height: 30px;
	background: #d5D6D2;
}
#nav > li { float: left; }
#nav li a.nav_tab {
	display: block;
	height: 30px;
	background-position: center 0px;
}
#nav li a.nav_blue {
	border-right: 1px solid #5CA1DE;
}
#nav li a.nav_blue:hover, #nav li a.nav_blue:focus {
	opacity: .8;
	filter:alpha(opacity=80);
	outline: none;
}
#nav li a.nav_purple {
	background-color: #402d5d;
}
#nav li a.nav_purple:hover, #nav li.sfHover a.nav_purple {
	background-position: 0px -30px;
	opacity: .9;
	filter:alpha(opacity=90);
	outline: none;
}
#nav1 a.nav_tab {
	width: 100px;
	background: url('/images/site/nav_home.gif') no-repeat;
}
#nav2 a.nav_tab {
	width: 170px;
	background: url('/images/site/nav_issues.gif') no-repeat;
}
#nav3 a.nav_tab {
	width: 170px;
	background: url('/images/site/nav_actions.gif') no-repeat;
}
#nav4 a.nav_tab {
	width: 170px;
	background: url('/images/site/nav_about.gif') no-repeat;
}
#nav5 a.nav_tab {
	width: 160px;
	background: url('/images/site/nav_press.gif') no-repeat;
}
#nav6 a.nav_tab {
	width: 140px;
	background: url('/images/site/nav_join.gif') no-repeat;
}
#nav7 {
	width: 47px;
	height: 30px;
	background: #4F8ABE;
}


/* rollover */
.navWindow {
	position: absolute; 
	visibility: hidden; 
	z-index: 3000;
	background: #402D5D;  
	font-size: 11px; 
	color: #fff;	
	opacity: .9;
	filter:alpha(opacity=90);
	min-width: 150px;
	padding: 10px;
}
.navWindow li { margin: 10px; }
.navitem {
	width: 100px;
	float: left;
}
.navWindow h3, .navWindow h3 a {
	color: #C79900;
	font-size: 15px;
	margin-bottom: 3px;
	line-height: 1.3em;
}
.navWindow h3 a:hover {
	border-bottom: 1px dotted #c79900;
}
.navitem p { 
	line-height: 1.5em;	
}
.navitem .navmore {
	margin-top: 3px;
	font-style: italic;
	font-size: 12px;
}
.navitem p a, .navitem .navmore a {
	color: #E37222;
}
.navitem p a:hover, .navitem .navmore a:hover {
	border-bottom: 1px dotted #E37222;
}


/* SLIDESHOW 
__________________________ */
#slideshow {
	height: 250px;
	width: 960px;
	overflow: hidden;
}


/* SIDEBAR 
__________________________ */
#sidebar {
	width: 290px;
	float: left;
	margin: 20px 40px 0px 20px;
}
#sidebar > div {
	margin-bottom: 25px;
}


/*------------*/

#sidebar_search {
	height: 30px;
	background: url('/images/site/sidebar_search_bg.gif') left center no-repeat;
}
#sidenbar_search form, #sidebar_search input {
	margin: 0; padding: 0; border: 0;
}
#sidebar_search #searchinput {
	width: 210px;
	height: 24px;
	margin: 6px 0px 0px 36px;
	background-color: transparent;
    color: #999 !important; font-family: Verdana, Arial, san-serif; font-size: 14px !important;
}
#searchinput:focus { color: #333; }
#sidebar_search #submit {
	float: right;
	width: 18px;
	height: 18px;
	margin: 6px 16px 6px 0;
	background: url('/images/site/btn_arrow_bluewhite.gif') no-repeat;
}
#sidebar_search #submit:hover {
	background-position: 0px -18px;
}


/*------------*/
/* UPCOMING EVENT ON GRAY BOX*/
/*------------*/

#sidebar_event_gray {
	background: url('/images/site/sidebar_event_gray_tile.gif') top left repeat-y;
	text-align: center;
}
#sidebar_event_gray_top {
	background: url('/images/site/sidebar_event_gray_top.gif') top left no-repeat;
	height: 56px;
}
#sidebar_event_gray_bot {
	background: url('/images/site/sidebar_event_gray_bot.gif') bottom left no-repeat;
	padding: 0 16px 10px 10px;
	min-height: 180px;
}
#sidebar_event_gray_bot #p1 {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#sidebar_event_gray_bot #p2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 22px;
}
#sidebar_event_gray_bot a {
	color: #fff;
	display: block;
	padding: 5px;
}

/*------------*/
/* NEW RELEASE ON BLUE BOX*/
/*------------*/

#sidebar_new_blue {
	background: url('/images/site/sidebar_new_blue_tile.gif') top left repeat-y;
	text-align: center;
}
#sidebar_new_blue_top {
	background: url('/images/site/sidebar_new_blue_top.gif') top left no-repeat;
	height: 56px;
}
#sidebar_new_blue_bot {
	background: url('/images/site/sidebar_new_blue_bot.gif') bottom left no-repeat;
	padding: 0 16px 10px 10px;
	min-height: 180px;
}
#sidebar_new_blue_bot #p1 {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
#sidebar_new_blue_bot #p2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 22px;
}
#sidebar_new_blue_bot a {
	color: #fff;
	display: block;
	padding: 5px;
}


/*------------*/
/* ACTION ALERT ON ORANGE BOX*/
/*------------*/

#sidebar_action_orange {
	background: url('/images/site/sidebar_action_orange_tile.gif') top left repeat-y;
	text-align: center;
}
#sidebar_action_orange_top {
	background: url('/images/site/sidebar_action_orange_top.gif') top left no-repeat;
	height: 56px;
}
#sidebar_action_orange_bot {
	background: url('/images/site/sidebar_action_orange_bot.gif') bottom left no-repeat;
	padding: 0 16px 10px 10px;
	min-height: 180px;
}
#sidebar_action_orange_bot #p1 {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#sidebar_action_orange_bot #p2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 22px;
}
#sidebar_action_orange_bot a {
	color: #fff;
	display: block;
	padding: 5px;
}

/*------------*/
/* UPDATE ON GOLD BOX*/
/*------------*/

#sidebar_update_gold {
	background: url('/images/site/sidebar_update_gold_tile.gif') top left repeat-y;
	text-align: center;
}
#sidebar_update_gold_top {
	background: url('/images/site/sidebar_update_gold_top.gif') top left no-repeat;
	height: 56px;
}
#sidebar_update_gold_bot {
	background: url('/images/site/sidebar_update_gold_bot.gif') bottom left no-repeat;
	padding: 0 16px 10px 10px;
	min-height: 180px;
}
#sidebar_update_gold_bot #p1 {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
#sidebar_update_gold_bot #p2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 22px;
}
#sidebar_update_gold_bot a {
	color: #fff;
	display: block;
	padding: 5px;
}

/*------------*/
/* THREAT ON RED BOX*/
/*------------*/

#sidebar_threat_red {
	background: url('/images/site/sidebar_threat_tile.gif') top left repeat-y;
	text-align: center;
}
#sidebar_threat_red_top {
	background: url('/images/site/sidebar_threat_top.gif') top left no-repeat;
	height: 56px;
}
#sidebar_threat_red_bot {
	background: url('/images/site/sidebar_threat_bot.gif') bottom left no-repeat;
	padding: 0 16px 10px 10px;
	min-height: 180px;
}
#sidebar_threat_red_bot #p1 {
	color: #fff;	
	font-size: 12px;
	line-height: 18px;
}
#sidebar_threat_red_bot #p1 b {
	color: #ffff00;	
	font-size: 12px;
	line-height: 18px;
}
#sidebar_threat_red_bot #p2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin: 10px 22px;
}
#sidebar_threat_red_bot a {
	color: #ffff00;	
	display: block;
	padding: 5px;
}




/*------------*/


#sidebar_pressing {
	margin-right: 10px;
}
#sidebar_pressing h2 {
	background: #22505f;
	color: #fff;
	padding: 8px 10px;
	font-size: 13px;
	font-weight: bold;
}
#sidebar_pressing div {
	border: 1px solid #9a9b9c;
	border-top: 0;
	color: #402D5D;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	position: relative;
}
#sidebar_pressing a {
	display: block;	
	padding: 10px 10px 5px 10px;	
}
#sidebar_pressing a.noscript:hover {
	background: background: #ddd;
}
#sidebar_pressing .title { color: #402D5D; }
#sidebar_pressing .readmore {
	color: #e37222;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 3px 0px 0px 0px;
	line-height: 1em;
	position: relative;
	text-align: right;
	right: 0px;
	bottom: 0px;	
}

/*------------*/

#sidebar_mostviewed {	
	color: #555;
	width: 280px;
}
#sidebar_mostviewed h2 {
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	border-bottom: 1px solid #9a9b9c;
}
#sidebar_mostviewed li {
	border-bottom: 1px solid #9a9b9c;
}
#sidebar_mostviewed a { 
	display: block; 
	padding: 10px;
	color: #002F5F;
}
#sidebar_mostviewed a.noscript:hover {
	background: #ddd;
}
#sidebar_mostviewed .date {
	float: right;
	width: 75px;
	margin-right: 0px;
	margin-top: 3px;
	text-align: right;
	font-size: 11px;
}
#sidebar_mostviewed .title {
	width: 160px;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
}
#sidebar_mostviewed p.title a { }

/*------------*/
#sidebar_join {
	padding-top: 15px;	
}
#sidebar_join a {
	display: block;
	width: 280px;
	height: 60px;
	background: url('/images/site/btn_join.gif') no-repeat;
}
#sidebar_join a:hover {
	background-position: 0 -60px;	
}

/*------------*/



/* CONTENT 
__________________________ */
#content {
	width: 580px;
	float: left;
	padding: 20px 0px;
}

#content h4 { font-size: 16px; margin-bottom: 10px;}
#content h5 { font-size: 14px; }
h2#sectionhead  { font-size: 24px; margin-bottom: 20px; color: #666; line-height: 1.4em; display: inline-block; width: 300px; text-transform: capitalize; }

#smaller_larger {
	float: right;
	height: 30px;
	margin-right: -30px;
	width: 300px;
}
a#larger, a#smaller {
	float: right;
	background-position: center top;
	display: block;
	height: 30px;
	width: 89px;
}
#smaller_larger a:hover {
	background-position: center -30px;	
}
#smaller {
	background: url('/images/site/btn_smaller.gif') no-repeat;
}
#larger {
	background: url('/images/site/btn_larger.gif') no-repeat;
}
#print {
	float: right;
	background-position: center top;
	display: block;
	height: 30px;
	width: 85px;	
}
#print {
	background: url('/images/site/btn_print.gif') no-repeat;
}

/* entries */
.entry { padding-bottom: 40px; color: #333; }
.entry a { color: #4F8ABE; }
.entry a:hover { color: #00447C; }
.entry h3.title { font-size: 21px; line-height: 1.2em; margin-bottom: 5px; }
.entry h3.title a { color: #402D5D; }
.entry h4.subhead { margin-bottom: 15px; font-weight: normal; font-style: italic; font-size: 13px; }
.entry p { line-height: 1.5em; margin-bottom: 10px; }
.entry blockquote { margin: 10px; padding: 20px; background: #eee; }
.entry ol { list-style: decimal; list-style: outside; margin: 10px 20px; }
.entry ul { list-style: disc; list-style: outside; margin: 10px 20px; }
.entry li { margin: 5px; line-height: 1.5em; }

.entryheader { padding-bottom: 5px; margin-bottom: 10px; border-bottom: 1px solid #ccc; text-transform: uppercase; color: #999; }
.entryheader .entrydate { text-align: right;}
.entryheader .entrycat { float: left;}
.entryheader p { margin-bottom: 0px;}
.entry h4.further { margin-bottom: 5px; margin-top: 20px; color: #666; }

.entryimage { float: left; margin: 0px 20px 10px 0px; }
.entryimage p { width: inherit; background: #eee; font-size: 10px; padding: 5px 10px; margin: 0px; }

ul.pdffiles, ul.links { list-style: none; margin-left: 0px;  }
ul.pdffiles li, ul.links li { margin: 10px 0px; font-weight: bold; line-height: 1.2em;  }
ul.pdffiles a {  padding-left: 17px; background: url(/images/site/pdf_icon.png) no-repeat;  }




/* tags */
.tag {
	position: relative;
	float: right; 
	height: 20px;
	margin-left: 8px;
}
.tag_left {
	display: block;
	height: 20px;
	background: #4F8ABE url('/images/site/btn_tag_l.gif') top left no-repeat;	
}
.tag_left:hover {
	background-color: #3f6e98;
	background-position: left -20px;
}
.tag_right {
	display: block;
	height: 20px;
	background: url('/images/site/btn_tag_r.gif') top right no-repeat;	
}
.tag_right:hover {
	background-position: right -20px;
}
.tag a { float: left; display: block; margin: 0 8px; padding: 6px 8px 4px 8px; color: #fff; font-size: 10px; }
.tag a:hover {  color: #fff; }

/* paginate */
.paginate { color: #999; text-align: right;}
.paginate a { color: #4F8ABE ;}



/* single entries */
.single h3.title { font-size: 24px; }
.single .entrytag { border-top: 1px solid #ccc; margin-top: 40px; padding-top: 10px; }
.single .tag { float: left; margin-left: 0px; margin-right: 8px; }

/* searchresults */
.searchterm { font-size: 14px;}
.searchresults { color: #333; margin: 10px 0px; padding-top: 10px; padding-bottom: 0px;  border-top: 1px solid #ccc; }
.searchdate { margin-bottom: 5px; text-transform: uppercase; color: #999; }
.searchtitle { font-size: 16px; line-height: 1.2em; }
.searchtitle a { color: #402D5D; }
.searchexcerpt { line-height: 1.5em;}

/* bios */
.bio { border-top: 1px solid #ccc; margin: 10px 0px; padding-top: 10px; clear: both;}
.bio img { float: left; margin: 0px 20px 15px 0px;}
.bio h5 { margin-bottom: 10px;}

/* join */
#joinform { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0px; margin-bottom: 20px; }
#joinform td { vertical-align: middle;}
#joinform .joinformcomment td { vertical-align: top; }
#joinform td { padding: 3px 10px 3px 0px;}
#joinform input.input, #joinform textarea { background: #fff; border: 1px solid #aaa; padding: 4px; }
#joinform input.input:focus, #joinform textarea:focus { background: #eee; }

/* contact table */
.tableContact tr { border-bottom: 1px solid #ccc; padding: 10px 0px; }
.tableContact td { padding: 10px 10px 10px 0px; line-height: 1.3em;}
.contactHeader td { font-weight: bold; padding-bottom: 5px; }
.tableContact small { font-size: 11px;}

.captcha_box { margin-left: 85px; }


/* category descriptions */
p.cat-description {
	color: #4d4f53;
	line-height: 1.5em;
	font-size: 1.2em;
	margin-bottom: 40px;
}


/* SLIDE TOGGLE */

a.toggle {
	display:block;
 	padding:0px 15px;
 	background: url(../images/arrow-down.gif) center left no-repeat transparent;
 }

a.toggle.open {
	background-image: url(../images/arrow-up.gif);
}



/* FOOTER
__________________________ */
#footer {
	background: #402d5d;
	color: #fff;
	padding: 30px 20px;
}
#footer a {
	color: #fff;
	font-size: 11px;
}
#footer a:hover {
	color: #CCF;
	border-bottom: 1px dotted #CCF;
}
#footer_left ul {
	width: 130px;
	float: left;
}
#footer_left label {
	font-size: 13px;
	font-weight: bold;
}
#footer_left li {
	font-weight: 11px;
	margin-top: 8px;
}
#footer_left li a {
	margin: 5px 0;	
}
#footer_right {
	float: right;
	width: 300px;
	font-size: 10px;
	line-height: 14px;
}
#footer_right #legallinks {
	font-size: 11px;
	margin-bottom: 10px;
}
#footer_footer {
	width: 100%;
	height: 30px;
	background: #eee url('/images/site/footer_footer.jpg') center top no-repeat;
}
