/** Generated by FG **/
/*@font-face {
	font-family: 'Conv_FuturaLight';
	src: url('fonts/FuturaLight.eot');
	src: local('O'), url('fonts/FuturaLight.woff') format('woff'), url('fonts/FuturaLight.ttf') format('truetype'), url('fonts/FuturaLight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

@import url(http://fonts.googleapis.com/css?family=Roboto);

/*h1, h2, h3, h4, h5, h6 { font-family:'Conv_FuturaLight';}*/

h1, h2, h3, h4, h5, h6 { font-family:'Roboto';}

header#masthead .site-title a,
header#masthead .site-title a:visited{
	font-family: 'Roboto';
	color: #333;
	text-decoration: none;
}


header#masthead{
	text-align: center;
	padding-top:0em;
}

#page {
position: relative;
top:100px!important;
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
#page {
position: relative;
top:1px;
}
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
#page {
position: relative;
top:1px;
}
}



/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
#page {
position: relative;
top:-50px;
}
.main-navigation{
	font-size:15px;
}
}

