/* PAPITO'S PIZZA - Edited Nov 2009 */

/* CSS - Written by Curtis Campbell  -*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, {
	margin: 0;
	padding: 0;
	border: 0px;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* Global Styles */

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

/* Typography  */.

@font-face {
 font-family: 'Hand of Sean';
 src: url(http://www.papitospizza.ca/fonts/handsean.eot);
 src: local('Hand of Sean'), url(http://www.papitospizza.ca/fonts/handsean.ttf) format('opentype');
}



h1 {
	margin-bottom: 14px;
	font-size: 24px;
	font-family: Hand of Sean, Segoe UI, Myriad Pro, Arial, Helvetica;
}

h2 {
	margin-bottom: 14px;
	font-size: 18px;
	font-family: Hand of Sean, Segoe UI, Myriad Pro, Arial, Helvetica;
}

h3 {
	margin-bottom: 14px;
	font-size: 14px;
	font-family: Hand of Sean, Segoe UI, Myriad Pro, Arial, Helvetica;
}

p {
	margin-bottom: 14px;
}


/* Body  */

body {
	background: #bc3127 url(../images/interface/background.jpg) no-repeat center top;
	font-size: 14px;
	font-family: Segoe UI, Lucida Sans Unicode, Lucida Grande, sans-serif;
	color: #505050;
}

#wrapper {
	width: 960px;
	height: 1330px;
	margin: auto;
	position: relative;
}

/* Header  */

#header {
	width: 960px;
	height: 309px;
	position: relative;
	text-align: center;
}

#logo {
	margin: auto;
	margin-top: 0px;
}

#navigation {
	width: 575px;
	height: 70px;
	margin: auto;
}

#navigation li {
	float: left;
	display: block;
}

#navigation a {
	display: block;
	border: 0px;
}


/* Content  */

#content {
	width: 452px;
	height: 670px;
	margin: auto;
	line-height: 18px;
	background: url(../images/content-bg.png) no-repeat;
	padding: 30px 50px;
}

#content .contact{
	float: left;
	width: 220px;
	height: 105px;
	text-align: center;
	line-height: 30px;
}

#content .contact .location {
	font-family: Hand of Sean, Segoe UI, Myriad Pro, Arial, Helvetica;
	font-size: 18px;
}

#content .contact .phone {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#content a, a:visited {
	color: #c13329;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

/* Menu  */

.menu li {
	margin-bottom: 15px;
	width: 100%;
}

.rib-dinner {
	border: 1px dotted #333;
	padding: 10px;
	display: block;
}

.smaller-text {
	font-size: 11px;
}

.small-text {
	font-size: 10px;
}

.red {
	color: #c13329;
}

/* Contact  */

input {
	width: 250px;
	height: 20px;
	border: 1px dotted #505050;
	background: none;
	font-family: Segoe UI, Lucida Sans Unicode, Lucida Grande, sans-serif;
}

textarea {
	width: 250px;
	height: 100px;
	border: 1px dotted #505050;
	background: none;
	font-family: Segoe UI, Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.row {
	width: 500px;
	height: 30px;
	margin-bottom: 14px;
	clear: both;
}

.message {
	width: 500px;
	height: 110px;
	margin-bottom: 14px;
	clear: both;
}

.left {
	float: left;
	width: 100px;
	text-align: right;
}

.mid {
	float: left;
	width: 50px;
	text-align: center;
	color: #c13329;
	font-size: 24px;
}

.right {
	float: left;
	width: 250px;
}

.submit {
	border: 1px dotted #505050;
	width: 100px;
	height: 40px;
	font-family: Hand of Sean, Segoe UI, Myriad Pro, Arial, Helvetica;
	font-size: 16px;
	padding: 5px;
	color: #505050;
	float: right;
}

/* Side  */

#right-side {
	position: absolute;
	right: 18px;
	top: 195px;
}

#right-side li {
	display: block;
	list-style: none;
}

#left-side {
	position: absolute;
	left: -20px;
	top: 110px;
}

/* Footer  */

#footer {
	margin: 0px auto;
	width: 960px;
}

#copyright {
	width: 300px;
	float: left;
	text-align: left;
}

#money {
	float: left;
	width: 360px;
	text-align: center;
}

#web-design {
	width: 300px;
	float: right;
	text-align: right;
}

#footer a {
	color:#FFF;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover {
	color:#FFF;
	text-decoration: underline;
}

/*------------- Hacks/Fixes ------------- */
/* Fire Fox Float Fix                     */
.clearfix:after {
	height:					0;
	visibility: 			hidden;
	display: 				block;
	clear: 					both;
	content: 				".";
	line-height: 			0;
}
.clearfix {
	display: 				block;
}
html[xmlns] .clearfix {
	display:				block;
}
* html .clearfix {
	height: 				1%;
}

