/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
/* original
body {
	margin: 0;
	padding: 0;
	background: #584504 url(images/img01.gif) repeat-x;
	font-size: 14px;
	color: #B08A08;
}
*/
body {
	margin: 0;
	padding: 0;
	background: #1a2c40 url(images/header_bar.gif) repeat-x;
/*	background-color: #1a2c40; */
	font-size: 14px;
	color: #b4c3d7;
}


body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
/*	text-transform: lowercase;  */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	color: #6B95C2;
}

h3 {
	font-size: 1em;
	color: #6B95C2;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #b4c3d7;
}

a:hover {
	text-decoration: none;
}

/* Header */

/*#header {
	width: 780px;
	height: 170px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}
*/
#header {
	width: 780px;
	height: 170px;
	margin: 0 auto;
	background: url(images/header_rm.jpg) no-repeat;
}

#header h1, #header p {
	float: left;
	margin: 0;
	font-size: 25px;
	padding-top: 120px;
/*	text-transform: lowercase; */
	line-height: normal;
	padding-left: 40px; 
	color:#2E4E72;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}
/* Login */
#login {
	float: right;
	margin-top: 25px;
	/*width: 150px;*/
	height: 120px;
}
/* Menu */

#menu {
	width: 780px;
	height: 50px;
	margin: 0 auto;
	background: url(images/menu_bar_rm.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 14px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px 0 15px;
	margin-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

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

/* Page */

#page {
	width: 780px;
	margin: 0 auto;
	padding: 20px 0;
    font-size: 14px;
}

/* Content */

#content {
	float: left;
	width: 480px;
    font-size: 14px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #4A3903;
	color: #6B95C2;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #4A3903;
	text-align: right;
	color: #646464;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

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

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 30px;
	border-bottom: 1px dotted #4A3903;
	background: url(images/img06.gif) no-repeat 15px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 2px 30px;
	background: url(images/anchor.gif) no-repeat left bottom;
	border-bottom: 2px solid #4A3903;
}

#sidebar a {
	text-decoration: none;
}

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

/* Footer */

#footer {
	clear: both;
	padding: 20px 0;
	background: #000000/*#473702;*/;
	border-top: 2px solid #4A3903;
	text-align: center;
	font-size: smaller;
}

#image_thumb {
	
}

