/*  
Theme Name: InterVarsity North Florida Area
Theme URI: http://ivnorthflorida.org/
Description: The design for InterVarsity North Florida Area's web site.
Version: 1.0
Author: Matt Stauffer
Author URI: http://design.thisenddown.com/

   Matt Stauffer

*/

body {
	background: #596677;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #2b2b2b;
}
p {
	margin-top: 4px;
}

img {
	border: 0px;
}

ul {
	margin: 0px;
	padding-left: 25px;
}

h2 {
	color: #06068a;
	font-weight: normal;
	font-size: 24px;
	border-bottom: 1px solid #ddd;
	padding: 22px 0 7px 0;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}
h2 a, a h2 {
	text-decoration: none;
}

h3 {
	font-size: 17px;
	margin: 0px;
}

form {
	padding: 0;
	margin: 0;
}



/* Overall */
#bgcontainer {
	/* Yah, I know, it won't work for 800x600. Sorry. It's a hack--
	   we decided to add page_end.gif at the last second. */
	width: 799px;
	background: url("/images/bg.gif") top center repeat-y;
	margin: 0 auto;
	padding-left: 42px;
}
#page {
	width: 752px;
	background: #fff;
	border: solid white;
	border-width: 0 4px 0 2px;
	text-align: left;
}

#header {
	float: left;
	background: url("/images/header_bg.gif") repeat-x #040489;
	width: 752px;
}

#logo_container {
	float: left;
	width: 275px;
}
#search {
	float: right;
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	margin: 50px 20px 0 0;
}

#search a {
	color: white;
	text-decoration: none;
}
#search a:hover {
	color: #ff6600;
}
#search option, #search select {
	font-size: 11px;
}

#navigation {
	clear: both;
	background: url("/images/nav_bg.gif") repeat-x #505050;
	border-bottom: 1px solid #000;
}

#body {
	background: url("/images/body_bg.gif") repeat-x #fff; 
	margin: 3px 0 3px 0;
	padding: 18px 13px 0 13px;
	float: left;
}

#footer {
	clear: both;
	padding-top: 5px;
}
#footer div {
	padding: 5px 8px 5px 8px;
	background: #555;		
	color: #ccc;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #ccc;	
}

#row1, #row2, #row3, #row4 {
	float: left;
	margin-bottom: 0px;
}

/* Subpages */
#left_float, #right_float {
	margin-left: 9px;	
}
#left_float {
	width: 450px;
	line-height: 150%;
	color: #333;	
	margin-right: 18px;
}
#right_float {
	width: 239px;
}
#right_float_mainimg {
	margin-top: 7px;	
}
#right_float_bottom {
	border-top: 1px solid #ddd;
	margin-top: 15px;
	padding: 8px;
	background: url("/images/right_float_bottom_bg.gif") no-repeat #eee;
	min-height: 277px;
}
#right_float_bottom img {
	padding-bottom: 10px;	
}
#right_float_header {
	text-transform: uppercase;
	font-weight: bold;
	color: #8b93a6;
	font-size: 14px;
	margin-bottom: 4px;	
}

/* Classes */
.img_right {
	float: right;
	margin: 0 0 10px 10px;
	width: 168px;
	padding: 2px;
	border: 2px solid #ccc;
}
.floatbox, .boxedbox {
	float: left;
}

/* Home Page: Boxed Box */

.boxedbox {
	background: url("/images/boxedbox_header_bg.gif") repeat-x #fff;
	border: 1px solid #808080;
	font-size: 10px;
}

.boxedbox_head {
	background: url("/images/boxedbox_header_dot.gif") no-repeat;
	text-align: left;
	color: #eee;
	font-size: 9px;
	padding: 5px 5px 5px 24px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.boxedbox_inner {
	background: #fff;
	margin: 7px 10px 3px 10px;
	overflow: hidden;
}

.boxedbox_inner p:first-child {
   margin-top: 0px;
}

.indent {
   margin-left: 13px;
}


/* Logo Image Replacement */

h1#logo {
	width: 275px;
	height: 102px;
	position: relative;
	background: url("/images/logo.jpg") no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -5000px;
	font-size: 1px;
	}

/* Navigation */

#nav {
	margin: 0px;
	padding: 5px 0 5px 13px;
}
#nav li {
	color: white;
	display: inline;
	list-style-type: none;
}
#nav li a {
	font-size: 12px;
	color: #eee;
	text-decoration: none;
/*	text-transform: uppercase; */
	padding: 0 12px 0 12px;
	font-weight: bold;
}
#nav li a:hover {
	color: #ff6600;
}

/* Drop down nav */

#dropmenudiv {
	position:absolute;
	border:1px solid #444;
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	text-align: left;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #aabbee;
	padding: 1px 0;
	text-decoration: none;
	font-size: 11px;
}

#dropmenudiv a:hover {
	background-color: #dde4ff;
}



/* imported */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


/* Individual page hacks */
#staff_table div {
	margin-bottom: 20px;
	background: url("/images/staff_bg.gif") repeat-x;
	clear: both;
}
#staff_table img {
	margin: 1px 10px 15px 0;
	float: left;
}
#staff_table div p {
	padding:10px 8px 0 0;
	margin: 0px;
}