﻿body {
	margin: 0;
	padding: 0;
	background: #6d7d80; 
	background-repeat: no-repeat; 
	background-attachment: fixed;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #374042;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(images/marker.png);
}

a {
	color: #1668b5;
}

a:hover {
	text-decoration: none;
	color: #e5eff3;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 0 0 15px;
	/*border: 1px solid #dac69d; */	    	
}

img.right {
	float: right;
	/*margin: 0 0 10px 20px;
	border: 1px solid #dac69d;*/
}

/* Header */

#logo {
    background: url(images/header.png) no-repeat;
	width: 916px;
	height: 59px;
	margin: 10px auto 0;
}

#logo h1 {
	text-align: right;
	text-shadow: 1px 1px #aab8cf;
	padding-top: 22px;
        margin-right: 55px;
	font-size: 24px;
	color: #086386;
}

/* Menu */

#menu {
	width: 916px;
	height: 45px;
	margin: 0 auto;
        background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
}

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

#menu li {
	display: inline;       
}

#menu a {
	display: block;
	float: right;
	height: 20px;
	padding: 6px 25px 0 25px;
	text-decoration: none;
	font-weight: bold;
	color: #4b4847;
        border-left: 1px solid #7da5ba;
}

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

#menu .current_page_item a {
	color: #4a7991;
}

/* Page */

#page {
	width: 916px;
	margin: 0 auto;
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
}

p.attention {
	color: #f3f6f9;
        font-style: italic;
}

#page-bg {
	padding: 11px 24px;
}

/* top img */

#t-img {
	width: 916px;
        height: 9px;
	margin: 0 auto;
}

#t-img-bg {
	padding: 11px 24px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #f0e5ce;
}

/* Content */
p {
  clear: left;
}

#content {
	float: left;
	padding: 0 20px;
}

#content_2 {
	float: left;
	width: 390px;
	padding: 0 20px;
}

#content-1{
	float: none;	
	padding: 0 20px;
}

hr {
    color: #7da5ba;
}

table {
	border-collapse: collapse; 
	/*text-align: center;*/
}

/*th {
    border: 1px solid #7da5ba;
}

td {
    border: 1px solid #7da5ba;
}*/

.post {
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom: 1px solid #8eb4c8;
}

/* Sidebar */

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

#sidebar_2 {
	float: right;
	width: 415px;
}

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

#sidebar li {
}

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

#sidebar li li {
	padding: 5px 20px 5px 35px;
	background: url(images/marker.png) no-repeat 20px 50%;
	border-bottom: 1px solid #f0e5ce;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #dac69d;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

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

/* Footer */

#footer {
	width: 916px;
	margin: 0 auto;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	padding: 0 0 50px 0;
}

#footer p {
	text-align: left;
	font-size: 0.9em;
	color: #4f5a5c;
	margin: 0 0 0 15px;
	padding-top: 25px;
}
