/*
	Theme Name: Pizza Point
	Description: Theme For Pizza Point
	Version: 1.6
*/ 

/* CSS Fix for Opera 9 Browser */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	head~body #header a.facebook, head~body #header a.twitter {
		top: 0;
	}
	head~body #header img.logo {
		top: -50px;
	}
	
	head~body #header .nav ul a .containingBlock {
		margin-left: 20px;
	}
}
/* END OF OPERA 9 FIX */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #211b12;
	color: #000000;
	text-align: center;
	margin: 0 auto;
}

#page {
	text-align: left;
	width: 780px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 72px auto;
	background-color: #ffffff;
}

#header {
	width: 780px;
	height: 160px;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
}

#header img.logo, #header a.facebook, #header a.twitter, #header a img {
	position: absolute;
	top: -50px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	text-indent: 0;
	margin: 0 auto;
}
#header a.facebook {
	width: 100px; height: 100px;
	top: 10px; left: 449px;
}
#header a.twitter {
	width: 100px; height: 100px;
	top: 10px; left: 669px;
}
#header a img {
	top: 0;
}


#header .nav {
	background: #fff url('images/nav1.png') no-repeat top left;
	color: #ffffff;
	width: 570px;
	height: 40px;
	top: 118px;
	position: absolute;
	left: 10px;
	right: 0px;
	bottom: 0px;
	z-index: 999999;
}

#header .nav ul {
	list-style: none;
	text-align: left;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 8px;
	margin-top: 0px;
}

#header .nav ul li {
	display: inline;
	padding-right: 16px;
	text-align: left;
}

#header .nav ul a {
	color: #fff;
	font-size: 14px;
	font-family: Arial;
	text-decoration: none;	
}

#header .nav ul a .containingBlock {
	position: absolute;
}

#header .nav ul a .containingBlock img {
	visibility: hidden;
	position: absolute;
	top: 23px;
	left: -10px;
	width: 50px;
	height: 8px;
	right: 0px;
}

#header .nav ul a:hover .containingBlock img {
	visibility: visible;
}

#header .nav .phoneNumber {
	text-align: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-top: -27px;
	margin-right: 10px;
}

#content {
	font-size: 1.2em;
	width: 522px;
	text-align: left;
	float:left;
	clear: none;
	margin-left: 10px;
	margin-top: -15px;
	line-height: 20px;
	padding-top: 0px;
}

#content h2 {
	font-size: 1.6em;
	margin-bottom: 12px;
	color: #b9ae07;
}

#content h2 a{
	color: #b9ae07;
	text-decoration: none;
}

#content h2 a:hover{
	text-decoration: underline;
}

#sidebar {
	width: 240px;
	margin-top: 20px;
	float:right;
	clear:none;
	text-align: center;
}

.commentlist li,#commentform input,#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite,.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

a,h2 a:hover,h3 a:hover {
	color: #b9ae07;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer {
	width: 780px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#footer .footerMeta {
	color: #fff;
	width: 780px;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 16px;
	right: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

/* End Structure */ /*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 4px 0 0 0;
}

/* End Headers */ /* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Images */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul,.postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul,#sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p,#sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul,#sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul,#sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li,#sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li,#sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* End Entry Lists */ /* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/* End Form Elements */ /* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 5px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children {
	padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* End Comments */ /* Begin Sidebar */
#sidebar form {
	margin: 0;
}

/* End Sidebar */

/* End Calendar */ /* Begin Various Tags & Classes */
acronym,abbr,span.caps {
	cursor: help;
}

acronym,abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

/* End Various Tags & Classes*/ /* Captions */
.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.ourLogo {
	position: absolute;
	top: 0px;
	left: 670px;
	bottom: 0px;
	right: 0px;
	margin: 2px 0 0 0;
	padding: 0;
}