/* CSS for the USF Women in CS site 
 * Author: Kathryn Brisbin
 * Date Created: 7/19/09
 */

/* Basic Page elements */
body {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #737373;
	padding: 0;
	margin: 0;
	line-height: 130%;
}

a { color: #006600; }

h1 {
	padding: 35px 0 33px 120px;
	margin: 0;
	background-image: url('../Images/logo.jpg');
	background-position: 10px 5px;
	background-repeat: no-repeat;
	background-color: #006600;
	color: #FFCC33;
	font-size: 40px;
}
h2 { font-size: 20px; }
h3 { margin-top: 25px; }



/* Navigation */
ul#nav {
	list-style: none;
	padding: 0;
	margin: 2px 0 30px 2px;
	width: 100%;
}

ul#nav li {
	list-style: none;
	float: left;
	text-align: center;
	font-size: 15px;
	padding-right: 2px;
}

ul#nav li a {
	display: block;
	width: 126px;
	background-color: #FFCC33;
	color: #006600;
	padding: 5px 0;
	text-decoration: none;
}

/* Main text areas */
#main {
	padding: 10px 20px;
	clear: both;
}

#page-body {
	width: 900px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	text-align: center;
	background-color: #006600;
	color: #FFCC33;
	margin: 10px 0 0 0;
	padding: 5px;
}


/* Left box */
div#left-box {
	float: left;
	width: 550px;
}


/* Right box */
div#right-box {
	float: right;
	width: 300px;
	margin-top: 15px;
}

div#right-box p#header {
	background-color: #97D997;
	border: solid #999999 1px;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
}

div#right-box ul.box {
	border: solid #999999;
	border-width: 0 1px 1px 1px;
	list-style: none;
	padding: 5px;
	margin: 0 0 15px 0;
}

div#right-box strong.title {
	font-size: 15px;
	text-decoration: underline;
	margin-bottom: 5px;
	display: block;
}

div#right-box ul li h4 { 
	margin: 5px 0;
	font-weight: bold;
	font-size: 14px;
}

div#right-box ul li { margin-bottom: 15px; }


/* Links page */
ul#links li { 
	margin-bottom: 10px; 
}

ul#links li a { font-weight: bold; }


