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

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

/*Home-page specific CSS*/

/* 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: #DEF;
	background: #00548C;
	margin-top: 2px;
}

.homebox h3 a:link, .homebox h3 a:visited {
	color: #DEF;
	background: #00548C;
}

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

.homebox p {
	text-align: left;
}

.homebox li {
	clear: both;
	list-style-type: none;
}

.homebox img {
	width: 120px;
	height: 180px;
}
