@charset "UTF-8";
/* CSS Document */

#tail_contentwrap p
{
	margin-top:5px;
	margin-bottom:5px;
}

#tail_container
{
	position:relative;
	background-image:url(tail.png);
	background-repeat:repeat-x;
	height:472px;
	
	
	width:100%;
	float:left;
}

#tail_contentwrap
{
	width:850px;
	height:260px;
	
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	
	position:relative;
}

#newsletter, #main_navigation, #terms, #twitter
{
	position:relative;
	float:left;
}

#newsletter h1, #main_navigation h1, #terms h1, #twitter h1
{
	margin:0px;
	
	font-size:16px;
	
	border-bottom:1px solid #AEE5FA;
	text-align:justify;
	font-weight:normal;
}

#newsletter h1
{
	color:#D3ECFD;
	border-bottom:1px solid #D3ECFD;
}

#main_navigation h1
{
	color:#F8CCFE;	
	border-bottom:1px solid #F8CCFE;
}

#terms h1
{
	color:#FDED9E;	
	border-bottom:1px solid #FDED9E;
}

#twitter h1
{
	color:#C0C2F1;	
	border-bottom:1px solid #C0C2F1;
}

#newsletter p, #main_navigation p, #terms p, #twitter p
{
	
	text-align:justify;
	font-size:12px;
	font-weight:normal;
}
#main_navigation p, #terms p{
	text-decoration:underline;
	/* border-bottom:#DDD 1px dotted; */
	color:#EADDCB;
	display:block;
	text-transform:capitalize;
	text-align:left;
	cursor:pointer;
}
#main_navigation p:hover, #terms p:hover
{
	cursor:pointer;
	text-decoration:underline;
	/* border-bottom:#EEE 1px dotted; */
	color:#CCBCA1;
}

#newsletter a, #twitter a
{
	text-decoration:none;
	border-bottom:#DDD 1px dotted;
	
	color:#EADDCB;
}

#newsletter a:hover, #twitter a:hover
{
	border-bottom:#EEE 1px dotted;
	color:#CCBCA1;
}

#newsletter
{
	width:32%;
	padding-right:3%;
	position:relative;
}

#main_navigation
{
	width:17%;
	padding-right:3%;
	position:relative;
}

#terms
{
	width:17%;
	padding-right:3%;
	position:relative;
}

#twitter
{
	width:25%;
	position:relative;
}

#twitter_box
{
	background-color:#E3E4FE;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	
	padding:5px;
	margin-top:10px;
	
	color:#555;
	font-style:italic;
}

#twitter_bird
{
width:100%;
height:53px;

background-image:url(twitter.png);
background-position:top left;
background-repeat:no-repeat;
}

#twitter_bird p
{
text-align:right;
margin:0px;
line-height:34px;
}

#newsletter_field, #newsletter_field:focus
{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: 3px solid #D3ECFD;
	background-color:#F9F9F9;
	
	font-size:14px;
	color:#539Eff;
	
	padding:5px;
	outline:none;
	
	width:90%;
}

#newsletter_submit
{
-webkit-border-radius:4px;
-moz-border-radius:4px;
border: 3px solid #D3ECFD;
background-color:#539Eff;

font-size:14px;
color:#FFF;

margin-top:5px;
padding:5px;
outline:none;

width:120px;
cursor:pointer;
}

#tail_authors
{
	font-size:12px;
	line-height:35px;
	color:#FFF;
	text-align:center;
	
	position:relative;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

#tail_logo_holder
{
	position:relative;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:45px;
	clear:both;
}

#tail_logo_holder_2
{
	position:relative;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:45px;
	clear:both;
}

.logo_tail
{
	margin:0px;
	padding:0px;
	float:left;
	postion:relative;
	cursor:pointer;
	border:none;
}