/*
Theme Name: Jay Lawrence Default
Theme URI: http://jawylawrecedrums.com/
Description: Custom theme for jaylawrencedrums.com.
Version: 1.0
Author: Dave Lyon
Author URI: http://waldowebdesign.com/
Tags: yui

    based in part on:

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
    background-color: black;
    background-image: url('images/bg.jpg');
    background-repeat: repeat-x;
    background-position: top left;
    color: white;
    font-family: sans-serif;
}
div#hd {
    margin-top: 20px;
}
div#hd div {
    height: 33px;
    background-image: url('images/menu_bg.jpg');
    background-repeat: repeat-x;
    background-position: -16px right;
    background-color: black;
}
div#hd ul {
	float: left;
	height: 33px;
	padding: 0;
	margin: 0;
}
div#hd ul li {
    float: left;
    list-style: none;
}
div#hd ul li a {
    color: #6666ff;
    display: block;
    width: auto;
    text-align: center;
    text-decoration: none;
    height: 33px;
    line-height: 33px;
    padding: 0 20px
}
div#bd {
    padding-top: 20px;
    clear: both;
}
div#bd h1 {
    font-family: serif;
    font-size: 240%;
}
div#bd table, div#bd table td, div#bd table tr {
    border: none;
}
div#ft {
	text-align: center;
	padding-left: 100px;
	padding-bottom: 40px;
	padding-right: 100px;
	padding-top: 40px;
	color: #6666ff;
}
div#hd ul li a:hover {
	color: #e6e6e6;
}
div#wpcf input.field {
    width: 20em;
}
a {
	color: #33ff00;
}
