@charset "utf-8";


/*
Theme Name: Igloo Jason
Theme URI: http://www.igloowebdesign.com
Description: WordPress theme for Jason H Harper.
Version: 1.5
Author: Igloo Web Design
Tags: Igloo, Jason Harper

Igloo Design for Jason Harper. Copyright Igloo Web Design
*/


li, ul, ol, dd, dt, dl, p, img, table, tr, th, td, body, div{
	margin:0px;
	padding:0px;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#F1F1F1;
	}
	#wrapper{
	width:800px;
	margin:0px auto;
	background:#FFFFFF;
	padding:0px 20px;
	}
	
p{
	color:#666;
	margin-bottom:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	p a{
	color:#FF6801;
	}

h2{
	margin:0px 0px 15px 0px;
	font-size:18px;
	}
	h2 a{
	color:#000000;
	text-decoration:none;
	}
	h2 a:hover{
	color:#FF6801;
	}

img{
	border:none;
	}


/*---Bleed---*/

.bleed{
	text-indent:-9000px;
	width:800px;
	height:128px;
	margin:0px 0px 40px 0px;
	background:#666666 no-repeat top center url(images/bleed/banner_elise.jpg);
	}
	.bleed#home{
	background:url(images/bleed/banner_elise.jpg);
	}
	.bleed#blog{
	background:url(images/bleed/banner_vespa.jpg);
	}
	.bleed#auto{
	background:url(images/bleed/banner_jag.jpg);
	}
	.bleed#travel{
	background:url(images/bleed/banner_van.jpg);
	}
	.bleed#lifestyle{
	background:url(images/bleed/banner_cow.jpg);	
	}
	.bleed#podcasts{
	background:url(images/bleed/banner_plane.jpg);
	}
	.bleed#book{
	background:url(images/bleed/banner_dante.jpg);
	}
	.bleed#about{
	background:url(images/bleed/banner_elise.jpg);
	}
	.bleed#contact{
	background:url(images/bleed/banner_sign.jpg);
	}
	
	
	.bleed h1{
	margin:0;
	padding:0;
	}
	.bleed h1 a{
	width:800px;
	height:128px;
	display:block;
	color:#FFFFFF;
	}
	.bleed h1 a:hover{
	color:#FF6801;
	}

/*---Columns---*/

#left_col{
	width:150px;
	float:left;
	}
	#main_col{
	width:410px;
	float:left;
	margin-left:45px;
	}
	#right_col{
	width:150px;
	float:right;
	}

/*---General Section---*/

.sec{
	background:url(images/sec_top.gif) repeat-x top;
	padding:40px 0px 10px 0px;
	}
	.sec li{
	list-style:none;
	margin:0px 0px 10px 0px;
	}
	.sec li a{
	color:#666;
	}
	.sec li a:hover{
	color:#FF6801;
	}

/*---Main Menu---*/

#main_menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	}
	#main_menu ul{
	list-style:none;
	}
	#main_menu li{
	margin:0px;
	}
	#main_menu li a{
	display:block;
	height:23px;
	line-height:23px;
	text-decoration:none;
	color:#4D4D4D;
	padding:0px 0px 0px 1px;
	}
	#main_menu li a:hover{
	color:#FF6801;
	}
	#main_menu li a.main_selected{
	background:#FF6801;
	padding:0px 0px 0px 3px;
	color:#FFFFFF;
	}

/*---Search---*/

.search{
	width:80px;
	float:left;
	}

/*---Entry---*/

.entry{
	margin:0px 0px 40px 0px;
	}
	.entry .entry_footer{
	text-align:right;
	}

/*---Images---*/

.wp-caption{
	text-align:center;
	padding-bottom:10px;
	}
	.alignright {
	float: right;
	padding-left:10px;
	}
	.alignleft {
	float: left;
	padding-right:10px;
	}
	
	.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

	.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 4px 5px;
	margin: 0;
}


/*---Credits---*/

ul.credits{
	font-size:11px;
}


ul.credits li{
	margin:0;
	padding:0;	
	margin-bottom:2px;
}

	

/*---Footer---*/

.footer{
	clear:both;
}
.footer p{
	padding:20px 0px 5px 0px;
	text-align:right;
}
	