/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Version: 1.0
Author: Jeka@NS
*/



/* Begin Typography & Colors */
body {
    padding:0;
    margin:0;
    font-family:Georgia;
    font-size:14px;
    color:#997e59;
    text-align: justify;
    background:url('images/mainbg.jpg') left top repeat-x #FFFFFF;
}

img {
	border:0;
	padding:0;
	margin:0;
}

a, a:link, a:visited {
    text-decoration:none;
    color:#492e09;

}
a:hover {
    color:#492e09;
    text-decoration:underline;
}
td, table {
    padding:0;
    margin:0;
}


#sh_left
{
    background:url('images/left_shadow.png') top right repeat-y;
    width:14px;
}
#sh_right
{
    background:url('images/right_shadow.png') top left repeat-y;
    width:14px;
}

#headerl
{
    width:340px;
    text-align:left;
    font-size:18px;
    letter-spacing:0.5;

}
#header
{
    width:344px;
    text-align:center;
}
#headerr
{
    width:340px;
    text-align:right;
    font-size:14px;

}


.header
{
    background:url('images/header_bg.jpg') center top no-repeat;
    height:154px;
}

.header a, .header a:link, .header a:visited{
    color:#997e59;
}


#menu {
    width:1024px;
    height:23px;
    background:#FFFFFF;
    text-align:center;
}
#center {
    width:1024px;
    max-width:1024px;
    min-width:1024px;
    background:#FFFFFF;
}
#footer
{
    background:url('images/footer_bg.png') center top no-repeat;
    width:1024px;
    height:138px;
    vertical-align:top;
    padding-top:35px;
    text-align:center;
}

#content {
    width:964px;
    padding:30px;
    text-align:justify;
}
ul.main_menu, ul.main_menu li {
    display: inline;
    list-style-type:none;
    padding:0;
    margin:0;
    font-size:18px;
}

ul.main_menu li:after {
    content: '\00a0\00a0\00a0|\00a0\00a0';
}

ul.main_menu li.page-item-11:after {
    content: '';
}

ul.main_menu li a, ul.main_menu li a:link, ul.main_menu li a:visited {
    font-family:Georgia;
    font-size:18px;
    color:#997e59;
    text-decoration: none;
}

ul.main_menu li a:hover {
    font-family:Georgia;
    font-size:18px;
    color:#997e59;
    text-decoration: underline;
}

#post-21 table {border-top: 1px solid #997e59;}
#post-21 td {border-bottom: 1px solid #997e59; line-height:24px;}

.mmenu ul{
    display: block;
	width:964px;
	height:55px;
	margin:20px 0 0 0;
    padding: 0;
}
.mmenu li{
	float:left;
	list-style: none;
	margin:0 1px 0 0;
}
.storycontent{
	margin-left:300px;
}
.mmenu li a{
	font-size:16px;
	font-weight: bold;
	color:#997E59;
}
