/*
Copyright: 2006 UF Campus Crusade for Christ.  All rights reserved.
Creator: Phil Freo - http://www.philfreo.com/
*/

* { padding: 0; margin: 0; }
.dbfl { display:block; float:left; }
.dbfr { display:block; float:right;}
img {border: 0px;}

body {
	margin: 0 auto 0 auto;
	background: #FDF3DA url(/assets/img/cru_bg.jpg) repeat-y top center;
	text-align:center;
	font-family: 'Trebuchet MS', Tahoma, Arial, san-serif;
	font-size: 13px;
	}
div#everything {
	width: 766px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
table {width:100%;}
table td {vertical-align:top;}
ol {margin-left: 20px;}

a:link,
a:visited,
a:active,
a:hover
	{ text-decoration: none; outline: none; color: #2068B0; }
a:hover {background-color: #FF4900; color: #ffffff;}


/* --------------------------------------------------- */
/* FORMS*/
/* --------------------------------------------------- */
input, textarea {
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 2px;
	font-family: 'Trebuchet MS', Tahoma, Arial, san-serif;
	font-size: 13px;
	}
.submit {
	background: transparent url(/assets/img/fade-butt.png) repeat-x;
	border: 1px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	margin: .3em 0 0 0;
	padding: .25em 3px;
	}
option {
	padding: 0em .4em;
	font-family: 'Trebuchet MS', Tahoma, Arial, san-serif;
	font-size: 13px;
	}
/* --------------------------------------------------- */
/* HEADER*/
/* --------------------------------------------------- */
div#header {
	width: 766px;
	height: 65px;
	}
div#header h1 {
	width: 309px; height: 51px;
	margin: 7px;
	background: transparent url(/assets/img/cru_logo.gif) no-repeat;
	text-indent: -10000px;
	display: block;
	float: left;
	}
div#header img#gatorhead {
	width: 73px; height: 51px;
	display: block;
	float: right;
	margin: 7px;
	}
div#loggedin {
	display:block;
	float:right;
	font-size: 12px;
	margin: 5px 0;
	}
	div#loggedin a:link, 
	div#loggedin a:visited, 
	div#loggedin a:active {color: #849ECF;}
	div#loggedin a:hover {color: #ffffff;}
	
/* --------------------------------------------------- */
/* TOP NAV */
/* --------------------------------------------------- */
div#topnav {
	width: 754px; height:27px;
	margin: 0 auto;
	background: transparent url(/assets/img/cru_navbg.jpg) repeat-x top center;
	font-size: 14px;
	}
div#topnav ul {
	list-style:none;
	}
div#topnav li {
	display: inline;
	} 
div#topnav a {
	background: transparent url(/assets/img/cru_navbg.jpg) repeat-x top center;
	color: white;
	float: left;
	margin: 0 2px 0 2px;
	height: 23px;
	padding: 4px 7px 0px 7px;
	border-size: 0;
	}
div#topnav a:hover, div#topnav a.active {
	background-image: url(/assets/img/cru_navhoverbg.jpg);
	border-left: solid 1px #2965AE;
	border-right: solid 1px #2965AE;
	padding: 4px 6px 0px 6px;
	}		

/* --------------------------------------------------- */
/* CONTENT */
/* --------------------------------------------------- */
div#content {
	display: block;
	float: left;
	margin: 4px 0 0 4px; padding:0;
	width: 461px;
	min-height:500px;
	}
div.bg {
	background: transparent url(/assets/img/cru_watermark.gif) no-repeat;
	background-position: 0 70px;
	}
div.contentboxS, div.contentboxL {
	clear: left;
	padding: 7px;
	margin: 0 auto;
	}
div.contentboxS {
	background: transparent url(/assets/img/cru_h2a.jpg) no-repeat;
	width: 445px; /* width of text content */
	}
div.contentboxL {
	background: transparent url(/assets/img/cru_h2b.jpg) no-repeat;
	width: 737px; /* width of text content */
	}
div#content ul li { margin-left: 50px; }
h2 {
	font-family: tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #727272;
	}
h3 {
	background-color: transparent;
	clear: left;
	font-size: 18px;
	font-weight: normal;
	color: #2068B0;
	margin-top: 5px;
	}
h4 {
	background-color: transparent;
	font-weight: bold;
	font-size: 13px;
	color: black;
	margin-top: 5px;
	}
	
p 	{
	margin: 4px 4px 14px 4px;
	line-height: 1.25;
	}
p strong, li strong {  /* hightlighted text */
	font-weight: normal;
	background-color: #FFFF99 ;
	}
.indent {margin-left: 50px; display:block; clear:left;}
.error {color: #FF4A00; font-weight:bold;}

div#subscribe {
	display: block; float: left;
	}
div#login {
	display: block; float: left;
	margin-left: 3em;
	}
div.inlinebox {
	margin: 1em auto;
	width: 90%;
	background-color: #ededed;
	padding: 0px 7px 10px 7px;
	border: solid 1px #d9d9d9;
	}
div.inlinebox .title {font-weight:bold; font-size: 11pt;}
div.inlinebox .subtitle {font-style:italic;}

dt {
	display:block;
	clear: both;
	font-weight: bold;
	font-size: 13px;
	color: #154A90;
	margin: 7px 0 0 5px;
	}
dd {
	display:block;
	clear: both;
	margin-left: 5px;
	}
	
/* --------------------------------------------------- */
/* TABLES */
/* --------------------------------------------------- */

table.table1 {width:80%; margin: 10px auto;}
table.table1 tr th
 { background-color: #d9d9d9;}
table.table1 tr td, table.table1 tr.even td, table.table1 tr.odd td
 { background-color: #e9e9e9; padding:2px; vertical-align:middle;}
table.table1 tr.even td
 { background-color: #f5f5f5; padding:2px; vertical-align:middle;}

/* --------------------------------------------------- */
/* RIGHT SIDE */
/* --------------------------------------------------- */
div#rightside {
	display: block;
	float: left;
	/*margin: 4px 6px 0 0px;*/
	margin: 4px 0px 0px 4px;
	width: 289px;
	}
div#rightside #picturebox, div#rightside .picturebox {
	margin-bottom: 4px;
	width: 281px;
	background-color: #fff;
	border: 1px solid #B6B295;
	padding: 3px;
	}
	
/* ANNOUNCEMENTS */
div.callout, div.callout2 {
	background: transparent url(/assets/img/cru_blueboxbg.jpg) top right no-repeat;
	margin: 4px auto;
	border: 2px solid #7B8EC8;
	width:90%;
	padding: 5px; clear:left;
	}	
div.callout2 {width: 70%; margin: 14px auto;}
div.nobg {background-image: none; border:0;}	
div.callout h2 {
	font-family: 'Trebuchet MS', Tahoma, Arial, san-serif;
	color: black;
	font-size: 15px;
	font-weight: bold;
	}
div.callout li { list-style-position: inside; font-size: 13px;}

/* COMING EVENTS */
div#comingevents {
	margin: 4px auto;
	width:90%;
	padding: 4px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}	
div#comingevents h2 {
	font-family: 'Trebuchet MS', Tahoma, Arial, san-serif;
	color: #FF4900;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #7191C2;
	margin-top: 5px;
	}
div#comingevents dt {
	display:block;
	clear: both;
	font-weight: bold;
	font-size: 13px;
	color: #154A90;
	margin-top: 7px;
	}
div#comingevents span {
	font-style: italic;
	}
	
/* --------------------------------------------------- */
/* FOOTER */
/* --------------------------------------------------- */
div#footer {
	width: 756px;
	height: 50px;
	margin: 0px auto;
	clear:both;
	padding: 15px 0;
	display:block;
	background: white url(/assets/img/cru_footerbg.jpg) top center no-repeat;
	text-align:center;
	}
    
    
    
#facebook {
    text-align: center;
}
