/* Website: Cal Baptist University ------------- */
/* Authored by: Patrick Alcisto @ Businessol.com */
/* Created on: Dec 20, 2007 -------------------- */
/* Modified on: Jan 15, 2008 ------------------- */

/*************************************************
* Main stylesheet ::                             *
* contains global and general layout styles for  *
* entire site.                                   *
*************************************************/

/*=== CSS Reset ===*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, li, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
/* remember to define focus styles! */
:focus { outline: 0; }
body   { line-height: 1; color: black; background: white; }
ol, { list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table             {	border-collapse: separate; border-spacing: 0; }
caption, th, td   { text-align: left;	font-weight: normal; }
/*blockquote:before, blockquote:after,
q:before, q:after {	content: ""; }*/
blockquote, q { quotes: '"' '"' "'" "'"; }


/*********************************
*     Generic Element Styles      *
**********************************/

/*=== Default Elemental Font Styles ===*/


/*=== Default Elemental Font Styles ===*/
body { background: #ffffff /*fbf6e9*/ url(../images/bg.png) 0 0 repeat-x; color: #625b44; font-family: Verdana; font-size: 62.5%; }
a  { text-decoration: underline; }
h1     { font: 1.7em; text-transform: uppercase;  margin: 0px 0 5px; }
h2 { font-size: 1.5em; width:100%;}
h3 { font-size: 1.3em; }
h2, h3 { margin-bottom: 10px; }
h4, h5, h6 { font-size: 1.2em; }
h4, h5, h6, p { margin-bottom: 15px; }

p  { font: 1.2em/1.5em Verdana; }
q  { font: 1em/1.3em Verdana; }
td { font: 12px Arial; }
td p { font: 12px Arial; }
strong { font-weight: bold; }

/*********************************
*      Generic Font Styles       *
**********************************/
.floatLeft { float: left; }
p img.floatLeft { padding: 0 10px 5px 0; }
.floatRight { float: right; }
.clearL { clear: left; }
.clearR { clear: right; }
.clearB { clear: both; }

/*********************************
*      Global Layout Styles      *
**********************************/

#container       { margin: 0 auto; width: 1000px; }
#banner          { height: 121px; width: 1000px; }
#navigation      { height: 28px; margin-left: 3px; width: 1000px; }
#main            { min-height: 400px; width: 1000px; }
#footerContainer { background: #fbf6e9 url(../images/footerBg.png) 0 0 repeat-x; border-top: 1px solid #e5dabf;  width: 100%; }
#footer          { margin: 0 auto; min-height: 162px; width: 1000px; }

/*********************************
* Section Specific Layout Styles *
**********************************/

/*=== Banner Styles ===*/
#logo           { float: left; margin: 36px 0 0; }
#banner div     { float: right; width: 374px; }
ul#bannerLinks  { float: right; margin-bottom: 42px; padding-top: 7px;}
#bannerLinks li { float: left; }
#bannerLinks li a { margin-left: 15px; text-decoration: none; text-transform: uppercase; }
#bannerLinks li a img { padding-right: 6px; }
#bannerLinks li a span { line-height: .8em; }
/*#siteSearch     { float: right; margin-right: 26px; width: 315px;}*/
#siteSearch     { float: right; width: 315px;}
#siteSearch div { width: 315px;}
#siteSearch #searchField { border: 3px solid #999aac; height: 14px; padding: 2px; width: 255px; }
#siteSearch #go { background: url("http://10.1.250.86/images/go.png") 0 0 no-repeat; border: none; height: 21px; padding-bottom: 1px; text-transform: uppercase; width:39px;}
#language       {}

/*=== Global Navigation ===*/
#navigation li           { display: inline; float: left; margin-right: 77px; }
#navigation li a         { display: block; height: 22px; padding-top: 6px; }

/* #aboutNav                { margin: 0 64px 0 0; width: 59px;} */
#academicsNav            { margin: 0 66px 0 0; width: 60px; }
#admissionsNav           { margin: 0 58px 0 0; width: 61px; }
#athleticsNav            { margin: 0 57px 0 0; width: 45px; }
/* #currentStudentsNav      { margin: 0 45px 0 0; width: 90px; } */
#alumniParentsFriendsNav { margin: 0 48px 0 0; width: 138px; .width: 141px; }
#newsEventsNav           { margin: 0px !important; width: 80px; } 

/*=== Main ===*/
#breadcrumbs-print { margin: 15px 0 21px; }
#breadcrumbs-print p { margin-bottom: 0;}
#breadcrumbs       { float: left; }
#print             { float: right; }
#print a img       { padding-right: 5px; }
/*#mainBanner        { background: url(/images/bannerFrame.png) 0 0 no-repeat; height: 204px; margin: 0 0 24px; padding: 8px 10px; width: 980px; }*/
#mainBanner        { background: url(/images/bannerFrame.png) 0 0 no-repeat; height: 204px; margin: 0 0 24px; width: 980px; }
#main              { margin-bottom: 42px; } 
.twoColumnLayout #mainContent { border-right: 1px solid #fbf6e9; float: left; padding-right: 20px; width: 677px; } 
#sideBar { /*background: #f9f7f0; border: 1px solid #efede6;*/ float: right; /*padding: 15px 13px;*/ width: 256px; height: 256px; }
#sideBar h2, #sideBar h3 { margin-bottom: 2px; }
#sideBar ul { margin-bottom: 10px; }
.box { background: #f9f7f0; border: 1px solid #efede6; padding: 15px 13px; }


/*=== Footer ===*/
#affiliations-awards   { float: left; margin-top: 58px; }
#affiliations-awards li { float: left; margin-right: 16px;}
#additionalInfo        { float: left; margin: 68px 0 0 0px; width: 676px; }
#additionalInfo div    { border-bottom: 1px solid #c1baa6; margin:0 0 10px; padding: 0 0 2px; }
#address, #address img { float: left; }
#address img           { margin: -3px 7px 0 0; }
#tollFreeNumber        { float: left;}
ul#language            { float: right; }
#language li           { background: url(/images/bullet.png) 0 3px no-repeat; border-left: none !important; float: left; margin-left: 17px; padding: 0 0 0 9px !important; }
#footerNav           { clear: both; }
#additionalInfo li       { border-left: 1px solid #c1baa6; float: left; padding: 0 8px; }
#additionalInfo li.first { border-left: none; padding-left: 0;}
#copyright           { float: right; }

#quickLinks          { clear: left; padding: 20px 0 0;}
#quickLinks ul li  { float: left; }
#quickLinks ul li li { float: none; }

    li.topLevelListItem { display: block; float: left; margin: 0 25px 10px 0; height: 100px; position: relative; width: 180px; }
    li.last { margin-right: 0 !important; }
	.topLevelListItemBg { /*background: #B5A78D url("../images/topLevelLinkBg.png") left bottom no-repeat;*/ position: absolute; left:0; top:0; height: 100px; width: 168px; z-index: 5; }
	li .topLevelLink { display: block; margin: 8px 10px 8px; }
	li .topLevelLink, ul.lowerLevelLinks { position: relative; z-index: 10; }
	li.dualListHolder .topLevelListItem { height: 100px; }
	li.dualListHolder .topLevelListItemBg { height: 100px; }
	ul.lowerLevelLinks { float: none; margin: 0 10px; }
	ul.lowerLevelLinks li { margin-bottom: 6px; }
	li.col2, li ul.col2 {display: block; float: left; position: relative;} 
	
/* Clearing Styles */
.cB:after, #banner:after, #main:after, #mainContent:after, #prospectiveStudentInfo:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.cL:after { clear: left; content: "."; display: block; height: 0; visibility: hidden; }
.cB, .cL, #main, #mainContent, #banner, #prospectiveStudentInfo { display: inline-block; }

/* Holly Hack Targets IE Win only \*/
* html .cB, * html .cL, * html #main, * html #mainContent, * html #banner, * html #prospectiveStudentInfo {height: 1%;}
.cB, .cL, #main, #mainContent, #banner, #prospectiveStudentInfo {display: block;}
/* End Holly Hack */

/*------------------Housing Styles--------------------*/

/* sub */
#main .threeColumnQuickLinks { border-top:1px solid #ccc; padding-top:15px; margin-top:20px; }

#sideBar img.padding-vertical { padding:5px 0; }

#main .columnLeft { width:204px; float:left; padding:0 127px 0 0; border-right:1px solid #ccc; }
#main .columnCenter { width:294px; float:left; padding:0 37px 0 40px; border-right:1px solid #ccc; }
#main .columnRight { width:254px; float:left; padding:0 0 0 40px; }

#main .columnLeft ul, #main .columnCenter ul, #main .columnRight ul, #housingNavigation, .threeColumnLayout .box ul {
	font-size:12px;
    line-height:20px;
    }
    
.housing #mainContent { border-right:none; }

/* main */    

.threeColumnLayout #housingNavigation { width:219px; float:left; border-right:1px solid #ccc; }
	#housingNavigation ul { margin-bottom:20px; }
	#housingNavigation ul li ul { padding-left:25px; list-style-type: square; }
    #housingNavigation h2 { margin-bottom:0; }
.threeColumnLayout #mainContent { border-right: 1px solid #ccc; float: left; padding:0 25px 0 25px; width: 484px; margin-bottom:0; }

.threeColumnLayout #main #sideBar { width:220px; padding:0; margin:0; } 

.greyBorder { border-bottom:1px solid #ccc; margin:20px 0 15px 0; }

.imageGallery { float:right; width:760px; margin-top:20px; }
.imageGallery ul li { display:inline; margin-right:45px; }
	.imageGallery ul li.last { margin-right:0; }
    .imageGallery ul li img { padding-bottom:15px; }
    
.imageGallery .box p { float:left; width:490px; }
.imageGallery .box ul li { margin:0 10px 0 10px; list-style-type:square; }

#ContentBlock1 ul {
	margin-left:15px;
	font-size:1.33em;
	line-height:1.33em;
	padding-bottom:15px;
}

#ContentBlock1 ul li {
	list-style-type:disc;
	}
    
#ContentBlock1 ol, #main ol {
	margin-left:15px;
	font-size:1.33em;
	line-height:1.33em;
	padding-bottom:15px;
}

#ContentBlock1 ol li, #main ol li {
	list-style-type:disc;
	}

#ContentBlock1 ol li ol, #main ol li ol {
	font-size:1.0em;
	}
    
    

