/*  
Theme Name: wheat
Description: part of a series of color-based designs
Version: 1.0
Author: frank hamilton, Community IT Innovators
Author URI: http://citidc.com
*/

/*
	Red: #931B22
*/

/*	------------------------------------------------------- 
	DOCUMENT
	------------------------------------------------------- */

body {
	/*background: url("../g/agronomy_bg.jpg") top left repeat-x;*/
}


/*	------------------------------------------------------- 
	LAYOUT
	------------------------------------------------------- */

#header	{ 
	/*background: url("../g/new-dl-banner4.png") top left no-repeat;*/
	background: url("../g/asa.jpg") top left no-repeat;
}

#member_panel {
	background: #fff url("../g/dl_member_panel_bottom.jpg") bottom left no-repeat;
	/*border-left: 1px solid #aaaaaa;
	background-color: #fff;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;*/
}

#member_info { background-color: #fff; }

#member_info a, #member_panel a { color: #000; }

#search { background-color: #eeeeee; }


/*	------------------------------------------------------- 
	NAVIGATION : UNIVERSAL
	------------------------------------------------------- */


/*	------------------------------------------------------- 
	NAVIGATION : GLOBAL
	------------------------------------------------------- */
#nav_global ul li a{
	font-size: 16px;
	color: #931B22;
	font-weight: bold;
}

#nav_global ul li a:hover{
	background-color: transparent;
	color: #000;
}

/*	------------------------------------------------------- 
	CONTENT : ONE
	------------------------------------------------------- */

#featured {
	background-color: #dddddd;
}


/*	------------------------------------------------------- 
	CONTENT : THREE
	------------------------------------------------------- */

#three .inside_10 {
	 background-color: #dddddd; 
}

#three .nav_sub h4 {
	color: #666666;
	border-bottom: 2px solid #dddddd;
}



/*	------------------------------------------------------- 
	CONTENT : FOOTER
	------------------------------------------------------- */

#footer .inside_10 {
	background-color: #efefef;
}

/* Buttons */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button a, .button a:link, .button a:active, .button a:visited{
	text-decoration: none;
	color: #fff;
}

.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* red */
/* old red: #ed1c24*/
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#931B22), to(#aa1317));
	background: -moz-linear-gradient(top,  #931B22,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#931B22', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#931B22));
	background: -moz-linear-gradient(top,  #aa1317,  #931B22);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#931B22');
}

/* End buttons */

/* Grey rounded corners panel for digital library */

.grey-panel {
	/*background: #eee url('../g/grey-bottom.jpg') no-repeat left bottom;*/
	background-color: #efefef;
	border: 1px solid #ccc;
	/*-moz-border-radius: 15px;
	border-radius: 15px;*/
	padding: 10px;
}

/* Nav buttons on TOC page etc */
#tabs {
	color: #fff; 
	font-size: 12px;
}

.firstTab {
	float: left; 
	background-color: #777; 
	padding: 5px;
}

.tab {
	float: left; 
	background-color: #777; 
	padding: 5px;	
	margin-left: 5px;
}

#tabs a {
	color: #fff;
	text-decoration: none;
}

.tooltip {
	cursor: help; text-decoration: none;
	position: relative;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}

.tooltip:hover span {
	border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	position: absolute; left: 1em; top: 2em; z-index: 99;
	margin-left: 0; width: 300px;
}

.tooltip:hover em {
	font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.2em; font-weight: bold;
	display: block; padding: 0.2em 0 0.6em 0;
}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
/** html a:hover { background: transparent; }*/
.info { background: #9FDAEE; border: 1px solid #2BB0D7; padding: 20px; color: black; text-align: left; }

div.content div.listWrapper {
    height: 300px;
    overflow: auto;
	font-size: 0.938em;
}


#homepageContent {
	float: left;
	width: 530px;
	margin: 0px;
}

#homepageContent .content,
#homepageContent .node__content {
	margin: 0px;
	padding: 10px;
	background-color: #eee;
	border-radius: .5em;
}
#homepageContent .node__content > div:after {
	content: ".";
	font-size: 1px;
	color: #eee;
	clear: both;
}

#homepageRightOfContent {
	float: right;
	width: 380px;
	background-color: #fff;
	padding: 0px 20px 0px 20px;
	margin: 0px 0px 0px 20px;
	border-radius: .5em;
}

#homepageRightOfContent > div,
#homepageRightOfContent .region-homepagerightofcontent > div {
	clear: both;
}

#homepageRightOfContent .region-homepagerightofcontent > div.block {
	background-color: #eee;
	padding: 18px 8px 8px 8px;
	border-radius: .5em;
	margin-bottom: 20px;
}


table.siqStats {
	font-size: 12px;
	font-weight: normal;
}