/*@import url('https://fonts.googleapis.com/css?family=Vidaloka');*/

@import url('https://fonts.googleapis.com/css?family=Parisienne|Roboto');

*
{
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;	
    font-family: 'Roboto', sans-serif;
	line-height:1.4em;
}

h1
{
font-size:21px;	
font-size:30px;
color:#58736a;
	/*font-family: 'Vidaloka', serif;
	font-family: 'Parisienne', cursive;*/
}

.header h1
{
	font-weight:300;
	font-family: 'Vidaloka', serif;
	font-family: 'Parisienne', cursive;
	font-size:55px;
}

.header h1.white{
	color:#fff;
}

h2
{
font-size:18px;	
font-size:25px;
color:#58736a;
	/*font-family: 'Vidaloka', serif;*/
}

td.header
{
height:140px;
text-align:center;	
padding-top:40px;
}

td.nav
{
padding:30px 0 25px;	
text-align:center;
font-size:16px;
}

td.paddingright{
	padding-right:25px;
}

a { text-decoration: none;
color:#027a79; }

img.right{
	float:right;
	margin-left:30px;
	margin-bottom:30px;
}

#footer
{
	width:100%;
	text-align:center;
	padding-top:50px;
	padding-bottom:50px;
}

#footer p
{
color:#666;
margin:0 0 7px;
	font-size:.95em;
	margin-bottom:1.5em;
}

#footer p, #footer a, #footer strong
{
/*	font-family:Arial, Helvetica, sans-serif!important;*/
}

#footer p.copy{
	font-size:.8em;
	color:#666;
}


#slice{
	margin:40px 0 0;
	background:url(images/bakery-image2.jpg);
	background-repeat:repeat-x;
	height:170px;
}

img
{
	max-width:100%;
	height:auto;
}