/*  

	Theme Name: We're UF FSA
	Theme URI: http://www.uffsa.org/wp/wp-content/themes/02/
	Description: Layout by Keng! Brushes from Go Media. Stock images from SXC.
	Author: Keng
	Author URI: http://www.turbo-geek.org/
	Version: 1.0

*/


/* -------------------------------------------------------- */
/* --------------------- GENERAL ----------------------- */
/* -------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}
	
a, h3 a:hover {
	color: #0000ff;
	background-color: transparent;
	text-decoration: none;
	}
	
a:hover, h3 a {
	color: #e07700;
	background-color: transparent;
	}

body {
	margin: 0 auto;
	background: #f5c062 url(images/bg_body.jpg) no-repeat top center;
	font: 0.76em/1.3em Verdana, "Tahoma", sans-serif;
	text-align: center;
	}
	
img, fieldset {
	border: 0;
	}
	
p, ol, ul {
	margin-bottom: 1.4em;
	}
	
	ul {
	list-style-image: url(images/ul_submenu.gif);
	}
	
h1, h2 {
	font: normal 1.45em Georgia, serif;
	color: #05246a;
	letter-spacing: 2px;
	text-transform: uppercase;
	height: 24px;
	background: url(images/bg_h1.gif) no-repeat;
	}
	
h3 {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	}

code {
	font-size: 1.1em;
	}
	
abbr, acronym {
	border-bottom: 1px dotted #000;
	}
	
input, textarea {
	padding: 4px;
	font: 1em Verdana, sans-serif;
	color: #3b3b3b;
	background-color: #fff;
	border: 1px solid #a7a6aa;
	}
	
	* html input.radio {
		border: none;
		background-color: transparent;
		}
	
	label {
		display: none;
		}
		
	#contactform label {
		display: inline;
		}
		
/* ------------- GENERAL : FLOATS -------------- */
		
.left {
	float: left;
	}
	
	.leftmargin {
		margin-right: 10px;
		}
	
.right {
	float: right;
	}
	
	.rightmargin {
		margin-left: 10px;
		}
	
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	
.clear {
	clear: both;
	height: 2em;
	}
	
.none {
	display: none;
	}
	
/* -------------------------------------------------------- */
/* --------------------- HEADER ------------------------ */
/* -------------------------------------------------------- */
	
#header {
	width: 842px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	}
	
#logo {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 282px;
	height: 114px;
	}
	
/* -------------------------------------------------------- */
/* ----------------------- MISC ------------------------- */
/* -------------------------------------------------------- */

#misc {
	width: 843px;
	height: 194px;
	margin: 0 auto;
	position: relative;
	background: url(images/bg_misc.jpg) no-repeat;
	text-align: left;
	}
	
	/* MediaQuery hack for Opera http://virtuelvis.com/archives/2004/01/css-for-opera-7 */
	@media all and (min-width: 0px) {
		#misc {
			width: 840px;
			}
		}
	
#upcoming {
	position: absolute;
	top: 29px;
	left: 25px;
	width: 132px;
	height: 147px;
	font-size: 0.9em;
	}
	
#pic01 {
	position: absolute;
	top: 5px;
	left: 211px;
	width: 109px;
	height: 73px;
	background: url(images/pics/01.png) no-repeat left bottom;
	}
	
#pic02 {
	position: absolute;
	top: 104px;
	left: 211px;
	width: 109px;
	height: 72px;
	background: url(images/pics/02.png) no-repeat left bottom;
	}
	
#pic03 {
	position: absolute;
	top: 5px;
	left: 350px;
	width: 109px;
	height: 73px;
	background: url(images/pics/03.png) no-repeat left bottom;
	}
	
#pic04 {
	position: absolute;
	top: 104px;
	left: 350px;
	width: 109px;
	height: 73px;
	background: url(images/pics/04.jpg) no-repeat left bottom;
	}
	
#pic05 {
	position: absolute;
	top: 5px;
	left: 481px;
	width: 114px;
	height: 171px;
	background: url(images/pics/05.jpg) no-repeat left bottom;
	}
	
#pic06 {
	position: absolute;
	top: 5px;
	left: 620px;
	width: 207px;
	height: 138px;
	background: url(images/pics/06.jpg) no-repeat left bottom;
	}
	
	#pic01:hover, #pic02:hover, #pic03:hover, #pic04:hover, #pic05:hover, #pic06:hover {
		background-position: left top;
		}

/* -------------------------------------------------------- */
/* --------------------- CONTENT ----------------------- */
/* -------------------------------------------------------- */
	
#content-wrapper {
	margin: 0 auto;
	width: 843px;
	background: url(images/bg_content.gif) repeat-y;
	text-align: left;
	}
	
	* html #content-wrapper {
		background: url(images/bg_content_ie.gif) repeat-y;
		}
		
	/* MediaQuery hack for Opera http://virtuelvis.com/archives/2004/01/css-for-opera-7 */
	@media all and (min-width: 0px) {
		#content-wrapper {
			width: 840px;
			}
		}
		
#content-top {
	width: 100%;
	background: url(images/bg_top.gif) no-repeat top;
	}
	
	* html #content-top {
		margin-left: -1px;
		}
		
	/* MediaQuery hack for Opera http://virtuelvis.com/archives/2004/01/css-for-opera-7 */
	@media all and (min-width: 0px) {
		#content-top {
			margin-left: 1px;
			}
		}
	
/* ------------- CONTENT : NAVIGATION -------------- */
	
#nav {
	margin: 10px 1px 0 1px;
	width: 100%;
	height: 29px;
	list-style: none;
	}
	
	* html #nav {
		padding-left: 3px;
		}
	
	#nav li {
		display: inline;
		}
	
	#nav a {
		display: block;
		float: left;
		height: 29px;
		}
		
		#nav a span {
			display: none;
			}
		
		#nav .home {
			width: 63px;
			background: url(images/nav/home.png) no-repeat left bottom;
			}
	
		#nav .about {
			width: 81px;
			background: url(images/nav/about.png) no-repeat left bottom;
			}
			
		#nav .leadership {
			width: 106px;
			background: url(images/nav/leadership.png) no-repeat left bottom;
			}
			
		#nav .events {
			width: 75px;
			background: url(images/nav/events.png) no-repeat left bottom;
			}
			
		#nav .programs {
			width: 112px;
			background: url(images/nav/programs.png) no-repeat left bottom;
			}
			
		#nav .multimedia {
			width: 111px;
			background: url(images/nav/multimedia.png) no-repeat left bottom;
			}
			
		#nav .gallery {
			width: 79px;
			background: url(images/nav/gallery.png) no-repeat left bottom;
			}
			
		#nav .alumni {
			width: 69px;
			background: url(images/nav/alumni.png) no-repeat left bottom;
			}
			
		#nav .links {
			width: 56px;
			background: url(images/nav/links.png) no-repeat left bottom;
			}
			
		#nav .contact {
			width: 88px;
			background: url(images/nav/contact.png) no-repeat left bottom;
			}
		
	#nav a:hover, #nav .active, #subnav a:hover, #subnav .active {
		background-position: left top;
		}

/* ------------- CONTENT : ENTRIES -------------- */
	
#content {
	width: 822px;
	padding: 0 10px;
	}
	
.leftcolumn {
	float: left;
	width: 149px;
	text-align: center;
	}
	
	.avatar, .blogimg {
		background-color: #f4f4f7;
		border: 1px solid #cfcfc1;
		padding: 5px;
		margin-bottom: 0.4em;
		}
		
		.blogimg {
			padding: 7px;
			margin-bottom: 0;
			}
		
.entries {
	float: right;
	padding-left: 10px;
	width: 662px;
	border-left: 1px dotted #ddd;
	}
	
	.entries .post-date {
		margin: 0 5px 3px 0;
		width: 40px;
		height: 35px;
		float: left;
		text-align: center;
		background: #fbfac4;
		border: 1px solid #eae9b3;
		color: #8b8a49;
		}
		
		.entries .post-month {
			height: 10px;
			font-size: 0.9em;
			text-transform: uppercase;
			display: block;
			}
			
		.entries .post-day {
			display: block;
			font: 1.6em Georgia, sans-serif;
			}
			
			* html .entries .post-day {
				margin-top: -4px;
				}
	
	.entries h1 {
		margin-left: 50px;
		}
	
	.entries ol, .entries ul, #content ul, #content ol {
		padding-left: 20px;
		}
		
		ol#longer {
			padding-left: 30px;
			}
		
		.entries ol li ul, .entries ul li ul {
			padding-left: 15px;
			}
			
/* ------------- CONTENT : COMMENTS -------------- */

#commentlist {
	list-style: none;
	margin-left: -20px;
	}
	
	#commentlist .leftcolumn {
		font-size: 0.9em;
		}
		
	.date-time {
		font-size: 0.8em;
		color: #949494;
		}
		
#commentform .left {
	width: 30%;
	}
	
#commentform .right {
	width: 68%;
	}
	
	#commentform input, #commentform textarea {
		width: 97%;
		}
		
		* html #commentform input {
			width: 245px;
			height: 24px;
			padding: 0;
			padding-left: 4px;
			line-height: 24px;
			}
			
		* html #commentform textarea {
			width: 545px;
			height: 111px;
			margin-left: 11px;
			}
		
	input#submitform {
		width: 175px;
		height: 34px;
		background: url(images/bg_submitform.png) no-repeat;
		float: right;
		border: 0;
		text-indent: -900%;
		}
		
		* html input#submitform {
			width: 175px;
			height: 34px;
		}
		
/* ------------- CONTENT : CONTENT -------------- */

.blue {
	text-decoration: underline;
	color: #0000ff;
	}
	
#footer {
	clear: both;
	width: 100%;
	margin-top: 10px;
	padding-top: 5px;
	font-size: 0.8em;
	line-height: 1.2em;
	background-color: #c79b4d;
	text-align: center;
	}
	
	* html #footer {
		margin-left: 3px;
		}
	
	#footer p {
		margin-bottom: 0;
		padding-bottom: 0.5em;
		}
		
	#footer a {
		color: #fff;
		}
		
	#footer a:hover {
		text-decoration: underline;
		}