
/* commented backslash hides from ie5mac \*/ 
* ul, li {list-style:none;margin:0;padding:0;}

html{
	height:100%;
	margin:0;
	padding:0
} 



/* end hack */ 
html,body {
	padding:0;
	margin:0;
	color:#444;
	font-size: 13px;
	font-family: "Trebuchet MS", Geneva, sans-serif;

}

body {	
	text-align:left;
	min-width:776px;/* for mozilla*/
	height:100%;
	background: #111;
}


a:focus { outline:none}

#wrapper.home {background:#2d2d2d url(images/blackboard.jpg) no-repeat top center;}

#wrapper {background:#eee;}

#outer{
	height:99.9%;
	min-height:100%;
	width:950px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	
}

#task {
	overflow:hidden;
	background:#fff;
	min-height:700px;
	height:auto !important;
}

/* mac hide \*/
* html #outer{
	width:950px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:180px;/*needed to make room for header*/
	padding-bottom:13px;
	position:relative;  
	background: transparent;
} 

#eyci {
	position:absolute;
	height:64px; 
	width:205px;
	right:125px; top:10px;
}

#visual {
	width:100%;
	text-align:center;
	z-index: 57;
	height: 430px;
	background:url(images/headVisual.png) no-repeat center;
	position:relative;
}

#visual span a {
	background:transparent url(images/readonline.png) no-repeat scroll left bottom;
	border:medium none;
	position:absolute;
	right:85px; bottom:15px;
	height:25px;
	width:163px;
	text-indent:-5000px;
}

#visual span a:hover {
	background:transparent url(images/readonline.png) no-repeat scroll left top;
	border:medium none;
}

#mag {
	width:100%;
    text-align:center;
	z-index: 57;
	min-height:550px;
	height:auto !important;

}


#box {
	float:left;
	width: 270px;
	margin:15px 15px 0 0;
	height:250px;
	padding: 15px;	
	background:#555 url(images/basepop_2.png) no-repeat bottom right;
	color:#fff;
}

 
#box.first {
	margin-left: 10px;
	background:#19595B url(images/basepop_2.png) no-repeat bottom right;
	padding:0;
	height:280px;
	width: 300px;
}



#box.first img {
	float:left;
	margin:0 7px 0 0;
	height:60px; width:60px;
}

#box.last {
	margin:15px 0 0 0;
	background:#f16 url(images/basepop_2.png) no-repeat bottom right;
	text-align:center;
}

#box.last span a { 
	font-size:120%;
	background: url(images/box_download.png) no-repeat left top;
	height:35px;
	width:171px;
	display:block;
	margin:30px  auto 0;
	text-indent:-5000px;
	border:none;
}

#box.last span a:hover {
		background: url(images/box_download.png) no-repeat left bottom;
		border:0px;
}

#box.inside {
	height:230px;
	border: 1px solid #ccc;
}

#box ul {
	padding:0;
	margin:15px 15px 0;
	list-style:none;
}

#box ul li a {
	display:block;
	background:#2C6366;
	margin:3px 0px;
	padding:5px;
	color:#fff;
	font-size:65%;
	overflow:hidden;
	height:60px;
	border:none;
}

#box h4 {
	font-size:130%;
	margin:0;
	font-weight:100;
}

#content #box ul li {
	margin:0px;
	position:relative;
}

#box ul li a:hover {

	background:#1c8b8e;
	color:#fff;

}

#wrapper.home #header {background: url(images/top_header_W.png) no-repeat left;}
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:950px;
	height:140px;
	z-index:74;
	background: url(images/top_header.png) no-repeat left;

}

#logo {
	position:absolute;
	top:26px;
	left:10px;
	width:400px;
	height:100px;
	text-indent: -5000px;
	z-index:300;
}
/* mac hide \*/
* html #outer, * html #header {width:950px}
/* end hide*/

* html #footer{
	margin-bottom:-1px
}/* ie rounding bug*/

/* mac hide \*/
* html #footer {
	/*only ie gets this style*/
	height:82px;
	/* for ie*/
}
/* end hide*/

div,p  {
	margin-top:0px;
}/*clear top margin for mozilla*/


.clear {clear:both}

#center {
	width:100%;
    text-align:center;
	z-index: 57;
    height: 400px;
	background: #333;
}

#right {
	z-index: 55;

}

#right-inner {
	text-align: left;
	overflow:hidden;
	background: transparent url(images/basesidebar.png) left top no-repeat scroll;
}

#right-inner h2 {
	font-weight: 100;
    line-height: 20px;
}

#left {
	position:relative;/*ie needs this to show float */
	width:580px;
	float:left;

	padding:20px 20px 0 20px;
	z-index: 56;
	background:#fff;

}

#left-inner {
	text-align: left;
	padding-bottom:20px;
}

#onecolumn {
	z-index: 56;
	position:relative;/*ie needs this to show float */
	min-height:550px;
	height:auto !important;
	height:550px;

}

html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} 

#sidebar {
	margin-left:15px;
}

#content a, #sidebar a {
    border-bottom:1px dotted #09f;
    color:#09f;
    text-decoration:none;

}



#content a:hover, #sidebar a:hover {
	color:#000;
}


/*safari wrapper */


#content {
	z-index: 300;
	padding-bottom:7px;
	overflow:hidden;
}


#content h1 {
		font-size: 330%;
		line-height:1em;
		color: #111;
		position: relative;
		z-index: 999;
      	letter-spacing:-0.05em;
      	font-weight: 100;
  		margin:0;
}


#content h1.contact {
	float:left;width:350px;
	font-size:500%;padding:20px;
}

#content h2 {
		font-size: 130%;
		line-height:1.2em;
		z-index: 999;
        text-transform: uppercase;
        letter-spacing:-0.02em;
        font-weight: 100;
        text-align:justify;	
}


h3#post  {
		font-size: 110%;
		color: #09f;
		background:  url() no-repeat left top;
		padding-left: 0px;
}


#content p {
		font-size: 110%;
		line-height:1.5em;		
}

.archives {padding:15px;}

.justify  {
line-height:15px;
text-align:justify;
text-transform:uppercase;
}

#content p a {
	border-bottom:1px dotted #09f;
    color:#09f;
    text-decoration:none;
}

#content p a:hover {
	 border-bottom:1px dotted #000;
    color:#000;
}

/* footer */

#footer {
	color: #eee;
	width:100%;
	clear:both;
	height:220px;
	text-align:center;
	left:0px;
	bottom:0px;
	background:#111 url(images/pattern.gif) repeat-x scroll left top;
}

#footer p {
	margin-top:10px;
	display:block;
}

#disclaimer  a, #footer a {
	text-decoration: none;
	color: #eee;
	padding-bottom:2px;
}

#disclaimer  a:hover, #footer a:hover {
	color:#09f;
	border:0px solid ;
}

#footer_inner { 
	width:880px;
	margin:0 auto;
	text-align:left;
	padding: 35px;
}


#footer p { 
	margin:0;
	float:left;
}

#sponsor {
	border-left:1px dotted #555555;
	float:left;
	padding-left:15px;
	margin-left:15px;
}

#support li {float:left;margin-right:20px;}

#sponsor a {
	margin:0;
}

.starbucks a {
	text-indent:-5000px;
	background: url(images/starbucks.png) no-repeat;
	height:50px;
	width:50px;
	display:block; 
}	

.iyf a {
	text-indent:-5000px;
	background: url(images/iyf.png) no-repeat ;
		height:50px;
	width:120px;
	display:block;  
}	

p.iyf {
	padding-right:10px;
}

p.starbucks {
	padding-left:10px;
	border-left:#666 1px dotted;
}

.ccommons {
	margin-left:15px;
	padding-left:15px;
	border-left:1px dotted #555;
	float:left;
	width:15%;
}

.space {
	padding-top:5px;
}

#disclaimer { 
	float:left; 
	display:block; 
}

#disclaimer p { 
	padding-top:23px;
}


#facebook {
	float:right;
	padding-left:20px;
	border-left:1px dotted #555;
}

#facebook a { 
	float:left; 
	display:block;
	background: url(images/fbkico.png) no-repeat left top scroll;
	width:48px; height:45px;
	text-indent:-9000px;
}

#facebook a:hover {
	background: url(images/fbkico.png) no-repeat left -48px  scroll;
}

.admin {
	font-size:80%;
}

/* end of footer */


.FSF_searchResults {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}


.FSF_resultLink {
	color: #618200;
}

.FSF_extract {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	_line-height: 16px;
}

.highlight {
	font-size: 12px;
	background-color: #652DBD;
	color: #652DBD;
	font-weight: bold;
	line-height: 18px;
	_line-height: 16px;

}

img {
	border: 0;
}

#content ul li{
	
	margin-bottom: 0.5em;
	font-size: 110%;
}

.LIn_shortMode {
	list-style-type: none;
	margin: 0;
	padding: 0;

}

.LIn_desc {
	display: none;
}
.LIn_date {
	font-style: italic;
	margin-left: 5px;
}

#sidebar ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}

#sidebar ul li img {
	float:left;
	margin:0 10px 10px 0;
}

#sidebar ul li img.recent {
	float:left;
}

#sidebar ul li  {
	color:#777;
	margin-top:15px;
	border-top:1px solid #09f;
	padding-top:15px;
}

#sidebar ul li.first {
	border:none;
}

#sidebar ul li p, #sidebar ul li a {
	font-size:98%;
	line-height:1.2em;
	margin:0;
}

#sidebar ul li p.team {
	clear:both;
}

#sidebar ul h1 {
	color:#09f;
	font-size:210%;
	margin:0;
	font-weight:100;
}

#sidebar ul h1.team {
	margin-top:15px;
}

#sidebar ul li h2 {
	font-size:120%;
	line-height:1em;
	margin:0;
}


#archive, #recent, #involved {
	margin-left:10px;
	padding:10px;
}	

#archive ul, #archive ul li, #recent ul li {
	margin:0; padding:0;
	border:none;
}

#archive ul li a{
	color:#fff;
	font-size:120%;
	text-transform:uppercase;
	border:none;
	display:block;
	line-height:2em;
	background:#2C6366;
	margin-bottom:1px;
	padding-left:5px;
}

#archive ul li a:hover {
	border:none;
	background:#ccc;
	color:#fff;
}
	
#archive h3 { 
	color:#ff0;
	background: url(images/archive.png) no-repeat;
	height:60px;
	text-indent:-5000px;
	margin:0;
}	
	
#recent h3 { 
	color:#ff0;
	background: url(images/mostrec.png) no-repeat;
	height:60px;
	text-indent:-5000px;
	margin:0;
}

#recent ul, #archive ul {
	border-top:1px solid #fff;
	margin-left:0;
	margin-top:15px;
	padding-top:20px;
}

#recent ul li a {
	border:none;
	font-size:100%;
	display:block;
	background:#2c6366; color:#fff;
	margin:1px 0;
	overflow:hidden;
	padding:5px;

}

#recent ul li a:hover {
	border:0;
	background:#ddd;
}

#recent ul li img {
	margin-bottom:0;
	height:65px; width:65px;
}


#onecolumn.getinvolved {
	background: #fff url(images/getinvolvedBig.png) no-repeat -100px -100px scroll;
	width:950px;
	margin-top:0;
}

#content.involved {
	margin-left:440px;
	padding:40px;
	
}

#content.involved h1 {
	margin:0;
}

#content.involved h1, #content.involved h2, #content.involved p {
		color:#000;
}

#involved h3 { 
	color:#333;
	background: url(images/getinvolved2.png) no-repeat;
	height:60px;
	text-indent:-5000px;
	margin:20px 0 10px;
}

#involved p {
	color:#fff;
}

#involved p a {
	line-height:2em;
}

/*here news style */

#news {
	min-height:200px;
	margin-bottom:30px;
}

#news img {
	display: none;
}

.go {
	background: transparent url(images/arrows.png) no-repeat scroll left center;
	padding-left:15px;
	clear:both;
	display:block;
	width:11%;
	margin-top:15px;
}

.back {
	background: transparent url(images/arrows_back.png) no-repeat scroll left center;
	padding-left:15px;
	clear:both;
	display:block;
	width:5%;
	margin-top:15px;
}

#indexnews {
	float:left;
	line-height:1.8em;
}

#paginate {
float:right;
}

#paginate span, #paginate a {
	border:0;
	padding:0 10px;
	width:10px;
	height:23px;
	float:left;
	text-align:center;
	line-height:1.8em;

}

#paginate a.ditto_next_link {
	color:#f50;
	background: url(images/nxt.png) no-repeat bottom center;
	text-indent:-99999px;
	display:block;
}

#paginate a:hover.ditto_next_link {
		background: url(images/nxt.png) no-repeat top center;
		border:none;
}

#paginate a.ditto_previous_link {
	color:#f50;
	background: url(images/prev.png) no-repeat bottom center;
	text-indent:-99999px;
	display:block;
}

#paginate a:hover.ditto_previous_link {
		background: url(images/prev.png) no-repeat top center;
		border:none;
}

#paginate span.ditto_previous_off{
	background: url(images/prevoff.png) no-repeat center;
		text-indent:-99999px;
}

#paginate span.ditto_next_off{
	background: url(images/nxtoff.png) no-repeat center;
		text-indent:-99999px;
}


ul.sponsor {display:block;margin-top:20px}
#content ul.sponsor li {float:left;margin:5px;padding:20px;width:40%;overflow:hidden;background:url("images/basepopWhite.png") no-repeat scroll right bottom #eee;min-height:250px;height:auto !important;height:250px;}
#content ul.sponsor li h2 {text-align:left}
#content ul.sponsor li a {color:#444;float:left;margin-bottom:20px;border-bottom:1px dotted #444}
#content ul.sponsor li a:hover {color:#000;float:left;margin-bottom:20px;border-bottom:1px solid #444}
.yy {position:absolute;height:134px; width:94px;right:20px;top:0px;}


/*    ------ NEW sTUFF  ------    */

.date {margin-bottom: 0.5em;}
















