/* 
	Theme Name: Revolution Code Blue 
	Theme URL: http://www.revolutiontwo.com/themes/code-blue
	Description: Code Blue is a 3-column Widget-ready theme created for WordPress.
	Author: Brian Gardner
	Author URI: http://www.briangardner.com
	Version: 2.0
	Tags: three columns, fixed width, white, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 11.01.08
		First Release of Revolution Code Blue
*/

body {
	background: #ffffff url(images/bg.jpg) repeat-x;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #00b5f0;
	text-decoration: none;
	}
	
a:hover {
	color: #00b5f0;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus {
  outline: none;
}

	
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	

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

#header {
	width: 975px;
	height: 115px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
	
#header p {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#header h1 {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #FFFFFF;
	font-size: 36px;
	font-family: Times New Roman, Georgia, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.headerleft {
	float: left;
	width: 470px;
	margin: 0 0 0 0;
	padding: 0px;
	height: auto !important;
	height: 78px;
    min-height: 78px;
	overflow: hidden;
	}

.headerleft h1 a, .headerleft h1 a:visited {
	display: block;
	background: url(images/vans_logo.png) no-repeat;
	text-indent: -5000px;
	width: 400px;
	height: 40px;
}

.headerright {
	width: 280px;
	height:30px;
	float: right;
	margin: 0;
	padding: 0px 5px 0px 0px;
	}
	
.headerright ul{
	float: right;
	margin:0;
	padding:0;
	vertical-align:top;
}
	
.headerright a, .headerright a:visited {
	color: #FFFFFF;
	padding: 0;
}

.headerright li a.txt_login {
	display: block;
	float: left;
	background: url(images/txt_login.png) no-repeat;
	margin-top: 9px;
	text-indent: -5000px;
	width: 60px;
	height: 31px;
	text-align: left;
}

.headerright li a.txt_logout {
	display: block;
	float: left;
	background: url(images/txt_logout.png) no-repeat;
	margin-top: 9px;
	text-indent: -5000px;
	width: 60px;
	height: 31px;
	text-align: left;
}
	
.headerright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.headerright a img {
	border: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
	
.headerright li {
	list-style: none;
	float: left;
	width: auto;
}




/************************************************
*	Navbar  									*
************************************************/

#navbar {
	width: 975px;
	height: 38px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarleft {
	width: 660px;
	height: 38px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
/*	
#navbarright {
	width: 300px;
	height: 38px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
*/
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    /*margin: 0px 20px 0px 0px;*/
	/*padding: 8px 10px 10px 10px;*/
	}

#nav li.current_page_item a {
	/*background-color: #FFFFFF;
	color: #000000;*/
	}

.page_blog_current {
	width:81px;
	height:38px;
	background: url(images/menue_blog.png) no-repeat;
	background-color:#FFF;
	}

.page_blog a {
	width:81px;
	height:38px;
	background: url(images/menue_blog_a.png) no-repeat;
	}

.page_blog a:hover {
	width:81px;
	height:38px;
	background: url(images/menue_blog.png) no-repeat;
	background-color:#FFF;
	}

.page_forum_current{
	width:100px;
	height:38px;
	background: url(images/menue_forum.png) no-repeat;
	background-color:#FFF;
	}

.page_forum a {
	width:100px;
	height:38px;
	background: url(images/menue_forum_a.png) no-repeat;
	}
	
.page_forum a:hover {
	width:100px;
	height:38px;
	background: url(images/menue_forum.png) no-repeat;
	background-color:#FFF;
	}

.page_van_current {
	width:142px;
	height:38px;
	background: url(images/menue_van_drivers.png) no-repeat;
	background-color:#FFF;
	}	

.page_van a {
	width:142px;
	height:38px;
	background: url(images/menue_van_drivers_a.png) no-repeat;
	}

.page_van a:hover {
	width:142px;
	height:38px;
	background: url(images/menue_van_drivers.png) no-repeat;
	background-color:#FFF;
	}	

.page_gallery_current {
	width:110px;
	height:38px;
	background: url(images/menue_gallery.png) no-repeat;
	background-color:#FFF;
	}

.page_gallery a {
	width:110px;
	height:38px;
	background: url(images/menue_gallery_a.png) no-repeat;
	}

.page_gallery a:hover {
	width:110px;
	height:38px;
	background: url(images/menue_gallery.png) no-repeat;
	background-color:#FFF;
	}	

.page_tools_current {
	width:89px;
	height:38px;
	background: url(images/menue_tools.png) no-repeat;
	background-color:#FFF;
	}	

.page_tools a {
	width:89px;
	height:38px;
	background: url(images/menue_tools_a.png) no-repeat;
	}

.page_tools a:hover {
	width:89px;
	height:38px;
	background: url(images/menue_tools.png) no-repeat;
	background-color:#FFF;
	}	
	

#nav a:hover {
	/*background: #FFFFFF;
	color: #000000;
	display: block;
	text-decoration: none;
    margin: 0px 20px 0px 0px;
	padding: 8px 10px 10px 10px;*/
	}

#nav li {
	height: 38px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	/*width: 140px;*/
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	/*background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 5px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;*/
	}
	
#nav li li a:hover, #nav li li a:active {
	/*background: #1A4E88;
	color: #FFFFFF;*/
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 975px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}

#contentleft p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	line-height: 20px;
	width: 475px;
}
	
#content h1 {
	color: #00b5f0;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content h1 a  {
	color: #00b5f0;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #00b5f0;
	text-decoration: underline;
	}

#content h2.category {
	color: #333333;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 40px;
	background: url(images/quote.png) no-repeat top left;
} 

#content h2.category a{
	color: #333333;
}

#content h2.category a:hover{
	color: #333333;
}
	
#content h3 {
	color: #00b5f0;
	/*font-size: 24px;*/
	/*font-family: Times New Roman, Georgia, Trebuchet MS;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content h4 {
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#contentleft {
	float: left;
	width: 475px;
	margin: 0px 0px 0px 0px;
	padding: 45px 30px 20px 30px;
	}
	
#contentleft ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentleft ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft ul {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px !important;
	}
	
#contentleft ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	display:block;
	float:left;
	width: auto;
}

#contentleft a.back-link {
	display: block;
	background: url(images/btn_link_back.gif) top right no-repeat;
	float: right;
	height: 20px;
	margin-top: 15px;
	margin-left: 380px;
	position: absolute;
	text-indent:-5000em;
	width: 100px;
}

#contentleft a.add-item {
	display: block;
	color: #ff7200;
	background: url(images/icon_add_picture.gif) top left no-repeat;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	margin-right: 20px;
	padding-left: 25px;
	width: auto;
}

#contentleft a.delete-item {
	display: block;
	color: #ff7200;
	background: url(images/icon_delete_picture.gif) top left no-repeat;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	margin-right: 20px;
	padding-left: 25px;
	width: auto;
}

#contentleft a.edit-item {
	display: block;
	color: #ff7200;
	background: url(images/icon_edit_picture.gif) top left no-repeat;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	margin-right: 20px;
	padding-left: 25px;
	width: auto;
}

/* tabmenue */
#contentleft p.tabmenue {
	margin-top: 5px;
}
#tabmenue{
	margin:0 !important;
	padding:0 !important;
}

ul#tabmenue {
	border-bottom: 1px solid #7f7f7f;
	padding: 0 !important ;
	height: 30px;
}

#tabmenue li {
	list-style: none;
	display: inline;
	margin:0 !important;
	padding:0 !important;
}

#newest a:link {
	/*padding: 5px;
	padding-bottom: 0px;
	border: 1px solid #778;
	border-bottom: none;*/
	margin:0 !important;
	width:82px;
	height:31px;
	/*padding:0px 45px 25px 40px;*/
	/*background: url(images/menue_newest_a.png) top no-repeat;*/
	
	}
	
#most a:link {
	/*padding: 5px;
	padding-bottom: 0px;
	border: 1px solid #778;
	border-bottom: none;*/
	margin:0 !important;
	width:130px;
	height:31px;
	/*padding:0px 80px 25px 40px;*/
	/*background: url(images/menue_most.png) top no-repeat;*/
}

#newest a:hover {
	/*padding: 5px;
	padding-bottom: 0px;
	border: 1px solid #778;
	border-bottom: none;*/
	width:82px;
	height:31px;
	/*padding:0px 45px 25px 40px;*/
	/*background: url(images/menue_newest_s.png) top no-repeat;*/
	
	}
	
#most a:hover {
	/*padding: 5px;
	padding-bottom: 0px;
	border: 1px solid #778;
	border-bottom: none;*/
	width:130px;
	height:31px;
	/*padding:0px 80px 25px 40px;*/
	/*background: url(images/menue_most_s.png) top no-repeat;*/
}

#tabmenue li a:link, #tabmenue li a:visited {
	color:#333;
}

#tabmenue li a.current {
	/*border-top: 1px solid :#000;*/
}

#tabcmenue_content {
	padding-top: 13px;
	width: 475px; 
	/*border-top: 1px solid #999;*/
}

#tabcmenue_content h1{
	margin-top: 0px;

}
#tabcmenue_content h2 {
	margin-bottom: 8px;
}

/*.tabmenue_content_tab {
	display:none;
}*/

#contentleft ul li.last-tab {
	
	height: 30px;
	/*width: 280px;*/
}
/* tabmenue ende */

.date {
	clear: both;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	/*border-bottom: 1px dotted #999999;*/
	}
	
p.tags {
	font-size: 11px;
	color: #74787d;
	border-bottom: 1px solid #b2b2b2;
	}
	
p.tags a {
	color: #FFFFFF;
	padding: 3px;
	background-color: #74787d;
}	

p.tags a:hover {
	color: #FFFFFF;
	padding: 3px;
	background-color: #74787d;
}
p.tags a:visited {
	color: #FFFFFF;
	padding: 3px;
	background-color: #74787d;
}

	
.postmeta {
	width: 475px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #b2b2b2;
}

.postmeta .vote {
	width: 120px;
	color: #00B5F0;
	float: left;
	padding: 10px 0;
}

.postmeta .vote .ratingVote {
	padding-left: 10px;
}

.postmeta .comments {
	float: right;
	font-size: 11px;
	padding: 10px 0 !important;
}

.postmeta .comments a {
	background: #FFFFFF url(images/commentBubb.png) no-repeat top left;
	padding: 5px 0 5px 38px;
	height: 24px;
	
}

.postmeta .comments a:hover {

}

.postmeta .comments img {

}

.sociable {
	float: left;
	margin-top: 0px !important;
	width: 320px;
}
.sociable_tagline {
	float: left;
}

.mail2friend {
	float: right;
	padding-left: 0px;
	background: url(images/e-mail.png) no-repeat top left;
	height: 17px;
}

.mail2friend_s {
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	background: url(images/e-mail.png) no-repeat top left;
	height: 17px;
}

.mail2friend_s a{
	font-size:11px;
	padding-left: 33px;
}

.mail2friend a{
	font-size:11px;
	padding-left: 33px;
}
	
blockquote {
	font-style: italic;
	margin: 0px 25px 15px 25px;
	padding: 0px 25px 0px 10px;
	border-left: 2px solid #4A7EB8;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
.commentsText {
 border: 2px;
 border-color: #22b3f2;
 border-style:solid;
 }
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wp-caption {
	margin: 0px;
	padding: 0px;
	}
	
.wp-caption img {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
	}
	
/************************************************
*	Left Sidebar 					     	    * 
************************************************/

#l_sidebar {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 20px 0px;
	line-height: 20px;
	}

#l_sidebar #imbissfoto{
	margin-right: 10px;
	}
#l_sidebar .imbissWidget {
	margin-top: 30px;
	margin-bottom: 30px;
}

#l_sidebar h2 {
	/*background: #FFFFFF url(images/h2bg.jpg) repeat-x;*/
	background-color: #e3e4e5;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	}
	
#l_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#l_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#l_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li li {
	/*background: #FFFFFF url(images/arrow.gif) no-repeat top left;*/
	padding: 0px;
	margin: 0px;
	}
	
#l_sidebar ul li ul li {
	/*background: #FFFFFF url(images/arrow.gif) no-repeat top left;*/
	padding: 0px;
	margin: 0px;
	}
	
/********************* NEW USERS ***************/
#l_sidebar ul.newUsers {
	margin-top: 2px;
	margin-bottom: 35px;
}	

ul.newUsers div.newUserPic {
	width: 62px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
	
#l_sidebar ul.newUsers li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: #eaeaea 1px solid;
	margin: 0px;
}	

#l_sidebar ul.newUsers p {
	font-size: 11px;
	line-height: 16px;
	padding-top: 8px;
}

#l_sidebar ul.newUsers li#newUserAll {
	padding-left: 77px;
	border: none;
}


	.newUserMask {
		overflow: hidden;
		position: relative;
	}
	.newUserBorder {
		border: none;
		padding: 0px;
		float: left;
		margin: 0px;
	}
	.newUserBorder a img {
		border: none;
	}
	
/********************* NEW USERS ***************/
	.picMask {
		overflow: hidden;
		position: relative;
	}
	.picBorder {
		border: none;
		padding: 0px;
		float: left;
		margin: 0px;
	}
	.picBorder a img {
		border: none;
		z-index: -9999;
	}

/************************************************
*	Left Sidebar Snack TOP3 		     	    * 
************************************************/
#l_sidebar #top3 {
	float: left;
	width: 220px;
	margin: 0px;
	line-height: 15px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-top-color: #999999;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}
	
#l_sidebar #top3 h2 {
	/*background: #FFFFFF url(images/h2bg.jpg) repeat-x;*/
	background-color: #e3e4e5;
	color: #FF6600;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#l_sidebar #top3 h3 {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 10px;
	}

#l_sidebar #top3 .postmeta{
	width:150px;
	border-style: none;
}

#l_sidebar #top3 p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}

#l_sidebar #top3 #snackimg img {
	height: 62px;
	width: 62px;
	margin-right: 5px;
	float: left;
}

#l_sidebar #top3 ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#l_sidebar #top3 ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#l_sidebar #top3 ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar #top3 ul li li {
	/*background: #FFFFFF url(images/arrow.gif) no-repeat top left;*/
	padding: 0px;
	margin: 0px;
	}
	
#l_sidebar #top3 ul li ul li {
	/*background: #FFFFFF url(images/arrow.gif) no-repeat top left;*/
	padding: 0px;
	margin: 0px;
	}
	
/********************* NEW USERS ***************/
#l_sidebar #top3 ul.newUsers {
	margin-top: 2px;
}	

ul.newUsers #top3 div.newUserPic {
	width: 62px;
	text-align: center;
	float: left;
	margin-right: 15px;
}
	
#l_sidebar #top3 ul.newUsers li {
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: #eaeaea 1px solid;
	margin: 0px;
}	

#l_sidebar #top3 ul.newUsers p {
	font-size: 11px;
	line-height: 16px;
	padding-top: 8px;
}

#l_sidebar #top3 ul.newUsers li#newUserAll {
	padding-left: 77px;
	border: none;
}


	.newUserMask {
		overflow: hidden;
		position: relative;
	}
	.newUserBorder {
		border: none;
		padding: 0px;
		float: left;
		margin: 0px;
	}
	.newUserBorder a img {
		border: none;
	}

/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#r_sidebar {
	float: right;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 20px 0px;
	line-height: 20px;
	}
	
#r_sidebar h2 {
	/*background: #FFFFFF url(images/h2bg.jpg) repeat-x;*/
	background-color: #e3e4e5;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 20px 0px 5px 0px;
	padding: 3px 0px 3px 10px;
	}

#r_sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#r_sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#r_sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li li {
	/*background: #FFFFFF url(images/arrow.gif) no-repeat top left;*/
	padding: 0px;
	margin: 0px;
	}
	
#r_sidebar ul li ul li {
	/*background: #FFFFFF url(images/arrow.gif) no-repeat top left;*/
	padding: 0px;
	margin: 0px;
	}
	
#categories-3 {
	list-style:none;
	}

#tag_cloud-3 {
	list-style:none;
	}

#r_sidebar .login-box {
	font-size: 11px;
	font-weight: bold;
}
	
#r_sidebar .login-box p {
	padding-left: 10px;
}

input {
	background-color:#FFFFFF;
	border:2px solid #22B3F2;
}
input.login-input {
	background-color:#FFFFFF;
	border:2px solid #22B3F2;
	font-size:16px;
	padding: 4px;
	margin-bottom: 10px;
	width: 90%;
}

.login-box #wp-submit {
	background: #FFF url(images/btn_login.gif) no-repeat center top;
	border:0 none;
	cursor:pointer;
	float: right;
	height:38px;
	margin:0;
	padding:0;
	text-indent:-5000em;
	width:100px;
}

#r_sidebar .user-box p {
	padding: 0px 0px 0px 0px;
}
#r_sidebar .user-box p.pre-text span {
	font-size: 13px;
	font-weight: bold;
}	

#r_sidebar .user-box .newUserBorder {
	padding-left: 10px;
}

.user-box a.admin-profile {
	background: #22B3F2;
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-right: 0px;
	padding: 3px 10px;
}

ul#l_sidebarwidgeted {
	margin-top: 8px;
}

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	background: #FFFFFF url(images/bg.jpg) repeat-x top left;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 475px;
	height: 115px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#footer p {
	color: #FFFFFF;
	font-size: 10px;
    font-weight: normal;
    /*text-transform: uppercase;*/
	margin: 0px;	
	padding: 0px;
	}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.footerleft {
	/*width: 700px;*/
	float: left;
	margin: 0px;
	padding: 14px 0px 8px 0px;
	}
	
.footerright {
	/*width: 350px;*/
	float: right;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	text-align: right;
	}
.footerright #powerdby {
	font-style: italic;
	float: left;
	padding-top: 3px;
}
.footerright #mblogo {
	float: left;
	padding-top: 2px;
	/* padding-left: 15px; */
}
.footerright #footerLogout {
	float: left;
	margin-left: 15px;
	padding-top: 3px;
}
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	/*background: #FFFFFF url(images/h2bg.jpg) repeat;*/
	background-color: #e3e4e5;
	height: 34px;
	text-align: left;
	margin: 0px;
	padding: 10px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	height: 34px;
	}
	
#s {
	background: #FFFFFF url(images/search-big.jpg) no-repeat;
	width: 168px;
	height: 16px;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
	padding: 8px 3px 7px 25px;
	margin: 0px 0px 0px 0px;
	border-top: 2px solid #00a7f0;
	border-right: 2px solid #00a7f0;
	border-left: 2px solid #00a7f0;
	border-bottom: 2px solid #00a7f0;
	}
	
.s {
/*	background: #FFFFFF url(images/search.jpg) no-repeat;
	width: 150px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	padding-left: 25px;
	margin: 0px 0px 0px 0px;
	border-top: 2px solid #00a7f0;
	border-right: 2px solid #00a7f0;
	border-left: 2px solid #00a7f0;
	border-bottom: 2px solid #00a7f0;*/
	color: #333333;
	border: 2px solid #00a7f0;
	height: 16px;
	width: 150px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 8px 3px 7px 3px;
	}
	
#sbutt,
.sbutt {
	display:none;
	background: #FFFFFF url(images/search.jpg) no-repeat;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px;
	border-top: 2px solid #00a7f0;
	border-left: 2px solid #00a7f0;
	border-bottom: 2px solid #00a7f0;
	border-right: none;
	}
	
	
/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 475px;
	padding: 0;
	margin: 0;
	font-size:10px;
	vertical-align:text-top;
	}
	
.commentleft {
	width: 150px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
.commentright {
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

.commentright {
	width: auto;
	}
	
#commentblock ol {
	margin: 0;
	padding: 0px 0px 10px 0px;
	}
	
#commentblock ol li {
	margin: 0px;
	padding: 0px;
	}
	
.commentdate {
	
	}

#commentlist ol{
	list-style:none;
	}

#commentlist li{
	list-style:none;
	}
	
#commentlist li p {
	margin: 0px;
	padding: 0px;
	}

#comment_other ol{
	list-style:none;
	}

#comment_other li{
	list-style:none;
	}
	
#comment_other li p {
	margin: 0px;
	padding: 0px;
	}

#commentdiv {
	width:475px;
	height:96px;height: auto !important;
    height: 96px;
    min-height: 77px;
	float:left;
	background: #ececec url(images/comment_box_autor.png) no-repeat;
	}
.commentdivBottom {
	width:475px;
	min-height: 19px;
	clear:both;
	background: #ececec url(images/comment_box_autor_bottom.png) no-repeat;
	}
	
#commentdiv_other {
	width:475px;
	height:95px;height: auto !important;
	height: 95px;
	min-height: 76px;
	float:left;
	background: #00a7f0 url(images/comment_box_other.png) no-repeat;
	}
.commentdiv_otherBottom {
	width:475px;
	min-height: 18px;
	clear:both;
	background: #00a7f0 url(images/comment_box_other_bottom.png) no-repeat;
	}

#commentimg {
	float:left;
	width:80px;
	padding-top:5px;
	padding-left:5px;
	}
	
#commentimg_other {
	float:right;
	width:80px;
	padding-top:5px;
	padding-right:5px;
	}

#commenttext {
	float:right;
	width:360px;
	}
	
#commenttext_other {
	padding-left:25px;
	padding-top:5px;
	float:left;
	width:330px;
	}

#commenttext p{
	
	}
	
#commenttext_other p{
	color:#FFF;
	}

#commentdetail{
	clear:both;
	padding-bottom:15px;
	}
	
#commentdetail_other{
	clear:both;
	float:left;
	padding-bottom:15px;
	text-align: right;
	width: 400px;
	}

.commentlist{
	list-style:none;
	}
	
.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo {
	clear: both;
	}
	
#name, #email, #url {
	/*background: #EAEAEA !important;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;*/
	background: #ffffff !important;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border-top: 2px solid #22b3f2;
	border-right: 2px solid #22b3f2;
	border-left: 2px solid #22b3f2;
	border-bottom: 2px solid #22b3f2;
	}
	
#words {
	/*background: #EAEAEA !important;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;*/
	background: #ffffff !important;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 2px solid #22b3f2;
	border-right: 2px solid #22b3f2;
	border-left: 2px solid #22b3f2;
	border-bottom: 2px solid #22b3f2;
	}

#submit {
	background: #1A4E88 url(images/submitButton.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	padding: 3px;
	margin: 0px;
	border: 1px solid #1A4E88;
	}

#comment_underline {
	border-bottom:1px solid #B2B2B2;
	color:#74787D;
	font-size:11px;
	margin-bottom: 20px;
	}

#commentName {
	width: 200px;
	float:left;
}

#commentName p {
	width: auto;
}

#commentEmail {
	width: 200px;
	float:right;
}

#commentEmail p{
	width: auto;
	
}
	
#submitSingle {
	/*background-image: url(images/submitButton.png);*/
	background-repeat:no-repeat;
	width: 120px;
	float:right;
	height: auto;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	text-transform: uppercase;
	padding: 3px;
	margin: 0px;
	
	}

#commentform h4 {
	height: 24px;
	background:#FFFFFF url(images/commentBubb.png) no-repeat scroll left top;
	padding-left: 35px;
	padding-top: 5px;
	}

#comment_underline_u {
	border-bottom:1px solid #B2B2B2;
	width: 200px;
	float: left;
	color:#74787D;
	font-size:11px;
	margin-bottom: 20px;
	float:none;
}

#commentsText {
	background: #ffffff !important;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 2px solid #22b3f2;
	border-right: 2px solid #22b3f2;
	border-left: 2px solid #22b3f2;
	border-bottom: 2px solid #22b3f2;
	}
/************************************************
*	Stats (vansforfans in figures	     	    * 
************************************************/

/*ul#stats {
	font-weight: bold;
	color: #22b3f2
}

ul#stats #numPosts {
	font-size: 50px;
	line-height: 1em;
	}

ul#stats #statArticles {
	font-size: 26px;
	}

ul#stats #numComments {
	font-size: 30px;
	}

ul#stats #statComments {
	font-size: 10px;
	}
	
ul#stats #numMembers {
	font-size: 60px;
	line-height: 0.8em;
	}
	
ul#stats #statMember {
	font-size: 14px;
	vertical-align: top;
	}*/

#stats {
	font-weight: bold;
	color: #22b3f2
}

#figures {
	height: 130px !important;
	margin-bottom: 15px;
}

#numPosts {
	font-size: 50px;
	line-height: 1em;
	font-weight: bold;
	color: #22b3f2
	}

#statArticles {
	font-size: 26px;
	font-weight: bold;
	color: #22b3f2
	}

#numComments {
	font-size: 30px;
	font-weight: bold;
	color: #22b3f2
	}

#statComments {
	font-size: 10px;
	font-weight: bold;
	color: #22b3f2
	}
	
#numImages {
	font-size: 30px;
	font-weight: bold;
	color: #22b3f2
	}

#statImages {
	font-size: 10px;
	font-weight: bold;
	color: #22b3f2
	}
	
#numMembers {
	font-size: 60px;
	line-height: 0.8em;
	font-weight: bold;
	color: #22b3f2
	}
	
#statMember {
	font-size: 14px;
	vertical-align: top;
	font-weight: bold;
	color: #22b3f2
	}


	
/************************************************
*	Categories						     	    * 
************************************************/
li.cat-item{
	color: #00B5F0;
}
.clear {
	clear: both;
}

/************************************************
*	WP Forum						     	    * 
************************************************/

pre.code {
	width: 450px;
}

#wpf-wrapper p{
	width: auto;
}

#suchenbox {
	color: #333333;
	border: 2px solid #00a7f0;
	height: 16px;
	width: 150px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 8px 3px 7px 3px;
}

.searchGo {
	width: 55px;
	height: 34px;
	padding: 0px;
	margin: 0px 0px 4px 10px;
	border: 0px;
	background: url(images/searchGo.jpg) no-repeat;
	line-height: normal;
	vertical-align: bottom;
	cursor: pointer;
}


#wpf-wrapper textarea {
	width: 400px;
}

#tool {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #e3e4e5;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 475px;
}

#tool #title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#tool #text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #00a7f0;	
}
#tool img{
	margin-left: 200px;
}

#submitSingle #wp-submit {
	border: 1px solid red;
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	background:transparent url(images/submitButton.png) no-repeat;
	border:0 none;
	cursor:pointer;
	height:38px;
	margin:0;
	padding:0;
	text-indent:-5000em;
	width:210px;
}
#searchdiv_driver {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#searchdiv_driver h3 {
	color: #000000;
	font-size: 16px;	
}

#searchdiv_imbiss h3 {
	color: #000000;
	font-size: 16px;
}

#mini-profiles h2.allDrivers {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/**********************/
/* Profile: Slider
/**********************/
#slider ul,
#slider ul li {
	margin: 0px;
	padding: 0px !important;
}

#slider ul li {
	;
}


#slider ul span {
	display:block;
	float:left;
	width:440px;
	height: auto !important;
    height: 200px;
    min-height: 200px;
}

#slider ul span a {
	display: block;
	float: left;
	width: auto;
}

#slider1prev a {
	background: url(images/slide_arrow_left.gif) no-repeat top left;
	position: absolute;
	display:block;
	height: auto !important;
	height: 33px;
	min-height:33px;
	line-height:33px;
	float:left;
	margin-left: -26px;
	margin-top: -280px;
	text-indent: -5000px;
	width: 17px;
}

#slider1next {
	position: absolute;
	display:block;
	height: auto !important;
	height: 33px;
	min-height:33px;
	line-height:33px;
	float:left;
	margin-top: -280px;
	width: 465px;
}

#slider1next a {
	background: url(images/slide_arrow_right.gif) no-repeat top right;
	position: relative;
	display:block;
	height: auto !important;
	height: 33px;
	min-height:33px;
	line-height:33px;
	float:right;
	padding-right: 0px;
	margin-top: 0px;
	text-indent: -5000px;
	width: 17px;
}

/*----------------*/
.content_gallery {
	background: #E3E4E5;
	padding: 20px 20px 0px 20px;
	float: left;
	width: 430px;
}

#content_slider ul,
#content_slider ul li {
	margin: 0px;
	padding: 0px;
}


#content_slider ul a {
	background: #FFF;
	color: #000;
	display:block;
	padding: 0px 0px 0px 20px;
	float:left;
	font-size: 16px;
	font-weight: normal;
	width:410px;
	height:33px;
	line-height:33px;
}


#content_slider ul a.read-article {
	background: #FFF;
	color: #00B5F0;
	display:block;
	padding: 0px 0px 5px 20px;
	clear: both;
	font-size: 12px;
	font-weight: normal;
	width:410px;
	height:15px;
	line-height:15px;
}

.content_gallery a.show-all {
	display: block;
	float: left;
	width: 200px;
	padding: 6px 0px 6px 20px;
}

#content_slider1prev {
	position: absolute;
	display:block;
	height:33px;
	line-height:33px;
	float:left;
	margin-left: -21px;
	margin-top: 0px;
	text-indent: -6000px;
	width: 17px;
}


#content_slider1prev b {
	background: url(images/slide_arrow_left.gif) no-repeat top left;
	position: relative;
	display:block;
	height:33px;
	line-height:33px;
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: -6000px;
	width: 17px;
	cursor: pointer;
}

#content_slider1next {
	position: absolute;
	display:block;
	height:33px;
	line-height:33px;
	float:left;
	padding-right: 0px;
	/* margin-right: -0px*/;
	margin-top: 0px;
	margin-left: 451px;
	text-indent: -6000px;
	width: 0px;
}

#content_slider1next b {
	background: url(images/slide_arrow_rightt.gif) no-repeat top right;
	position: relative;
	display:block;
	height:33px;
	line-height:33px;
	float:right;
	padding-right: 0px;
	/* margin-right: -0px*/;
	margin-top: 0px;
	/* text-indent: -6000px;*/
	width: 17px;
	cursor: pointer;
}

#contentleft ul.widget #content_slider li {
	clear: none;
	list-style-position: inside;
	display: block;
}

div.best_pics {
	background: #E3E4E5;
	border-top:0px solid #E3E4E5;
	border-left:20px solid #E3E4E5;
	border-right:20px solid #E3E4E5;
	border-bottom:5px solid #E3E4E5;
	overflow: hidden;
	height:200px;
	min-height:200px;
	margin-bottom: 25px;
}

#l_sidebar div.best_pics a,
#l_sidebar div.best_pics img,
#l_sidebar div.best_pics ul,
#l_sidebar div.best_pics li {
	padding: 0px;
	margin: 0px;
}

#content h2 {
	clear:both;
}

#l_sidebar h2.best_pics {
	background-color:#E3E4E5;
	color:#000000;
	font-family:Arial,Tahoma,Verdana;
	font-size:13px;
	font-weight:bold;
	margin:10px 0 0 0;
	padding:3px 0 3px 10px;
	text-transform:uppercase;
	text-align: center;
}

#pic_month {
	background: url(images/pic_of_the_month.png) no-repeat top left;
	display: block;
	position: absolute;
	margin-top: -26px;
	margin-left: -20px;
	width: 76px;
	height: 77px;
	text-indent: -6000px;
	z-index: 100;
}

#pic_slider1prev {
	position: absolute;
	display:block;
	height:33px;
	line-height:33px;
	float:left;
	margin-left: -1px;
	margin-top: -143px;
	text-indent: -6000px;
	width: 17px;
}


#pic_slider1prev b {
	background: url(images/slide_arrow_left.gif) no-repeat top left;
	position: relative;
	display:block;
	height:33px;
	line-height:33px;
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: -6000px;
	width: 17px;
	cursor: pointer;
}

#pic_slider1next {
	position: absolute;
	display:block;
	height:33px;
	line-height:33px;
	float:left;
	padding-right: 0px;
	/* margin-right: -0px*/;
	margin-top: -143px;
	margin-left: 221px;
	text-indent: -6000px;
	width: 0px;
}

#pic_slider1next b {
	background: url(images/slide_arrow_right.gif) no-repeat top right;
	position: relative;
	display:block;
	height:33px;
	line-height:33px;
	float:right;
	padding-right: 0px;
	/* margin-right: -0px*/;
	margin-top: 0px;
	/* text-indent: -6000px;*/
	width: 17px;
	cursor: pointer;
}

.posted-by {
	line-height: normal;
	display: block;
	clear: both;
	position: relative;
	padding-top: 5px;
	padding-left: 15px;
	width: 170px;
	margin-top: -30px;
	text-indent: 0px;
}

.posted-by a {
	font-weight: bold;
}

.picBorder a img {
	margin-bottom: 5px;
}

#gallery_slider1prev {
	position: absolute;
	display:block;
	height:33px;
	line-height:33px;
	float:left;
	margin-left: -1px;
	margin-top: -230px;
	text-indent: -6000px;
	width: 17px;
}


#gallery_slider1prev b {
	background: url(images/slide_arrow_left.gif) no-repeat top left;
	position: relative;
	display:block;
	height:33px;
	line-height:33px;
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	text-indent: -6000px;
	width: 17px;
	cursor: pointer;
}

#gallery_slider1next {
	position: absolute;
	display:block;
	height:33px;
	line-height:33px;
	float:left;
	padding-right: 0px;
	/* margin-right: -0px*/;
	margin-top: -230px;
	margin-left: 471px;
	text-indent: -6000px;
	width: 0px;
}

#gallery_slider1next b {
	background: url(images/slide_arrow_right.gif) no-repeat top right;
	position: relative;
	display:block;
	height:33px;
	line-height:33px;
	float:right;
	padding-right: 0px;
	/* margin-right: -0px*/;
	margin-top: 0px;
	/* text-indent: -6000px;*/
	width: 17px;
	cursor: pointer;
}
.alert {
	color: #FF0000;
}
	
/************************************************
*	Alkivia										*
************************************************/
.pager {
	width: 475px;
	text-align: center;
}
.pager span, .pager a{
	background-color: #ffffff !important;
	border: none !important;
	font-weight: bold;
}

.pager .current {
	color: #333333 !important;
}

.pager .next {
	float: right;
}
.pager .prev {
	float: left;
}
.inactive-prev, .inactive-next {
	color: #999999;
}

.inactive-prev {
	float: left;
}

.inactive-next {
	float: right;
}

.pager a, .pager a:visited {
	color: #00b5f0 !important;
	text-decoration: none !important;
	}
	
.pager a:hover {
	color: #00b5f0 !important;
	text-decoration: underline !important;
	}

span.user-info-label {
	display: block;
	float: left;
	width: 110px;
}

/************************************************
*	Messages für Frontend						*
************************************************/

#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.message {
	background-color:#22B3F2 !important;
	border:1px solid #00A7F0 !important;
	color:#FFFFFF !important;
}
.error, #login #login_error {
background-color:#FFEBE8;
border-color:#CC0000;
}