/*
Theme Name: Pepperoncini Restaurant
Version: 1.0
Author: hot glue media
Author URI: http://hotgluemedia.com

Many thanks to Mr. Elliot Jay Stocks (http://elliotjaystocks.com) for his work on Starkers (http://elliotjaystocks.com/starkers)

*/

/* General Styles */
	body { background: #fff; color: #000; font-family: Helvetica, Arial, sans-serif; font-size: 62.5%; line-height: 1.2; }
	#headwrap { background: #fff; height: 216px; margin-bottom: -46px; width: 100%; }
	#container { margin: 0 auto; min-height: 500px; width: 930px; }
	strong { font-weight: bold; }
	em { font-style: italic; }
	small { font-size: 10px; }
	.alignright { float: right; }
	.alignleft { float: left; }

/* Headers */
	h1, h2, h3, h4, h5 { color: #000; font-family: Times New Roman, serif; font-size: 62.5%; font-weight: bold; line-height: 1.2; }
	h1 { font-size: 2.4em; }
	h2 { font-size: 2.2em; }
	h3 { color: #000; font-size: 2.0em; margin-top: 15px; }
	h4 { color: #000; font-size: 1.8em; font-weight: normal; line-height: 0.9; margin-top: 15px; width: 500px;}
	h5 { font-size: 1.6em; }
	h6 { font-size: 1.4em; }

/*Paragraphs */
	p { font-size: 1.3em; padding: 5px 0; }
	blockquote { font-family: Times New Roman, serif; margin-left: 75px; }

/* Links */
	a:link, a:visited { color: #000; text-decoration: underline; }
	a:hover, a:active, a:focus { color: #000; }

/* Lists */
	li { font-size: 1.3em; }
	li.page_item { font-size: 22px; }
	ul, ol { margin-left: 10px; padding-left: 10px; }
	ul { list-style-type: disc; }
	ol { list-style-type: decimal; }

/* Header */
	#header { display: none; }

/* Top Navigation */
	#topnav { display: none; }

/* Sidebar */
	#sidebar { display: none; }

/* Content */
	#contentwrap { background: #fff; margin: 0 auto; width: 930px; }
	#contentwrap img { display: none; }
	#linen { background: #fff; margin: -5px auto 0 auto; overflow: auto; width: 905px; }
	#contentwrap h2 { color: #000; }
	#content { float: left; margin-bottom: 25px; margin-top: 25px; min-height: 300px; width: 650px; }

/* Main Page Content */
	#mainpg { margin: 10px auto; min-height: 336px; padding: 0 15px; }
	#mainpg p { color: #000; font-size: 1.3em; }
	#mainpg_topleft { float: left; margin: 0; width: auto; }
	#mainpg_topright { display: none; }
	#mainpg_bottomleft { display: none; }
	#mainpg_bottomcenter { float: left; margin-right: 0; width: auto; }
	#mainpg_bottomright { float: left; height: 246px; width: auto; }
	.chalk { background: #fff; }
	.chalk h2 { color: #000; padding-top: 0; }
	.chalk img { display: none; }
	#mainpg .chalk p { padding: 0; }
	#music { display: none; }

/* Footer */
	#footer { clear: both; float: left; width: 930px; }
	#footer p { color: #000; font-size: 1.1em; text-align: center; }
	#footer p a:link, #footer p a:visited { color: #000; }
	#footer p a:active, #footer p a:focus, #footer p a:hover { color: #000; }

