/* RandomThink.net CSS */
/* Overall page management */
body {
	font-family: "Lucida Grande", Arial, sans-serif;
	background-color: #2B50A6;
	line-height: 1.4em;
}

body > header,
body > section,
body > footer {
	display: block;
	width: 940px;
	margin: 0px auto;
	padding: 0px 10px;
	background-color: #FFF;
	/* padding: 1em 10px; */
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

ul {
	padding-left: 1em;
}

p {
	padding-bottom: 1em;
}

a { color: #2B50A6;	cursor: pointer; }
a:visited { color: #A63A2B; }
a:hover { text-shadow: 1px 1px 1px #E0E2EC; }
a:focus { text-shadow: 1px 1px 1px #E0E2EC; }

/* Header */
body > header {
	position: relative;
	height: 175px;
	background-image: url(http://www.randomthink.net/wordpress/wp-content/themes/rtnet_carrington/img/eh_header.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* Header navigation */
body > header > nav {
	font-family: "Lucida Grande", Arial, sans-serif;
	text-transform: uppercase;
	position: absolute;
	bottom: 5px;
	right: 5px;
	text-indent: 0px;
}

body > header > nav ul {
	margin: 0px;
}

body > header > nav ul li {
	display: inline-block;
	padding-left: 1em;
}

body > header > nav a,
body > header > nav a:visited,
body > header > nav a:hover,
body > header > nav a:focus
{
	text-decoration: none;
	color: #000;
}

/*
body > header > nav ul li:after {
	content: " | ";
}

body > header > nav ul li:last-child:after {
	content: "";
}
*/

/* Footer */
body > footer {
	border-top: solid 1px #000;
}

body > footer > div {
	display: inline-block;
	width: 210px;
	height: 150px;
	margin: 0px;
	padding: 10px;
	font-size: 0.8em;
	vertical-align: top;
	border-right: dashed 1px black;
}

body > footer > div:last-child {
	border: none;
}

body > footer > div > .sidebar-header {
	color: #A63A2B;
	font-family: "Yanone Kaffeesatz", Georgia, serif;
	font-weight: bold;
	font-size: 2.4em;
	padding: 10px 0px;
}