@charset "utf-8";
/*
Title: Arizona Indicators Styles
Copyright: (c) 2009
Author: Phil Puleo
Company: Institute for Social Science Research
Description: specific styles for the public Arizona Indicators site home page
*/

/*----------------------------------------------------------------------------------- 
  Main Area: Home Content
------------------------------------------------------------------------------------*/

div#homecontent{
	float: left;
	display: block;
	padding: 0 0 2000px;
	margin-bottom: -2000px;
	width:960px;
}
div#homecontent p {
	font-size: .95em;
	padding: 0;
	float: left;
	display: block;
	width:auto;
}
h2.homepagetitle {
	padding-bottom: 0;
	margin-top: 12px;
	width: 450px;
	float: left;
	display: block;
	font-style: italic;
	line-height: 1.33;
	color: #7C2B83;
	font-size: 1.3em;
}
div#homepage-text {
	float: left;
	clear: both;
	width: 900px;
	background: #f0f0f0 url("../images/backgrounds/headline_background1.png") repeat-x;
	border-bottom: 1px solid #ccc;
	padding: 10px 30px;
}
div#homepage-text p{
	width: 450px;
	float: right;
	color: #000;
	}

/*----------------------------------------------------------------------------------- 
  Main Area: Features
------------------------------------------------------------------------------------*/

#feature_area_wrapper {
	padding: 20px 30px;
	clear: both;
	float: left;
	width: 900px;
	}
	
div#feature_area_wrapper p {
	margin-top: 6px;
	}
	
.feature_area {
	width: 209px;
	height: 420px;
	overflow: hidden;
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ddd;
	}
	
#feature_area_wrapper .first {
	padding: 0 10px 0 0;
	}
	
#feature_area_wrapper .last {
	padding: 0 0 0 10px;
	border: none;
	}
	
#feature_area_1 h3 {
	color: #38939B;
	padding-left: 24px;
	background: #fff url("../images/graphics/teal-arrow.png") no-repeat left;
	}
	
#feature_area_2 h3 {
	color: #E7A614;
	padding-left: 24px;
	background: #fff url("../images/graphics/orange-arrow.png") no-repeat left;
	}
	
#feature_area_3 h3 {
	color: #AFBD22;
	padding-left: 24px;
	background: #fff url("../images/graphics/green-arrow.png") no-repeat left;
	}
	
#feature_area_4 h3 {
	color: #7C2B83;
	padding-left: 24px;
	background: #fff url("../images/graphics/purple-arrow.png") no-repeat left;
	}
	
h3.feature_title {
	border-bottom: none;
	padding: 0;
	font-style: italic;
	margin-bottom: 0;
	}
	
a#home-pop:hover,
a#home-pop:active,
a#home-news:hover,
a#home-news:active,
a#home-azviews:hover,
a#home-azviews:active {
	background-position: left bottom;
	}
	
/*----------------------------------------------------------------------------------- 
  Main Area: Featured Data
------------------------------------------------------------------------------------*/

ul.rotate li {
	display: none;
	}
	
ul.rotate li.first {
	display: block;
	}
	
ul.rotate li a {
	display: block;
	margin: 6px 0;
	color: #555555;
	line-height: 1.33;
	font-size: .95em;
	}

ul.rotate li a img {
	border: 1px solid #aaa;
	display: block;
	margin-top: 20px;
	}
	
ul.rotate li a:hover img,
ul.rotate li a:active img {
	border: 1px solid #000;
	}
	
/*---------- User Controls ----------*/

#fd-nav {
	margin-top: 10px;
	}
	
#fd-nav a {
	font-size: .6em;
	display: block;
	float: left;
	margin: 0 4px;
	height: 12px;
	width: 13px;
	text-align: center;
	}
	
#fd-nav a.activeSlide {
	background-color: #eee;
	}
		
/*----------------------------------------------------------------------------------- 
  Main Area: Recent Publications
------------------------------------------------------------------------------------*/

a#home-azviews {
	display: block;
	height: 137px;
	width: 180px;
	background: #fff url("../images/graphics/home_decade.png") no-repeat left top;
	margin: 15px 15px;
	border: none;
	}
	
/*----------------------------------------------------------------------------------- 
  Main Area: Demographics
------------------------------------------------------------------------------------*/

a#home-pop {
	display: block;
	height: 138px;
	width: 179px;
	background: #fff url("../images/graphics/home-pop.png") no-repeat left top;
	margin: 35px 15px;
	}
	
/*----------------------------------------------------------------------------------- 
  Main Area: News
------------------------------------------------------------------------------------*/

a#home-news {
	display: block;
	width: 146px;
	margin: 15px 30px 15px;
	border: 1px solid #ccc;
	}
	
a#home-news:active,
a#home-news:hover {
	border: 1px solid #222;
	}	