/*
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: #efefef;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
}


a {
color: #555;
}
a:hover {
color: #0099FF;
}

h1 {
font-size: 110%;
}

h2 {
font-size: 100%;
padding: 5px 0 0 10px;
}

h2 a {
text-decoration: none;
}

form {
font-family: Arial, Helvetica, sans-serif;
}
/*///////////////////////////
......WRAPPER
///////////////////////////*/

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

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

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

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

#menu {
font-size: 85%;
font-weight: bold;
padding-left: 70px;
background-color: #CCC;

}

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

}

#menu a.no_border {
border: none;
}


#menu a:hover {
color: #0099FF;
}


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

#inner {

}

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

#content {
float: left;
width: 950px;
background-color: #FFF;

}

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

#content h4 {
padding: 10px 0 5px 0;
}

.contbanner p{
text-align: center;
}



/*//////////////////////
....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: 75%;
color: #000;
text-align: center;
}

#footer a {
color: #fff;
text-decoration: none;
text-align: center;
}

/*/////HYPNOSIS////*/
.whitebold { font-family: "Century Gothic"; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: none}
.whitebold:hover { font-family: "Century Gothic"; font-size: 13px; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.downloadslinksbold { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 12px; color: #000000 ; font-weight: bold; line-height: 1.4em; text-decoration: none}
.copy { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 13px; color: #000000; line-height: 1.5em}
.copyheader { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000099}
.downloads { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 10px; text-decoration: none; color: #336699 }
.downloadslinks {font-family: Trebuchet MS, Helvetica, sans-serif;font-size: 11px;color: #336699;text-decoration: none;}
.downloadslinks:hover { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #000000 }
.copylink { color: #336699; text-decoration: none; font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 13px}
.copylink:hover { color: #336699; text-decoration: underline; font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 13px }
.downloadslinksbold:hover { font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 12px; line-height: 1.4em; font-weight: bold; color: #000000; text-decoration: underline}
