/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: My first theme
Author: Martin Rushforth
Author URI: http://www.six22.co.uk
Tags: blue, custom header, fixed width, two columns, widgets

	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

*/



/* Begin Typography & Colors */
/* CSS Document */
* {
padding: 0;
margin: 0;
}

body {
background-color: #FFFF99;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}


a {
color:#3333FF;
}
a:hover {
color: #0099FF;
text-decoration: none;
}

h1 {
font-size: 120%;
}

h2 {
font-size: 130%;
padding: 5px 0 20px 0px;
text-align: center;
}

h3 {
font-size: 100%;
padding: 5px 20px 0 20px;
text-align: center;
}
/*///////////////////////////
......WRAPPER
///////////////////////////*/

#wrapper {
width: 850px;
text-align: left;
margin: 0px auto;
background-color: #FFF;
}

/*////////////////////////////
......HEADER
////////////////////////////*/

#header {
width: 850px;
height: 194px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
background-color: #FFF;
}

/*//////////////////////////////
.......MENU
//////////////////////////////*/

#menu {
width: 850px;
font-size: 80%;
/*font-weight: bold;*/
padding-left: 165px;
/*background-color: #FFF;*/
text-align: center;

}

#menu a {
display: block;
float: left;
padding: 15px 25px 6px 10px;
/*background-color: #009966;*/
color: #FFF;
text-decoration: none;
/*border-right: 1px solid #FFF;*/

}

#menu a.no_border {
border: none;
}


#menu a:hover {
color: #FFFF66;
}


/*/////////////////////////////
..........INNER
////////////////////////////*/

#inner {

}

/*///////////////////////////
.....COPY
///////////////////////////*/

#content {
/*float: left;*/
width: 850px;
background-color: #FFF;
padding: 20px 0 10px 0;

}

#content p{
font-size: 85%;
padding: 0 60px 10px 60px;
text-align: justify;
line-height: 1.5em;
}

#content h4 {
text-align: center;
color: #FF0000;
/*padding: 0 0 20px 0;*/
}

#content ul {
padding: 0 0 10px 40px;
font-size: 85%;
font-weight: bold;
color: #3333FF;
}

.contbanner p{
text-align: center;
}

#content form p{
line-height: 1.5em;
color: #FF0000;
font-size: 110%;
}
/*/////required for posts page/////*/
#copy p {
padding: 5px 40px 5px 40px;
}
#copy li {
padding: 0px 40px 0px 40px;
}
#pageform {
/*background-color: #CCC;*/
width: 650px;
background-image: url(images/guitar_mont.jpg);
background-repeat: no-repeat;
background-position: bottom left;
border: 2px #ccc dashed;
height: 330px;
}
#pageform h4 {
text-align: center;
color: #FF0000;
padding: 5px 0 0 0;
}

/*//////////////////////
....Other images
//////////////////////*/
#more_images {
clear: both;

}
#more_images img {
padding: 15px;
display: inline;
}
#more_images li {
list-style-type: none;
display: inline;
}


/*//////////////////////////
.....FOOTER
//////////////////////////*/
 
#footer {
clear: both;
height: 125px;
background-image: url(images/footer.gif);
 
}

#footer p {
padding: 5px 0 5px 0;
font-size: 80%;
color: #000;
text-align: center;
}

#footer a {
color: #fff;
text-decoration: none;
padding: 15px 15px 6px 10px;
text-align: left;
}


