/*
Theme Name: Refined
Description: A Child Theme of Twenty Ten
Author: NSH
Template: twentyten
Version: 1.0.0
*/
@import url(../twentyten/style.css);
@import url('https://fonts.googleapis.com/css?family=Lato');

#site-title a {
	color: #1a2154;
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	text-decoration: none;
    padding-top: 12px;
}
#site-description {
	color: #1a2154;
	font-style: normal;
	font-family: 'Lato', sans-serif;
	clear: right;
	float: right;
	margin: 15px 0 18px 0;
	width: 220px;
}
#main_menu {
font-family: 'Lato', sans-serif;
font-weight: bold;
}
#site-gen {
	float: right;
    text-align:right;
	width: 220px;
}

