
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #ffffff ;
}

body, th, td, input, textarea {
	font-family: Courier New;
	font-size: 13px;
	color: #020202 ;
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #ffffff ;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #2b12ab;
	border-bottom: 1px solid #2b12ab;
}

input.button {
	background: #ffffff ;
	border-top: 1px solid #2b12ab;
	border-left: 1px solid #2b12ab;
	border-right: 1px solid #4D5719;
	border-bottom: 1px solid #4D5719;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin-top: 1.5em;
	font-family: Courier New;
	color: #030303;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.8em;
	font-weight: bold;
	color: #030303;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
/*kolor linkw*/
a {
	text-decoration: none;
	
	color: #bf2d2d;
}

a:hover {
	border: none;
	background: #256bb3 ;
	
	color: #FFFFFF;
}

h1 a, h2 a, h3 a {
	border: none;
	/*border-bottom: 1px dotted #256bb3;*/
	text-decoration: none;
	color: #0101f8;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	/*border-bottom: 1px dotted #256bb3;*/
	color: #bf2d2d;
	font-weight: bold;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 980px;
	height: 35px;
	margin: 0 auto;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	background: #ede5bb;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: #d6d6d3;
	color: #030303;
}

#menu .current_page_item a {
	background: #d6d6d3 ;
	color: #000000;
}



/* Logo */

#logo {
	width: 978px;
	margin: 0 auto;
	height: 122px;
	background: url(images/logo.png) no-repeat;
	
}

#logo h1, #logo h2 {
	float: center;
	margin: 0;
	padding: 0;
	
}

#logo h1 {
	padding: 30px 5px 0 20px;
	
}


}

#logo p {
	clear: center;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.6em;
	font-weight: bold;
	color: #6e6f6c;
}





/* Page */

#page {
	width: 978px;
	margin: 0 auto;
	padding: 20px 0;

	border-top: none;
}

/* Content */

#content {
	float: center;
	width: 978px;
	padding: 0 20px 0 20px;
	
	
}



.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	font-size: 2.0em;
}

.post .entry {
	padding-bottom: 30px;
}

.post .meta {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.0em;
	font-weight: bold;
	color: #020202;
}

.post .meta a {
	color: #020202;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	
	background: url(images/img03.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}



/* Footer */

#footer {
	text-align: center;
	font-size: .8em;
}
