@import "reset.css";
@import "icon.css";

body {
	font: 76%/115% arial,verdana,georgia;
	line-height: 20px;
	text-align: left;
}
h1 { font-size: 2.4em; }
h2 { font-size: 2.0em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; }
h5 { font-size: 0.9em; }
p { padding:5px 5px; }
a { color: #3b5998; }

/* WRAPPER */
.wrapper {
	margin: 0px auto;
	width: 960px;	
}

/* HEADER */
#header { background-color: #3b5998; }
#header h1 { float: left; }
#header a.main-title { 
	background: url('../images/logo.png');
	display: block;
	height: 100px;
	text-indent: -99999px; 
	width: 300px;
}
#navigation {
	float: right;
	font-size: 1.4em;
	margin: 50px 10px 0 0;
	width: 500px;
}
#navigation ul { list-style: none; }
#navigation li { float: left; margin: 0 30px 0 0; }
#navigation a { color: #fff; font-weight: bold; }


/* Content */
#content { padding: 50px 0; }

/* Sidebar */
#sidebar { background-color: #202020; color: #fff; padding: 30px 0; }

/* Footer */
#footer { padding: 10px 0; text-align: center; }

/* Misc */
.big-p {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}
.column-2 {
	float: left;
	margin: 20px 10px;
	padding: 20px;
	width: 43%;
}
.highlight-column {
	background-color: #eee;
	-moz-border-radius: 3px;
}
.column-3 {
	float: left;
	width: 30%;
	margin: 10px;
}
.clear-both { clear: both; display: block; }
.title { margin: 2px 0 10px; }

