@font-face {
	font-family: 'SansThirteenBlack';

	src: url('../sansthirteenblack.woff') format('woff'), url('../sansthirteenblack.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    background: #fffefc;
    color: #161300;
    font-family: Baskerville, Georgia, serif;
}

div#container {
    width: 920px;
    margin: 0 auto;
}

p {
    margin: 0 0 5px;
    padding: 0;
}

a:link,
a:visited {
    color: #ca251f;
    text-decoration: none;
}
a:hover,
a:active {
    color: #ff0000;
    text-decoration: underline;
}
a img {
	border: none;
}
p#answer {
    margin: 40px 0 0;
    padding: 0;
    height: 258px;
    overflow: hidden;
    font: normal 288px/288px SansThirteenBlack, Impact, Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
p#answer strong {
	font-weight: normal;
}
hr {
    color: #161300;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 385px;
    height: 50px;
    border: 0;
    background: #161300;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.yes hr {
    width: 385px;
}
.no hr {
    width: 832px;
}
h2 {
    padding-top: 42px;
	padding-left: 20px;
	padding-right: 20px;
}

h2:first-of-type {
	
}

.h2title {
	padding-top: 20px;
	text-align: center;
}

p#comment {
    margin:102px 0 0;
    padding: 0 0 22px;
    text-align: center;
    font-style: italic;
    font-size: 1.6em;
    text-shadow: 0px 0px 15px rgba(0,0,0,0.1);
}
.yes p#comment {
    margin-top: 0px;
}
p#count {
    margin: 102px 0 0;
    padding: 0 0 12px;
    line-height: 20px;
    height: 24px;
    text-align: center;
    font-size: 1.5em;
}
.no p#count {
    margin-top: 20px;
}
a#badge {
    display: block;
    position: absolute;
    top: -15px;
    right: 0;
    width: 129px;
    height: 128px;
}

iframe#like {
    margin: 0 auto;
    border: none;
    display: block;
    overflow: hidden;
    height: 45px;
    width: 225px;
}
p#tweet {
    margin: 0 auto;
    width: 110px;
}

p#footer {
    padding: 102px 20px 20px 0;
    text-align:right;
    font-size: 0.9em;
}

#copsit p,#copsit2 p {
	padding-left:20px;
	padding-right: 20px;
}