/* @override http://localhost:8888/spoofcard/css/flair.css */

body{
	color: #666666;
}

a {
	color: #2A5CA9;
}

a:hover {
	color: #FFFFFF;
	background-color: #2A5CA9;
}



#readthis_btn a:hover {
	background-color: transparent;
}

#readmore_btn a:hover {
	background-color: transparent;
}

#content_banner {
	font-size: 30px;
	color: #FFFFFF;
	text-align:left;
}

#content_banner img { 
	vertical-align: middle;
	margin-right:10px;
} 



#content_banner_footer {
	font-size: 20px;
	color: #FFFFFF;
	text-align:right;   
}

#content_banner_footer img { 
	vertical-align: middle;
	margin-right:10px;
	text-decoration: none;
} 

#content_banner a:hover {
	background-color: transparent;
	text-decoration: none;
}

.imagelink:hover {
	background-color: transparent;
}



/* Headers */


h1 {
	color: #2A5CA9;
}

h2 {
	font-size: 18px;
	margin-bottom: 0px;
}

#content_main h2{
	color: #2A5CA9;
	font-size: 23px;
	padding-bottom:5px;
}

#content_main h3{
	color: #FAAF40;
}

#content_main p {
	font-size: 14px;

}

#tabs h2{
	color: #2A5CA9;
}

#tabs  p {
	margin: 0px;
	text-align: justify;
}

#story h2{
	color: #2A5CA9;
}

#story  p {
	margin: 0px;
	text-align: justify;
}

/* Links */

#footer_links a{
	color: #FFFFFF;
	font-size: 12px;
	padding:4px;	
}

#footer_links a:hover{
	color: #2A5CA9;
	background-color: #FFFFFF;
	padding:4px;	
	font-size: 12px;
	
}


#footer_links a.img:hover{
	color: #2A5CA9;
	background-color: transparent;
	
}