/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/
body.custom {
	background: #e7e9d7 url('http://www.rocarestaurant.com/roca/wp-content/ROCA_BodyBg.png') 50% 0 repeat-y;
	font-family: "Century Gothic";
}

body.custom h1, h2, h3, h4 h5{
	font-family: "Century Gothic";
	color: #231f20;
}

body.custom #navigation{
	text-transform: uppercase;
	font-size: 12px;
	font-family: "Century Gothic";
}

body.custom div#wrapper{
	border: 0px;
}

body.custom div #item_148{
background-color: #ffffff;
}

body.custom h1.page-title, h1.entry-title{
	text-transform: uppercase;
}
body.custom span.widget-title{
	color: #231f20;
}

body.custom blockquote{
color: #231f20;
font-style: italic;
font-size: 10px;
padding: 5px 0px 5px 26px;
background-color: transparent;
background-image: url(http://www.rocarestaurant.com/roca/wp-content/themes/headway-101/media/images/blockquote.png);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0pt 15px;
border-top-style: dotted;
}

body.custom .hpimage{
width:950px;
height:200px;
padding:0px 0px 0px 10px;
margin:0px;
}
body.custom div #hours{
float:right;
width:200px;
}
body.custom div #footer{
text-align:center;
}