html {
	
}

a {
	color: #cb615e;
}

body {
	font: 0.6em Georgia, Helvetica, Arial, Verdana;
	color: #333;
	background: #fff url(../images/bg.jpg) center 160px no-repeat;
}

img {
	border: 0;
}

h1, h2, p, #buttons, #ldaForm {
	margin-left:5px;
	margin-right:5px;
}

h1, h2 {
	color: #a30e1a;
	font-size: 1.2em;
}

h2 {
	font-size: 1em;
}

p {
	line-height: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 280px;
	overflow: hidden;
}

#logo {
	width: 100%;
	height: 64px;
	background: #fff url(../images/logo.gif) center 0 no-repeat;
	text-align: center;
}

.hr {
	width: 100%;
	height: 10px;
	background: #fff url(../images/hr.gif) center 0 no-repeat;
	margin: 10px 0;
}

.hr hr {
	display: none;
}

/*lda*/

select, input {
	margin: 6px 0;
}

#obj_dobmonth {
	width: 50px;
}

#obj_dobday {
	width: 50px;
}

#obj_dobyear {
	width: 20px;
}

#obj_location {
	width: 140px;
}

#legalNote {
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.5em;
}

#ldaError {
	color: #881815;
	font-weight: bold;
	margin: 10px 0;
}

/*home page*/

#buttons, #bottle, #ldaForm {
	float: left;
}

#buttons, form#ldaForm {
	width: 190px;
}

#bottle {
	display: block;
	margin: 0;
}

#buttons a, a.short, #submit {
	width:152px;
	height:26px;
	background: #881815 url(../images/btn.gif) 0 0 repeat-x;
	color: #fff;
	display: block;
	margin: 10px 0;
	text-decoration: none;
	line-height: 26px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

a.short, #buttons a.short, #submit {
	width:100px;
}

#buttons p {
	font-size: 1.2em;
}

/*sub pages nav*/

#nav, #subnav {
	text-transform: uppercase;
	color: #a30e1a;
	text-align: center;
}

#subnav {
	margin-left: 5px;
	text-align: left;
}

#nav a, #subnav a {
	color: #a30e1a;
}

#nav a.active, #subnav a.active {
	color: #333;
}

/*unseen contest*/
.pHeading {
	color: #a30e1a;
	font-size: 1.3em;
	line-height: 1.3em;
}
	
.subHeading {
	color: #a30e1a;
	text-transform: uppercase;
	margin-left: 5px;	
}

.req {
	color: #a30e1a;
}

#unseen {
	margin-left: 5px;
}

#unseen label {
	margin-top: 5px;
}

#unseen label, #unseen input, #unseen select {
	display: block;
}

#unseen select {
	width: 200px;
}

#unseen input {
	width: 190px;
}

#unseen .triple input.short {
	width: 40px;
	display: inline;
}

#unseen label.radio {
	display: block;
	float: left;
	width: 100px;
	margin-top: 0;
}

#unseen label.radio input, #unseen .checkBox input {
	display: inline;
}

#unseen .checkBox input, #unseen label.radio input {
	width: 15px;
}

#unseen .checkBox {
	margin: 5px 0;
}


/*thanks page*/

.unseenLogo {
	margin-top: 15px;
	margin-bottom: 20px;
}

.thanks {
	font-size: 2.5em;
	line-height: 1em;
	text-align: center;
}

/*Twitter page.*/

.tweet {
	width: 100%;
	margin: 10px 5px;
	overflow: hidden;
	border-bottom: 1px dotted #797979;
}

.tweet span.h2 {
	color: #cb615e;
	margin-left: 10px;
	font-size:1.3em;
}

.tweet img {
	float: left;
}

h3 {
	color: #cb615e;
	font-size: 1.3em;
	font-weight: normal;
	margin-left: 5px;
}

.tweet a {
	color: #cb615e;
	margin-left: 10px;
	font-size:1.3em;
}

.tweet p {
	margin-top: 2px;
	margin-left: 52px;
	color: #424242;
}

.tweet p.noMargin {
	margin-left: 5px;
}

/*facts page*/
.box {
	width: 100%;
	margin: 5px 5px;
	overflow: hidden;
	border-bottom: 1px dotted #797979;
}

.box h3 {
	margin-left: 0;
}

.box .answer {
	color: #999;
	margin-left: 0;
}



/* custom */
.clear {
	clear: both;
}

.bigger {
	font-size: 2em;
	text-align: center;
}