/* 
	Theme Name: Bill Donahue dot net 2009
	Theme URI: http://gtrout.net
	Description: Custom Wordpress Theme for BillDonahue.net
	Author: G. Trout
	Author URI: http://www.gtrout.net
	Version: 1.0

*/


/* Global Declarations */

html { margin: 0px; padding:0; }

body {
	margin:0;
	padding:0;
	font-size: 75%; /* Resets 1em to 12px */
	font-family: 'Helvetica',sans-serif;
	line-height:150%;
	color: #000;
	background-color:#FFFFFF;
	background:url('/wp-content/themes/billdonahue-net-2009/images/fp_bg.jpg');
}

h1{
	font-family:'Times New Roman',serif;
	font-size:1.5em;
}

h2{
	font-size:1.25em;
	font-weight:normal;
	margin:0px;
}

.frontpage{
}

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

img.alignleft, .imgtfe{
	float:left;
	padding:6px;
	border:1px solid #3d5579;
	margin:0 6px 0 0;
}

img.aligncenter{
	padding:6px;
	border:1px solid #3d5579;
	margin:6px auto 6px auto;
	margin:0 auto 0 auto;
	display:block;
}

.navigation{
	display:table;
	width:100%;
}

/* Structure */

#main{
	width:652px;
	margin:0 auto 0 auto;
	background:#f1e8bd;
	background:url('/wp-content/themes/billdonahue-net-2009/images/yellow_bg.jpg');
}

#content{
	padding:0 9px 0 9px;
}

#frontleft{
	width:305px;
	float:left;
}
#frontright{
	width:305px;
	float:right;
}

#splash{
	margin-bottom:10px;
}
.clipsexcerpt{
}

.post p{
	margin-top:0px;
}
.entry p{
	margin-top:0px;
}
.frame{
	border: 1px solid #40577a;
	padding:6px;
}
#sidebar{
	width:190px;
	float:right;
	display:table;
}

#header{
	margin-bottom:10px;
}

#footer{
	border-top:2px solid #40577a;
	padding:3px;
	width:634px;
	text-align:center;
	clear:both;
	margin:0 auto 0 auto;
}

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

a{color:#314261;text-decoration:none;}
