/*	www.ctso-tucson.org
	global style definition
	author: terry lin for dreamscape creations inc.
	last edited: september 25, 2008
----------------------------------------------------------------------------- */


/* required imports
----------------------------------------------- */
@import url("navigation.css");
@import url("home.css");


/* -- layout
----------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 5px 0 35px 0;
	background-color: #D3E5E7;
	color: #333;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	line-height: 150%;
	}

#shell { 
	margin: 0 auto;
	width: 778px; 
	}

#livearea {
	background: url(../_i/bg-body.gif) repeat-y 0 0;
	clear: both;
	}

#livearea .container {
	background: url(../_i/bg-header.gif) no-repeat 0 0;
	padding: 9px;
	height: 1%;
	}

#banner {
	background: url(../_i/bg-banner.gif) no-repeat 0 0;
	padding: 16px 0 25px 0;
	width: 760px;
	float: left;
	}

#navigation {
	float: left;
	width: 235px;
	}

#content {
	float: right;
	width: 475px;
	padding-right: 25px;
	}

#footer {
	background: url(../_i/bg-footer.gif) no-repeat left bottom;
	padding: 50px 10px 10px 10px;
	text-align: right;
	font-size: 90%;
	clear: both;
	}

ul, li	{
	padding: 0;
	margin: 0;
	}

li { list-style: none; }


/* -- formatting
----------------------------------------------------------------------------- */

form, select, input, textarea {
	margin: 0;
	padding: 0;
	}

select, input, textarea { font-size: 11px; }

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0.25em 0 0.75em 0;
	}

ol, ul, p {
	padding: 0;
	margin: 0.5em 0;
	}

blockquote {
	padding: 0.5em 2em;
	margin: 0;
	}

.icon { padding: 0 .25em;}

.getplugin {
	float: left;
	padding: 0.25em 0.5em 0 0;
	}

a[href^="http:"] {
	padding-right: 1em;
	margin-right: 0.3em;
	background: url(../_i/icon-external.gif) no-repeat center right;
	}

.up {
	padding-right: 1em;
	background: url(../_i/icon-up.gif) no-repeat center right;
	}

strong { color: #000; }

.clear { clear: both; }
	
.stealth { display: none; }

address { font-style: normal; padding-left: 1em; }

.fineprint { font-size: 90%; line-height: 110%; }

.emailtofriend { padding-left: 30px; padding-top: 10px; }

.featureimage { padding-right: 15px; float: left; }  /* added: 07/07/31 by tl */


/*	-- links
----------------------------------------------------------------------------- */

a:link,
a:visited,
a:hover,
a:active {
	background-color: transparent;
	color: #358;
	text-decoration: underline;
	}
	
a:hover	{
	text-decoration: none;
	}
	

/*	-- bug
----------------------------------------------------------------------------- */

h1 {
	float: left;
	margin: 0;
	padding: 0.75em 0 0.25em 0.4em;
	}

h1 #bug {
	text-indent: -3000px;
	text-decoration: none; 
	display: block;
	width: 399px;
	height: 30px;
	background: url(../_i/h1-ctso.gif) no-repeat 0 0;
	float: left;
	overflow: hidden;
	}

h1 #bug:hover {	background-position: -399px 0; }
	

/*	-- logo
----------------------------------------------------------------------------- */

#logo {
	float: right;
	padding-right: 20px;
	}


/*	-- content
----------------------------------------------------------------------------- */

#content ul { margin-top: -0.25em; }

#content li {
	list-style: none;
	background: url("../_i/bullet-orange.gif") 0.25em 0.55em no-repeat;
	padding: 0.1em 0 0.25em 1.25em;
	}

#content ol li {
	list-style: decimal;
	background: none;
	margin-left: 1.5em;
	padding-left: 0;
	}

* html #content ol li { margin-left: 2em; }
	
#content h3 {
	font-size: 100%;
	text-transform: uppercase;
/*	color: #C13D0A; */
	color: #641; 
/*	color: #676E2E;*/
	padding-top: 1em;
	}

#content h4 {
	font-size: 90%;
	text-transform: uppercase;
	margin-bottom: 0.25em;
	color: #333;
	}

#content h5 {
	font-size: 90%;
	color: #333;
	}

#banner #contribution {
	width: 225px;
	float: left;
	}

#banner #fma {
	float: left;
	}

.divider {
	border-bottom: 1px dotted #863;
	padding-bottom: 1em;
	margin-bottom: 1em;
	}

	

/* --- | News Listing | --- */
	
.news-listing h4 {
	font-size: 90%;
	margin-bottom: 0.25em;
	text-transform: uppercase;
	}
	
	
/* --- | Forms | --- */


form { padding: 1em 0; }

.required { background-color: #e92; }
.required span { color: #900; }




/*--- | Splash | --- */

#splash #livearea {
	background: none;
	}

#splash #livearea .container {
	background: none;
	padding: 0;
	}

#splash ul,
#splash li {
	margin: 0;
	padding: 0;
	float: left;
	}

#splash li a { 
	text-indent: -3000px;
	text-decoration: none;
	display: block;
	width: 389px;
	height: 117px;
	overflow: hidden;
	float: left;
	}

/* --- | links | --- */

#splash .h-contribute { background: url(../_i/button-contribute.gif) 0 0 no-repeat; }
#splash .h-learnmore { background: url(../_i/button-learnmore.gif) 0 0 no-repeat; }


/* --- | rollover | --- */

#splash .h-contribute:hover,
#splash .h-learnmore:hover{
	background-position: 0 -117px;
	}