/* ODASES, College of Geosciences, Joomla 1.5 Template, Jennifer Rumford, June 2010*/
/* CSS specific to the content pages */



/* ----------------------------- */
div#mainbody  /* div that holds mainmenu, articlebody, and icons. background is repeated vertically, and has 3 colors */
{
	
 	 	float: left; 	 	
 		width: 968px;
 		/*background-color:#fff;
		Gradient background*/background-image: url('../images/bk.gif');
		background-repeat: repeat-y;
		background-position: 0px 0px
		
}
/* ----------------------------- */
div#rotatingimage  /* div that the rotating images in the top part of the page */
{
 	   
        top: 0px;	  
	    height: 79px;
	  	background-color: #ffffff;
 		width: 968px;
 		background-color: #000;
}
div#logo  /* div that holds the logo below rotating images */
{
 	   
        top: 0px;	
		width: 600px;
	  	height: 54px;
	  	background-color: #ffffff;
	    background-color: #000;
}
/*----------------------------------------------*/
div#content_top_links /* controls location of top menu */
{
	top: 0px;
	width:800px;
	padding-left: 168px;
	background-color: #1c4165;
}	
/* ----------------------------- */
div#menu_area /* main menu area */
{
		float: left;
  		background-color:#fff;
		width: 168px;
 /* FORMATTING FOR QUICKLINKS */
}
/* ----------------------------- */
div#articlebody /* article body area */
{  
		float: left;
		width: 700px;
  		color: #2b2b2b;
		background-color:#fff;
 }
/* ----------------------------- */  
#articlebody a /* controls link color in article text */  
{
		color: #574438;
}
/* ----------------------------- */  
#articlebody a:hover /* controls link hover color in article text */  
{
		color: #1c4165;
}
/* ----------------------------- */  
div#breadcrumbs /*breadcrumb bar formatting */  
{
  		height: 20px;
  		padding: 2px 0px 0px 168px;
  		/*background: url('../images/breadcrumb_gradient.jpg') repeat-y top left;*/
		/*Gradient background*/background-image: url('../images/bk.gif');
		background-repeat: repeat-y;
		background-position: 0px 0px
		
		background-color:#ffffff;  
  		color: #1c4165;
  		font-size: 12px;
  		font-weight: bold;
 		font-family:Arial, Helvetica, sans-serif;
  
}
/* ----------------------------- */  
div#icons /* icon image formatting and placement*/  
{
	float: left;
	position: relative;
	top: 0px;
	height:inherit;
	width: 172px;
	padding-top: 5px;
	padding-left: 3px;
}
/* ----------------------------- */  
.componentheading /*title on news page*/
{
	   font-size: 22px;
		font-family: Georgia, New York, MS Serif;
        color: #1c4165;
		line-height: 32px;
		font-weight: bold;
		margin-top: 10;
		margin-bottom: 10;
		margin-left: 10;
}
/* ----------------------------- */  
.sectiontableheader /*Don't know what this controls, but don't delete it*/
{
		text-align: left;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		color:#000
		text-shadow: 0 0 0 #000; /* Safari on windows hack to prevent ridiculously bold text */
		padding: 0px 10px; 
}
/* ----------------------------- */  	
.sectiontableentry1 a /*Don't know what this controls, but don't delete it*/
{

		text-align: left;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		color:#000
		text-shadow: 0 0 0 #000; /* Safari on windows hack to prevent ridiculously bold text */
		padding: 0px 10px;
		margin-top: 20;
}
/* ----------------------------- */  	
.sectiontableentry2 a /*Don't know what this controls, but don't delete it*/
{

		text-align: left;
		font-family: arial, helvetica, sans-serif;
		font-size: 14px;
		color:#000
		text-shadow: 0 0 0 #000; /* Safari on windows hack to prevent ridiculously bold text */
		padding: 0px 10px; 
}
/* ----------------------------- */
/*
// JoomlaWorks "Simple Image Rotator" Module for Joomla! 1.5.x - Version 1.2
// License: http://www.gnu.org/copyleft/gpl.html
// Copyright (c) 2006 - 2008 JoomlaWorks, a Komrade LLC company.
// More info at http://www.joomlaworks.gr
// Developers: Fotis Evangelou
// ***Last update: May 20th, 2008***
*/

ul#jw-sir {position:relative;list-style-image:url('none.html');margin:0px auto;padding:0px;overflow:hidden;border:medium none;background:none; list-style-type:none}
ul#jw-sir li {list-style:none;margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir li a {margin:0px;padding:0px;border:none;background:none;}
ul#jw-sir li a img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir li img {display:none;position:absolute;top:0;left:0;border:none;background:none;}
ul#jw-sir li#jw-sir-loading {background:#fff url('loading.html') no-repeat center;}
ul#jw-sir li#jw-sir-loading-black {background:#000 url('loading_black.html') no-repeat center;}