
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
/*Background colors used: dark blue = #004A68, white, 
Writings: paragraphs: grey=#787573*, titles in header=white, title in content=*/

body {
	width: 950px;
	margin: auto;
	padding: 0;
	background: white url(../images/headerImg.jpg) no-repeat /*left*/ top;
	font-family: Tw Cen MT, Tw Cen MT, sans-serif;
	font-size: 12px;
	color: #787573;
}

h1, h2, h3, h4{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: white;
	/*color: #810988;*/
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 2.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 120%; /*180*/
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0077A7;	
}

a:hover {
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */
/*adjust text and body starts after the header image*/
#header-wrapper {
	height: 149px; /*146*/
}

#header {
	/*width: 950px;*/
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
	background: #004A68; /*was white before*/
}

/* Language buttons */
#language p{
	float: right;
	width: 100px;
	margin-top: 30px;
	font-size: 1.125em;
	color: white;
}

#language a {
	text-decoration: none;
	color: white;	
}


/* Logo */

#logo {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	color: white;
	/*color: #B55100;*/
	/*background: url(images/img02.jpg) no-repeat left 15px;*/
}

#logo h1, #logo p {
}

#logo h1 {
	padding: 0px 0px 0px 0px; /*adjust height of tabs*/
	letter-spacing: -1px;
	text-transform: ;
	font-size: 4.6em;
	background: redc;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 0px;
	font: normal 1.125em Tw Cen MT,"Times New Roman", Times, serif;
	color: white;
	/*color: #B55100;*/
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: white;	
}



/* Search */
/*
#search {
	float: right;
	width: 280px;
	height: 40px;
	padding: 0px;
}

#search form {
	height: 40px;
	margin: 0;
	padding: 0px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}
*/
/* Menu */

#menu {
	float: right;
	/*width: 600px;*/
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 15px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Tw Cen MT, Tw Cen MT, sans-serif;
	font-size: 1em; /*Size of tab-titles */
	font-weight: bold;
	color: #004A68;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #004A68;
	/*background: #FE7805;*/
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 990px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	/*background: url(images/img01blueN.jpg) no-repeat top; /*image needs to be adjusted, either one bar of 990px (left top) or
	shape with bottom width 300px (right top)*/
}
/*
#page-bgtop {
	padding: 0px 0px 20px 0px;		
}

*/
/* Content */

#content {
	float: left;
	width: 650px;
	padding: 25px 0px 0px 0px;
}

#content p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
	color: #787573;
	font-size: 1.125em;
}
#content li {
	margin: 0 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 1.125em;
	color:#787573;
	}
	
	
.post {
	margin-bottom: 40px;
	border-bottom: 1px dotted #E7E2DC;
}

.post .title {
	height: 41px;
	padding: 7px 0px 0px 30px;
	letter-spacing: -.5px;
}

.post .title a {
	border: none;
	color: #004A68;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Tw Cen MT, Tw Cen MT, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	font-style: italic;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
	font-size: 1.25em;	
	}
.post .entry .img {
	float: left;	
	width: 125px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	}
	
.links {
	padding-top: 20px;
	font-size: 1em;
	font-weight: bold;
}

#quote{
	float: left;
	width: 650px;
	padding: 60px 0px 0px 0px;
}
#quote h3 {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: center;
	color: #484848;
	font-size: 1.6em;
	}
	
#quote p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: center;
	color: #787573;
	font-size: 1.125em;
	}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
	margin: 0px;
	padding: 50px 20px 850px 0px;
	background-color: #004A68;
}



#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	
}

#sidebar li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 40px;
	border-bottom: 1px dotted #E7E2DC;
	margin: 0px 30px;
	border-left: none;
	font-size: 1.4em;
	padding: 0px 0px 0px 15px;
	color: #FFFFFF;
}

#sidebar li li span { 
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 0.875em;
	font-style: italic;	
}

#sidebar li li a {
	/*padding: 0px 0px 0px 15px;*/
}

#sidebar h2 {
	height: 38px;	
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #FFFFFF;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 30px 0;
	font-family: Tw Cen MT, Tw Cen MT, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 1em;
	text-transform: uppercase;
	text-align: center;
	color: #404040;
}

#footer a {
	color: #404040;
}
