
/* *************************************************** 
	Description:  
		This document is the master stylesheet for the UCM news site
	
	Function:
		style.css describes the basic structure, layout, and 
		universal formatting elements of the USF.edu website. 
		Formatting and layout for page templates should be 
		accomplished through their respective stylesheets.

*/


/*  ************************************************** 
	Major HTML Elements
*************************************************** */

html {
	margin:0px;
	padding:0px;
}

body {
	margin:0 0 0 0;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/university-communications-and-marketing/news/imagery/gradient8.gif);
	background-repeat:repeat-x;
}

div {
	margin:0px;
	padding:0px;
}

p, address {
	margin: 10px 10px 10px 10px;
	font-size:.7em;
}

address {
	font-style:normal;
	font-weight:bold;
}

a{
	color: #000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:none;
	font-weight:bold;
    color: #87b446;
}

a:visited{
	color: #800000;
	text-decoration:none;
	font-weight:bold;
}

a img {
	border:0px;
    float: left;
    margin: 4px 20px 0px 0px;    
}



/*  ************************************************** 
	Major Layout Elements
*************************************************** */

#container {
	width:750px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding:0px;

}


/*  ************************************************** 
	Headers - Logo, etc..
*************************************************** */

#header {
	width:auto;
	margin:0px;
	padding:0px;
	background-color: #fff;
}

#banner {
	height:75px;
	background-color: #00573c;
}

#banner h1 {
	display:none;
	visibility:hidden;
}
img.banner-logo {
	float:left;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	height:75px;
	border:0px solid black;
}
.logo-link a{
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:0;
	
}
#header-text-links {
	float:right;
	margin:0 2px 0 0;
	color:white;
}
#header-text-links a{
	color:#ffffff;
}
#header-text-links p {
	text-align:right;
}

		/*  ******************************************
		Main Navigation - USF Profiles, USF News, etc...
		******************************************* */

#nav-main { 
	clear:both;
	height:20px;
	background-color: #dfd0a5;
	font-size:9px;
	text-align:center;
}

#nav-main ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:3px 0 0 0;
}
#nav-main li {
	list-style-type:none;
	background-color: #dfd0a5;
	display:inline;
	margin:0px 0px 0px 10px; 
}

#nav-main2 { 
	clear:both;
	height:20px;
	background-color: #dfd0a5;
	font-size:11px;
    font-weight:bold;
	text-align:center;
}

#nav-main2 ul {
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:3px 0 0 0;
}
#nav-main2 li {
	list-style-type:none;
	background-color: #dfd0a5;
	display:inline;
	margin:0px 0px 0px 10px; 
}
#nav-main a, a:hover, a:visited {
	text-decoration:none;
	color:#000000;
}

/*  ************************************************** 
	Content
*************************************************** */

#content {
	width:750px;
	margin:0px;
	padding:0px;
    clear:both;	

}

.narrow-column {
	width: 186px;
    height: auto;
	margin: 10px 0px 0px 0px;
	float:right;
	background-color:#d5e7ae;
	
}

.narrow-column-profiles {
	width: 186px;
    height: 455px;
	margin: 10px 0px 0px 0px;
	float:right;
	background-color:#d5e7ae;
	
}

.narrow-column1 {
	width: 186px;
    height: 725px;
	margin: 10px 0px 0 0px;
	float:right;
	background-color:#d5e7ae;
    font-weight:bold;
	
}

.narrow-column2 {
	width: 186px;
	margin: 10px 0px 0px; 0px;
	float:right;
	background-color:#dfd0a5;
	
}

.narrow-column2 img {
	margin: 5px 0 0 10px;
}

.narrow-column3 {
	width: 186px;
    height:605px;
	margin: 10px 0px 0px 0px;
	float:right;
	background-color:#d5e7ae;
    overflow:visible;
	
}

.narrow-column3 img {
	margin: 5px 0 0 10px;
}


.narrow-column p {
	font-size:.7em;
    color:#000000;
    font-weight:bold;
		
}

.narrow-column-profiles p {
	font-size:.7em;
    color:#000000;
    font-weight:bold;
		
}

.narrow-column img {
	background-color:#000000;
}

.narrow-column2 p {
	font-size:.7em;
    color:#000000;
}

.narrow-column3 p {
	font-size:.7em;
    color:#000000;
}



/*  ************************************************** 
	Footer
*************************************************** */

#footer {
	width:750px;
	height:17px;
	margin:0px 0px 0px 0px;
	background-color: #dfd0a5;
	color:#000000;
	overflow:hidden;
	clear:both;
	font-size:1.1em;
	text-align:center;
    font-weight:bold;
}
#footer p {
	margin:0px;

}

/*  ******************************************
	Footer Text Links
	******************************************* */
#footer-text-links {
	margin:2px 2px 0px 0px;
	width: 750px;

}
#footer-text-links p {
	margin:0px 0px 0px 0px;
    font-size:.6em;
    
}
#footer-text-links a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#footer-text-links a:hover {
	color:#800000;
	font-weight:bold;
	text-decoration:none;
}

#footer-text-links a:visited {
	color:#800000;
	font-weight:bold;
	text-decoration:none;
}


/* Misc References */

div {

}
a{

}
#nav{

}
em{

}

