/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

* Filename: welcomepage.css
* Website: gooddealnews.com
* Author: Vlada Kobetic
* Description: Stylization of the welcome page

== INDEX: ==================================
============================================
*/


/* _region
==========================================*/
.region {
	float:left;
	width:220px;
	margin:10px;
	text-align:center;
	border:1px solid #999;
	background:#fefefe;
	height:160px;
}
.region h3 {
	margin:10px 0;
	padding:0;
	font-size:220%;
	font-weight:normal;
	text-decoration:none;
}
.region a:hover h3 {
	text-decoration:underline;
}
.region img {
	display:block;
	margin:0 auto;
	border:0;
}
.region a.language {
	display:block;
	margin:8px auto;
	font-size:120%;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	background-color:#eee;
	padding:3px 10px;
	background-color:#eee;
}
.region a:hover.language {
	background-color:#ccc;
	text-decoration:underline;
}

/* _logo
==========================================*/
h1 {
	text-align:center;
	margin-bottom:8px;
}	
h1 span.image-replacement {
	display:block;
	font-size:1px;
	text-indent:-800px;
	color:#fff;
}
h3.base-box-title {
	padding:8px 0;
	font-variant:small-caps;
	color:#333;
	font-size:150%;
	font-weight:normal;
	font-family:Verdana,Arial,Tahoma,sans-serif;
	text-align:center;
	background-color:#e1eaf2;	
	
}
