/*
Theme Name: Bon Ton
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
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 09F
	
	              <div id="newsletter">         
	<?php include (TEMPLATEPATH . '/sidebar1.php'); ?></div> 

*/

H1{
	margin: 0;
	padding:4px;
	margin-bottom:25px;
	font: 28px Georgia;
	border-bottom: 1px dotted #CCC;
}


a {
	font: 12px Tahoma;
	color:#b32c0e;
	text-decoration:none;
}
a:hover {
	font: 12px Tahoma;
	text-decoration:underline;
}

	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

a img {
	border: none;
	}

/* Begin Typography & Colors */
body {
	margin: 13px auto;
	padding:0;
	font: 12px Arial;
	background-color:#efefef;
	color: #333;
	background: #00436e url('images/body-bg.gif') repeat-x left top;
	}

#page {
	margin: 0px auto;
	position:relative;
	background-color: #FFF;
	padding: 0 15px 15px 15px;
	width: 950px;
}

#header {
	margin: 0 auto;
	padding-top:18px;
	/*background: url(images/logo.gif) no-repeat 10px 4px;*/
}

#logo {
	overflow: hidden;
	width: 365px;
	height:80px;
	padding: 0;
	float: left;
}

#logo_fish {
	overflow: hidden;
	width: 365px;
	height:80px;
	padding: 0;
	float: left;
	background: url(images/best-fish.gif) no-repeat;
	background-size: 162px 80px;
}

#logo.logo_fish{
	padding-bottom: 20px;
    margin-top: -15px;
    background: url(images/logo.gif) no-repeat;
	overflow: visible;
}

#logo.logo_fish a{
	margin: 0 0 0 12px;
	display: block;
	width: 160px;
	height: 65px;
	overflow: hidden;
	text-indent: -900px;
	padding-bottom: 15px;
}


#logo:after {
	content: "THE BEST FISH YOUR MONEY CAN BUY!";
        overflow: hidden;
	width: 365px;
	padding: 0;
	float: left;
	font-style: italic;
	margin-left: -55px;
    font-size: 15px;
    font-weight: bold;
}

#logo::after {
	content: "THE BEST FISH YOUR MONEY CAN BUY!";
        overflow: hidden;
	width: 365px;
	padding: 0;
	float: left;
	font-style: italic;
	margin-left: -55px;
    font-size: 15px;
    font-weight: bold;
}

#logo a {
	margin: 0 0 0 12px;
	display:block;
	width:160px;
	height:65px;
	overflow:hidden;
	text-indent:-900px;
}

#logo a:hover {
	display:block;
	overflow:hidden;
	text-indent:-900px;
}


#sub {
	float:right;
	display:block;
	width:210px;
	height:60px;
	background: url('images/phone.gif') no-repeat left center;
}	

#subscribe {
	position:absolute;
	display:block;
	right:0px;
	top: 0;
	padding-top:7px;
	width:430px;
	height:40px;
	text-align:right;

}

.field_input {
	width: 166px;
	padding:4px;
	color:#333333;
	border: #999999 1px solid;
}





#navigation {
	clear:both;
	position:relative;
	text-align:center;
	margin: 0 auto;
	width: 100%;
	height:46px;
	border-top: solid 1px #e0e0e0;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	margin:15px 0;
	padding:0 20px;
	font: 12px Arial;
	text-transform:uppercase;
	color: #464646;
	text-decoration: none;
	float: left;
	border-right: 1px solid #e0e0e0;

}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a:link, #navigation ul li.current_page_item a:visited {
	color:#0078b8;
}	


#content {
	padding: 0;
	margin: 0;
	width:950px;
}


.post {
	margin: 0 0 40px;
	text-align: justify;
	}



.clear {
	clear: both;
}

#content {
	clear:both;
	padding: 0;
	margin: 0;
	width:950px;
}


#footer {
	clear:both;
	margin: 0 auto;
	width: 100%;
	height: 30px;
	padding-top: 15px;
	color:#FFF;
	background: url('images/footer-bg.gif') repeat-x left top;
}

#footer ul {
	float:left;
	margin:0;
	list-style:none;
	float:left;
	padding: 0 20px;
}

#footer li {
	margin:0;
	padding: 0 6px;
	list-style:none;
	float:left;
	border-right: 1px solid #fff;
}

#footer a {
	color:#FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}



#newsletter {
	position:absolute;
	top: 9px;
	right: 0;
	width: 320px;
}


#submit {
background-color:#961616;
border: 1px solid #961616;
color:#FFFFFF;
margin-bottom:-1px;
padding-top:1px;
width:80px;
padding:3px;
}


#stnl_submit {
	position: relative;
	top: 5px;

}


#email {
	padding: 1px 0 1px 0;
}


.MailPressFormEmail {
background-color:#FFF;
border: 1px solid #666;
width:180px;
padding:4px;
}






