@charset "UTF-8";
/* Ira Meyer
** CSS styles for Subpages
** Created by Jessica Greenwalt
** www.jgreenwalt.com
** Updated: October 13, 2010 */

/* = Background for all Subpages */
html {background:#4D4D4D url(../img/bg_subpage.png) top left repeat-x;}

#billboard {
	margin-top:1px;
	position:relative;
	z-index:80;}
*+html #billboard {margin:0 auto;margin-top:-2px;} /* IE7 */

#billboard {
	display:inline-block;
	height:255px;
	margin-bottom:2em;
	text-decoration:none;}

/* = Art Show Page */
.art_show_box {
	border-top:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	padding-top:1em;}

/* = About Ira Pages */
a.btn_iras_bio,
a.btn_ng_cover,
a.btn_wpoty_award,
a.btn_my_book {
	display:block;
	width:365px;
	height:47px;
	text-indent:-9999px;
	margin:0 auto;
	margin-bottom:10px;}

a.btn_iras_bio {background:url(../img/btn_iras_bio.png) top left no-repeat;}
a.btn_iras_bio:hover {background:url(../img/btn_iras_bio_o.png) top left no-repeat;}

a.btn_ng_cover {background:url(../img/btn_ng_cover.png) top left no-repeat;}
a.btn_ng_cover:hover {background:url(../img/btn_ng_cover_o.png) top left no-repeat;}

a.btn_wpoty_award {background:url(../img/btn_wpoty_award.png) top left no-repeat;}
a.btn_wpoty_award:hover {background:url(../img/btn_wpoty_award_o.png) top left no-repeat;}

a.btn_my_book {background:url(../img/btn_my_book.png) top left no-repeat;}
a.btn_my_book:hover {background:url(../img/btn_my_book_o.png) top left no-repeat;}

/* = Sale Page */
.sale_page #left,
.sale_page #right {
	margin:1.5em 0 4em 0;
	width:300px;
	text-align:center;}
.sale_page #left {
	float:left;
	margin-left:-30px;}
.sale_page #right {
	float:right;
	position:relative;
	right:-15px;}
#banner_top,
#banner_bottom {
	width:834px;
	height:58px;
color:#FFF;
position:relative;}

#banner_top {
	background:url(../img/banner_top.png) top left no-repeat;}
#banner_bottom {
	background:url(../img/banner_bottom.png) top left no-repeat;
	right:110px;
	clear:both;
}

.sale_page #billboard  #sale_photo1,
.sale_page #billboard  #sale_photo2 {
	position:absolute;
	width:283px;
	height:189px;
	overflow:hidden;}
.sale_page #billboard  #sale_photo1 {
	left:105px;}
.sale_page #billboard  #sale_photo2 {
	right:80px;}
*+html .sale_page #billboard  #sale_photo2 {right:110px;}
.orange_flag {
	font-weight:bold;
	font-size:190%;
	position:absolute;
}
#banner_top .orange_flag {
	top:6px;
	left:60px;
}
#banner_bottom .orange_flag {
	top:6px;
	right:60px;
}
#banner_top p,
#banner_bottom p {
	text-align:center;
	width:677px;
	position:absolute;
	top:8px;
}
#banner_top p {
	right:0;
	font-size:170%;
}
#banner_bottom p {
	font-size:130%;
}
*+html #banner_bottom p {position:relative;right:90px;}
