body {
	/* Sets font size to 10px approx. 1em = 10px. 1.2em = 12px. */
	font: 62.5% Verdana, Geneva, Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;
	background: #FFF url("images/body-background-gradient-greywhite-1.png") top left repeat-x;
	color: #333;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear-both {
	clear: both;
	font-size: 0.1em;
	height: 1px;
	text-indent: -9999px;
}

#main-container {
	width: 980px;
	margin: 0 auto;
}

#header-container {
	background: #FFF url("images/header-background-gradient-whitegrey-1.png") top left repeat-x;
	height: 71px;
	border: 1px solid #CCC;
	border-top: 0;
}

#header-container-bottom-border {
	background: #E00202;
	height: 4px;
	border: 1px solid #CCC;
	border-top: 0;
}

#header-logo h1 {
	width: 284px;
	height: 51px;
	padding: 10px 10px 0 10px;
	float: left;
	text-indent: -9999px;
}

#header-logo h1 a {
	background: url("images/header-logo-arrow-gradient-1.png") top left no-repeat;
	width: 100%;
	height: 100%;
	display: block;
}

#header-slogan h2 {
	background: url("images/header-logo-slogan-grey-1.png") top left no-repeat;
	width: 208px;
	height: 16px;
	margin: 45px 0 0 0;
	padding: 0 10px 0 0;
	display: block;
	float: right;
	text-indent: -9999px;
}

#header-navigation {
	text-align: left;
}

#header-navigation ul {
	margin: 0;
	padding: 0;
	line-height: 27px;
	list-style: none;
}

#header-navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#header-navigation ul li a {
	color: #414141;
	padding: 6px 10px;
	font-size: 1.5em;
	font-weight: bold;
}

#header-navigation ul li a:hover {
	color: #E00202;
	text-decoration: none;
}

#header-navigation-bottom-border {
	background: #C1C1C1;
	height: 4px;
	border: 1px solid #CCC;
	border-top: 0;
}

#body-container {
	padding: 7px 10px;
	font-size: 1.2em;
	line-height: 1.8em;
}

#body-container h2 {
	font-family: Georgia, Geneva;
	color: #222;
	margin: 15px 0 12px 0;
	font-size: 1.8em;
	font-weight: normal;
}

#body-container ul li {
	list-style-type: disc;
}

#body-container ol li {
	list-style-type: decimal;
}

ol, ul {
  padding: 0 0 0 35px;
}


#body-main p {
	padding: 0 0 10px 0;
	line-height: 1.5em;
}

#body-main img {
	padding: 5px;
	background: #EEE;
	border: 1px solid #CFCFCF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#body-side h4 {
	color: #222;
	font-family: "Myriad Pro", Arial;
	font-size: 1.7em;
	font-weight: normal;
	padding: 30px 0 8px 0;
}

#body-main {
	width: 705px;
	float: left;
}

.body-main-block .body-main-block-header {
	clear: both;
	background: #EDEDED url("images/header-background-gradient-whitegrey-1.png") top left repeat-x;
	border: 1px solid #CCC;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 10px 10px 0 10px;
	color: #000;
}

.body-main-block .body-main-block-header h1 {
	font-size: 1.4em;
	font-weight: bold;
}

.body-main-block .body-main-block-header h2 {
	font-size: 1.2em;
	font-weight: bold;
}

.body-main-block .body-main-block-header h1 a, .body-main-block .body-main-block-header h2 a {
	background-color: inherit;
	color: #151515;
	text-decoration: none;
}

.body-main-block .body-main-block-header h1 a:hover, .body-main-block .body-main-block-header h2 a:hover {
	border-bottom: 1px solid #151515;
}

.body-main-block .body-main-block-header .meta {
	padding-top: 2px;
	padding-bottom: 8px;
	font-size: 0.9em;
	color: #555;
}

.body-main-block .body-main-block-body {
	background: #FFF;
	border: 1px solid #CCC;
	border-top: 0;
	padding: 10px;
	margin-bottom: 10px;
}

.body-main-block .body-main-block-body .alignright {
	float: right;
}

#body-side {
	width: 250px;
	float: left;
	padding-left: 5px;
}

.body-side-block {
	margin-bottom: 10px;
	color: #000;
	width: 255px;
	float: right;
}

.body-side-block .body-side-block-header {
	background: #EDEDED url("images/header-background-gradient-whitegrey-1.png") top left repeat-x;
	border: 1px solid #CCC;
	padding: 5px 10px;
	font-weight: bold;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.body-side-block-header h1 {
	font-size: 1.1em;
	font-weight: bold;
}

.body-side-block .body-side-block-body {
	background: #FFF;
	padding: 5px 10px;
	border: 1px solid #CCC;
	border-top: 0;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.body-side-block .body-side-block-body ul {
	font-size: 0.9em;
}

.body-side-block .body-side-block-body ul, .body-side-block .body-side-block-body ol {
	margin: 0 5px;
	padding: 0;
}

.body-side-block-body ul li, .body-side-block-body ol li {
	list-style: disc;
	margin: 0 0 0 10px;
}

#body-container-bottom-border {
	background: #E00202;
	height: 4px;
	border: 1px solid #CCC;
	border-top: 0;
}


#footer-container {
	padding: 12px 10px 20px 10px;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #444;
	text-align: center;
	clear: both;
}

img#wpstats {
	display: none !important;
}
