/*
Theme Name: WordPress Default mod Eric
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann wrecked by Eric
Author URI: http://binarybonsai.com/
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

*/

body {
	background: url(images/buble-back2.jpg);
	background-color: #000;
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {
	margin: 0 auto;
	width: 956px; height: 389px;
	background:url(images/header.jpg);
	position: relative;
	top: 0px;
	border: 0px;
	left: 3px;
	
	vertical-align:top;
}

.navclass {
	margin: 0 auto;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}


#pagewrap {
	margin: 0 auto;
	width: 960px;
}

#login {
	position: relative;
	top: 25px;
	float: right;
	/*background:url(images/form-back.jpg);*/
	background: #fff;
	width: 410px; height: 250px;
	
}
#login-details {
	position: relative;
	top: -12px;
	float: right;
	/*background:url(images/form-back.jpg);*/
	width: 410px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;
	color: #fff;
	padding: 20px;
}
	

#details {
	position: relative;
	top: 15px;
	width: 467px; height: 448px;
	background:url(images/copy1-left.jpg);
	float: left;
	margin-left: 20px;
	z-index: 10;
}

#navigation {
	width: 960px;
	height: 65px;
	position: relative;
	top: 339px;
	margin: 0 auto;
	left: -2px;
	z-index: 200;
}

#content {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0 20px;
	padding-bottom: 20px;
	position: relative;
	top: 0px;
}


#backheader {
	height: 15px;
	width: 940px;
	background:url(images/table-back-hdr.jpg);
	margin: 0 auto;
	position: relative;
	top: 15px;
	
	
}
#backfooter {
	height: 15px;
	width: 940px;
	background:url(images/table-back-ftr.jpg);
	margin: 0 auto;
	position: relative;
	top: -8px;
	
}

#member-header {
	width: 250px; height: 57px;
	position: relative;
	top: -220px;
	float: right;
	z-index: 100;
	background:url(images/already-member.jpg);
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	clear: both;
	background: #fff;
	height: 30px;
	position: relative;
	top:20px;
	text-align: center;
	vertical-align: bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
	
	


/* LINKS */
a:link {
	color: #F00;
	font-weight: bold;
}
a:visited {
	color: #F00;
	font-weight: bold;
}
a:hover {
	color: #333;
	font-weight: bold;
	
}
a:active {
	color: #F00;
	font-weight: bold;
}

/* Image ALign Bug Fix */
img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}






