/* Styles for cea8.org */
/* Palette:
#cd0d08 -> base red from logo
	analogous: #f74743, #cd0844
#390302 -> maroon or #360302
#6a6a6a -> grey
#cd4e08 -> orange
#08c8cd -> lt blue
#7f00ff -> purple
#fecccc -> pink
#f3f2f3 -> not quite white */

					/* Basic values */
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS",Helvetica,Arial,sans-serif;
	background-color:#fff;
	color: #000;
	font-size:100%;
}
p {
	font-size:1em;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6 {
	font-family:Georgia,Times,"Times New Roman",serif;
	text-align:center;
}
/*h1 {text-shadow:2px 2px #888}*/
h2.orange {color:#cd4e08;}
h3 {color:#f00}
a:link {
	color:#00f;
}
a:hover{
	color:#f00;
}
td {line-height:2em;}
td.time {vertical-align:top}
					/* Wrapper for the whole page */
#wrapper {
	text-align: left;
	margin: 0 auto;
	border:10px double #390302;
	background:#f3f2f3 url('../images/logo_apple_trans_300.png') no-repeat fixed center;
}
#header {
	background:#c0bbc5 url('../images/atlanta_trans_75.png') repeat-x bottom;
	border-top:3px solid #cd4e08;
}
#header img {
	margin-left:25px;
}
					/* Navigation */
#navigation {
	margin:0 auto;
	border-top:5px double #390302;
	border-bottom:5px double #390302;
	background-color:#feabab;
	font-weight:bold;
	text-align:center;
	list-style-type:none;
	line-height:1.6em;
}
#navigation li {
	display:inline;
	margin:0 15px 0 15px;
	border:2px solid #000;
}
#navigation a {
	text-decoration:none;
	color:#000;
	padding:0 5px 0 5px;
}
#navigation a:hover, #navigation a.active {
	background-color:#390302;
	color:#fff;
	text-decoration:none;
	padding:0 5px 0 5px;
}
					/* Main content */
#main_body {
	background:transparent url('../images/atlanta_skyline.png') repeat-x bottom;
}
#body_text {
	margin: 0 25px 0 325px;
	padding-top:25px;/*stops hiding big apple, same in left column*/
	text-align: left;
	color: #000;
	min-height:800px;
	max-width:80em;
}
#body_text p {
	padding-bottom:10px;
	line-height:1.5em;
}
#body_text li {
	list-style-image:url('../images/bullet_apple.png');
	line-height:150%;
	margin-left:30px;
}
.bigtext {font-size:1.5em}
.highlight {
	background-image:url('../images/bg_yellow_5px.png');
	border:3px solid #f00;
	padding:10px;
	margin-left:35px;
}
blockquote {
	color:#333;
	font-style:italic;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:.95em;
	text-indent: 25px;
	padding: 0 10px 6px 38px;
	margin: 0 26px 10px 56px;
	text-align:justify;
	background:url('../images/quotes.png') no-repeat;
}
.sig {
	text-align:right;
	margin-right:2em;
}
.email {
	margin-bottom:-5px;
}
.tooltip {
	cursor: help;
	border-bottom: 1px dashed #000;
}
					/* Tables for contacts */
table.contacts {
	width:90%;
	border-spacing: 0 20px;
	border-bottom:2px solid #f00;
}
table.contacts td {
	vertical-align:top;
}
table.contacts caption {
	font-size:1.3em;
	margin-top:25px;
}
table.contacts .contact_right {
	text-align:right;
}
					/* Column floated to the left */
.column_left {
	float:left;
	width:300px;
	padding:25px 25px 0 0;
	margin:0 0 25px 25px;
}
.column_left p {
	padding:10px 10px 10px 0;
	border-bottom:2px dotted #6a6a6a;
	font-size:.85em;
}
.column_left img {
	padding:0 5px 0 5px;
}
.active_page:before {
	content:url('../images/arrow_red.png');
}
					/* Floats and boxes */
.img_right {
	float:right;
	font-size:.8em;
	padding:10px 0 0 10px;
	text-align:center;
}
.img_left {
	float:left;
	font-size:.8em;
	padding:10px;
	text-align:center;
}
.img_right img,.img_left img,a>img {
	border:2px solid #390302;
}
					/* Footer */
address {
	margin:10px 70px 0 70px;
	text-align: center;
	font-size:.8em;
	clear:both;
	padding: 10px 0 180px 0;
	border-top: 5px solid #390302;
	color:#666;
}
address a:link, address a:visited {
	color:#888;
}
address a:hover {
	color:#666;
}
