/*
Theme Name: PACE
Description: Stripes for Stars
Version: 1.0
Author: David Goldammer
Author URI: http://avero.de/
*/

.linklist {
	display: none;
}

#shWaitBar{ display: none;}

* {
	margin: 0;
	padding: 0;
	}

html {
	color: #000;
	}

html, body, input, textarea, p {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Tahoma, Arial, Verdana, sans-serif;
	font-weight: normal;
	line-height: 20px;
	font-size: 12px;
    }
    
a 	{
	color: #A00;
	text-decoration: none;
	
	}
	
p {
	margin-bottom: 20px;
	}
	
h1 {
	font-size: 16px;
	margin-bottom: 10px;
	}
	
h2 {
	font-size: 16px;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 12px;
	margin-bottom: 5px;
	}
	
img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	}	

#page {
	position: relative;
	margin: 0 auto;
	width: 965px;
	height: 480px;
	}
	
#page_template {
	position: absolute;
	top: 18px;
	left: 20px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 2px 1px #000;
	}
	
#page_template { display: none; }

#logo {
	position: absolute;
	top: 0px;
	right: 0;
	width: 245px;
	height: 130px;
	background: url(img/logo_pace.gif) bottom;
	z-index: 20;
	}
	
#logo.el {	
	background: url(img/logo_el.gif) bottom;
	}
/* Navigation */

ul.menu {
	font-size: 11px;
	position: absolute;
	top: 90px;
	left: 0;
	width: 957px;
	height: 40px;
	padding-left: 8px;
	background: #252525;
	line-height: 54px;
	text-shadow: 0 2px 0 #000;
	z-index: 11;
	}
	
ul.menu .menu-item {
	display: inline;
	margin-left: 10px;
	text-transform: uppercase;
	}

ul.menu .menu-item a {
	color: #DDD;
	}
	
ul.menu .menu-item a:hover,			
ul.sub-menu .menu-item a:hover {
	color: #FFF;
	}
	
ul.menu .menu-item.current-menu-item > a,
ul.menu .menu-item.current-menu-ancestor > a {
	color: #FFF;
	font-weight: bold;
	}

ul.sub-menu {
	display: none;
	font-size: 11px;
	position: absolute;
	top: 40px;
	height: 28px;
	background: #C00;
	line-height: 28px;
	overflow: hidden;
	font-style: italic;
	padding-right: 10px;
	z-index: 10;
	text-shadow: 0 1px 0 #822;
	}

.current-menu-ancestor ul.sub-menu,
.current-menu-item ul.sub-menu {
	display: block;
	left: 10px;
	}

ul.sub-menu .menu-item a {
	color: #FDD;
	font-weight: normal;
	}

	
#impressum a {
	position: absolute;
	top: 620px;
	left: 735px;
	text-transform: uppercase;
	color: #000;
	}

/* Content */

#col_0 {
	position: absolute;
	top: 130px;
	left: 0;
	width: 925px;
	min-height: 432px;
	padding: 38px 20px 10px;
	background: #FFF;
	}

#col_0.narrow {
	width: 680px;
}

#col_1, #col_12 {
	position: absolute;
	top: 130px;
	left: 0;
	width: 320px;
	height: 480px;
	}

#col_2, #col_2_ {
	position: absolute;
	top: 130px;
	left: 320px;
	width: 360px;
	min-height: 432px;
	padding: 38px 20px 10px;
	background-color: #FFFFFF;
	}
	
#col_2_dn, #col_2_pr, #col_2_mb {
	color: #FFFFFF;
	position: absolute;
	top: 130px;
	left: 320px;
	width: 360px;
	padding: 38px 20px 10px;
	}	
	
#col_2_dn {
	background-color: #8e9485; 
	}
	
#col_2_pr {
	background-color: #968d85;
	}
	
#col_2_mb {
	background-color: #75848C;
	}
	
#col_2_ {
	background-color: #FFF;
	}
	
#col_2_dn a, #col_2_pr a, #col_2_mb a {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: dotted #ccc 1px;
	}
	
#col_2_dn .button a, #col_2_pr .button a, #col_2_mb .button a {
	border-bottom: none;
	}

#col_3, #col_32 {
	position: absolute;
	top: 130px;
	left: 720px;
	width: 245px;
	height: 480px;
	}

#col_3.sidebar {
	background: #FFFFFF; 
	border-left: 2px dotted #DDD;
	width: 243px;
	
	}
	
#col_3.sidebar li {
	list-style-type: none;
	}
	
.hr {
	margin-bottom: 20px;
	border-bottom: 2px dotted #DDD;
	}
	
.post {
	margin-bottom: 30px;
	}
	
.post.list p {
	color: #000;
	}
	
	
.post.list img {
	float: left;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: 10px;
	}
	
.post ul {
	margin-left: 18px;
	margin-top: -15px;
	}
	
.date {
	font-style: italic;
	color: #C60;
	}
	
.title {
	font-weight: bold;
	}
	
.jumper {
	display: block;
	font-weight: bold;
	padding-left: 15px;
	background: url(img/bullet.gif) top left no-repeat;
	}

p + .jumper, .post.list .jumper {
	margin-top: -20px;
	}
	
/* Widgets */

#sidebar ul {
	list-style: none;
	}

.widget_title, .widgettitle {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	padding: 18px 0 0 20px ;
	font-size: 12px;
	}
	
.widget_title a, .widgettitle a {
	color: #000;
	}
.widget ul {
	list-style: none;
	padding: 0 20px;
	}
	
.widget li {
	font-weight: bold;
	text-indent: 0;
	padding-left: 15px;
	background: url(img/bullet.gif) top left no-repeat;
	}
	
.ngg-widget.entry-content {
	margin: -10px 0 0 20px;
}
.widget_body img {
	margin-left: 20px;
}
	
/* Formular */

form p {
	margin: 0px;
	}

form .label, .post label, form h3 {
  	color: #666;
  	font-weight: normal; !important
	}
	
input,
textarea,
.wpcf7-response-output,
.wpcf7-not-valid-tip,
.button {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	}

form input[type='text'], form textarea, input[type='button'], input[type='submit'], .button  {
	outline: none;
  	border: 1px solid #CCC;
	width: 350px;
	padding: 5px;
  	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Lucida, Tahoma, Arial, Verdana, sans-serif;
  	margin-bottom: 10px;
	}
	
.sidebar input[type='text'] {
	width: 170px;
}
	
form textarea {	
	resize: vertical;
	}
	
form input:focus, 
form textarea:focus { 
	border-color: #900; 
	}
	
form input[type='submit'], input[type='button'], .button {
	background-color: #CCC;
	border: 1px solid #999;
	text-transform: uppercase;
	font-weight: bold;
  	width: 170px;
  	float: left;
  	text-align: center;
	}
 
form input[type='submit']:hover, input[type='button']:hover, .button:hover {
  	border: 1px solid #666;
   	outline: none;
	}
	
.wpcf7-response-output {	
	}

.button_bar {
}
.button {
	margin-right: 10px;
}
.button a {
	color: #000;
}
.button_bar .button {
	width: 110px;
}	
.mp-loading img {
	margin-right: 10px;
}
.button.email {
	background-image: url(img/email.png);
}
.button.abo {
	background-image: url(img/abo.png);
}
.button.twitter {
	background-image: url(img/twitter.png);
}
.button.email, .button.abo, .button.twitter {
	background-repeat: no-repeat;
	padding: 5px 10px 5px 30px;
	text-align: left;	
	background-position: 10px center;
	width: auto;
}

.hint {
	margin-bottom: 3px;
	color:  #999;
}

.outlet-toolbar .hint {
	color: #FFF;
}

.outlet-toolbar .button {
	border: 1px solid #555;
	background-color: #888;
}

.mp_form ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
}


/* CMS */

.edit {
	background-image: url(img/edit.gif);
	width: 36px;
	height: 17px;
	float: right;
	}
	
.edit:hover {
	background-position: center;
	}
	
.edit:active {
	background-position: bottom;
	}
	
.widget_body div {
	padding: 0 20px;
}

.clear {
	clear: both;
}







