/* Fan Page Notifier global CSS file - All rights reserved
Created by: Yiannis Konstantakopoulos - hello@porcupine.gr


Please don't highjack this humble design. You can't be a blantant thief, can you?
As wise men say: "Don't forget those men with big dogs."
------------------------------------------------------------------------*/

@import url("reset.css");

@font-face { 
	font-family: "League"; 
	src: url('../fonts/League Gothic.otf');
}

/* =Structure
----------------------------------------------------*/

body{
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #121514;
	background: #EDF5F2;
}

/* =header
----------------------------------------------------*/
#header-wrapper{
	float: left;
	width: 100%;
	text-align: left;
	border-bottom: 1px solid #B8D6CA;
	background-image: -moz-linear-gradient(top, #EDF5F2, #CAE1D8);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #EDF5F2),color-stop(1, #CAE1D8));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDF5F2', EndColorStr='#CAE1D8');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EDF5F2', EndColorStr='#CAE1D8')";	
}

#header{
	margin: 0 auto;
	width: 960px;
}

h1{
	float: left;
	font-family: League, Helvetica, Arial, Verdana, sans-serif;
	font-size: 60px;
	margin: .5em 10px .1em 35px;
	text-shadow: 1px 1px 1px #000;
}

h2{
	clear: left;
	float: left;
	font-size: 12px;
	margin: 0 0 20px 0;
	padding: 10px;
	background: #F8FBFA;
	
}

h3{
	float: left;
	text-align: left;
	width: 420px;
	font-size: 16px;
	line-height: 1.6em;
	margin: 2em 0 0 0;
	padding: 10px;
	background: #F8FBFA;
	border: 1px solid #CAE1D8;	
}

span.answer{
	float: left;
	width: 420px;
	text-align: left;
	font-size: 14px;
	line-height: 2em;
	font-weight: normal;
	margin: 1em 0 0 10px;
	padding: 0 0 0 30px;
}

.num-1{
	background: url(../img/1.png) left top no-repeat;
}

.num-2{
	background: url(../img/2.png) left top no-repeat;
}

.num-3{
	background: url(../img/3.png) left top no-repeat;
}

.num-4{
	background: url(../img/4.png) left top no-repeat;
}

#header img{
	float: right;
	margin: 0 20px 0 0;
}

img.right{
	float: right;
	margin: 2em 0 2em 2em;
}

p.disclaimer{
	float: left;
	width: 420px;
	text-align: left;
	font-size: 11px;
	margin: 2em 0 0 10px;
	line-height: 1.2em;
}

/* =content
----------------------------------------------------*/
#content-wrapper{
	float: left;
	width: 100%;
}

#content{
	margin: 0 auto;
	width: 960px;
}

table{
	width: 760px;
	text-align: left;
	margin: 1em 0 1em 100px;
}

caption{
	display: none;
}

th{
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	padding: 1em 0;
	color: #D93B48;
	border: 1px solid #2E3633;
	background-image: -moz-linear-gradient(top, #2E3633, #121514);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2E3633),color-stop(1, #121514));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#2E3633', EndColorStr='#121514');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2E3633', EndColorStr='#121514')";
}

th.check{
	width: 25%;
	padding: 0 10px 0 10px
}

th span.help{
	float: left;
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	padding: 0 0 1em 0;
	color: #5C6B65;
}

tr:nth-child(odd){
	background: #CAE1D8;
}

tr:nth-child(odd):hover, tr:nth-child(even):hover{
	background: #B8D6CA;
}

tr:nth-child(even){
	background: #fff;
}

td{
	font-size: 12px;
	padding: 1em 0 0 5px;
	border: 1px solid #fff;
}

td input{
	display: block;
	margin: 0 auto;
}

td img{
	float: left;
	margin: 0 5px 5px 0;
}

input.button{
	float: left;
	font-size: 14px;
	margin: 20px 0 0 100px;
	padding: 5px 10px;
	background: #121514;
	background-image: -moz-linear-gradient(top, #2E3633, #121514);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2E3633),color-stop(1, #121514));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#2E3633', EndColorStr='#121514');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2E3633', EndColorStr='#121514')";	
	color: #D93B48;
	border: 1px solid #121514;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input.button:hover{
	color: #EDF5F2
}

input.button:active{
	color: #B8D6CA
}

/* =privacy
----------------------------------------------------*/
#content.privacy h2{
	float: left;
	width: 100%;
	text-align: left;
	background: none;
	font-size: 18px;
	font-weight: bold;
	margin: 1em 0 1em 0px;
}

#content.privacy h3{
	float: left;
	width: 100%;
	text-align: left;
	background: none;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0px;
	border: none;
}

#content.privacy p{
	clear: left;
	float: left;
	text-align: left;
	font-size: 12px;
	line-height: 1.6em;
	width: 640px;
	margin: 0 0 1em 10px;
}

/* =linkage
----------------------------------------------------*/
a{
	color: #D93B48;
	text-decoration: none;
}

/* =footer
----------------------------------------------------*/
#footer-wrapper{
	float: left;
	width: 100%;
	margin: 5em 0 0 0;
	border-top: 1px solid #B8D6CA;
	background-image: -moz-linear-gradient(top, #2E3633, #121514);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2E3633),color-stop(1, #121514));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#2E3633', EndColorStr='#121514');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2E3633', EndColorStr='#121514')";	
}

#footer{
	margin: 0 auto;
	width: 960px;
}

#footer p{
	color: #B8D6CA;
	font-size: 11px;
	margin: 1em 0;
}


