/*
Theme Name: Tony Tame Site Design
Theme URI: http://www.tonytame.com/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Shomari Sharpe
Author URI: http://www.tonytame.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
*/



/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #071a52;
	margin: 0 auto;
	padding-top:77px;
	width: 100%;
	font-size:11pt;
	text-align: center; 
}

p {
	font-size:11pt;
}

ul {
	padding-left: 15px;
	left: 15px;
}

#container {
	width: 100%;
	height: 100%;
	font-size:11pt;
	text-align: center; 
	margin: 0 auto;	
	padding: 0;
}

/*
#outer_body {
	background: url('images/bg_repeat.jpg');
	padding: 14px;
	width: 994px;
	top: 77px;
	min-height: 700px;
	height: 100%;
	margin: 0 auto;
} */


#outer_body {
	position:relative;  
	background: url('images/bg_repeat.jpg');
	padding: 14px;
	width: 994px;
	top: -450px;
	min-height: 700px;
	height: 100%;
	margin: 0 auto;
	z-index: 0;
} 

#inner_body {
	position:relative;
	background: #ffffff;
	width: 974px;
	min-height: 700px;
	border: #dddddd 1px solid;
	/*top: -455px; */
	padding:0;
	z-index: 1;
	font-size: 11pt;
}


/*#body_div {
	top: -100;
	height: 100%;
	position:relative;
} */

#header {
	background: #73a0c5 url('images/header.jpg') no-repeat top left;
	width: 974px;
	height: 225px;
	z-index: 0;
	top: 20px;
	padding: 0px;
}

#nav {
	position:relative;
	top:184px;
	width: 974px;
	height:50px;
}

#anchor {
	position:relative;
	background: url('images/anchor.gif') no-repeat top left;
	top: -306px;
	left: -485px;
	width: 157px;
	height: 403px;
	z-index: 0;
}

#sea {
	position: relative; 
	background: #73a0c5 url('images/bg_sea.jpg') no-repeat top left;
	top: -830px;
	left: 0px;
	width: 1133px;
	height: 494px;
	z-index: -2;
	margin: 0 auto;
	text-align: center; 
} 


#footer {
	position:relative;
	width: 974px;
	height: 118px;
	background-color: #dfd8d8;
	font-size: 12px;
}

#footer_padding {
	position:relative;
	height: 100px;
	background-color:#FFFFFF;
}

#left_inner_body {
	width: 300px;
	/*height: 100%; */
	padding:0;
	margin:0;
	/*top: -855px;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	height:auto;
}

#right_inner_body {
	width: 600px;
	height: auto;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}


#content {
	font-size: 1.2em;
}

#rope {
	position:relative;
	top: -100px;
	left: 370px;
	background: url('images/bg_rope.jpg') no-repeat;
	width: 495px;
	height: 455px;
	z-index:-1;
	margin:0 auto; 
	padding: 0px;
} 

h1, h2, h3 {
	font-size:16px;
	color: #032247;
}


img {
border: 0px;
}

input, textarea {
width: auto;
border: solid 1px #000099;
}

#comment {
width: 90%;
border: solid 1px #000099;
}

