body, html {
	background: #0055a5 url(../img/page-background.gif) repeat-x 0 0;
}

/* Typography */

p, li, ul, ol {
	color: #444;
	font: 92%/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
}

hr {
    height: 0;
    width: 0;
    border: 0;
	margin: 0;
	padding: 0;
	size: 0;
}

a, a:visited, a:active {
	color: #9f1313;
    outline: none;
	text-decoration: none;
}

a:hover {
	
}

em {
	font-size: 85%;
}

strong {
	font-weight: bold;
}

h1 {
    font-size: 197%;
    color: #9598a0;
	line-height: 1.2em;
	letter-spacing: -1px;
	padding-top: .5em;
	padding-bottom: .5em;
}

h2 {
    font-size: 174%;
    color: #0055a5;
	line-height: 1.2em;
	letter-spacing: -1px;
	padding-top: .5em;
	padding-bottom: .5em;
}

h3 {
    font-size: 152%;
    color: #0055a5;
	line-height: 1.2em;
	/*letter-spacing: -1px;*/
	padding-top: .5em;
	padding-bottom: .5em;
}

h4 {
    font-size: 122%;
    color: #0055a5;
	line-height: 1.2em;
	/*letter-spacing: -1px;*/
	padding-top: .5em;
	padding-bottom: .5em;
}

.clear {
	clear: both;
}

.pipe {
	color: #aaa;
	margin-right: .25em;
	margin-left: .25em;
}

.entry ol, .entry ul {
	margin-left: 1em;
	margin-bottom: 1em;
}

.entry ol li, .entry ul li {
		color: #5c5e63;
	list-style-type: square;
	list-style-position: inside;
	font-size: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.entry ol {
	list-style-type: square;
	list-style-position: inside;
}

.entry ul {
	list-style-type: square;
	list-style-position: inside;
}

/* Layout */

div#hd {
	text-align: center;
}

div#bd {
	background-color: white;
	padding-bottom: 1em;
}

div#ft {
	border-top: 1px solid #eee;
}

div#logo {
	margin-right: auto;
	margin-left: auto;
	width: 152px;
	padding-top: 1.5em;
	padding-bottom: 17px;
}

div#sidebar {
	padding-right: 1.5em;
}

div#sidebar p{
	font: italic 100% Georgia, "Times New Roman", Times, serif;
}

div#menu {
	display: block;
	padding-left: 2em;
	padding-right: 2em;
	margin-right: auto;
	margin-left: auto;
}

.entry {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.entry a {
	background: url(../img/arrow.gif) no-repeat 0 4px;
	padding-left: 1.5em;
}

.yui-b {
	/*background-color: orange;*/
}

/* Rounded corners */

.top-l {
	background: transparent url(../img/top-rounded-corners-left.gif) no-repeat left top;
	padding-left: 1.5em;
}

.top-r {
	background: transparent url(../img/top-rounded-corners.gif) no-repeat right top;
	padding-right: 1.5px;
	height: 1.5em;
}

.bottom-l {
	background: transparent url(../img/bottom-rounded-corners-left.gif) no-repeat left bottom;
	padding-left: 1.5em;
}

.bottom-r {
	background: transparent url(../img/bottom-rounded-corners.gif) no-repeat right bottom;
	padding-right: 1.5em;
}

.news-bottom-l {
	padding-left: 1em;
	background: transparent url(../img/news-panel-left.gif) no-repeat left top;
}

.news-bottom-r {
	background: transparent url(../img/news-panel-right.gif) no-repeat right top;
	padding-bottom: 3em;
	padding-top: 1em;
	padding-right: 1em;
}

div#sidebar ul#quickLinks li {
	font: italic 116% Georgia, "Times New Roman", Times, serif;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: underline;
}

div#sidebar ul#quickLinks li a:hover {
	text-decoration: none;
	background-color: #9f1313;
	color: #fff;
}

/* Navigation */

ul#nav {
	float: right;
}

ul#nav li {
	font-size: 100%;
	float: left;
	padding-top: 14px;
	padding-bottom: 14px;
}

ul#nav li a {
	color: #f4f4f4;
	text-decoration: underline;
	margin-left: .75em;
}

ul#nav li a:hover {
	text-decoration: underline;
}

ul#nav li.current_page_item {
	background: url(../img/current_page_item.gif) no-repeat center bottom;
}

/* Footer */

div#ft p  {
	color: #aaa;
	padding-top: .75em;
	padding-bottom: .75em;
	text-align: right;
}

div#ft p a, div#ft p a:active, div#ft p a:visited {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}

div#wp-editorial {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10001;
}

div#wp-editorial a {
	color: #fff;
	text-decoration: none;
	background-color: #F30;
	padding: 1em .75em .5em;
}

div#wp-editorial a:hover {
	background-color: #ffffd3;
	/*background-color:rgb(211, 255, 211);*/
	text-decoration: underline;
	color: #222;
}

/* -- Clear Fix -- */

.clearfix:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}