/* General reset */
body{
	min-width:943px;
	margin:0;
	color:#fff;
	font:16px Georgia, serif;
	background:#b20101 url(../images/bg-body.gif) repeat-x;
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#fff;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% Georgia, serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
.w1{
	left:50%;
	position:relative;
	float:left;
	width:1573px;
}
.w2{
	left:-50%;
	position:relative;
	float:left;
	width:1573px;
	background:url(../images/bg-wrapper.gif) repeat-y 50% 0;
}
.wrapper-holder{
	padding:0 316px;
	background:url(../images/bg-wrapper-t.jpg) no-repeat;
	height:1%;
}
/* header */
#header{
	padding:113px 0 0;
	height:261px;
	position:relative;
}
#header:after{
	display:block;
	clear:both;
	content: "";
}
/* logo */
.logo{
	margin:0 -2px 0 -51px;
	width:175px;
	height:172px;
	float:left;
	position:relative;
}
.logo a{
	background:url(../images/logo.png) no-repeat;
	outline:none;
	height:172px;
	width:175px;
	display:block;
	cursor:pointer;
}
.logo span{
	display:block;
	width:175px;
	height:172px;
	text-indent:-9999px;
}
.text-jenny{
	margin:0;
	font-size:0;
	background:url(../images/text-jenny.png) no-repeat;
	width:584px;
	height:137px;
	float:left;
}
.text-jenny span{
	display:block;
	width:584px;
	height:137px;
	text-indent:-9999px;
}
/* nav */
#nav{
	position:absolute;
	top:225px;
	left:374px;
	margin:0;
	overflow:hidden;
	padding:0;
	list-style:none;
}
#nav li{
	position:relative;
	float:left;
}
.separator{
	position:absolute;
	top:8px;
	left:-6px;
	width:11px;
	height:10px;
	background:url(../images/separator-nav.png) no-repeat;
}
#nav a{
	height:23px;
	float:left;
	cursor:pointer;
}
#nav a.active,
#nav a:hover{background-position:0 -23px;}
#nav a span{
	text-indent:-9999px;
	width:100%;
	height:23px;
	display:block;
}
.text-home{
	width:70px;
	background:url(../images/text-home.gif) no-repeat;
}
.text-bookshelf{
	width:115px;
	background:url(../images/text-bookshelf.gif) no-repeat;
}
.text-bio{
	width:48px;
	background:url(../images/text-bio.gif) no-repeat;
}
.text-contact{
	width:95px;
	background:url(../images/text-contact.gif) no-repeat;
}
/* main */
#main{
	height:1%;
	padding:0 20px 0 20px;
	margin:-38px 0 14px;
	position:relative;
	background:url(../images/divider-main.gif) repeat-y 697px 0;
}
#main:after{
	display:block;
	clear:both;
	content: "";
}
/* content */
#content{
	width:658px;
	float:left;
}
/* title */
.title{
	font-size:30px;
	font-weight:normal;
	display:block;
	overflow:hidden;
	height:1%;
	margin:-47px 0 12px 16px;
	position:relative;
}
.title a{
	text-decoration:none;
	float:left;
	padding:0 0 0 20px;
	background:url(../images/arrow.gif) no-repeat 0 50%;
}
.title a:hover{text-decoration:underline;}
/* block */
.block{margin:0 0 30px;}
/* slideshow */
.block .slideshow{
	width:658px;
	height:168px;
	overflow:hidden;
	margin:0 0 8px;
}
.block .slide{
	border:1px solid #60736f;
	width:653px;
	height:166px;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
.block .slide li{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.block .slide li.active{z-index:2;}
.block .slide img{vertical-align:top;}
/* heading */
.block .heading{
	overflow:hidden;
	width:658px;
	position:relative;
	margin:0 0 7px;
}
.block .heading h2,
.block .heading h3{font-weight:normal;}
.block .heading h2{
	font-size:30px;
	margin:0 0 6px;
}
.block .heading h3{
	font-size:24px;
	margin:0;
}
.block .heading h2 a,
.block .heading h3 a{text-decoration:none;}
.block .heading h2 a:hover,
.block .heading h3 a:hover{text-decoration:underline;}
.block .heading .actions{
	position:absolute;
	right:4px;
	top:11px;
	width:auto;
}
/* post */
.post{
	background:url(../images/bg-post.gif) repeat-y;
	margin:0 0 11px;
}
.block .post{margin:0;}
.post-holder{
	background:url(../images/bg-post-b.gif) no-repeat 0 100%;
	padding:0 0 5px;
}
.post-frame{
	overflow:hidden;
	height:1%;
	background:url(../images/bg-post-t.gif) no-repeat 0 0;
	padding:12px 16px 13px;
}
.block .post-frame{padding:9px 13px 0;}
* html .post-frame{padding-bottom:0;}
.post p{
	margin:0 0 21px;
	line-height:20px;
}
.post .image{
	float:left;
	margin:5px 14px 0 0;
	border:1px solid #636f6b;
}
.post .image img{vertical-align:top;}
* html .post .image{margin:5px 14px -8px 0;}
.post .heading{
	overflow:hidden;
	height:1%;
	margin:0 0 15px;
}
.post .heading h2{
	margin:0;
	font-size:30px;
	float:left;
	font-weight:normal;
}
.post .heading h2 a{text-decoration:none;}
.post .heading h2 a:hover{text-decoration:underline;}
.post .actions{
	float:right;
	width:auto;
	margin:11px 0 0;
}
/* reviews-list */
.reviews-list{
	margin:0;
	padding:0 0 7px;
	list-style:none;
}
.reviews-list li{margin:0 0 2px;}
q{quotes: none;}
q:before{content:"";}
q:after{content:"";}
/* description-block */
.full-post{
	background:url(../images/bg-block.gif) repeat-y;
	margin:0 0 11px;
}
.full-post-holder{
	background:url(../images/bg-block-b.gif) no-repeat 0 100%;
	padding:0 0 5px;
}
.full-post-frame{
	background:url(../images/bg-block-t.gif) no-repeat 0 0;
	padding:12px 23px 0 15px;
	margin:0 0 -8px;
}
.area{
	overflow:hidden;
	height:1%;
	margin:0 0 19px;
}
/* slideshow */
.full-post .slideshow{
	float:left;
	width:256px;
	height:383px;
	overflow:hidden;
	margin:5px 16px 0 0;
}
* html .full-post .slideshow{margin-bottom:-18px;}
.full-post .slide{
	position:relative;
	width:254px;
	height:381px;
	overflow:hidden;
	border:1px solid #62726e;
	margin:0;
	padding:0;
	list-style:none;
}
.full-post .slide li{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.full-post .slide li.active{
	z-index:2;
}
.full-post .slide img{vertical-align:top;}
/* heading */
.full-post .heading{
	margin:0 0 15px;
	height:1%;
	overflow:hidden;
}
.full-post .heading h2,
.full-post .heading h3{
	margin:0;
	font-weight:normal;
	float:left;
	position:relative;
}
.full-post .heading h2{font-size:30px;}
.full-post .heading h3{font-size:26px;}
.full-post .heading h2 a,
.full-post .heading h3 a{text-decoration:none;}
.full-post .heading h2 a:hover,
.full-post .heading h3 a:hover{text-decoration:underline;}
.order{
	float:right;
	font-size:18px;
	margin:11px 0 0;
	position:relative;
}
.order:hover{text-decoration:none;}
.copy{
	font-size:18px;
	margin:10px 0 0;
	float:right;
	position:relative;
}
.full-post p{
	margin:0 0 18px;
	line-height:20px;
}
/* sign-up-box */
.sign-up-box{
	background:url(../images/bg-sign-up-box.gif) repeat-y;
	overflow:hidden;
	height:1%;
}
* html .sign-up-box-frame{padding-bottom:3px;}
.sign-up-box-holder{
	float:left;
	background:url(../images/bg-sign-up-box-t.gif) no-repeat;
}
.sign-up-box-frame{
	width:632px;
	float:left;
	padding:11px 15px 13px 10px;
	background:url(../images/bg-sign-up-box-b.gif) no-repeat 0 100%;
}
/* heading */
.sign-up-box .heading{
	width:280px;
	float:left;
}
.sign-up-box .heading span{display:block;}
.sign-up-box .heading span span{
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:100%;
}
.text-penn{
	width:280px;
	height:66px;
	background:url(../images/text-penn.png) no-repeat;
}
.text-official{
	margin:-5px 0 2px 21px;
	width:243px;
	height:16px;
	background:url(../images/text-official.png) no-repeat;
}
.text-newsletter{
	margin:0 0 0 31px;
	width:220px;
	height:30px;
	background:url(../images/text-newsletter.png) no-repeat;
}
/* sign-up-form */
.sign-up-form{
	width:352px;
	float:right;
}
.sign-up-form fieldset{padding:5px 0 0;}
.sign-up-form span,
.sign-up-form label{
	display:block;
	margin:0 auto 5px;
}
.sign-up-form span span,
.sign-up-form label span{
	display:block;
	height:100%;
	overflow:hidden;
	text-indent:-9999px;
}
.text-receive{
	width:288px;
	height:36px;
	background:url(../images/text-receive.png) no-repeat;
}
.text-enter{
	width:286px;
	height:20px;
	background:url(../images/text-enter.png) no-repeat;
}
.sign-up-form .row{
	width:100%;
	overflow:hidden;
	padding:3px 0 0;
}
.sign-up-form .text{
	position:relative;
	margin:1px 9px 0 0;
	float:left;
	width:236px;
	background:#fff;
	border:1px solid #000;;
	font-size:14px;
	padding:7px 4px 6px;
}
.sign-up-form .submit-btn{
	float:left;
	position:relative;
}
/* sidebar */
#sidebar{
	width:203px;
	float:right;
}
/* product */
.product{
	margin:0 0 28px;
	position:relative;
	overflow:hidden;
}
* html .product{position:static;}
.product .image{
	text-align:center;
	margin:0 0 13px;
}
.product .image img{
	vertical-align:top;
	border:1px solid #617470;
}
.description{
	text-align:center;
	padding:0 3px 9px;
}
.description strong{
	font-size:18px;
	font-weight:normal;
	display:block;
	margin:0 0 2px;
}
.description p{
	margin:0;
	font-size:14px;
}
.actions{
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	list-style:none;
}
.actions li{
	position:relative;
	float:left;
	font-size:18px;
	padding:0 4px 0 5px;
	margin:0 5px 0 -5px;
	background:url(../images/separator-actions.gif) no-repeat 0 50%;
}
* html .actions li{position:static;}
/* products */
.products{margin:0 0 19px;}
.products-t,
.products-b{
	font-size:0;
	height:8px;
	line-height:0;
}
.products-t{background:url(../images/bg-products-t.png) no-repeat;}
.products-b{background:url(../images/bg-products-b.png) no-repeat;}
.products-c{
	background:url(../images/bg-products.gif) repeat-y;
	padding:1px 16px 31px;
	height:1%;
}
.products h3{
	font-size:24px;
	margin:0 0 21px;
	font-weight:normal;
}
.products-list{
	margin:0 -13px;
	padding:0;
	list-style:none;
	width:197px;
}
.products-list li{
	margin:0 0 2px;
	font-size:16px;
	height:1%;
	vertical-align:top;
}
.products-list a{
	padding:6px 13px 9px;
	display:block;
	width:171px;
	color:#fff;
	text-decoration:none;
	background:#4f4d4d;
}
.products-list a.active,
.products-list a:hover{background:#6e6e6e;}
/* ad */
.ad{
	text-align:center;
	width:100%;
}
.ad img{vertical-align:top;}
/* footer */
#footer{
	padding:14px 22px 20px;
	font:11px Arial, Helvetica, sans-serif;
	color:#9b9b9b;
	background:#2a2a2a url(../images/bg-footer.gif) repeat-x;
}
#footer p{margin:0;}
/* item-list */
.item-list{
	margin:0 0 4px;
	padding:0;
	height:1%;
	overflow:hidden;
	list-style:none;
	position:relative;
}
.item-list li{
	padding:0 7px 0 7px;
	margin:0 7px 0 -7px;
	background:url(../images/separator-item-list.gif) no-repeat 0 50%;
	float:left;
}
.item-list a{
	color:#9b9b9b;
	text-decoration:none;
}
.item-list a:hover{text-decoration:underline;}