@charset "utf-8";
/*
Title: Arizona Indicators Styles: Global Pages
Copyright: (c) 2008
Author: Phil Puleo
Company: Institute for Social Science Research
Description: specific styles for the public Arizona Indicators site global pages
*/

/*----------------------------------------------------------------------------------- 
  Main Area: Left Navigation Menu (more styles can be found in leftnav_dynamic.css)
------------------------------------------------------------------------------------*/
div#leftnav{
	display: none;
}

/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Page Content
------------------------------------------------------------------------------------*/

div#content, div#left {
	width: 930px;
	padding-left: 15px;
	padding-right: 15px;
}
div#singleCol{
    width:550px;
	float:left;
	padding:15px 10px 20px 8px;
}
div#singleCol img{
	float:left;
	clear:left;
}

div#global-page-text {
	padding: 10px 30px;
	float: left;
	clear: both;
	width: 870px;
	}
	
ul#breadcrumbs {
	margin-left: 30px;
	}
	
div.right-panel {
	float: right;
	width: 270px;
	padding: 0 20px 0 10px;
	
	}
div.right-panel h5 {
	width: 100%;
	float: none;
	}
div.right-panel ul.bulletlist {
	width: 230px;
	margin-left: 30px;
	list-style-type: disc;
	}
	
div.left-panel {
	float: left;
	width: 550px;
	padding: 0 10px;
	}
	
div.left-panel ul.bulletlist {
	width: 430px;
	}
	
/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: About page
------------------------------------------------------------------------------------*/

div.left-panel #panel {
	border: 3px solid #ccc;
	}

div.about_text .right-panel p {
	font-size: .85em;
	}
	
ul.project_list {
	font-size: .8em;
	}
	
ul.project_list li {
	margin: 6px;
	padding: 0 0 6px 0;
	list-style-image: url(../images/graphics/teal-arrow-bullet.png);
	list-style-position: inside;
	}
	
/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Partners Page
------------------------------------------------------------------------------------*/

div.miniCol{
	float:left;
	width:275px;
}
div.miniColWrapper{
    padding-bottom:15px;
	float:left;
}
ul.partners{
	color: #666;
	line-height: 1.33;
	padding: 0 0 10px 10px;
	font-size: .9em;
}
ul.partners li{
	padding:5px 0px;
}

ul.partners li a {
	font-weight: bold;
	}
	
.right-panel ul.partners li a {
	color: #AFBD22; 
	}
	
.right-panel ul.partners li a:hover,
.right-panel ul.partners li a:active {
	color: #7C2B83; 
	}
	
p.small{
	font-size:.65em;
	margin-top:0px;
}

h5.partnertype {
	padding: 6px 4px 3px 10px;
	background-color: #ccc;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	margin-top: 0;
	}
	
h3.main_title {
	background:#FFFFFF url(../images/graphics/purple-arrow.png) no-repeat scroll left center;
	font-size:1.5em;
	font-style:italic;
	padding:0 0 0 24px;
	}

/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Sponsors Page
------------------------------------------------------------------------------------*/

div#major-sponsors {
}
.sponsortype {
	padding: 6px 4px 3px 20px;
	background-color: #ccc;
	margin-bottom: 30px;
	text-transform: uppercase;
	color: #666;
}

ul#msponsors li {
	float: left;
	width: 400px;
	padding: 0px 10px;
}
ul#sponsors{
	padding-left:0px;
}
ul#sponsors li{
	display:block;
	margin-bottom: 20px;
	min-height:100px;
}
ul#sponsors li a,
ul#msponsors li a {
	display: block;
	float: left;
	margin-right: 15px;
}
ul#sponsors li a img,
ul#msponsors li a img {
	border: 3px solid #ccc;
}	

/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Search Results Page
------------------------------------------------------------------------------------*/
div#cse-search-results iframe{
	width:900px;
}

/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Site Map
------------------------------------------------------------------------------------*/

.row {
	float:left;
	height:100%;
	margin:10px 0 20px;
	width:870px;
}
.column {
	display:block;
	float:left;
	margin-right:15px;
	width:130px;
}
.column {
	display:block;
	float:left;
	margin-right:15px;
	width:130px;
}
.column a.title {
	color:#38939B;
	font-weight:bold;
	line-height:1;
	margin-bottom:10px;
	text-decoration: underline;
	display: block;
}
.column a {
	font-size:.7em;
}

.row h3 {
	background-color: #ccc;
	padding: 6px 0 3px 10px;
	text-transform: uppercase;
	font-size: .85em;
	}

/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Contact Form
------------------------------------------------------------------------------------*/

#leftCol {
	float: left;
	display: block;
	width: 430px;
	padding: 0 10px;
	clear:left;
}
#rightCol {
	float: right;
	display: block;
	width: 400px;
	padding: 0 10px;
}
.input_block {
	display: block;

}
#contactform {
	margin: 10px 0px 20px;
}
#contactform label {
	font-size: .7em;
	color: #888;
}
#contactform .input_block span {
	font-size: .7em;
	color: #ccc;
	font-style: italic;
}
#name_field, #email_field, #comment_field {
	display: block;
	clear: both;
	margin: 2px 0px 16px;
}
#rsvErrors {
	font-size: .7em;
	font-weight: bold;
	color: #ff0000;
	margin-bottom: 1em;
}
#name_field, #email_field, #comment_field {
	color: #8B5D3B;
}

/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: News Page
------------------------------------------------------------------------------------*/

ul.newslist {
	list-style: none;
	line-height: 1.2;
	padding: 0px 0px 10px 20px;
	color: #555;
}
ul.newslist li {
	margin: 0;
	font-size: .8em;
}
ul.newslist span.small {
	font-size: .85em;
	color: #AFBD22;
	padding: 0px 2px 0px 0px;
	font-weight: bold;
	display: block;
}
ul.newslist li a .keywords {
	font-weight: normal;
	font-size: 1.2em;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif	
}

ul.newslist li a {
	display: block;
	padding: 10px;
	}

ul.newslist li a:active,
ul.newslist li a:hover {
	background-color: #eee;
	}


/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Population Basics page
------------------------------------------------------------------------------------*/

.counties{
	font-family: Arial, Helvetica, sans-serif;
	font-size:.65em;
	color:#8b5d3b;
	width:385px;
	border:1px solid #e2cf9d;
	margin-bottom:10px;
}
td{
	padding:2px;
}
tr.odd{
	background-color: #fff7e7;
}
td.small{
	font-size:.8em;
	padding-top:10px;
}

/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Troubleshooting page
------------------------------------------------------------------------------------*/

.trouble ol.itemlist {
	width: auto;
	}
	
.trouble h4 {
	clear: both;
	}
	
/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Publications page
------------------------------------------------------------------------------------*/

ul.publications_list {
	margin-bottom: 1em;
	}
	
ul.publications_list li {
	margin: 1.2em 0;
	}
	
ul.publications_list li a {
	display: block;
	font-weight: bold;
	margin-bottom: .25em;
	}
	
ul.publications_list .small {
	font-size: .8em;
	font-weight: bold;
	}
	
img.contributor_photo {
	float: left;
	display: block;
	margin: 0 4px;
	border: 1px solid #ccc;
	}
	
#credit {
	clear: both;
	margin-bottom: .5em;
	padding: 5px;
	float: left;
	width: 540px;
	background: #ececec url(../images/backgrounds/headline_background1.png) repeat-x;
	border:1px solid #CCCCCC;
	font-size: .9em;
	}
	
.dashboard_link {
	border: 3px solid #ccc;
	display: block;
	width: 520px;
	margin-right: 24px;
	}
	
.dashboard_link:hover,
.dashboard_link:active {
	border: 3px solid #888;
	}
	
.right-panel ul.partners li a.selected {
	color: #7C2B83;
	}
	
/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: Collaborations page
------------------------------------------------------------------------------------*/

ul.kpi_thumbs_left {
	width: 256px;
	margin: 0 9px;
	float: left;
	display: block;
	}
	
ul.kpi_thumbs_right {
	width: 256px;
	margin: 0 9px;
	float: right;
	display: block;
	}
	
ul.kpi_thumbs_left li,
ul.kpi_thumbs_right li {
	margin: 10px 0;
	}
	
ul.kpi_thumbs_left li a,
ul.kpi_thumbs_right li a {
	border: 3px solid #ccc;
	display: block;
	}
	
ul.kpi_thumbs_left li a:hover,
ul.kpi_thumbs_left li a:active,
ul.kpi_thumbs_right li a:hover,
ul.kpi_thumbs_right li a:active {
	border: 3px solid #888;
	}
	
#kpis .title {
	font-size: .7em;
	display: block;
	background-color: #7C2B83;
	color: #fff;
	padding: 6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

#kpis h5.partnertype {
	background-color: #38939B;
	color: #fff;
	}
	
.collab_pub ul li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	float: left;
	width: 100%;
	}
	
.collab_pub ul li img {
	border: 1px solid #aaa;
	display: block;
	float: left;
	width: 80px;
	}
	
.collab_pub ul li a {
	display: block;
	padding: 10px;
	float: left;
	width: 250px;
	}
	
.collab_pub ul li a:active,
.collab_pub ul li a:hover {
	background-color: #eee;
	}
	
.collab_pub span.caption {
	display: block;
	float: right;
	width: 144px;
	padding: 0 10px;
	font-size: .9em;
}

/*----------------------------------------------------------------------------------- 
  Main Content Area Styles: tables
------------------------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border: 1px solid #888;
	width: 540px;
	margin: 10px 0;
	}
	
td {
	border: 1px solid #888;
	padding: 4px 6px;
	text-align: center;
	}
	
th {
	font-weight: bold;
	color: #fff;
	background-color: #7C2B83;
	padding: 4px 6px;
	}