/*
Green, light to dark;
#d6e0e0
#adc2c2
#366
*/

/* General */

body{
	color: #333;
	background: #fff;
	font-family: Century Gothic, sans-serif;
	font-size: 0.76em;
}

.wrap {
	width: 100%;
	text-align: center;
}

.content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.clear {
	clear: both;
}

.intro-text {
	font-size: 105%;
	line-height: 130%;
}

a {
	color: #366;
}

a:link { /* unvisited link */

}

a:visited { /* visited link */
	color: #4c9999;
}
#header a:link {
	/*color: #adc2c2;*/
	color: #c3dbdb;
}

a:hover { /* mouse over link */
	text-decoration: none;
}

a:active { /* selected link */
	color: #aa7c55;
}

.googlemap {
	border: 2px solid #adc2c2;
	margin-top: 0.25em;
}

.hr {
	background-color: #adc2c2;
}

.center {
	text-align: center;
}


/* Header */

#header {
	color: #fefefe;
}

#header div.content h1{
	background: url(/img/posh-pizza-logo.gif) no-repeat center center;
	width: 240px;
	height: 13.5em;
	margin: 0;
	text-indent: -999em;
}

#header div.content p {
	margin: 1em 0 0 0;
}

#header .column-one-third + .column-one-third {
	text-align: center;
}

#header .column-one-third + .last {
	text-align: right;
}

#header {
	background: #c20000;	
}


/* Navigation */

#navigation {
	background: #adc2c2;
	font-size: 120%;
	font-weight: bold;
}

#navigation div.content{
	background: #d6e0e0;
	padding: 0.5em 0;
}

#navigation div.content ul {
	margin: 0.25em;
}

#navigation div.content ul li {
	display: inline;
	padding: 0.5em;
	padding-right: 0.25em;
}

#navigation div.content ul li + li {
	border-left: 1px solid #adc2c2;
}

#navigation div.content ul li a {
	padding: 0.25em;
}

#navigation div.content ul li a:hover {
}

/* Columns */

.column-two-third {
	float: left;
	width: 65%;
	margin-right: 2%;
}

.column-half {
	float: left;
	width: 49%;
	margin-right: 2%;
}

.column-one-third {
	float: left;
	margin-right: 3.5%;
	width: 31%;
}

.last {
	float: right;
	margin-right: 0;
}


/* Core */

#core div.content {
	font-size: 110%;
}

#core div.content h2{
	background-color: #d6e0e0;
	border-top: 1em #adc2c2 solid;
	padding: 0.5em;
	font-weight: normal;
}

#core div.content p {
/*	font-size: 120%;*/
}

#core div.content h2 {
	font-size: 130%;
	margin-bottom: 0;
	text-shadow: -1px 1px 1px #ebf0f0;
}

#core div.content h2 strong {
	font-size: 110%;
}

#core div.content h3 {
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 0.25em;
}

#core div.content h3 strong {
	font-size: 110%;
}

#core div.content h3 em {
	font-size: 80%;
}

#header div.content span.cents,
#core div.content h3 span.cents {
	font-size: 95%;
}

#core div.content h3 span.new {
	background-image: url(/img/new-pizza.png);
	background-repeat: no-repeat;
	text-indent: -999em;
	width: 48px;
	height: 40px;
	display: block;
	position: relative;
	top: -34px;
	left: -50px;
	margin-bottom: -40px;
}

.photo-wrap {
	width: 100%;
	overflow: hidden;
	margin-top: 1em;
}

.photo-wrap img {
	text-align: center;
}

.photo-column {
	padding-bottom: 1em;
	border-bottom: 2em solid #d6e0e0;
}


/* Footer */

#footer {
	background: #adc2c2;
}

#footer div.content {
	background: #d6e0e0;
}

#footer div.content p {
	padding: 1em;
	margin-bottom: 0;
}

#footer .links {
	text-align: center;
	padding: 1em 0;
}

#footer .links ul {
	margin: 0.5em;
}

#footer .links ul li {
	display: inline;
	padding: 0.25em;
	padding-right: 0;
}

#footer .links ul li + li {
	border-left: 1px solid #adc2c2;
}

#footer .links ul li a {
	padding: 0.25em;
}


