 /*
-------------------------------------

	Cultural Council Of Greater Jacksonville
	http://www.http://www.culturalcouncil.org/
	
	author: nGen Works
	http://ngenworks.com

-------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	font: small/1.75em "trebuchet MS", arial, helvetica, sans-serif;;
	text-align: center;
	color: #000
	}

#skip {
	display: none;
	}
	
#container {
	margin: 0;
	font-size: 90%;
	text-align: left;
	}

#search {
	display: none;
	}

#container2 {
	margin: 0;
	border-bottom: 1px solid #000;
	}
	
#container2:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
#sidebar {
	display: none;	
	}
	
div.callout {
	display: none;
	}

div.spotlight {
	display: none;
	}

div.calendar {
	display: none;
	}

#sidebar div.calendar {
	display: none;
	}
	
#footer {
	font-size: 85%;
	text-align: center;
	}
	

/* links
-------------------------------------- */

a:link {
	color: #666;
	}
	
a:visited {
	color: #999;
	}
	
a:hover, a:active {
	color: #666;
	}


/* images
-------------------------------------- */

#content img {
	margin: 0 10px 10px 0;
	border: 1px solid #333;
	}

body.contact #content img {
	float: right;
	}

body.home #content img {
	float: none;
	border: 0;
	}


/* typography & titles
-------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
	color: #999;
	}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	}

h1 {
	font-size: 220%;
	}

h2 {
	font-size: 190%;
	}

h3 {
	font-size: 160%;
	}

h4 {
	font-size: 140%;
	}

h5 {
	font-size: 120%;
	}

h6 {
	font-size: 110%;
	}

#content h5 {
	padding: 10px 0 0 0;
	border-top: 1px solid #666;
	}

p {
	margin: 0 0 15px 0;
	}


/* lists
-------------------------------------- */

ul {
	margin: 0 0 10px 0;
	}

#content ul {
	list-style-type: square;
	}


/* nav
-------------------------------------- */

#nav {
	display: none;
	}
	

/* breadcrumbs */

#breadcrumbs p {
	font-weight: bold;