﻿/*
Theme Name: Siwat.org
Theme URI: http://www.militaru.net/whiteplus/
Description: a clean, minimalistic theme with 3 columns
Author: Siwat & Tirin; Originally by Militaru @ http://www.militaru.net/whiteplus/
Author URI:  http://www.siwat.org
Version: 1.0
Tags: 3 columns, widgets

*/
@import url("horimenu.css");

* {
	margin: 0px;
	padding: 0px;
}

/* body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
} */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
        background:url(http://www.siwat.org/images/siwat_mmx_bg.png) repeat-x #E1DED7;
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6{
	font-size: 16px;
	font-weight: bold;
}

a:link {
	color:#66573E;
}
a:visited {
	color:#66573E;
}
a:hover {
	color:#BAB591;
	text-decoration: none;
}
a:active {
	color:#66573E;
}

a img { border: 0; }

p { padding: 10px 0 5px; }

blockquote {
	margin: 10px 0 0;
	border-left: 2px solid #66573E;
}

blockquote p { padding: 10px; }

blockquote blockquote {
	float: none;
	width: auto;
	margin: 0 10px;
}

dd { padding: 0 0 0 20px; }

form, input, textarea {
	font-size: 12px;
}

p img { max-width: 100%; }

img.aligncenter {
	padding: 4px;
	border: 1px solid #ededed;
}

img.alignright{
	margin: 3px 0 2px 10px;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

img.alignleft {
	margin: 3px 10px 2px 0;
	padding: 4px;
	border: 1px solid #ededed;
	display: inline;
}

.alignleft { float: left; }

.alignright { float: right }

.aligncenter { 	display: block;	margin-left: auto;	margin-right: auto; }

.clear { margin: 0; padding: 0; clear: both; }

small { font-size: 11px; }

code {
	background: #ffe9b7;
}

ul {
	list-style-type: square;
}

#wrapper{
	width: 950px;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
}

#header{
	width: 950px;
	height: 179px;
	margin: 0px;
	background-image: url(http://www.siwat.org/images/siwat_mmx_blog_banner.png);
	background-repeat: no-repeat;
	padding:0px 50px 0px 50px;
	position: relative;
}

#header h1 {
	/*	margin: 20px 0 0 30px;*/
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 270px;
}

#header h1 a{
	/*	margin: 10px 0 30px 0;*/
	color: #EEEAC2;
	font-size: 40px;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: -2px;
}

#header h2 {
/*	font-size: 22px;*/
	color: #EEEAC2;
	margin: 0px 0px 0px 270px;
	font-weight: normal;
	text-transform: lowercase;
	letter-spacing: -1px;
}

#menu {
	width: 950px;
	height: 45px;
	border-bottom: 5px #70842E solid;
}

#menu ul{
	margin: 5px  auto;
	list-style: none;
	list-style-type: none;
	font-size: 14px;
}

#menu ul li{
	float: left;
	margin: 5px 10px 5px 10px;
	font-size: 14px;
	border: 5px #fff solid;
	background: #70842e;
}


#menu ul li a{
	display: block;
	padding: 5px 50px 8px 9px;
	text-decoration: none;
	color: #cddec6;
	font-weight: bold;
}

#menu ul li a:hover{
	background: #66573E;
}


#menu ul li.current_page_item{
	float: left;
	margin: 5px;
	font-size: 14px;
	border: 5px #70842E solid;
	background: #70842E;
}

#container {
	float: left;
	width: 950px;
	background-image: url(http://www.siwat.org/images/siwat_mmx_cont_bg.png);
	padding:20px 50px 20px 50px;
}

#content {

	float: left;
	width: 635px;
	margin-right: 1px;
}

#footer {
	width: 950px;
	height: 93px;
	margin: 0px;
	background-image: url(http://www.siwat.org/images/siwat_mmx_footer.png); no-repeat;
	padding:0px 50px 0px 50px;
}

.sidebar {

	float: right;
	width: 200px;
	margin-left: 12px;

}

.post {
	padding: 10px 5px 10px 20px;
}

.post a{
	font-weight: bold;
	text-decoration: underline;
	color: #BAB591;
}

.post a:hover{
	text-decoration: none;
}

.post h2 {
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px #BAB591 dotted;
}

.post h2 a {
	padding: 0;
	margin: 0;
	color: #66573E;
	text-decoration: none;
	letter-spacing: -2px;
	font-weight: normal;
}

.post h2 a:hover{
	padding: 0;
	margin: 0;	
	color: #BAB591;
	background: none;
}

.meta {
	color: #70842E;
	line-height: 22px;
}

.meta p {
	margin: 0;
	padding: 0;
}

a.comments-link {
	font-weight: normal;
}

.entry {
	line-height: 20px;
}


.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	padding: 10px 0 5px;
}

.entry h2 {
	font-size: 24px;
	border:none;
}
.entry h {}