/*
Theme Name: Stadtplan
Theme URI: http://henworx.de/
Description:  First theme for Ruhrmenu
Version: 0.1
Author: henworx
Author URI: http://henworx.de/
Tags: stadtplan
*/

#header { width: 1024px; }
#page_container { width: 900px; }
#postcol { width: 605px;float: left;}

/*
This stylesheet contains the style information that is
shared between the one-column, the two-column, and the
three-column variants of wucoco.  See style.css for
additional info.
*/


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 62.5%; /* Resets 1em to 10px , but there's font-size's all over the place compensating for it.*/
	color: #333333;
	background-color: #ffffff;
	}
	

	
	#pageleft {
	float: left;
	width: 260px;
	margin: 20px 20px 0px 0px;
	padding: 0 20px 0 0;
	border-right: solid 1px #999;
	text-align:left;
	}
	
#pagemiddle {
	float: left;
	width: 260px;
	margin: 20px 20px 0px 0px;
	padding: 0px;
	text-align:left;
	}
	
#pageright {
	float: right;
	width: 260px;
	margin: 20px 0px 0px 0px;
	padding: 0 0 0 20px;
	border-left: solid 1px #999;
	text-align:left;
	}

a {
	color: #602663;
	text-decoration: none;
	outline:none;
	}

a:hover {
	color: #602663;
	text-decoration: underline;
	}

a:visited {
	color: #602663;
	}
	
a:active {
	color: #cccccc;
	}

a img {
	border: none;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

.center {
	text-align: center;
	}

.pagetitle {
	margin-top: 0px;
	font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	}


/**************
 *** Header ***
 **************/

.homelink {background: url("images/home") no-repeat;}


#header {
	position: relative;
	height: 404px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px; /* Is this necessary? */
	background: url("images/wgsheader.jpg") no-repeat center;
}

#navlist li
{
display: inline;
list-style-type: none;
float: left;
border-right:1px solid #ccc;
padding-left:1em;
padding-right: 5px;
}

#header .nav {
	font-size:1.2em;
font-weight:bold;
height:36px;
position:absolute;
right:60px;
top:100px;	
	}
	
	#header .nav2 {
	position: absolute;
	top: 130px;
	right: 60px;



	height: 36px; /* Is this necessary? */
	/* font: 1.2em Verdana, Sans-Serif; */
	font-size: 1.1em;
	
	}

#header .nav a {
	color: #79337d;
	font-size:1.2em;
font-weight:normal;
	}
	

#header .searchform {
	position: absolute;
	bottom: 37px;
	right: 35px;
	font-size: 1.2em;
	}

#header #searchform {
	margin-bottom: 0px;
	}

#header .search-box {
        background: #37393b;
	padding: 1px;
	border: 1px solid #67696b;
	color: #a2b3bf; /* matches "#header .nav a" */
	}

#blogtitle {
	position: absolute;
	top: 40px;
	left: 20px;
	}

#blogtitle h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #b4c6d4;
	letter-spacing: 1px;
	}

/******************************
 *** Columns and Containers ***
 ******************************/

#page_container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 1.2em;
	}

#pc_t { background: url(images/postcolT.jpg) repeat-x top; }
#pc_r { background: url(images/postcolR.jpg) repeat-y right; }
#pc_b { background: url(images/postcolB.jpg) repeat-x bottom; }
#pc_l { background: url(images/postcolL.jpg) repeat-y left; }
#pctl { background: url(images/postcolTL.jpg) no-repeat top left; }
#pctr { background: url(images/postcolTR.jpg) no-repeat top right; }
#pcbr { background: url(images/postcolBR.jpg) no-repeat bottom right; }
#pcbl { background: url(images/postcolBL.jpg) no-repeat bottom left; }
#pc_c { padding: 15px; }

.postbox {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	background: white;
	}
.postbox .right { background: url(images/postboxR.jpg) repeat-y right; }
.postbox .bottom { background: url(images/postboxB.jpg) repeat-x bottom; }
.postbox .left { background: url(images/postboxL.jpg) repeat-y left; }
.postbox .br { background: url(images/postboxBR.jpg) no-repeat bottom right; }
.postbox .bl { background: url(images/postboxBL.jpg) no-repeat bottom left;}
.post_title { background: #ffffff; }
.post_title .top { background: url(images/post_titleT.jpg) repeat-x top; }
.post_title .right { background: url(images/post_titleR.jpg) repeat-y right; }
.post_title .left { background: url(images/post_titleL.jpg) repeat-y left; }
.post_title .tl { background: url(images/post_titleTL.jpg) no-repeat top left; }
.post_title .tr { background: url(images/post_titleTR.jpg) no-repeat top right; }
.postbox .content {
	margin: 0px 15px 20px 0px;
	padding: 0px 0px 10px 0px;
	min-height: 300px;
	}



/************
 *** Post ***
 ************/

h2.title {
	margin: 0px;
	padding: 6px 0px;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 1em;
	font-size: 1.6em;
	}

h2.title a {
	color: #602663;
	text-decoration: none;
	}

h2.title a:hover { text-decoration: underline; }

small.title {
	margin: -10px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
	font-size: 0.9em;

	color: #777777;
	}

.postmetadata {
	text-align: center;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	color: #777777;
	}

blockquote {
	color: #777;
	display: block;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	background: url(images/quote.gif) no-repeat left top;
	}

cite {
	margin: 5px 0 0;
	display: block;
	}

strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Georgia, Fixed, Sans-Serif;
	}

.postbox .content img {
	padding: 0;
	max-width: none;
	}

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;
	}

.postbox .content h1 {
	font-size: 1.6em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 1.25em;
	}

.postbox .content h2 {
	font-size: 1.4em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 1.25em;
	}

.postbox .content h3 {
	font-size: 1.25em;
	font-weight: normal;
	letter-spacing: 1px;
	}

.postbox .content h4 {
	font-size: 1em;
	}

.postbox .content p {
	margin-top: 0em;
	margin-bottom: 1em;

	}

/****************
 *** Comments ***
 ****************/

#comments{
	font-size:  1.1em;
	text-align: left;
	}

.respond {
	border-bottom: 1px dotted #7f7f7f;
	margin-top: 50px;
	margin-bottom: 0px;
	font-weight: normal;
	}

.comment_1, .comment_2, .comment_author {
	margin: 15px;
	background: white;
	}

.comment_1 .top, .comment_2 .top { background: url(images/commentT.jpg) repeat-x top; }
.comment_1 .right, .comment_2 .right { background: url(images/commentR.jpg) repeat-y right; }
.comment_1 .bottom, .comment_2 .bottom { background: url(images/commentB.jpg) repeat-x bottom; }
.comment_1 .left, .comment_2 .left { background: url(images/commentL.jpg) repeat-y left; }
.comment_1 .tl, .comment_2 .tl { background: url(images/commentTL.jpg) no-repeat top left; }
.comment_1 .tr, .comment_2 .tr { background: url(images/commentTR.jpg) no-repeat top right; }
.comment_1 .br, .comment_2 .br { background: url(images/commentBR.jpg) no-repeat bottom right; }
.comment_1 .bl, .comment_2 .bl { background: url(images/commentBL.jpg) no-repeat bottom left; }
.comment_1 .content, .comment_2 .content { padding: 15px; }

.comment_author .top { background: url(images/comment_authT.jpg) repeat-x top; }
.comment_author .right { background: url(images/comment_authR.jpg) repeat-y right; }
.comment_author .bottom { background: url(images/comment_authB.jpg) repeat-x bottom; }
.comment_author .left { background: url(images/comment_authL.jpg) repeat-y left; }
.comment_author .tl { background: url(images/comment_authTL.jpg) no-repeat top left; }
.comment_author .tr { background: url(images/comment_authTR.jpg) no-repeat top right; }
.comment_author .br { background: url(images/comment_authBR.jpg) no-repeat bottom right; }
.comment_author .bl { background: url(images/comment_authBL.jpg) no-repeat bottom left; }
.comment_author .content { padding: 15px; }

.respond {
	border-bottom: 1px dotted #7f7f7f;
	font-size: 1.5em;
	margin-top: 50px;
	margin-bottom: 0px;
	}

#commentform {
	margin: 15px auto 15px auto;
	}

#commentform .textform {
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	}

#commentform textarea {
	width: 100%;
	font-size: 1.5em;
	}

#commentform #submit {
	float: right;
	}


/****************
 *** Sidebars ***
 ****************/

#rightbar {
	float:	right;
	width: 250px;
/*	background: #CCDC95;*/
	}

#rb_t, #lb_t { background: url(images/sidebarT.jpg) repeat-x top; }
#rb_r, #lb_r { background: url(images/sidebarR.jpg) repeat-y right; }
#rb_b, #lb_b { background: url(images/sidebarB.jpg) repeat-x bottom; }
#rb_l, #lb_l { background: url(images/sidebarL.jpg) repeat-y left; }
#rbtl, #lbtl { background: url(images/sidebarTL.jpg) no-repeat top left; }
#rbtr, #lbtr { background: url(images/sidebarTR.jpg) no-repeat top right; }
#rbbr, #lbbr { background: url(images/sidebarBR.jpg) no-repeat bottom right; }
#rbbl, #lbbl { background: url(images/sidebarBL.jpg) no-repeat bottom left; }
#rb_c, #lb_c { padding: 20px 15px 20px 15px; }

#rightbar ul, #leftbar ul {
	margin: 0px;
	padding: 0px;
	}

#rightbar ul li, #leftbar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding:0;
	/*margin-bottom: 15px;*/
	}

li.sidebar-spacer {
	right: 0px;
	border-top: 1px solid #acb0b5;
	background-color: #eaeff3;
	width: 240px;
	height: 1px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	font: 1px/1px monospace;
	}

#rightbar ul li h2, #leftbar ul li h2 { /* Sidebar Headings */
	/*margin: 5px 0px 0px 0px;
	font-size: 1.25em;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;*/
	color:#303030;
	font-size:1.4em;
	margin:0 0 8px 0;
	padding:0;
	}

#rightbar ul li ul, #leftbar ul li ul {
	margin:0;
	padding:0;
	}

#rightbar ul li ul li, #leftbar ul li ul li {
	margin:0;
	padding:0;
	}

/*
online
*/
#rightbar ul li.cat-item-6{background:url(images/pointer_shop.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-31{background:url(images/pointer_parken.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-3{background:url(images/pointer_doctor.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-5{background:url(images/pointer_lawyer.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-4{background:url(images/pointer_garage.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-16{background:url(images/pointer_banken.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-17{background:url(images/pointer_dienstleistungen_freiberufler.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-18{background:url(images/pointer_handwerk_industrie.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-19{background:url(images/pointer_lebensmittel_feinkost.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-20{background:url(images/pointer_gesundheit_schonheit.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-23{background:url(images/pointer_leben_wohnen_einrichten.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-22{background:url(images/pointer_buch_medien.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-30{background:url(images/pointer_presse_buch_medien.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-24{background:url(images/pointer_reisen.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-25{background:url(images/pointer_gastronomie.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-26{background:url(images/pointer_mode_bekleidung_schmuck.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-27{background:url(images/pointer_kids_teens.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-28{background:url(images/pointer_foto_tv_hifi.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-29{background:url(images/pointer_floristik_gartnerei.png) no-repeat left;padding:4px 0 4px 23px;}

/*Local*/

#rightbar ul li.cat-item-34{background:url(images/pointer_shop.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-35{background:url(images/pointer_doctor.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-36{background:url(images/pointer_lawyer.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-38{background:url(images/pointer_garage.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-43{background:url(images/pointer_banken.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-45{background:url(images/pointer_floristik_gartnerei.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-46{background:url(images/pointer_foto_tv_hifi.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-47{background:url(images/pointer_gastronomie.png) no-repeat left;padding:4px 0 4px 23px;}
#rightbar ul li.cat-item-48{background:url(images/pointer_gesundheit_schonheit.png) no-repeat left;padding:4px 0 4px 23px;}


#sidebarRight{float: left; width:100%;margin:46px 0 15px 0;}
/****************
 *** Calendar ***
 ****************/

#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0px auto;
	width: 155px;
	}

#wp-calendar #next a {
	font-size: 100%;
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	font-size: 100%;
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-size: 1.2em;
	color: #333333;
	letter-spacing: 1px;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/*********************
 *** Archives Page ***
 *********************/

.postspermonth, .category-archives, .page-archives {
/* Currently all the archives are styled the same */
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}

.page_item { list-style: none; }

.postspermonth .comment-count {
	color: #999999;
	}


/******************
 *** Links Page ***
 ******************/

ul.links {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 0px;
	}

ul.links li {
	list-style: none;
	padding-bottom: 2px;
	}

/**************
 *** Footer ***
 **************/

#footer { text-align: right; padding-top:22px; float: left; width:100%;}

.nav3 {font-size: 10px; }

#henworx_mapcms_widget_listview_container{float: left; width:100%;}
#henworx_mapcms_widget_listview_container .item .default{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .mapcms_location_name{ border:none;}
#henworx_mapcms_widget_listview_container .item .shop{ color:#259806;}
#henworx_mapcms_widget_listview_container .item .doctor{ color:#039DB7;}
#henworx_mapcms_widget_listview_container .item .lawyer{ color:#c802a0;}
#henworx_mapcms_widget_listview_container .item .garage{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .banken{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .dienstleistungen_freiberufler{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .handwerk_industrie{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .lebensmittel_feinkost{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .gesundheit_schonheit{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .leben_wohnen_einrichten{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .buch_medien{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .presse_buch_medien{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .reisen{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .gastronomie{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .mode_bekleidung_schmuck{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .kids_teens{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .foto_tv_hifi{ color:#000000;}
#henworx_mapcms_widget_listview_container .item .floristik_gartnerei{ color:#000000;}


.henworx_pagination{clear:both; float:right; margin:0 0 6px 0; padding:0;}
.next_link {background:transparent url(images/arrow-down.gif) no-repeat scroll left ;float:left;width:17px;height:18px;margin-right:6px;}
.prev_link {background:transparent url(images/arrow-up.gif) no-repeat scroll left ;float:left;width:17px;height:18px;}
.next_link a, .prev_link a{display:block; text-decoration:none; /*text-indent:-9999px;*/}
.aligncenter {float:left;padding-left:5px;padding-right:5px;padding-top:2px;}

#henworx_mapcms_widget_listview_container{float:left; width:100%;}
#henworx_mapcms_widget_listview_container .item{ border-bottom:1px solid #E2E2E2;clear:both;float:left;padding:0 0 4px 0;width:100%;margin-bottom:7px;}
#henworx_mapcms_widget_listview_container .item .link{ font-size:0.9em;}
.listview .thumb_img, .listview .default_thumb_img{ float:left;padding:0px 5px 5px 0px;max-height:54px;overflow:hidden;width:80px; }
#henworx_mapcms_widget_listview_container .right-content{float:right; width:165px;}
/*#sidebarRight .henworx_mapcms_widget_category{ padding-top:26px;}*/

#content #mapCms{border:1px solid #e2e2e2;}
.address{font-size:11px;margin-top:4px;}

#search{float: left;}
#search form{margin:0; padding:0;}
ul.tabs li#henworx_mapcms_listview_mapview{display:none;}

.poweredby{clear:both; font-size:1em; margin-top:5px;}

