/* Cheever's Cafe */
/* Main.css */
/* Created January 10, 2006 */
/* Modified January 12, 2006
--------------------------------------- */

/* General
--------------------------------------- */

.left {
	float: left;
	margin-right: 1em;
	}

.right {
	float: right;
	margin-left: 1em;
	}

.small {
	font-size: smaller;
	line-height: 1.3em;
	}

.large {
	font-size: larger;
	line-height: 1.3em;
	}

.hide {
	display: none;
	}

blockquote {
	padding: 1em 1.5em;
	display: block;
	}

dt {
	margin-top: .5em;
	font-weight: bold;
	}

dd {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 1em;
	}

ul, ol {
	margin-left: 1em;
	padding-left: 1em;
	}

ul li {
	margin-bottom: 1em;
	list-style: disc outside;
	}

ol li {
	margin-bottom: 1em;
	list-style: decimal outside;
	}

ol ol li {
	margin-bottom: 1em;
	list-style: lower-alpha outside;
	}

ol ol, ul ul {
	margin-top: 1em;
	}

table { 
	border-collapse: collapse;
	border-spacing: 0;
	}

img {
	border: none;
	}

p {
	margin: .5em auto 1em;
	}

strong { 
	font-weight: bold;
	}

em {
	font-style: italic;
	}


/* Structure and Layout
--------------------------------------- */

body {
	background: #F3E6CC url(images/bg_tile.jpg);
	text-align: center;
	font-family: "Century Gothic", "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 100.01%;
	color: #3F453C;
	padding: 0;
	margin: 0;
	}

#frame {
	text-align: left;
	margin: 0 auto;
	width: 762px;	
	}

#header {
	position: relative;
	height: 130px;
	}

#header h1 {
	width: 87px;
	height: 110px;
	text-indent: -9999px;
	background: url(images/cheevers_logo.gif) no-repeat left top;
	margin: 0 0 0 24px;
	}

#header h1 a {
	text-decoration: none;
	display: block;
	width: 87px;
	background: none;
	}

#container {
	background: #FFF url(images/container_bg.gif) no-repeat right bottom;
	padding: 10px 16px 16px 10px;
	}

#wrapper {
	padding: 14px;
	background: #A2BD95;
	}

#wrap {
	padding: 18px;
	background: #D4E0CF;
	}

#mainCol {
	float: left;
	width: 242px;
	font-size: 85%;
	text-align: justify;
	line-height: 1.6em;
	padding: 5px 20px;
	}

.oneCol #mainCol {
	width: auto;
	text-align: left;
	}	

#subCol {
	float: right;
	width: 371px;
	font-size: 85%;
	line-height: 1.6em;
	}

#extraCol, .oneCol #subCol {
	display: none;
	}

#footer {
	clear: both;
	padding: 18px 0;
	text-align: center;
	background: #40473C;
	font-size: 70%;
	text-transform: uppercase;
	margin: 12px 24px;
	color: #889D7D;
	letter-spacing: .05em;
	}

/* Links
--------------------------------------- */

a, a:link, a:visited {
	color: #40473C;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #889D7D;
	}

a:hover, a:active {
	color: #6E2C2B;
	text-decoration: underline;
	}

#footer a, #footer a:link, #footer a:visited {
	color: #889D7D;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover, #footer a:active {
	color: #D4E0CF;
	}


/* Navigation
--------------------------------------- */

.nav {
	margin: 0;
	padding: 0;
	}

.nav li {
	display: inline;
	list-style: none;
	margin-right: 1em;
	}

#header .navigation {
	position: absolute;
	top: 42px;
	right: 32px;
	width: 550px;
	}

#header .nav li {
	margin: 0;
	}

#header .nav a {
	text-decoration: none;
	font-size: 125%;
	color: #3F453C;
	padding: 6px 0 9px;
	margin: 0 18px;
	background: none;
	float: left;
	display: inline;
	font-weight: normal;
	}

#header .nav a:hover, #header .nav a:active {
	/*background: url(images/nav_over.gif) no-repeat center bottom;*/
	padding-bottom: 6px;
	border-bottom: 3px solid #6E2C2B;
	}

#header .nav a.selectedPageRoot,#header .nav a.selectedPage {
	/*background: url(images/nav_selected.gif) no-repeat center bottom;*/
	padding-bottom: 6px;
	border-bottom: 3px solid #40473C;
	}

/* Headers
--------------------------------------- */

h1, h2, h3, h4 {
	line-height: 1.1em;
	font-weight: normal;
	margin: .75em 0 .4em 0;
	text-align: left;
	}

h1 {
	font-size: 220%;
	}

h2 {
	font-size: 180%;	
	font-weight: bold;
	}

h3 {
	font-size: 140%;
	font-weight: bold;
	color: #6E2C2B;
	}
	
h4 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0;
	}

#mainCol h1.title {
	padding: 10px 18px;
	background: #6E2C2B;
	color: #FFF;
	font-weight: normal;
	line-height: 1.1em;
	text-transform: uppercase;
	font-size: 165%;
	text-align: center;
	margin-top: 0;
	}

/* Content
--------------------------------------- */

#subCol p img {
	border: 10px solid #40473C;
	margin-bottom: -5px;
	}

#footer h3 {
	color: #FFF;
	text-transform: none;
	margin: 0;
	font-weight: normal;
	text-align: center;
	}

#header .navigation h2 {
	background: #E38234;
	padding: 5px 24px 7px;
	margin: 0;
	color: #FFF;
	font-size: 85%;
	font-weight: normal;
	clear: both;
	}

#header .navigation h2 a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
	}

#header .navigation h2 a:hover {
	color: #6E2C2B;
	text-decoration: none;
	}

#legal {
	font-size: 65%;
	text-align: center;
	}

.blogList h2.postTitle {
	font-size: 100%;
	margin: 0;
	}

.linksModule, .blogsElement, .eventsElement {
	text-align: left;
	line-height: 1.4em;
	} 

.callout {
	background: #EBF3E8;
	padding: .5em 1em;
	border: 3px solid #FFF;	
	}

.callout h1, .callout h2, .callout h3, .callout h4 {
	margin-top: .25em;
	}

	
/* Clearing
--------------------------------------- */

#container:after, #wrapper:after, #wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container, #wrapper, #wrap {display: inline-block;}

/* Hides from IE-mac \*/
* html #container, * html #wrapper, * html #wrap {height: 1%;}
#container, #wrapper, #wrap {display: block;}
/* End hide from IE-mac */