/*   
Theme Name: Deshima Sounds 4
Theme URI: http://www.deshimasounds.com
Description: Bring The Bling Bling Baby
Author: Jimmy Tork
Author URI: http://www.eatenbrains.com
Version: 1.0
.
Only for use with the Deshima Sounds website
.
*/

body, html {
	padding: 0;
	margin: 0;
}

body {
	font-size: 13px;
	font-family: 'Georgia', Serif;
	background: #000 url('images/DS4background.png');
	color: #333;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

div#header {
	margin: 0 auto 0 auto;
	width: 700px;
	height: 300px;
	background: url('images/DS4header.png') top center no-repeat;
}

div#menu {
	margin: 0 auto 0 auto;
	height: 75px;
	width: 700px;
	background: #fff url('images/menuback.png');
}

div#menu ul {
	margin: 0;
	padding: 0;
	height: 75px;
	list-style-type: none;
	list-style-position: outside;
}

div#menu ul li {
	width: 132px;
	height: 75px;
	margin: 0 auto 0 auto;
	float: left;
	text-align: center;
}

div#menu ul li img.menu_DS {
	background: url('images/menu_deshimasounds.png') left top;
}
div#menu ul li img.menu_DS:hover {
	background: url('images/menu_deshimasounds.png') right top;
}
div#menu ul li img.menu_info {
	background: url('images/menu_info.png') left top;
}
div#menu ul li img.menu_info:hover {
	background: url('images/menu_info.png') right top;
}
div#menu ul li img.menu_music {
	background: url('images/menu_music.png') left top;
}
div#menu ul li img.menu_music:hover {
	background: url('images/menu_music.png') right top;
}
div#menu ul li img.menu_tickets {
	background: url('images/menu_tickets.png') left top;
}
div#menu ul li img.menu_tickets:hover {
	background: url('images/menu_tickets.png') right top;
}
div#menu ul li img.menu_contact {
	background: url('images/menu_contact.png') left top;
}
div#menu ul li img.menu_contact:hover {
	background: url('images/menu_contact.png') right top;
}


div#menu ul li.divider {
	width: 10px;
	height: 75px;
	background: url('images/menudivider.png') center no-repeat;
}



div#page {
	width: 700px;
	margin: 0 auto 0 auto;
	padding-bottom: 25px;
	background: #fff url('images/pageback.png') repeat-x;
}


div#content {
	margin: 0;
	padding: 0;
	width: 500px;
	margin: 0 auto 0 auto;
	line-height: 1.5em;
	text-align: justify;
}

div#content ul {
	list-style: none;
}

div#content ul li {
	background: url('images/button.png') center left no-repeat;
	padding-left: 20px;
}

div#sponsor {
	height: 300px;
	background: #fff;
	text-align: center;
}

div#content img.sponsor {
	float: left;
	padding: 10px;
}

div#footer {
	clear: both;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0.7em;
	width: 700px;
	height: 50px;
	background: url('images/bottom.png') bottom center no-repeat;
}