/*   
Theme Name: Bboyworld
Theme URI: http://www.bboyworld.com/
Description: Wordpress theme for bboyworld.com
Author: Serge Cornelissen
Author URI: http://www.bboyworld.com/
Version: 1.0
*/

@import url(category_colors.css);

* {
	margin: 0;
	padding: 0;	
}

body {
	/* background: #666; */
	background: #000;
	font: 9pt/13pt Tahoma, 'Luxi Sans', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #3e3e3e;
}

img {
	border: 0;
}

a,
a:visited {
	color: #157ac8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*
div.overlay {
	width: 223px;
	position: relative;
}

div.overlay div.layer {
	position: absolute;
	z-index: 100;
	top: 5px;
	left: 5px;
	background: transparent url(images/layer4.png) 0 0 no-repeat;
	width: 35px;
	height: 35px;
}
*/

#wrap {
	width: 1260px;
	/* width: 1294px; */
	/* min-height: 500px; */
	margin: 0 auto 100px auto;
	padding: 0;
	/* border: 1px solid #0f0; */
}

#header {
	height: 229px;
}

	#header img.logo {
		margin: 20px 0 0 0px;
		float: left;
	}
	
#header-right {
	float: left;
}

#ad {
	margin: 26px 0 35px 95px;
	height: 90px;
}

#menu {
	color: #fff;
}

	#menu li {
		list-style-type: none;
		float: left;
		margin-right: 14px;
	}
	
	#menu li a {
		display: block;
		height: 24px;
		font-size: 4px;
		line-height: 4px;
		color: #000;
		background-color: #000;
		background-repeat: no-repeat;
		background-position: 0 5px;
	}
	
	#menu li a:hover {
		text-decoration: none;
	}
	
	#menu li a.home { background-image: url(images/home.gif); width: 77px; }
	#menu li a.home:hover { background-image: url(images/home_hover.gif); }
	
	#menu li a.forum { background-image: url(images/forum.gif); width: 90px; }
	#menu li a.forum:hover { background-image: url(images/forum_hover.gif); }
	
	#menu li a.webstore { background-image: url(images/webstore.gif); width: 132px; }
	#menu li a.webstore:hover { background-image: url(images/webstore_hover.gif); }
	
	#menu li a.sales { background-image: url(images/sales.gif); width: 82px; }
	#menu li a.sales:hover { background-image: url(images/sales_hover.gif); }	
	
	#menu li a.about { background-image: url(images/about.gif); width: 92px; }
	#menu li a.about:hover { background-image: url(images/about_hover.gif); }
	
	#menu li a.links { background-image: url(images/links.gif); width: 79px; }
	#menu li a.links:hover { background-image: url(images/links_hover.gif); }	
	
#main {
	/* border: 1px solid #f00; */
	padding: 0 0 0 2px; /*29px*/
	color: white;
}

.column {
	float: left;
}

.box {
	background: #fff url(images/box_top.gif) 0 0 no-repeat;
	width: 238px;
	color: #656565;
	margin: 0 6px 12px 6px;
}
	.box img.thumb {
		border: 1px solid #0c58c8;
		padding: 1px;
		margin-bottom: 10px;
	}
	
	.box h2 {
		font: 9pt/13pt Tahoma, 'Luxi Sans', 'Lucida Grande', Verdana, Helvetica, sans-serif;
		color: #157ac8;
		font-weight: bold;
		margin-bottom: 8px;
	}
	
	.box h2 a {
		color: #157ac8;
	}
	
	.box p {
		margin-bottom: 8px;
	}
	
.box-content {
	padding: 7px 6px 0 6px;
}

p.box-footer {
	font: 8pt/13pt Tahoma, 'Luxi Sans', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #000;
	margin: 0;
}
	.box-footer a {
		text-decoration: underline;
		color: #000;
	}
	
	.box-footer a:hover {
		text-decoration: none;
	}

.box-bottom {
	background: #fff url(images/box_bottom.gif) 0 0 no-repeat;
	width: 238px;
	height: 5px;
}

#footer {
	margin: 10px 0 0 0;
	text-align: center;
	clear: both;
	font: 8pt/13pt Tahoma, 'Luxi Sans', 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #999;
}

