/*
Theme Name: Funkbuddha 1.0
Theme URI: http://www.funkbuddha.com
Description: Official Funkbuddha Website
Version: 2.19.2011
Author: Funkbuddha Interactive
Author URI: http://www.funkbuddha.com
*/

/*------------- IMPORT ADDITIONAL CSS FILES -------------*/
@import url(http://www.funkbuddha.com/wp-content/themes/funkbuddha/navigation.css);
@import url(http://www.funkbuddha.com/wp-content/themes/funkbuddha/pagecontent.css);

/*------------- GLOBAL -------------*/

body {
	margin: 0;
	height: 100%;
	padding: 0;
	text-align: center;
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 12px;
    background-color: #000000;
	background-image: url(http://www.funkbuddha.com/uploads/site/background.jpg);
	line-height: 20px;
}

ol,ul,li {
	list-style: none;
}

p {margin: 2.0em 0;}

h3,h2 {
	color: #FFFFFF;
}

a:link { color:#666666; text-decoration: none; }
a:visited { color:#666666; text-decoration: none; }
a:hover { color:#999999; text-decoration: none; }
a:active { color:#666666; text-decoration: none; }

#global-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#footer-wrap {
	clear: both;
	margin: 0 auto;
	width: 1000px;
	height: 35px;
	background-image: url(http://www.funkbuddha.com/uploads/site/footer-background.jpg);
	background-repeat: no-repeat;
	padding-bottom: 48px;
	color: #666666;
	line-height: 35px;
}

#spacer {
	clear: both;
	width: 1000px;
	height: 48px;
}

/*------------- HOME -------------*/

#home-wrap {
	margin: 0 auto;
	width: 219px;
	margin-top: 200px;
}

#home-logo {
	width: 218px;
	height: 109px;
	background: url(http://www.funkbuddha.com/wp-content/themes/funkbuddha/images/home-background.jpg);
}

#nav-home-productions {width:219px; height:52px; margin-bottom: 20px;}
ul.nav-home-productions {margin:0; padding:0; list-style:none;}
ul.nav-home-productions li a {display:block; width:219px; height:52px; background:url(http://www.funkbuddha.com/wp-content/themes/funkbuddha/nav/home.jpg) no-repeat; background-position: -0px -0px;}
ul.nav-home-productions li a:hover {background-position: -0px -140px;}

#nav-home-interactive {width:219px; height:52px;}
ul.nav-home-interactive {margin:0; padding:0; list-style:none;}
ul.nav-home-interactive li a {display:block; width:219px; height:52px; background:url(http://www.funkbuddha.com/wp-content/themes/funkbuddha/nav/home.jpg) no-repeat; background-position: 0px -70px;}
ul.nav-home-interactive li a:hover {background-position: 0px -215px;}
