/* CSS Document for UCLA Institute of the Enviroment */
/* Written by Scott Gruber scott@international.ucla.edu www.pixelfix.com */

/* main page layouts */

body {
	color: #000000;
	margin: 0 0 50px 0;
	/*background-color: #446A48;
	background-image: url("http://www.environment.ucla.edu/images/backtile.png");
	background-repeat: repeat-x;*/
	background-color: #ffffff;
}

body#reportcard img.mediumimage {
	width: 720px;

}
.archive-year, .archive-yearGold {
	width: 980px;
	height: 220px;
	color: #fff;
	background-color: #000;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
}

.archive-yearGold {
	background-color: #897166;

}

.archive-year img.cover-img, .archive-yearGold img.cover-img{
	float: left;
	width: 220px;
	height: 220px;

}

.archive-year img.year-img, .archive-yearGold img.year-img {
	padding-left: 38px;
	margin: 10px 0 0 0;

}

.archive-year img.pdf-img, .archive-yearGold img.pdf-img {
	/*padding-left: 38px;
	margin: 0;*/
	display: none;

}

.archive-year p, .archive-yearGold p  {
	font-family: Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 260px;
	font-weight: bold;
	line-height: 13px;
}


.archive-year a:link, .archive-yearGold a:link{
	color: #fff;
	text-decoration: none;
}

.archive-year a:visited, .archive-yearGold a:visited{
	color: #fff;
	background-color : transparent;
	text-decoration: none;
}

.archive-year a:hover, .archive-yearGold a:hover{
	color: #fff;
	text-decoration: underline;
	background-color : transparent;
}



#header {
	width: 980px;
	height: 110px;
	padding: 0;
	margin: 0 auto;
	background-color: #00a2cd;
	/*border: 1px solid red;*/
	
}

#header .header-logo {
	margin: 0 0 0 30px;
	padding: 0;

}

#header .header-logo img.logo {
	padding-top: 10px;
}

#header .navimage {
	display: none;
} 

#header .rc-section-nav {
	margin: 10px 30px 0 0;
	padding: 0;
	float: right;
	}


#layout {
	background:#ffffff;
	padding: 0;
	width: 980px;
	margin: 0 auto;

}

.clearing {
	height: 0;
	clear: both;
}



body#reportcard #maincolumn {
	width: 100%;
	float: left;
	margin-right: -400px;	
		
}

body#reportcard #maincontent {
	margin-left: 20px;
	margin-right: 400px;
	
}

#singlecolumn {
	width: 100%;
	float: left;
	
	
}

#singlecolumnlayout {

}



body#reportcard #sidebar {
	margin: 35px 50px 0 0;
	width: 275px;
	float: right;
}



#footer {
	/*margin: 50px 0 0 50px;
	padding: 20px 0;*/
	display: none;
	/*width: 910px;*/
}

#footer a {
	color: #000;
	font-weight: bold;
}


/* style for tables begins here*/
#rc-design table.tbl-layout {
	border-collapse: collapse;
	width: 600px;
	border: 1px solid #666;
	margin-top: 15px;

}

#rc-design table.tbl-layout-narrow {
	border-collapse: collapse;
	width: 300px;
	border: 1px solid #666;

}

#rc-design table.tbl-layout span.section-title {
	border-bottom: 1px solid #000;
	display: block;
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;

}

#rc-design table.tbl-layout th, #rc-design table.tbl-layout td, #rc-design table.tbl-layout-narrow th, #rc-design table.tbl-layout-narrow td {
	padding: 0.08em .3em;
	*padding: 10px 10px;
	/* the *padding targets IE6 and IE7*/
	
} 


#rc-design table.tbl-layout caption {
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	padding: 10px 0;
}

#rc-design .rc-articleGreen table.tbl-layout thead, #rc-design .rc-articleGreen table.tbl-layout-narrow thead  {
	background: #ccc url("../images/green-back.png") repeat-x left center;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}



#rc-design table.tbl-layout th, #rc-design table.tbl-layout-narrow th {
	font-weight: normal;
	text-align: left;
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;

	font-weight: bold;
	margin: 1em 0;
	padding: 0.4em .3em;
}

#rc-design table.tbl-layout td p, #rc-design table.tbl-layout-narrow td p {
	font-size: 12px;
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	
} 

#rc-design table.tbl-layout td p strong {
	font-size: 14px;
		
} 

#rc-design table.tbl-layout tr.footer  {
	border-top: 1px solid #000;
		
} 

#rc-design .rc-articleGreen table.tbl-layout .odd, #rc-design .rc-articleGreen table.tbl-layout-narrow .odd {
	background-color: #daf09e;
}

#rc-design .rc-articleGreen table.tbl-layout tr:nth-child(odd), #rc-design .rc-articleGreen table.tbl-layout-narrow tr:nth-child(odd) {
	background-color: #daf09e;
}

#rc-design .rc-articleGreen table.tbl-layout tr:hover, #rc-design .rc-articleGreen table.tbl-layout-narrow tr:hover {
	background-color: #70a800;
	color: #fff;
}

#rc-design .rc-articleGreen table.tbl-layout thead tr:hover, #rc-design .rc-articleGreen table.tbl-layout-narrow thead tr:hover {
	background-color: transparent;
	color: inherit;
}

#rc-design .rc-articleGreen table.tbl-layout tr:hover.footer, #rc-design .rc-articleGreen table.tbl-layout-narrow tr:hover.footer {
	background-color: #fff;
	color: #000;
}

/* style for tables end here*/


/* typography */


h1, h2, h3, h4, h5, h6, p, li {
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
}


.rc-articleBlue, .rc-articleRed, .rc-articleOrange, .rc-articleGreen {
	width: 430px;
	margin-left: 230px;
	margin-right: 30px; 

}

#rc-design .rc-articleBlue h1, 
#rc-design .rc-articleBlue h2, 
#rc-design .rc-articleBlue h3,
#rc-design .rc-articleBlue h3.pullquote,  
#rc-design .rc-articleBlue h4, 
#rc-design .rc-articleBlue h5, 
#rc-design .rc-articleBlue h6,
#rc-design .rc-articleBlue .rp-figure p,
#rc-design .rc-articleBlue hr {
	color: #2685bb;

}

#rc-design .rc-articleRed h1, 
#rc-design .rc-articleRed h2, 
#rc-design .rc-articleRed h3, 
#rc-design .rc-articleRed h3.pullquote, 
#rc-design .rc-articleRed h4, 
#rc-design .rc-articleRed h5, 
#rc-design .rc-articleRed h6,
#rc-design .rc-articleRed .rp-figure p,
#rc-design .rc-articleRed hr   {
	color: #9a281e;

}

#rc-design .rc-articleOrange h1, 
#rc-design .rc-articleOrange h2, 
#rc-design .rc-articleOrange h3, 
#rc-design .rc-articleOrange h3.pullquote, 
#rc-design .rc-articleOrange h4, 
#rc-design .rc-articleOrange h5, 
#rc-design .rc-articleOrange h6,
#rc-design .rc-articleOrange .rp-figure p,
#rc-design .rc-articleOrange hr   {
	color: #cb7415;

}


#rc-design .rc-articleGreen h1, 
#rc-design .rc-articleGreen h2, 
#rc-design .rc-articleGreen h3, 
#rc-design .rc-articleGreen h3.pullquote, 
#rc-design .rc-articleGreen h4, 
#rc-design .rc-articleGreen h5, 
#rc-design .rc-articleGreen h6,
#rc-design .rc-articleGreen .rp-figure p,
#rc-design .rc-articleGreen hr   {
	color: #31852e;

}


h1 {
	font-size: 24px;
	background-color: transparent;
	margin-bottom: 0;
}

h2 {
	font-size: 22px;
	background-color: transparent;
}

h3 {
	font-size: 20px;
	background-color : transparent;
	margin-bottom: 0;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0;
}



h5, h6 {
	font-size: 14px;
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0;
}

#rc-design p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

p.caption, p.hide-print, .caption, .postdate, p.postdate, .breadcrumbs, .small, #footer p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;

}

.photocaption { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	margin-top: 0;
	font-style: italic;
}


span.selected {
	background-color: #a3bd6c;
	color: #fff;
	padding: 3px;
}


li { 
	font-size: 13px;
	line-height: 1.6em;
}

img.thumbnail {
	border: 3px solid #000;
}




body#reportcard img.largeimage{
		margin-bottom: 15px;
		/*width: 680px;*/
		width: 70%;
	height: 70%;
}



/* css below used control how a IoE report card article is displayed as a full article  */



#rc-design .authorbios {
	float: left;
	width: 200px;
	padding: 10px;
	text-align: center;
	margin: 0 10px 10px -230px;
	position: relative;
}

#rc-design .authorbios img.authorphoto {
	border: 1px solid #000;
	margin: 10px 0 0 0;

}

#rc-design .authorbios h4 {
	font-size: 14px;
	margin-top: 0;
}

#rc-design .authorbios p.icon-authorbio {
	margin: 0 0 20px 0;
	display: none;
}






#rc-design h3.pullquote {
	float: left;
	width: 185px;
	padding: 0 25px 10px 0;
	text-align: right;
	font-size: 1.25em;
	margin-left: -230px; 
	position: relative;
}






/* used to identify year and quarter report issued */
body#reportcard #storypullquote h4, body#reportcard .sectiontitle h4 {
	text-align: left;
	font-size: 1.25em;
	font-family: Calibri, Lucida Sans Unicode, Lucida Console, Tahoma, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 15px 0 20px 230px;
	font-style: italic;
}

#rc-design .rp-figure p {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
}

#rc-design .rp-figure img {
	width: 95%;
	height: 95%;

	
	
}

#rc-design hr {
	margin: 15px 0;
	border: 5px solid;
}



.toppage {

	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px
}



.float-box {
	/*border: 1px solid #eee;
	padding: 10px;
	width: 300px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;*/

}



.rc-archive-list {
	background-color: #000;
}

.rc-archive-list .text h1 {
	font-family: Helvetica Compressed, Arial Black, sans-serif;
	color: #fff;
	font-size: 60px;
	font-style: normal;
}

.rc-archive-list .text p {
	color: #fff;

	
}

.rc-ArchiveList {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #000;
	color: white;	
}






/* linkology */
a:link {
	color: #003399;
	background-color : transparent;
	text-decoration: none;
}

a:visited {
	color: #1e6a95;
	background-color : transparent;
	text-decoration: none;
}

a:hover {
	color: #911687;
	text-decoration: underline;
	background-color : transparent;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

a.selected {
	background-color: #536895;
	color: #fff;
	font-weight: bold;
	padding: 3px;
}






