
/*---------------MAIN BODY----------------- */

body {
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

/*------------------------------------------------ */


/*---------------BUTTONS----------------- */

.btn {
    font-family:verdana;
    font-style: normal;
    font-weight:bold;
    font-size:10px;
    color:black;
    background:white none;
    border-width:1px;
    border-style:solid;
    border-color:#5D92B1;
}

/*------------------------------------------------ */


/*--------------PARAGRAPHS--------------- */

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
}

/*------------------------------------------------ */



/*--------------HYPER LINKS--------------- */

a {
	text-decoration: none;
	border-bottom: none;
	color: #1874CD;
}

/*------------------------------------------------ */



/*--------------PAGE HEADER--------------- */

#header {
	width: 910px;
	height: 105px;
	margin: 0 auto;
}

/*----------------------------------------------- */



/*------------------MENU-------------------- */

#menu {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 3px 15px 4px 15px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: none;
	margin-right: 3px;
	color: blue;
}

#menu a:active {
	background: none;
	margin-right: 3px;
	color: blue;
}

/*----------------------------------------------- */



/*------------------PAGE--------------------- */

#page {
	width: 910px;
	margin: 0 auto;
	padding-top: 20px;
}

/*----------------------------------------------- */


/*------CONTENT / NEWS META------- */

#content {
	float: right;
	width: 590px;
	padding: 20px 30px 0 0;
}

.post {
}

.post .meta {
	background: #4A708B;
	border: 1px dashed #590000;
	padding: 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

/*----------------------------------------------- */


/*--------------LEFT SIDEBAR------------- */

#sidebar {
	float: left;
	width: 210px;
    height: 800px;
	padding: 10px 10px 0 12px;
	background: #6996AD;
	border: 1px dashed #590000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #590000;
}

#sidebar li li span {
	display: block;
	margin-top: -18px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #FFFFFF;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: black;
}

/*----------------------------------------------- */


/*------------------FOOTER----------------- */

#footer {
	width: 954px;
	height: 3px;
	margin: 0 auto;
	padding: 10px 0 18px 0;
	background: #104E8B;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: 2px solid black;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: lowercase;
	text-align: center;
}

#footer a {
	color: #104E8B;
	border-bottom: 1px #FFFFFF dotted;
}

/*----------------------------------------------- */
