/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 Oklahoma State University
  http://okstate.edu

  Description: 
  This is a custom CSS file that you can use to make custom tweaks to your Joomla install.
  This file will not be updated with template updates, so your changes will remain even when the site templates are updated.
  If you do not know what you are doing, simply ignore this file.
---------------------------------------------------------------- */

/* Template
***************************************************************************** */


body {
	/*background: #444444 url(../images/bg_secondary.jpg) top repeat-x;*/
	color:#000;
	font-family:Arial, Helvetica, Tahoma;
	font-size: 12px;
	color: #444;
	margin:0;
	padding:0px;
	text-align:left;
}

#wrapper {margin:0 auto; width:1024px; padding:0px; position:relative; text-align:left;}

#wrapper_popup {margin:0 auto; width:960px; padding:0px; position:relative; text-align:left;}

/* Headings
***************************************************************************** */
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, Tahoma;
	font-weight: bold;
	text-align:left;
}
	
h1 { 
color: #ff6600; 
font-size: 14px; 
margin-bottom:5px;
padding:0px;
border-bottom:1px solid #ff6600;
}

h2 { 
color: #ff6600; 
font-size: 16px; 
margin-bottom:9px; 
text-transform: uppercase; 
}

h3 { 
color: #999999; 
font-size: 12px; 
font-weight: bold; 
line-height: 14px; 
text-transform: uppercase; 
border-bottom: 1px solid #999999;
}

h4 { 
color: #999999; 
font-size: 13px; 
border-bottom: 1px solid #999999; 
margin-bottom:9px; 
text-transform: uppercase; 
font-weight:bold; 
}

h5 {margin-top:10px; border-bottom:1px solid #999999; color:#999999;}

h6 {
color: #999999; 
font-size: 12px; 
font-weight: bold; 
line-height: 14px; 
text-transform: uppercase; 
}


/* Links
***************************************************************************** */

a {	text-decoration: none; }
	a:link    { color: #ff6600; }
	a:hover   { color: #ff9900; }
	a:active  { color: #ff6600; }
	a:visited { color: #ff9900; }

a img {	border: none;}

#search {color: #ffffff; font-size: 10px;}

#search a {color: #ffffff; font-size: 10px;}

#search a:hover {color: #ff9900;}


/* header
***************************************************************************** */



.printHeader {display: none;}


/* copyright
***************************************************************************** */

#copyright,#copyright p {position:relative; margin:0px; padding: 5px; clear:both; text-align:center; color:#cccccc; font-size:10px;}

#copyright a {color:#cccccc; font-size:10px; text-align:center; }

#copyright a:hover {color:#ff6600; text-align:center; }