

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(img/bg-body-0.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #121a00;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #9F0000;
}

h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #9F0000;
}

a:hover {
	text-decoration: underline;
}

img.border {
	border: 6px solid #E1F1F6;
}


#wrap {
	width:1000px;
	margin: 0 auto;
	padding: 0px;
	
}

#header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
}

#logo {
	
	height: 100px;
	margin-left: 50px;
	padding: 0px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding-top: 10px;
	letter-spacing: -1px;
	text-transform: capitalize;
	text-shadow: #303030 -2px 2px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
}

#logo p {
	display: block;
	margin-top: -10px;
	padding-left: 5px;
	text-shadow: #808080 -1px 1px 2px;
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}


#menu {
	width: 1000px;
	height: 90px;
	margin: 0px;
	padding: 0px;
	
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 70px;
	width: 50px;
	margin-right: 1px;
	padding: 20px 20px 0px 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #dddddd;
	border: none;
}

#menu .current a {
	background: url(img/bg-a-mn.jpg);
	color: #534B00;
}

#menu a:hover {
	background: url(img/bg-a-mn-h.jpg);
	text-decoration: none;
	color: #534B00;
}

/* Page */

#page {width: 1000px;
	margin: 0px auto;
	background: url(img/bg-body.png) no-repeat left top; 
}

/* Content */

#cont {
	float: left;
	width: 670px;
	padding: 10px 0px 10px 0px;
}

.post {
	
	
}

.post .title {
	letter-spacing: -1px;
	margin-left:20px;
	
}

.post .title a {
	border: none;
	color: #9F0000;
	text-shadow: #808080 -1px 1px 5px;
}


.post .entry {
	text-align: justify;
	margin-bottom: 25px;
	padding: 10px 0px 0px 0px;
}
.post a img{border:6px solid #E1F1F6; margin-left:-15px; margin-right:10px; float:left; max-width:300px;      max-height:300px}
.post .entry p{padding-left:10px;}

#sidebar {
	float: right;
	width: 280px;
	padding: 0px 0px 0px 0px;
	border:1px solid #efeeff; -moz-border-radius:5px;border-radius:5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	width:100%;
	list-style: none;
	
}

#sidebar li {
	margin: 0;
	padding: 0;
	background: url(img/bg-ul-sb.jpg) left top no-repeat;
}

#sidebar li ul {
	margin: 0px ;
	padding-bottom: 20px;
	border:none;
	
}

#sidebar li li {
	line-height: 32px;
	background: none;
}

#sidebar  h2 {
	height:35px;width:280px;text-align:center;
	
	margin-bottom: 20px;
	padding: 5px 0 0 20px;
	
	text-transform:capitalize;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

#sidebar a {
	border: none;
	color: #9F0000;
}

#sidebar a:hover {
	text-shadow: 1px 1px 1px #232323;
	text-decoration:none;
}



#foot {
	width: 1000px; height:100px; margin: 0px auto 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #222222;
	padding-top:30px;
	text-align:center;
}

#foot p {
	margin-top: 0px;
	padding: 20px 30px;
	line-height: normal;
	font-size: 14px;
	font-weight:bold;
	text-transform: uppercase;
	text-shadow: #e0d3c3 -2px 1px 2px;
	color: #dfdfdf;
}
#foot a {color: #dfdfdf;}
#foot a:hover {
	color: #ffffff;
}
