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

#right-col{
	width:300px;
	height:auto;
	float:left;
	margin-left: 25px;
	margin-bottom: 25px;
}

	
#side-content-a{
	width:250px;
	height:auto;
	background-color:#fff;
	-moz-box-shadow:    1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow:         1px 1px 1px 1px #ccc;
	padding: 25px;
}
	


#side-content-b{
	width:250px;
	height:auto;
	background-color:#fff;
	-moz-box-shadow:    1px 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px 1px #ccc;
	box-shadow:         1px 1px 1px 1px #ccc;
	margin-top:25px;
	padding: 25px;
}	

.rightcolcountry{
	width: 170px;
	float: left;
	margin-bottom: 10px;
	font-family: 'Colaborate-ThinRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
}


.rightcolcountry a{
	color: #000;
	text-decoration:none;
}

.rightcolcountry a:hover{
	color: #777;
	text-decoration:none;
}

.rightcolcountry a:visited{
	color: #000;
	text-decoration:none;
}





.rightcoldate{
	width: 80px;
	text-align: right;
	float: left;
	margin-bottom: 10px;
	font-family: 'Colaborate-ThinRegular', Georgia, "Times New Roman", Times, serif;
	color: #09C;
	font-size: 14px;
	height: 24px;
}


.readmore{
	float: left;
	width: 70px;
	text-align: center;
	margin-top: 21px;
	background-image: url(../images/bkgrd-button.png);
	height: 25px;
	padding-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
	margin-bottom: 21px;
	margin-right: 170px;
}

.readmore a{
	color:#fff;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.readmore a:hover{
	color:#C96;
	text-decoration:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


.rightcolfullwidth{
	width: 250px;
	float: left;
	margin-bottom: 10px;
	font-family: 'Colaborate-ThinRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #000;
}


.rightcolfullwidth a{
	color: #000;
	text-decoration:none;
}



.rightcolfullwidth a:hover{
	color: #777;
	text-decoration:none;
}

.rightcolfullwidth a:visited{
	color: #000;
	text-decoration:none;
}