/* ----- STYLING FOR TEMPLATE HOME ----- */


#template-home #right-section #image-section
{
	position: relative;
	width: 508px; height: 350px;
	overflow: hidden;
}


#template-home #right-section #columns
{
	width: 508px;
	margin-bottom: 20px;
	margin-top: 70px;
}

#template-home #right-section #columns #column1
{
	position: relative;
	float: left;
	width: 84px;
	padding: 2px 5px 10px 15px;
}

#template-home #right-section .current-date
{
	text-transform: capitalize;
}

#template-home #right-section #columns #column2
{
	position: relative;
	float: left;
	width: 164px;
	padding: 2px 5px 10px 15px;
	border-left: 2px dotted #404040;
}

#template-home #right-section #columns #column3
{
	position: relative;
	float: left;
	width: 186px;
	padding: 2px 15px 10px;
	border-left: 2px dotted #404040;
}

#template-home #right-section #columns img
{
	position: absolute;
	top: -70px; left: 0px;
}

