/*
Theme Name: Jusic Notes
Client: Jordan Geear
Client URI: http://www.jusic.co.uk/
Version: 1.6
Author: Kimi Rawhiti
Author URI: http://www.shadyindustries.com/
Description: Classic vector style, using layered div backgrounds to create the layout, and a CSS rollover menu.
*/

/* Basic Structure */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #000;
	color: #e7e7e7;
	text-align: center;
}

#page {
	width: 962px;
	background: transparent url('img/scroll.gif') 101px 0px repeat-y;
	margin: 10px auto;
	padding: 0;
	border: 1px solid black;
	}

#blend {
	width: 960px;
	background: transparent url('img/blend.gif') top right no-repeat;
	margin: 0;
	padding: 0;
	border: 1px solid black;
	}

#box {
	width: 860px;
	margin: 330px 0 0 100px;
	background: transparent url('img/bbot.gif') bottom right no-repeat;
	border: none;
	}

#boxentry {
	width: 687px;
	height: 220px;
	margin: 0 0 0 163px;
	padding: 0 0 53px 0;
	background: transparent;
	border: none;
	text-align: left;
	}

#blog {
	width: 860px;
	margin: 0 0 0 100px;
	background: transparent;
	border: none;
	text-align: left;
	}

.btop {
	width: 860px;
	margin: 0;
	padding: 0;
	background: transparent url('img/btop.gif') top right no-repeat;
	border: none;
	}

.bbot {
	width: 860px;
	margin: 0;
	padding: 0;
	background: transparent url('img/bbot.gif') bottom right no-repeat;
	}

.blogentry {
	width: 820px;
	margin: 0 0 0 26px;
	padding: 39px 0 53px 0;
	background: transparent;
	border: none;
	}

#music {
	width: 600px;
	height: 180px;
	margin: 0 0 0 20px;
	padding: 0 0 53px 0;
	background: transparent;
	border: none;
	text-align: left;
	}

#footer {
	background: #000;
	text-align: center;
	}

/* Menu */
#menu {
	list-style: none;
	padding: 0;
	margin: 0 0 13px 0;
	width: 636px;
	height: 32px;
	top: 0px;
	left: 20px;
	position: relative;
}

#menu span {
	display: none;
	position: absolute;
}

#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#menu a:hover {
	background-position: left bottom;
}

#menu .home {
	width: 116px;
	height: 30px;
	background: url(img/home.gif) top left no-repeat;
	top: 0px;
	left: 0px;
}

#menu .jplayer {
	width: 150px;
	height: 32px;
	background: url(img/jplayer.gif) top left no-repeat;
	top: 0px;
	left: 139px;
}

#menu .sabre {
	width: 129px;
	height: 31px;
	background: url(img/sabre.gif) top left no-repeat;
	top: 0px;
	left: 312px;
}

#menu .youtube {
	width: 172px;
	height: 31px;
	background: url(img/youtube.gif) top left no-repeat;
	top: 0px;
	left: 464px;
}

/* Blog */

.title {
	background: url(img/title.gif) top left no-repeat;
	padding: 0 0 20px 0;
	}

h3 {
	font-size: 2em;
	font-weight: bold;
	padding: 10px 0 10px 60px;
	margin: 0;
	}

.date {
	font-weight: bold;
	padding: 0 0 0 40px;
	margin: 0;
	background: transparent;
}

/* Linkies */

a {
color: #53779d;
text-decoration: underline;
font-weight: bold;
}

a:hover {
color: #fff;
}

/* Ex Code */

img {
border: none;
}

.center {
	margin: 0 auto;
	}

/* Old Code */
table {
text-align: center;
border: solid 1px #666;
}

th {
border: solid 1px #666;
}

td {
border: solid 1px #666;
}

form {
text-align: center;
}