/* Reset
-------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	position: relative;
}
ul li, ol li { list-style: none; list-style-position: inside; }
ol ol, ul ul, ol ul, ul ol { margin-left: 5px; margin-bottom: 0; }
ul {
	margin-left: 8px;
}

img { border: none; }

/* Body
-------------------------------------------------------------------*/
body { 
        margin: 0 auto;
        font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif; 
	color: #333; 
	background: #DED5BA top; 
}

*:first-child+html body {background: #DED5BA;}

* html body {background: #DED5BA url(images/bg.jpg) no-repeat center -8px;}

h1, h2, h3, h4, h5, h6 { font-family: "Trebuchet MS", Helvetica, Arial, Geneva, Sans-Serif; color: #414d4c; }
h1 {font-size: 22px; line-height: 26px; margin-bottom: 10px; }
h2 {font-size: 20px; line-height: 24px; margin-bottom: 7px; margin-top:20px; font-weight: bolder; }
h3 {font-size: 18px; line-height: 22px; margin-bottom: 5px; margin-top: 10px; }
h4 {font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h5 {font-size: 14px; line-height: 20px; margin-bottom: 5px; margin-top: 10px;}
h6 {font-size: 12px; line-height: 16px; margin-bottom: 5px; }

h1 span { color: #999; }

a { color: #3b5a4a; }
a:hover { color: #3b5a4a; }
a:visited { color: #3b5a4a; }

p {
	margin-bottom: 10px;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	text-indent: 4em;
	text-align: justify;
}

/* Header
-------------------------------------------------------------------*/
#header { 
	width: 960px; 
	height: 300px; 
	margin: 0 auto;
	position: relative; 
}
#header h2 { 
	width: 230px;
	position: absolute;
	text-align: center;
	top: 80px;
	left: 140px;
	font: 20px Verdana; 
	padding-top: 0px; 
	margin-bottom: 0; 
	color: #fff; 
}
#header h2 a { 
        color: #333; 
	text-decoration: none; 
}
#header span {
        position: absolute;
        top: 195px;
        left: 40px; 
	padding-left: 10px; 
	font-size: 1.6em; 
	color: #333; 
}


/* Container
-------------------------------------------------------------------*/
#wrapper { width: 960px; overflow: hidden; margin: 0 auto; }

/* Sidebar
-------------------------------------------------------------------*/
#sidebar { width:200px;float:left;padding: 10px 5px; }
#sidebar ul li { font-size:80%; }

/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 700px; 
	height: 100px; 
	margin-left: 0px; 
	position: relative;
        top: 175px;
}
#nav ul { 
	margin-left: 30px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 65px; 
}
#nav ul li { 
	float: left; 
	margin-right: 3px; 
	padding-left: 3px; 
        font-weight: bold;
}
#nav ul li.current_page_item { 
        width: 122px;
        height: 45px;
}
#nav ul li a {
        width: 122px;
        height: 45px;
        background: url(images/nav_bg.gif) no-repeat; 
	display: block; 
	text-decoration: none; 
	color: #333; 
	line-height: 45px; 
	text-align: center;
}
#nav ul li a:hover { color: #555; }
#nav ul li.current_page_item a { background: url(images/nav_bg.jpg) no-repeat; color: #ff0000; }



/* Content
-------------------------------------------------------------------*/
#content { 
	width: 530px; 
	float: left; 
	padding: 0 10px 15px 10px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
#content .post {
	margin-bottom: 5px;
	padding: 0px;
}
#content .post p {
	margin-bottom: 10px;
	margin-top: 10px;
	text-indent: 4em;
}
#content ul, ol, dl { margin-bottom: 20px; }
#content li{ list-style-type: inherit; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 960px; 
        height: 295px;
	color: #666666;
	margin: 0 auto; 
	background: url(images/footer_bg_wide.jpg) no-repeat;
        position: relative; 
} 

.rss {
        float: right;
	width: 184px; 
        height: 73px;
}

#footer-inner {

        clear: both;
        text-align: center; 
	width: 960px; 
	margin: 0 auto;
        padding-top: 70px; 
}
#footer p { 
	font-size: 11px; 
	margin: 0;
        text-align: center; 
}
#footer a { color: #666666; 
	text-decoration: none;
}
