/* 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
#fe9900 -> orange at cea */

					/* Basic values */
body,html {
	margin:0;
	padding:0;
	font-family:'Trebuchet MS','Helvetica',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:"Times New Roman",serif;
}
a:link {
	color:#00f;
}
a:hover{
	color:#f00;
}
					/* 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;*/
	background-color:#f3f2f3;
}
#header {
	background:#c0bbc5 url('../images/atlanta_trans_75.png') repeat-x bottom;
	border-top:3px solid #cd4e08;
}
#header img {
	margin-left:25px;
}
					/* Navigation */
#navigation_cea {
	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_cea ul {
	margin-top:1em;
	margin-bottom:1em;
}
#navigation_cea li {
	display:inline;
	margin:0 15px 0 15px;
	border:2px solid #000;
}
#navigation_cea a {
	text-decoration:none;
	color:#000;
	padding:0 5px 0 5px;
}
#navigation_cea a:hover, #navigation_cea a.active {
	background-color:#390302;
	color:#fff;
	text-decoration:none;
	padding:0 5px 0 5px;
}
#main_body {
	background:#f3f2f3 url('../images/atlanta_skyline.png') repeat-x bottom;
}
					/* 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;
}
					/* Forum Stuff */
#wrap {
	max-width:90em;
	margin:10px auto 0 auto;
}
/*#page-body {
	background-image:url('../images/bg_white_5px.png');
	padding: 0 20px;
}*/
.headerbar {
	background-color:transparent;
	background-image:none;
}
#site-description {
	max-width:50%;
}
#site-description h1 {
	color:#390302;
}
#search-box a {
	font-size:small;
}
.navbar {
	background-color:#feabab;
}

