/*****************************************************************
	Description:	Master stylesheet for CAIBpdx.com
	Author:			420 Design	fourtwentydesign.com
	Version:		2007.04
*****************************************************************/

html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	background: #c3d2cb url(/images/bg-contentContainer.jpg) 0 0 repeat-y;
	font: 13px/1.6em Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #4a4a4a;
	height: 100%;
}

#wrapper { min-height: 100%; }

* html#wrapper { height: 100%;}

p a,
ul a,
ol a {
	color: #4a4a4a;
	font-weight: bold;
}

p a:hover,
ul a:hover,
ol a:hover {
	text-decoration: none;
}

p#breadcrumb {
	font-size: 85%;
	border-bottom: 1px solid #9bc7ba;
	color: #3b9178;
	font-style: italic;
}

p#breadcrumb a {
	font-weight: normal;
	color: #3b9178;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}


/*	MASTHEAD
-------------------------------------------------------------------*/
#mastheadContainer {
	width: 100%;
	height: 130px;
	background: #fff;
	margin: 0;
	padding: 0;
	display: block;
}

#masthead {
	width: 780px;
	height: 130px;
	position: relative;
}

#masthead h1,
#masthead h1 a {
	width: 150px;
	height: 88px;
	display: block;
	background: url(/images/logo.jpg) center center no-repeat;
	margin: 0;
	padding: 0;
}

#masthead h1 {
	float: left;
	margin: .5em 1.5em 0 10px;
}

#masthead h1 span {
	text-indent: -9999px;
}

h2 {
	margin: 0 0 -.7em 0;
	padding: 0;
}


/*	HEADERS
-------------------------------------------------------------------*/
#masthead h2 {
	position: absolute;
	left: 10em;
	top: 1.4em;
	display: block;
	width: 400px;
	height: 101px;
}

#masthead h2 span {
	display: none;
}

#masthead h2#home { background: url(/images/header-welcome.jpg) 0 0 no-repeat; }
#masthead h2#about { background: url(/images/header-about.jpg) 0 0 no-repeat; }
#masthead h2#venues { background: url(/images/header-venues.jpg) 0 0 no-repeat; }
#masthead h2#services { background: url(/images/header-menus.jpg) 0 0 no-repeat; }
#masthead h2#employment { background: url(/images/header-employment.jpg) 0 0 no-repeat; }
#masthead h2#contact { background: url(/images/header-contact.jpg) 0 0 no-repeat; }




/*	NAVIGATION
-------------------------------------------------------------------*/
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 3;
}

ul#nav li { display: inline; }

ul#nav li a {
	display: block;
	width: 100px;
	height: 30px;
	overflow: hidden;
	float: left;
}

ul#nav li span {
	display: none;
}

ul#nav li#nav-home a {
	background: url(/images/nav-home.jpg) 0 0 no-repeat;
	width: 50px;
}
ul#nav li#nav-about a {
	background: url(/images/nav-about.jpg) 0 0 no-repeat;
	width: 70px;
}

ul#nav li#nav-venues a {
	background: url(/images/nav-venues.jpg) 0 0 no-repeat;
	width: 100px;
}

ul#nav li#nav-services a {
	background: url(/images/nav-menus.jpg) 0 0 no-repeat;
	width: 62px;
}

ul#nav li#nav-employment a {
	background: url(/images/nav-employment.jpg) 0 0 no-repeat;
	width: 86px;
}

ul#nav li#nav-contact a {
	background: url(/images/nav-contact.jpg) 0 0 no-repeat;
}

ul#nav li#nav-home.active a,
ul#nav li#nav-home a:hover { background: url(/images/nav-home.jpg) -100px 0 no-repeat; }

ul#nav li#nav-about.active a,
ul#nav li#nav-about a:hover { background: url(/images/nav-about.jpg) -100px 0 no-repeat; }

ul#nav li#nav-venues.active a,
ul#nav li#nav-venues a:hover { background: url(/images/nav-venues.jpg) -100px 0 no-repeat; }

ul#nav li#nav-services.active a,
ul#nav li#nav-services a:hover { background: url(/images/nav-menus.jpg) -100px 0 no-repeat; }

ul#nav li#nav-employment.active a,
ul#nav li#nav-employment a:hover { background: url(/images/nav-employment.jpg) -100px 0 no-repeat; }

ul#nav li#nav-contact.active a,
ul#nav li#nav-contact a:hover { background: url(/images/nav-contact.jpg) -100px 0 no-repeat; }



/*	CONTENT WRAPPER (holds sidebar and content and is
		necessary for footerstickalt)
-------------------------------------------------------------------*/
#contentWrapper { position: relative; min-height: 100%; padding-bottom: 5em; }

* html#contentWrapper { height: 100%; }


/*	SIDEBAR
-------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 199px;
	height: 100%;
	margin: -12px 30px 0 0;
	padding: 0 0 50px 0;
	color: #fff;
	font-size: 90%;
	line-height: 1.2em;
}

#sidebar a { color: #fff; }

#sidebar a:hover { text-decoration: none; }

#sidebar p.contact,
#sidebar p.recycleworks,
#sidebar .testimonial {
	background: transparent url(/images/bg_sidebar_divider.jpg) repeat-x 0 0;
	padding: 10px 15px;
}

#sidebar p.contact,
#sidebar p.recycleworks strong {
	font-size: 14px;
}

#sidebar .testimonial {
	padding-bottom: 10px;
	margin-top: 20px;
}

#sidebar img {
	border: 1px solid #4e0028;
	margin-left: 15px;
}




/*	CONTENT
-------------------------------------------------------------------*/
#content {
	width: 660px;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	padding-bottom: 3em;
}

/* images within body in CMS */
img.inlineimg {
	background: #8c9691;
	padding: 7px;
	margin-right: 3px;
}

#content ul {
/*	margin-top: -1em;*/
}




/*	FOOTER
-------------------------------------------------------------------*/
#footer {
	clear: both;
/*	width: 780px;*/
	height: 32px;
	position: relative;
	margin-top: -33px;
	background: #0a4e4f;
	border-top: 1px solid #000;
	font-size: 10px;
}

#footer p {
/*	margin-left: 220px;*/
	margin-left: 20px;
	font-size: 90%;
	line-height: 1em;
	color: #aaa;
}

#footer a { color: #aaa; }

#footer p span {
/*	color: #9c9c9c;*/
	color: #3b7170;
	padding-left: 20px;
}

#footer p span a {
/*	color: #9c9c9c;*/
	color: #3b7170;
}





/*	Typography
-------------------------------------------------------------------*/
#content h1 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}






/*	Forms
-------------------------------------------------------------------*/
#event_inquiry fieldset {
	border: 1px solid #0a4e4f;
	border-width: 1px 0 0 0;
	margin: 0 0 10px 0;
}

#event_inquiry fieldset.checkboxes,
#event_inquiry fieldset.textarea {
	border: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

#event_inquiry fieldset.textarea {
	margin-top: 20px;
}

#event_inquiry legend {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#event_inquiry label {
	float: left;
	clear: both;
	position: relative;
	line-height: 14px;
	margin-bottom: 1.4em;
	display: block;
}

#event_inquiry label span {
	display: block;
	position: absolute;
	left: 200px;
	top: 0;
}

#event_inquiry input.textfield {
	position: absolute;
	left: 8em;
	top: -2px;
	line-height: 12px;
	width: 200px;
}

#event_inquiry fieldset#event_info input {
	left: 13em;
}
