/*  
Theme Name: EasyGift
Theme URI: http://www.wpsmart.com/
Description: Adapted from Gary Burton's WPSmart themes.

Version: 1.0
Author: Kay & Dave McMahon
Author URI: http://www.ukwebdev.com/
*/

/*Home-page specific CSS*/

/* Index header */

#headerArea {
	height: 400px;
}

#blogname {
	height: 420px;
	float: left;
	padding: 10px;
	width: 402px;
}

#blogname img {
	border: none;
	float: left;
	width: 382px;
	height: 400px;
}

#sublogo {
	width: 480px;
	left: 10px;
}

#sublogotext {
	font-size: 21px;
}

#headerright {
	left: 15px;
}

/* Index main body */

#rightNavigation {
	display: none;
}


/* Rows */

.indexrow {
	float: left; 
	padding: 10px;
	color: inherit;
   	background: #FFF;
}

#regions {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

#regions img {
	width: 392px;
	height: 200px;
	border: 0;
}

#countryexplain {
	float: left;
	clear: none;
	width: 400px;
}

#welcome {
	clear: both;
}

#welcome ul {
	list-style-position: inside;
}

#welcome img {
	margin: 0 10px 10px 10px;
	width: 150px;
	height: 92px;
}

#news {
	width: 260px;
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #039;
}

#latest h3, #news h3 {
	margin-top: 0;
}


.homeboxrows {
	clear: both;
	width: 900px;
	 text-align: center;
}

.homebox {
    float: left;
    margin: 10px;
    padding: 5px;
    width: 270px;
}

.homebox h2 {
	 margin-top: 10px;
}

.homebox h2 a {
	display: block;
}

.homebox h3, .homebox h3 a {
	display: block;
	color: #FFF;
	background: #000;
	margin-top: 2px;
}

.homebox h3 a:link, .homebox h3 a:visited {
	color: #FFF;
	background: #000;
}

.homebox h3 a:hover, .homebox h3 a:active {
	color: #000;
	background: #FFF;
	margin-top: 2px;
	text-decoration: underline;
}

.homebox p {
	text-align: left;
}

.homebox li {
	clear: both;
}

.homebox img {
	width: 125px;
	height: 125px;
}
