/*
Theme Name:     Polderrecords (ShopIsle Child)
Theme URI:      http://tommaene.be/
Description:    Child theme for ShopIsle 
Author:         Tom Maene
Author URI:     http://tommaene.be
Template:       shop-isle
Version:        0.2.0
*/


#site-title a {
    color: #000;
}


/* Header 
-------------------------------------------------------------- */
#top {
	background-color:black;
	color: #fff;
	text-align:center;
}
#header {
	clear: both;
	float: left;
	width: 100%;
	margin: 40px 0 40px 0;
}
#branding {
	float: left;
	width: 40%;
	overflow: hidden;
}

#bandroster {
	background-color: #000;
	float: left;
	width: 250px;
}
.bandrosterheader {
	text-align: center;
}
.band {
	/*background-color: blue;*/
	float: left;
	width: 110px;
	padding: 2px 10px 5px 2px;
	text-align:right;
}
.fb {
	/*background-color: orange;*/
	float: left;
	width: 50px;
	padding: 2px 2px 5px 10px;
}
/*
.fb-like {
	background-color: orange;
	float: left;
	width:100px;
	padding: 2px 30px 5px 10px;
}*/
#tourdates {
	background-color: black;
	float:left;
	width:250px;
}
.tourdatesheader {
	text-align: center;
}

/* Footer 
-------------------------------------------------------------- */
#footer {
	background-color: black;	
	clear: both;
	padding: 2px 2px 20px 10px;
}

/* WP Render Blogroll MOD by Tom Maene for POLDERRECORDS.BE 
-------------------------------------------------------------- */
.linkcat {
	/*background-color: orange;	*/
	float: left;
	width:220px;
	list-style: none;	
}
.linkcattitle {
	color: grey;
	font-size: 12px;
	padding: 20px 0px 10px 20px;
}
.xoxo {
	list-style: none;
	padding: 0px 0px 20px 0px;
}

