/*
Theme Name: MODEPALAST Blog
Theme URI: http://www.modepalast.com/blog
Description: This theme is based on the theme for Modepalast (by Michal Wlodkowski).
Author: Patricia Kalina
*/

body {
	margin: 0px 0px 0px 0px;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

img {
	border: none;
}

div#page {
	position:relative;
	margin-left: 15px;
	top: 40px;
	width: 800px;
}


/*
-----------------------
----- LEFT COLUMN -----
-----------------------
*/

div#leftContent {
	position: relative;
	float: left;
	width: 355px;
}

div.flyer {
	position:relative;
	float:left;
	overflow: hidden;
	width: 315px;
}

div.search {
	position: relative;
	float: left;
	margin: 0px 40px 0px 30px;
}div.facebook {	position: relative;	float: left;	margin: 20px 0px;}

div#sidebar {
	clear: both;
	position: relative;
	float: left; /* right */
	margin: 10px 40px 0px 30px;
}

div#sidebar a {
	text-decoration: none;
	color: #666666;
}

div#sidebar h2 {
	font-size: 11px; 
	font-weight: bold; 
	letter-spacing: 2pt;
	text-transform: uppercase;
}

div#sidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#sidebar ul.recent_comments {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 200px;
}

div#sidebar ul.recent_comments li {
	margin: 0px 0px 10px 0px;
}

div#sidebar ul li {
	list-style-type: none;
	text-decoration: none; list-style-image: none;

}

div.arrow {
	width: 30px;
	padding-left: 10px;
	float: right;
}


/*
-----------------------
----- RIGHT COLUMN ----
-----------------------
*/

div#rightContent {
	position: relative;
	float: left;
	width: 400px;
}

div.pageNavi {
}

div.pageNavi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}

div.pageNavi ul li {
	position: relative;
	float: left;
	list-style-type: none;
	text-decoration: none;
}

div.pageNavi ul li a {
	text-decoration: none;	 
	font-size: 11px; 
	font-weight: bold; 
	letter-spacing: 2pt;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px #656a7a solid;
	text-transform: uppercase;
}

div#content {
	position: relative;
	clear: left;
	width: 400px;
	margin-top: 40px;
	margin-bottom: 50px;
	font-size: 100%;
	color: #666666;
}

div#content textarea#comment {
	width: 400px;
}

div.gewinnspiel {
	text-align: right;
}

.gewinnspiel table {
	width: 300px;
}

.gewinnspiel table td {
	color: #666666;
	padding: 1px 5px 1px 0;
}

.gewinnspiel table td input.textfeld {
	border: 1px solid #666666;
	color: #666666;
}

.gewinnspiel table td input {
	width: 150px;
}

.li h2 {list-style-image: none; list-style: none;}
