/* 
	Theme Name: intabillfishing.com 2010
	Theme URI: http://gtrout.net
	Description: custom theme for intabilfishing.com
	Author: G. Trout
	Author URI: http://www.gtrout.net
	Version: 1.0
		
	The CSS, XHTML and design of this theme is released under a 
	Creative Commons Attribution-Share Alike 3.0 Unported License
	http://creativecommons.org/licenses/by-sa/3.0/

*/


/* Global Declarations */

html { margin:0;padding:0; }

body {
	margin:0;
	padding:0;
	font-family: 'Helvetica',sans-serif;
	color: #000;
	background:#0259ae url('/wp-content/themes/ibf2010/images/bg.jpg') no-repeat top center;
}

.center{
	text-align:center;
}
.left{
	float:left;
}
.right{
	float:right;
}

.navigation{
	display:table;
	width:480px;
	padding:6px;
}

/* Structure */

#main{
	width:720px;
	margin:0 auto 0 auto;
	background-color:#ffffff;
	border-left:1px solid #577b9e;
	padding:10px;


	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;

	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;

}

#content{
	width:480px;
	float:left;
}

.post{
	padding:1px 0 10px 0;
	margin:0 6px 10px 6px;
	border-bottom:1px solid #000;
}

#sidebar{
	width:220px;
	float:right;
	display:table;
	
}

#header{
	min-width:720px;
	height:215px;
	background:#0259ae url('/wp-content/themes/ibf2010/images/header.jpg') no-repeat top center;
}
#header a{display:block; width:720px; height:215px;}

#footer{
	border-top:1px solid #000;
	padding-top:3px;
	text-align:center;
	clear:both;
}

/* Lists */
ul {list-style-type:none;margin:0px;padding:0px;}