/*
Theme Name: BuddyPress Default
Theme URI: http://buddypress.org/extend/themes/
Description: The default theme for BuddyPress.
Version: 1.2.4.1
Author: BuddyPress.org
Author URI: http://buddypress.org
Tags: buddypress, two-columns, custom-header, white, blue

** IMPORTANT - DO NOT COPY THIS THEME **
If you want to make a custom theme based on this theme, DO NOT copy and edit it. By
doing this you will make upgrades and maintainence much harder for yourself.
Instead, please read this codex page on how to build a BuddyPress child theme:

http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/
*/

/***
 * The default theme styles.
 */
@import url( _inc/css/default.css );

/***
 * The admin bar default styles
 */
@import url( _inc/css/adminbar.css );

/* @group ADDITIONAL CULIWONDER UPDATES */
li.custom {
	font-size:1em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 5px 0 5px 25px;
	margin-bottom: 0px;
	border-bottom: 1px solid #ddd;
}
li.custom-adres {
	background:transparent url(images/card_address.png) no-repeat scroll left center;
}
li.custom-telefoon {
	background:transparent url(images/mobile_phone.png) no-repeat scroll left center;
}
li.custom-email {
	background:transparent url(images/mail.png) no-repeat scroll left center;
}
li.custom-website {
	background:transparent url(images/globe.png) no-repeat scroll left center;
}
li.custom-twitter {
	background:transparent url(images/twitter.png) no-repeat scroll left center;
}
li.custom-source {
	background:transparent url(images/blog.png) no-repeat scroll left center;
}

/* EXTRA RESTAURANT */

/* EXTRA RESTAURANT */

li.custom-open {
	background:transparent url(images/open.png) no-repeat scroll left center;
}
li.custom-betaal {
	background:transparent url(images/betaal.png) no-repeat scroll left center;
}
li.custom-acco {
	background:transparent url(images/acco.png) no-repeat scroll left center;
}
li.custom-groep {
	background:transparent url(images/groep.png) no-repeat scroll left center;
}
li.custom-budget {
	background:transparent url(images/budget.png) no-repeat scroll left center;
}
li.custom-keuken {
	background:transparent url(images/keuken.png) no-repeat scroll left center;
}
li.custom-sluiten {
	background:transparent url(images/sluiten.png) no-repeat scroll left center;
}

/* QUOTERINGEN */

li.custom-michelin {
	background:transparent url(images/tagm.png) no-repeat scroll left center;
}
li.custom-michelin img {
	border: 0;
	padding: 0;
}
li.custom-gm {
	background:transparent url(images/tag.png) no-repeat scroll left center;
}

.contentblock {
	margin-top: 10px;
	margin-bottom: 20px;
}

div.entry {
	/*padding-top: 10px;*/
}
div.header {
	display: block;
	height: 100px;
	width: 585px;
}
.thumbnail-class {
	float: left;
	width: 80px;
	height: 80px;
	margin: 0 15px 0 0;
}
.left {
	float: left;
	margin: 0 15px 0 0;
}
.no-thumb {
	display: none;
}

/* MAPPRESS */

.mapp-div {
	color:black;
	line-height:normal;
	margin:20px auto !important;
	overflow:hidden;
	padding:0;
	text-align:center;
}
.mapp-poweredby {
	padding-bottom: 20px;
	display: none;
}
/* @end */

/* @group sidebar */

#sidebar{margin-bottom:10px;}
#sidebar input{padding:3px;border:1px solid #E5E2E0;margin-bottom:2px;}
#sidebar h3 {
	color: #252b30;
	display:none;
	background:#fff no-repeat;
	border:1px solid #DCDCDB;
	height:22px;
	width:250px;
	font-size:11px;
	text-transform: uppercase;
	padding:9px 0 0 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#sidebar h3 a{text-decoration:none;color:#2C2C29;line-height:13px;}
#sidebar ul {
	list-style:none;
}
#sidebar ul li { 
	color:#252B30;
	display:block;
	font-family:Trebuchet MS,Verdana,sans-serif;
	line-height:16px;
	margin:7px 0;
	padding:4px 0;
}
#sidebar ul ul li {
	border:0px;
	padding-bottom:0;
}
#sidebar ul li.page_item ul li.page_item , #sidebar ul li.cat-item-3 ul li{
	background:#f1e830 none repeat scroll 0 0 !important;
}
#sidebar ul li.cat-item-3 ul li a {
	color: #333;
}
#sidebar ul li.page_item ul li.page_item , #sidebar ul li.cat-item ul.children li.cat-item{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#333 none repeat scroll 0 0;
	color:#CCCC00;
	margin:5px 0;
	padding:5px 0 5px 11px;
	width:100%;
}
#sidebar ul li.cat-item-28 ul.children li.cat-item {
	color: #fff;
}
#sidebar ul li.page_item ul li.page_item ul li.page_item, #sidebar ul li.cat-item ul.children li.cat-item ul.children li.cat-item{background:url(images/arrow.gif) 0 11px no-repeat;padding-left:12px;}

li.cat-item a {
	-moz-border-radius: 5px;
	background: #333;
	color: #fff;
	margin: 5px 0;
	padding: 5px;
	text-decoration: none;
}
li.cat-item a:hover {
	text-decoration: underline;
}
ul.children {
	margin-top: 10px;
}
ul.children li a {
	background: none;
	color: #fff;
}
ul.children li a:hover { 
	color:#fff;
	text-decoration: underline;
}

#sidebar-me {
	border-bottom:1px solid #DDDDDD;
	height:60px;
}

/* @end */
