body {
	margin-top: 50px;
	padding: 0;
	text-align: justify;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #000000;
    	background: #b94938 url(images/naci-el-ali-karikatur.jpg) no-repeat center top;
}

h1, h2, h3 {
	margin-top: 0;
	color: #005a20;
    text-shadow: #CCCCCC 1px 1px 1px;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 900px;
	margin: 0 auto;
}


/* Menu */

#menu {
	width: 800px;
	padding-top: 10px;
	height: 40px;
	border-bottom: 1px solid #eee;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	margin: 0;
	padding: 13px 17px 0 17px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: bold;
}

#menu a:hover {
	background-color: #000;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}


#page {
	width: 900px;
	margin: 0 auto;
}

#page-bg {
}


/* Content */

#content {
	float: left;
	width: 570px;
    margin: 30px 0 0 0;
}

.post {
	padding-bottom: 15px;
	line-height: 170%;
}

.post h1 {
	font-weight: normal;
	margin-bottom: 15px;
}

.post p{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 10px;
    font-size: 1.2em;
    color: #000000;
	/*text-indent: -30px;*/
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
	
}

.title a {
	border-bottom: none;
    color:#333;
    font-size:1.3em;
    font-weight:bold;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
}
.entry ul, li {
    padding: 0px;
    margin: 0px;
}

.entry ul {
    padding: 10px;
    margin: 5px;
}

.entry li {
    padding-left: 10px;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}



/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

.flower {
	padding-left: 20px;
}

.menuEntryList{
    font-size: 14px;
}


