@font-face {
	font-family: 'TrashHand';
	src: url('trashhand-webfont.eot');
	src: local('☺'), url('../font/trashhand-webfont.woff') format('woff'), url('../font/trashhand-webfont.ttf') format('truetype'), url('../font/trashhand-webfont.svg#webfontNSRQI3gX') format('svg');
	font-weight: normal;
	font-style: normal;
}


*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
}

body{
	background: #dbe1be url(../img/bg.jpg) no-repeat right bottom;
	background-attachment: fixed;
	text-align: center;
	font-family: Verdana, Arial, Sans-Serif;
}


#container{
	background: url(../img/white.png);
	margin: auto;
	width: 940px;
	min-height: 400px;
	box-shadow: 4px 0px 9px #888;
	-moz-box-shadow: 4px 0px 9px #888;
	-webkit-box-shadow: 4px 0px 9px #888;
	padding: 10px 0 10px 10px;
	position: relative;
}

#content, #footer{
	clear: both
}

#main{
	float: left;
	width: 620px;
	margin: -10px 0 0 -30px;
}

#secondary{
	float: right;
	min-height: 500px;
	margin: 0 -20px 0 0px;
}

#signup{
	display: none;
}

#signup-reveal{
	background: url(../img/bar.gif);
	width: 220px;
	height: 57px;
	padding: 15px;
	font-family: TrashHand;
	color: #fff;
	font-size: 30px;
	margin:auto ;
	cursor: pointer;
	
}


/*	HEADER
------------------------------------------------------------------------*/
#header{}


ul#nav{
	background: url(../img/bar.gif);
	height: 35px;
	margin: 10px 0 0px -10px;
	width: 940px;
	padding: 5px 0 0 10px;
	font-family: TrashHand;
	letter-spacing: 5px;
}

ul#nav li{
	float: left;
	list-style: url(../img/line.gif);
	margin: 0 20px 0 20px;
	font-size: 22px;
}

-ul#nav li.first{
	list-style: none;
}

ul#nav li a{
	color: #fff;
}


/*	DEALS
------------------------------------------------------------------------*/


.deal{
	width: 333px;
	height: 333px;
	background: url(../img/deal-bg.png);
	position: relative;
	float: left;
	margin: 0px 0 0 -20px;
}


.price{
	background: url(../img/star.png);
	width: 84px;
	height: 60px;
	position: absolute;
	color: #fff;
	font-family: "Arial Narrow";
	text-transform: capitalize;
	top:15px;
	left: 40px;
	padding: 25px 0 0 0;
	font-size: 22px;
	-webkit-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.price span{
	position: absolute;
	bottom: 20px;
	left: 20px;
	font-size: 12px;
	color: pink;
	text-transform: capitalize;
}


.deal p{
	font-family: TrashHand;
	color: #c1313d;
	font-size: 20px;
}

.deal p a{
	background: #c1313d;
	color: #fff;
	padding: 3px 7px 2px 7px;
	margin: 0 10px 0 10px;
	font-size: 25px;
	font-family: TrashHand;
	letter-spacing: 5px;
	font-size: 18px;
	box-shadow: 0 0 6px #666;
	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	-webkit-transition:background .25s ease-in;
	-moz-transition:background .25s ease-in;  
	transition:background .25s ease-in;  
}

.deal p a:hover{
	background: #000;
}


/*	STORY
------------------------------------------------------------------------*/

.story{
	text-align: left;
	background: url(../img/content-bg.png);
	width: 604px;
	padding: 20px;
	margin: -20px 0 0 0;
	z-index: 0;
	position: relative;
}

.story .date{
	width: 61px;
	height: 75px;
	background: url(../img/date.png);
	float: left;
	margin: 0 20px 0 0;
	color: #fff;
	font-size: 40px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	position: relative;
	padding: 0px 0 0 12px;
	line-height: 58px;
}


.story .date span{
	position: absolute;
	bottom: 2px;
	left: 16px;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 16px;
}


.story .share{
	height: 35px;
	clear: both;
	position: relative;
}

.story .share a.more{
	background: #c1313d;
	color: #fff;
	padding: 3px 7px 2px 7px;
	margin: 0 10px 0 10px;
	font-size: 25px;
	font-family: TrashHand;
	letter-spacing: 5px;
	font-size: 18px;
	float: right;
	box-shadow: 0 0 6px #666;
	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	-webkit-transition:background .25s ease-in;
	-moz-transition:background .25s ease-in;  
	transition:background .25s ease-in;  
 
}

.story .share a.more:hover{
	background: #000;
}

#main .bottom{
	background: url(../img/content-bottom.png);
	width: 644px;
	height: 70px;
}

.share a.facebook, .share a.twitter{
	position: absolute;
	width: 28px;
	height: 28px;
	background: url(../img/share.png);
	text-indent: -999px;
}

.share a.facebook{
	left: 5px;
}

.share a.twitter{
	background-position: -32px 0;
	left: 40px;
}


/*	SIDEBAR
------------------------------------------------------------------------*/
#secondary .top{
	background: url(../img/secondary-top.png);
	width: 346px;
	height: 46px;
}

#secondary .content{
	background: url(../img/secondary-bg.png);
	width: 346px;
	min-height: 30px;
}

#secondary .bottom{
	background: url(../img/secondary-bottom.png);
	width: 346px;
	height: 59px;
}

/*	DATES
------------------------------------------------------------------------*/

.date{
	background: url(../img/divider2.gif) no-repeat bottom center;
	padding: 15px 0 15px 30px;
	position: relative;
	text-align: left;
	width: 300px;
}

.date a{
	background: #c1313d;
	color: #fff;
	padding: 3px 7px 2px 7px;
	margin: 0 10px 0 10px;
	font-size: 25px;
	font-family: TrashHand;
	letter-spacing: 5px;
	font-size: 18px;
	position: absolute;
	top: 20px;
	right: 5px;
	box-shadow: 0 0 6px #666;
	-moz-box-shadow: 0 0 6px #666;
	-webkit-box-shadow: 0 0 6px #666;
	-webkit-transition:background .25s ease-in;
	-moz-transition:background .25s ease-in;  
	transition:background .25s ease-in;  
 
}

.date a:hover{
	background: #000;
}

/* SOCIAL
------------------------------------------*/
#social{
	width: 135px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(../img/bar.gif);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
}

#social a{
	background-image:url(../img/social.png);
	height: 24px;
	width: 24px;
	text-decoration: none;
	position: absolute;	
	top: 8px;
}

#social a span{
	visibility: hidden;
}

.youtube{
	background-position: 24px 0px;
	left: 10px;
}

.myspace{
	background-position: 0px 0px;
	left: 40px;
}

.facebook{
	background-position: 56px 0px;
	left: 70px;
}

.twitter{
	background-position: 89px 0px;
	left: 100px;
}



/*	TEXT
------------------------------------------------------------------------*/

hr{
	background: url(../img/divider.gif);
	width: 605px;
	height: 10px;
}

#header h1{
	background: url(../img/logo.gif);
	width: 608px;
	height: 137px;
	text-indent: -9999px;
}

#main h2, #secondary h2{
	background: url(../img/stick.png);
	width: 210px;
	height: 45px;
	font-family: TrashHand;
	padding: 15px 0 0 0;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0 0 0 20px;
	z-index: 100;
	position: relative;
}

#secondary h2{
	margin: 0px 0 0 20px;
	position: absolute;	
}

.story h3{
	color: #c2313d;
	font-size: 14px;
}

.date h3{
	color: #c2313d;
	font-size: 12px;
}


.story p, .date p{
	font-size: 12px;
	color: #333;
}

.story p{
	min-height: 70px;
}
