/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/titel-bg.jpg) repeat-x left top;
	/*font-size: large; */
	font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #000000;
}

h1, h2, h3 {
        margin: 0;
        padding: 0;
}

h1 {
	font-family: "Comic Sans MS";
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	azimuth: center;
}

h2 {
	font-family: "Comic Sans MS";
	font-size: large;
}

p, ul, ol {
        margin: 0 0 2em 0;
        text-align: justify;
        line-height: 26px;
        list-style: none;
}

a {
        color: #29A0C8;
}

a:hover, a:active {
        text-decoration: none;
        color: #29A0C8;
}

a:visited {
        color: #29A0C8;
}

.border {
	border: medium solid #678B1D;
	border-color: #678B1D #678B1D #678B1D #678B1D;
}

.img {
	border: none;
	border: medium;
	border-color: #678B1D;
	
} 



img.left {
        float: left;
        margin-right: 15px;
}

img.right {
        float: right;
        margin-left: 15px;
}

/* Form */

form {
        margin: 0;
        padding: 0;
}

fieldset {
        margin: 0;
        padding: 0;
        border: none;
}

legend {
        display: none;
}

input, textarea, select {
        font-size: 13px;
        color: #333333;
}

#wrapper {
}

/* Header */

#header {
        width: 90%;
        margin: 0 auto;
        height: 200px;

}

/* Menu */

#menu {
        width: 100%;
        height: 50px;
        margin: 0 auto;
        background: url(images/img02.jpg) repeat-x left top;

}

#menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

#menu li {
        float: left;
        height: 50px;
}

#menu a {
	display: block;
	padding: 10px 10px 0px 10px;
	background: url(images/img03.jpg) no-repeat right 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	font-family: Comic Sans MS,Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
        color: #ecc58a;
}

#menu .current_page_item a {
        color: #FFFFFF;
}

/** LOGO */

#logo {
        width: 100%;
        height: 100px;
        margin: 0 auto;
        /* background: url(images/titel-logo.jpg) no-repeat left 35px;*/
}

#logo h1, #logo h2 {
        float: left;
        margin: 0;
        text-transform: uppercase;
        line-height: normal;
}

#logo h1 {
        padding: 40px 0 10px 0px;
        font-size: 24px;
}

#logo h1 a {
        text-decoration: none;
        color: #ffffff;
}

#logo h1 a:hover { text-decoration: none; }

#logo h2 {
	padding: 50px 0 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#logo p a {
        text-decoration: none;
        color: black;
}

#logo p a:hover { text-decoration: none; }



/* Page */

#page {
        clear: both;
		  width: 90%;
        margin: 0 auto;
        padding: 10px 0px;
}

/* Content */

#content {
        /* float: right; */
        width: 100%;
        padding: 30px 20px;
        background: #ffffff;
        margin: 0;
}

/* Post */

.post {
        padding: 0px 20px;
        margin-bottom: 20px;
        float: center;
}

.post .title {
        margin-bottom: 20px;
        padding-bottom: 5px;
        border-bottom: 3px solid #8E8C8D;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
}

.post .entry {
        padding-top: 10px;
}

.post .meta {
        margin: -10px 0 0 0;
        font-size: 11px;
}

.post .meta p {
        padding-top: 15px;
        line-height: normal;
        color: #28313A;
}

.post .meta .byline {
        float: left;
}

.post .links {
        background: url(images/img05.jpg) no-repeat left 8px;
        padding-left: 20px;
}

.post .meta .more {
        padding: 0 20px 0 18px;
}

.post .meta .comments {
        padding-left: 22px;
}

.post .meta b {
        display: none;
}


/* Sidebar */

#sidebar {
        float: left;
        width: 100%;
        margin: 0;
        padding: 0;
}

#sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
        /* width: 100%; */
}

#sidebar li {
        margin-bottom: 10px;

}

#sidebar li ul {
        background: #95C72A;
        padding-top: 10px;
        padding-bottom: 20px;
}

#sidebar li li {
        margin: 0 20px;
        padding: 0px 10px;
        background: url(images/img04.jpg) no-repeat left 11px;
}

#sidebar h2 {
        /* width: 90%; */
        height: 35px;
        margin: 0;
        padding: 10px 0px 0px 20px;
        background: #678B1D;
        border-bottom: 1px dashed #95C72A;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #285C00;
	font-size: 14px;
	
}

/* Search */

#search {
        background: #95C72A;
        padding-bottom: 20px;

}

#search h2 {
        margin-bottom: 20px;
}

#s {
        width: 130px;
        margin-right: 5px;
        border: 1px solid #DFE1E0;
        margin-left: 20px;
}

#x {
        padding: 3px;
        border: none;
        background: #678B1D;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #FFFFFF;
}

/* Boxes */

.box1 {
        padding: 20px;
}

.box2 {
        color: #BABABA;
}

.box2 h2 {
        margin-bottom: 15px;
        font-size: 16px;
        color: #FFFFFF;
}

.box2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
        color: #EDEDED;
}

/* Footer */
#footer-wrap {
}

#footer {
        width: 90%;
        margin: 0 auto;
        padding: 0;
        background: #E5E5E5;
}

#footer {
        height: auto;
}

#footer p {
        margin: 0;
        padding: 0;
        font-size: 10px;
}

#legal {
        clear: both;
        text-align: center;
        color: #595959;
}

#legal a {
        font-weight: normal;
        color: #3E3C3D;
}

