/*
istodayfridaythe13th.com css
by: triskaidekaphobia.com's staff
don't steal: copyright 2009 triskaidekaphobia
*/

body{
	background-color:#fff;
	color:#1d1d1d;
	text-shadow:rgba(0,0,0,0.01) 0 0 0;
	font-size:0.875em;
	line-height:1.42857em;
	padding:0;
	margin:0; 
}
body.thirteen-friday{
	background:#d9082a url(/i/yes-back-bw8-2.png) 50% 40px no-repeat;
	behavior: url(/css/iepngfix.htc);
	height:1%;
	color:#fff;
}

@font-face{
	font-family: "Marketing Script";
	src:url("/fonts/MarketingScript.ttf") format("truetype");
	font-weight:normal;
}


/* links ----------------------------*/
a:link, a:visited{
	color:#69242f;
	background:#c399a0;
	text-decoration:none;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
a:hover{
	color:#c399a0;
	background:#560d19;
	text-decoration:underline;
}
a:active{
	color:#f00;
	text-decoration:none;
}
a:visited:hover{
	color:#966;
	text-decoration:underline;
}
a:visited:active{
	color:#f90;
	text-decoration:underline;
}


/* site ------------------------*/
#content{
	width:770px;
	position:relative;
	background:transparent url(/i/no-dog-flowers.png) 50% 12em no-repeat;
	padding:10px 20px 347px 0;
	margin:0 auto;
}
body.thirteen-friday #content{
	background:none;
	width:819px;
}

h1{
	font:normal 6em "Marketing Script", times, Times New Roman, times-roman, georgia, serif;
	text-align:center;
	padding:20px 0 40px 20px;
	margin-top:0;
	margin-bottom:4.8em;
}
h1:after{
	content:"!";
}

h2{
	font:normal 4em times, Times New Roman, times-roman, georgia, serif;
	text-align:center;
	width:114px;
	height:230px;
	overflow:hidden;
	text-indent:-10000px;
	padding:20px 20px 40px 0;
	margin-bottom:7.8em;
}

#sign, #sign-hold {
	position:absolute;
	top:0;
	right:0;
	width:414px;
	height:230px;
}
#sign{
	background:#f3f521;
	border:solid 3px #000;
}
#sign:hover, #sign-hold:hover {
	cursor:pointer;
}

#sign-hold{
	background:none;
	width:114px;
	padding:0;
	border:0;
}

#sign h3{
	display:block;
	background:#000;
	color:#f3f521;
	font:bold 3em Helvetica, Arial, sans-serif;
	text-align:center;
	text-transform:uppercase;
	padding:10px 20px;
	margin:0 0 20px 0;
}


#sign p{
	color:#000;
	font:bold 1.5em Helvetica, Arial, sans-serif;
	text-align:center;
	text-transform:uppercase;
	padding:1px 20px 10px 20px;
	margin:0;
}

#logo{
	position:absolute;
	top:18em;
	right:0;
	background:transparent url(/i/13-sign-bear-heart.png) top right no-repeat;
	width:114px;
	height:230px;
}
body.thirteen-friday #logo{
	top:20em;
	right:-50px;
}



/* footer -------------*/
#footer{
	bottom:0;
	background:transparent url(/i/an-hoop-girl.png) 10px 3.5em no-repeat;
	height:500px;
	width:530px;
	padding:1px 50px 1px 0;
	margin:10px 0 0 180px;
}
body.thirteen-friday #footer{
	background:none;
	padding:267px 50px 0 50px;
}

#footer a:link, #footer a:visited{
	padding:0 2px;
}

#footer h3{
	font:normal 2em "Marketing Script", times, Times New Roman, times-roman, georgia, serif;
	color:#a06847;
	text-shadow:1px -1px 2px #999;
	margin-top:0;
}
body.thirteen-friday #footer h3{
	color:#fff;
}

#footer ul{
	list-style-type: none;
	font:normal 1.15em "Marketing Script", times, Times New Roman, times-roman, georgia, serif;
	color:#4e494a;
	padding:40px 0 20px 27px;
	margin:0 3em 2em 12em;
}
body.thirteen-friday #footer ul{
	color:#fff;
}
#footer ul li {
	display:block;
	line-height:1.5em;
	padding:0;
	border:0;
	margin:0 0 1.52857em 0;
}

#footer p{
	font:normal 1.15em "Marketing Script", times, Times New Roman, times-roman, georgia, serif;
	margin:0;
}

.sponsor{
	text-align:center;
	margin-top:8em;
}

/* If I had more time I would write a shorter CSS */
