@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #999;
	color: white;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
	background-color: #ffffff;
	color: #B5531A;
	/* margin: 30px 40px 30px 40px; */
	/* padding: 10px; */
	overflow: hidden;
	max-width: 1440px;
	margin: 0 auto;
	/* padding: 0 4.8rem; */
}

#header-bottom {
	border-top: 1px solid #b9d2e3;
	border-bottom: 1px solid #b9d2e3;
}

#header-bottom ul {
	margin: 0;
	padding: 0;
	padding: 0 30px 0 0;
	text-align: right;
}

#header-bottom li {
	display: inline;
	background-color: #ffffff;
	color: #990000;
}

#header-bottom a:link,
#header-bottom a:visited {
	text-decoration: none;
	background-color: #ffffff;
	color: #990000;
}

#tagline {
	font-weight: bold;
	background-color: #ffffff;
	color: #050845;
	font-style: italic;
	margin: 10px;
	padding: 0 0 0 20px;
	width: 300px;
	/* float: left; */
}

#ball {
	position: absolute;
	top: 128px;
	right: 52px;
}

#main {
	margin-top: 10px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

#content {
	margin: 0 240px 0 0;
	border: 1px solid #b9d2e3;
	background-color: white;
	color: #B5531A;
}

#mainfeature {
	background-image: url(img/mainimg.jpg);
	background-repeat: no-repeat;
	background-color: #805d3e;
	color: white;
	padding: 2em 2em 1em 40px;
}

#mainfeature h2 {
	margin: 0;
	font-weight: normal;
	font-size: 140%;
}

#mainfeature p {
	font-size: 110%;
}

#mainfeature p.more {
	margin-top: 0;
	text-align: right;
}

#mainfeature p.more a:link,
#mainfeature p.more a:visited {
	color: white;
	background-image: url(img/more-bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 14px;
}

#content .inner {
	margin: 10px 20px 10px 40px;
}

#content .inner h2 {
	color: #B5531A;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #b9d2e3;
	font-size: 110%;
}

#content .inner h3 {
	font-size: 130%;
}

#content .inner h3 a:link,
#content .inner h3 a:visited {
	color: #B5531A;
}

#content .inner p {
	color: #666666;
	font-size: 90%;
}

#content .inner .features li img {
	float: left;
	margin: 0 5px 5px 0;
}

#content .inner p.author {
	font-weight: bold;
}

#content .inner p.more {
	margin-top: 0;
	text-align: right;
}

#content .inner p.more a:link,
#content .inner p.more a:visited {
	color: black;
	background-image: url(img/more-bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 14px;
	font-size: 90%;
	color: #1e4c82;
}

#sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 225px;
	background-color: #805D3E;
	color: white;
	margin: 0;
	padding: 0;
}

#sidebar h3 {
	font-size: 110%;
	background-image: url(img/sidebar-header-bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0.2em 0 0.2em 10px;
	font-weight: normal;
}

#sidebar ul {
	list-style-image: url(img/more-bullet.gif);
	margin-left: 0;
}

#sidebar p,
#sidebar li {
	font-size: 90%;
	line-height: 1.4em;
}

#sidebar ul a:link,
#sidebar ul a:visited {
	color: white;
}

#sidebar .date {
	font-weight: bold;
}