/*
	uuoakland.org Screen Styles
	
	Table of Contents:
		Page Framework Elements
		Main Nav
		Typography
		Content Layout
		Content Styling
*/


/* Page Framework Elements; This section should not need to be edited
----------------------------------------------------- */

html, body{
	margin: 0;
	padding: 0;
	}

body {
	background: #fff url(/images/_body.png) repeat-x top;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

/*top masthead on each page*/
#masthead {
	position: relative;
	height: 71px;
	}
	
#masthead #logo {
	background: transparent url(/images/logo.png) no-repeat 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 17px 0 0 0;
	height: 45px!important;
	height /* */: 75px; /* False value for IE4-5.x/Win. */
	width: 567px;
	text-indent: -999em;  /* Makes the masthead logo clickable to the homepage */
	}



h1#logo a {      /* needed to make the masthead logo clickable to the home page */
	display: block;
}

/*h1#logo a:hover {     commented out, due to Home link addition to the nav bar
	background: transparent url(/images/logo_ro.png) no-repeat 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 17px 0 0 0;
	height: 45px!important;     
	height / * * /: 75px;  False value for IE4-5.x/Win. (remove the spaces before the first asterisk and second asterisk for it to work
	width: 567px;
	text-indent: -999em;  Makes the masthead logo clickable to the homepage 
}	*/



#masthead #addy-phone-email {
	position: absolute;
	top: 6px;
	left: 557px;
	z-index: 99;
	color: #fff;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	}
	
#masthead #addy-phone-email a:link, #masthead #addy-phone-email a:visited, #masthead #addy-phone-email a:active, #masthead #addy-phone-email a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #6161a0;
}
	

/* main page block; encompasses all content on the page */
#container {
	background-color: transparent;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 100%;
	}
	
/* content block (centered); encompasses all masthead and body content; does not include the footer */
#content-block {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	text-align: left;
	width: 700px;
	}

/* main content background */
#wrap {
	background: #fff url(/images/content.gif) repeat-x top;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	position: relative;
	}
	
/* main content background effect */
#wrap-2 {
	padding: 9px;
	position: relative;
	width: 682px !important;
	width /* */: 700px; /* False value for IE4-5.x/Win. */
	}
	
/* main content left hand side shadow */
#wrapshadow1 {
	background: transparent url(/images/_shadow-lt-content.png) no-repeat 0 0;
	position: absolute;
	left: -5px;
	height: 336px;
	width: 8px;
	top: 0;
	z-index: 99;
	}
	
/* main content right hand side shadow */
#wrapshadow2 {
	background: transparent url(/images/_shadow-rt-content.png) no-repeat left top;
	position: absolute;
	right: -5px;
	height: 336px;
	width: 8px;
	top: 0;
	z-index: 99;
	}

		
/* footer */
#footer {
	background: transparent url(/images/footer.gif) repeat-x top;
	clear: both;
	font-size: 10px;
	text-align: center;
	width: 100%;
	height /* */: 159px; /* False value for IE4-5.x/Win. */
	min-height: 159px;
	padding-bottom: 1em;
	}
#footer-2 {
	margin: 0 auto;
	padding: 3px 0 20px;
	text-align: center;
	width: 770px;
	}


/* Misc */

.clear-both {
	clear: both;
	}
	
.unfinished {
	border: 2px solid #00FF00;
}
	
	
/* Main Nav
----------------------------------------------------- */

#nav {
	background-color: #f5f5ed;
	border: 1px solid #b2b296;
	width: 680px;
	height: 28px;
	margin-bottom: 6px;
	color: #000;
}

#nav ul {
   padding : 1px 0 0 0;
   margin : 0 0 0 17px;
/*   white-space : nowrap;
   position:relative;*/
   margin-top: 5px;    /* top: 5px; would work in firefox but not IE 6*/
}

#nav ul li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
}

#nav ul li a {
	text-decoration:none;
	color: #000;
	padding: 1px 1px;
}

#nav ul li a:hover, #nav #currentpage a {
	color: #da6615;
	border-bottom: 1px dotted #c6c6c6;
}

.nav_current {
	background-color:#e7e7f2;
}






/* Typography
----------------------------------------------------- */

.headline_major {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #363064;
	font-size: 21px;
	margin-bottom: 3px;
	margin-left: 1px;
}

.headline_medium {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #363064;
	font-size: 18px;
}

.headline_minor {
	font-weight: bold;
	font-size: 15px;
}

.headline_minor_highlight {
	font-weight: bold;
	color: #363064;
	font-size: 15px;
}

.vertical_divider {
	color: #c3c3c3;
}

#wrap a:link, #wrap a:visited, #wrap a:active {
	color: #585794;
}

#wrap a:hover {
	color: #da6615;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #585794;
}

#footer a:hover {
	color: #da6615;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.small {
	font-size: 10px;
	font-style: normal;
}

h6 {
	font-size: 10px;
	display: inline;
	font-weight: normal;
	font-style: normal;
}

h5 {
	font-size: 12px;
	display: inline;
	font-weight: normal;
}

.red {
	color: #ff0000;
	font-weight: bold;
}


/* Content Layout
----------------------------------------------------- */

#left_col {
	float: left;
	width: 310px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 14px;
}

#right_col {
	float: right;
	width: 357px;   /* was 345px */
	line-height: 14px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.margin_right {
	margin-right: 6px;
}

.center {
	text-align: center;
	margin: 0 auto;
}

#callout_rectangle {  /*used on the homepage for the 'this week's service' box*/
	background-color: #fffdeb;
	border: 1px solid #ccc;
	clear: both;
	margin: 8px 0 20px 0;
	padding: 3px;
}

#callout_rectangle_upcoming_services {  /*used on the worship page for monthly worship themes*/
	background-color: #fffdeb;
	background-image:url(/images/icon_month.gif);
	background-repeat:no-repeat;
	background-position: 4px 9px;
	border: 1px solid #ccc;
	clear: both;
	margin: 20px 0;
	padding: 3px;
}

#callout_rectangle_upcoming_services h1 {
	font-weight: bold;
	color: #363064;
	font-size: 15px;
	padding-left: 33px;
	display: inline;
}

#callout_rectangle_upcoming_services h2 {
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	padding-left: 33px;
	display: inline;
}

.vert_dotted {
	border-left: 1px dotted black;
	margin: 0 15px 10px 15px;
	padding-left: 13px;
}

.callout_sidebar_wrapper {
	width: 140px;
	float: right;
	margin-left: 7px;
}

.callout_subnav_box {
	background-color: #f5f5ed;
	border: 1px solid #b2b296;
	float: right;
	width: 137px;
	font-size: 11px;
	margin-bottom: 10px;

}

.callout_subnav_box ul {
 	list-style: none none;
 	margin: 0;
 	padding: 0;
}

.callout_subnav_box ul li {
	margin: 0;
 	padding: 2px 0 5px 3px;
	padding: 2px 3px 5px 4px;
}

blockquote.subsub {
	margin: 2px 0 2px 15px;
	padding-bottom: 3px;
}

.border_bottom {
	border-bottom: 1px dotted #b2b296;
	margin-top: 4px;
}

.border_top {
	border-top: 1px dotted #b2b296;
}

.img_caption {
	text-align: center;
	font-size: 10px;
	font-style: normal;
	float: left;
	margin-right: 9px;
	margin-bottom: 4px;
}

.bullet_spacing li {
	padding-bottom: 7px;
}

	
	
/* Content Styling
----------------------------------------------------- */

#wrap img {
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 3px;
}
	
	
	
	