@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:Verdana, 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;
	text-decoration:none;
	}
	p a:hover{
	text-decoration:underline;
	}

h2{
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 15px 0px;
	font-size:18px;
	}
	h2 a{
	color:#000000;
	text-decoration:none;
	}
	h2 a:hover{
	/*color:#FF6801;*/
	}
	span.normal{
		font-weight:normal;
	}

img{
	border:none;
	}
.high{
	color:#FF6801;
}

.portrait{
	width:150px;
	margin-top:7px;
	margin-bottom:3px;	
}

/*---Bleed---*/

.bleed{
	width:800px;
	height:128px;
	margin:0px 0px 40px 0px;
	background:url(images/bleed/banner_elise.jpg);
	}
	
	.bleed#home{
	background:url(images/bleed/banner_elise.jpg);
	}
	.bleed#power-trip{
	background:url(images/bleed/banner_vespa.jpg);
	}
	.bleed#tv{
	background:url(images/bleed/banner_jag.jpg);
	}
	.bleed#bloomberg{
	background:url(images/bleed/banner_van.jpg);
	}
	.bleed#gallery{
	background:url(images/bleed/banner_cow.jpg);	
	}
	.bleed#about{
	background:url(images/bleed/banner_plane.jpg);
	}
	.bleed#book{
	background:url(images/bleed/banner_dante.jpg);
	}
	.bleed#about{
	background:url(images/bleed/banner_plane.jpg);
	}
	.bleed#contact{
	background:url(images/bleed/banner_sign.jpg);
	}
	
	
	.bleed h1{
	text-indent:-9000px;
	margin:0;
	padding:0;
	}
	.bleed h1 a{
	width:800px;
	height:128px;
	display:block;
	color:#FFFFFF;
	}
	.bleed h1 a:hover{
	color:#FF6801;
	}
	
	.bleed .intro{
		float: right;
		width: 150px; height: auto;
		margin: -30px 0px 0px 0px;
		color: #fff;
		position: relative;
	}
	.bleed .intro p{
		position: absolute;
		left: 0;
		z-index: 100;
		color: #fff;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 18px;
	}

/*---Columns---*/

#left_col{
	width:150px;
	float:left;
	}
	#main_col{
	width:410px;
	float:left;
	margin-left:45px;
	overflow: hidden;
	}
	#right_col{
	width:150px;
	float:right;
	}
	.sec .latest-entries li a{
	color:#9D9D9C;

}

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

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

iframe, .video{
	margin-bottom:10px;
}
p.grey{
	color:#9D9D9C;
	margin-bottom:5px;
}

. li{
	margin: 10px 0px 0px;	
}
. li a{
	color:#9D9D9C;

}

.archive li{
	margin: 10px 0px 0px;
}

.twitter_btn,
.twitter_btn iframe{
	margin-bottom: 0px;	
}

/* --- GLALERY ---- */

#content #gallery-1 img{
	border:none;
}
#content #gallery-1 .gallery-item {
	width:auto;
	text-align:left;
	margin-bottom:10px;	
}
#content #gallery-1 .gallery-caption {
	margin-top:19px;
}
#content #gallery-1 .gallery-caption .grey{
	color:#9D9D9C;
}


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

#main_menu{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	padding:30px 0px 23px 0px;
	}
	#main_menu ul{
	list-style:none;
	}
	#main_menu li{
	margin:0px;
	}
	#main_menu li a{
	display:block;
	height:24px;
	line-height:24px;
	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;*/
	color:#FF6801;
	}

/*---Search---*/
.search_holder{
	overflow:visible;
	width:160px;
}
.search{
	width:110px;
	float:left;
	}
	.search_go{
		/*width:32px;*/
	}

/*---Entry---*/

.entry{
	margin:0px 0px 40px 0px;
	border-bottom:1px solid #BFBFBF;
	padding-bottom:60px;
	}
	.entry .entry_footer{
	padding-top:10px;
	text-align:right;
	}
	.entry.page{
	border-bottom:0px;
	}
/*---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;
}
	