/*  
Theme Name: UP-Markt
Description: Widget ready and tested on WP2.3
Version: 1.0

Kubrick v1.5
	 http://binarybonsai.com/kubrick/
*/
body {
	margin: 0;
	padding: 0;
	background: #6FB8DB url(images/body_bg.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

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

a {
	text-decoration: none;
	color: #247CA7;
}

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 */

#header {
	width: 980px;
	height: 398px;
	margin: 0 auto;
	background: url(images/headerrechts.jpg) no-repeat right top;
}

#logo {
	float: left;
	width: 490px;
	height: 150px;
	margin: 0 auto;
	background: url(images/headerlinks.jpg) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	padding: 50px 0 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1em;
}

#logo p {
	text-transform: uppercase;
	padding: 50px 0 0 3px;
	font-size: 1em;
	color: #033976;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #033976;
}

/* Menu */

#menu {
	float: right;
	width: 490px;
	margin: 0 auto;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #ff6600;
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 15px;
	color: #F0E4CA;
}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/content_bg.jpg) repeat-y left top;
}

#page-bg {
	padding: 11px 24px;
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 530px;
}

.post {
	padding: 0px 10px 40px 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
	font-size: 24px;
}

.post h2 {
	font-size: 24px;
}

.post h3 a {
	color: #000000;
}

.page {
	padding: 0px 10px 40px 15px;
}

.page h3 a {
	color:#000000;
}

.post-edit-link {
	color: #247CA7;
}

.title {
	margin: 0;
	padding: 15px 15px 0px 15px;
	background: url(images/bg2.gif) no-repeat left top;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #000000;
}

.title a:hover {
}

.byline {
	margin: 0 15px 20px 15px;
	text-transform: uppercase;
}

.entry {
	padding: 0px 15px;
}

.links {
	padding-right: 10px;
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #247CA7;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
}

.links .comments {
	float: left;
	padding-left: 20px;
}
/* Sidebars */

#sidebar1 {
}

#sidebar2 {
}

.sidebar {
	float: left;
	width: 205px;
	padding-right: 20px;
}

.sidebar a {
	color: #247CA7;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 0px 15px;
}

.sidebar li li {
	padding: 8px 0 8px 0px;
	border-bottom: #247CA7 solid 1px;
}


.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 7px 15px 5px 15px;
	background: url(images/bg1.gif) no-repeat left top;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.sidebar p {
	padding: 0px 15px;
}

/* Search */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: left;
	}

#sidebar #searchform #s {
	width: 180px;
	padding: 2px;
	height: 22px;
	border: 1px solid #000000;
	}

#sidebar #searchsubmit {
	padding: 2px;
	}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 189px;
	height: 16px;
	border: 1px solid #000000;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}



#x {
	margin: 1px 0 0 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 2px 0;
	height: 30px;
	text-align: center;
	background: url(images/footer.jpg) no-repeat left top;
}



#footer a {
	color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	top: 0px;
}

/* Banner */

#banner {
	width: 980px;
	margin: 0 auto;
	padding: 2px 0;
	height: 70px;
	background: url(images/banner_bg.gif) repeat left top;
}

#banner p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#banner a {
	color: #569DF5;
}

#commentform {
	padding-left: 15px;
}

#comment {
	width: 430px;
	padding-left: 15px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	padding-top: 50px;
	padding-left: 15px;
}

.navigation {
	padding: 20px 10px 0px 10px;
}

.pagetitle {
	padding-left: 20px;
	padding-bottom: 10px;
	color: #000000;
}

hr {
	display: none;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #E7D5A9;
	text-align: center;
	background-color: #666666;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.form_text_b154     { color: #000; font-size: 10px; font-family: verdana, sans-serif; padding: 1px; width: 152px; height: 14px; border: solid 1px #069 }
.body_l_blue { color: #069; font-size: 12px; font-family: georgia, times, serif; line-height: 20px; text-align: left }

