/*
simple css melody
*/


body {
	margin: 0;
	padding: 0;
	background: #fff url(images/banner.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:16px;
    color: #091c4f;
}

h1 {
	color:#636;
	font-size:18px;
	line-height:21px;
	font-weight: bold;
	padding:0 0 10px 0;
	text-align: left;
}

h2 {
	color:#3c58a7;
	font-size:16px;
	font-weight:bold;
	text-align: left;
}

h3 {
	font-size: 1.2em;
	line-height:1.2em;
	
	
}

h4 {
	color:#188070;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-align: left;
	
}

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

ul, ol {
}

a {
	color: #162f78;
	font-size:14px;
	text-decoration:underline;
}

a:hover {
	color: #0098b2;
	font-size:14px;
	text-decoration:none;
}


.pullquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5e454a;
	font-style: italic;
	line-height: 18px;
	font-variant: normal;
}


img.border {
	border: 3px solid #e0e5fc;
	
}

img.alignleft {
	float: left;
	margin: 5px 15px 5px 5px;
}

img.alignright {
	float: right;
	margin: 5px 5px 5px 15px;
}



.picture { background-color: #d9be8a; 
border: 1px solid #CCCCCC; padding: 3px; 
font: 11px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #CCCCCC; 
vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 

#wrapper {
	
}

/* Header */

#header-wrapper {
	height: 10px;
}

#header {
	width: 1075px;
	height: 200px;
}


/*begin menu*/
#navcontainer { 
	width: 150px;
	padding:5px 0 0 0;
}
#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navcontainer a {
	display: block;
	padding: 3px;
	width: 100px;
	
	border-bottom: 1px solid #957b3a;
	font-size:13px;
	font-weight:bold;
}
#navcontainer a:link, #navlist a:visited {
	color: #091845;
	text-decoration: none;
	font-size:13px;
}
#navcontainer a:hover {
	background: url(images/menuActive.jpg);
	color: #00afb0;
	font-size:13px;
}
#navcontainer #active a {
	background: url(images/menuActive.jpg);
	color: #d02027;
	font-size:13px;
}


/* Page */

#page {
	width: 1000px;
	padding: 0;
	border-top: 1px solid #D0D0D0;
	top: auto;
}

#page-bgtop {
	text-align: right;
}

#page-bgbtm {
	margin: 0px;
	padding: 40px 30px 0px 30px;
}

/* Content */

#content {
	float: right;
	width: 680px;
	padding: 500px 30px 0px 0px;
}

.post {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.post .title {
	padding-top: 10px;
	letter-spacing: -1px;
}

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

.post .meta {
	padding-bottom: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	border-bottom: 1px solid #D0D0D0;
}

.post .meta a {
}

.post .entry {
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
	text-align: left;
}


.links {
	display: block;
	width: 96px;
	padding: 2px 0px 2px 0px;
	background: #A53602;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 10px 0px 0px 0px;
}

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

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

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

#sidebar li li {
	padding-left: 20px;
	line-height: 35px;
	background: url(images/img01.gif) no-repeat left 12px;
}

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

#sidebar h2 {
	height: 38px;
	margin-bottom: 20px;
	padding: 12px 0 0 15px;
	border-bottom: 1px solid #D0D0D0;
	letter-spacing: -1px;
	font-size: 24px;
	color: #793418;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	
}

#sidebar a {
	border: none;
}

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


/* Footer */

#footer {
	width: 1075px;
	height: 55px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 14px;
	padding-left: 50px;
	line-height: normal;
	font-size: 10px;
	text-align: center;
	color: #676767;
}

#footer a {
	color: #676767;	
	font-size:10px;
	text-decoration:underline;
}

#footer a:hover {
	font-size:10px;
	text-decoration:none;
}
