/***********************************************/
/* PizzaPost .css created by domiz design      */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Trebuchet Ms, Arial, sans-serif;
	color: #3186ad;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#527177;
}
#wrapper  {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:760px;
}

.holder{
	width:700px;
	margin-left:40px;
	background-image:url(../img/holder.jpg)
	}
	
a{
	color: #006699;
	text-decoration:underline;
}

a:visited{
	color: #006699;
	text-decoration:underline;
}

a:hover{
	color: #3186ad;
	text-decoration:underline;
}


.downloadLink a,
.downloadLink a:visited{
	color:#333300;
}

#globalNav a:link, #globalNav a:hover,
#globalNav a:visited, #globalNav a:active{
	text-decoration:none;
}

h1{
	font-family:Trebuchet Ms, Arial, sans-serif;
	font-size: 120%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h2{
	font-family:Trebuchet Ms, Arial, sans-serif;
	font-size: 114%;
	color: #006699;
	margin: 0px;
	padding: 0px;
}

h3{
	font-family:Trebuchet Ms, Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

h4{
	font-family:Trebuchet Ms, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font-family:Trebuchet Ms, Arial, sans-serif;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
 	font-family:Trebuchet Ms, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0px 0px 0px 0px;
	width: 100%;
}
#head{
	height:247px;
}
#head h1 {
	background-image:url(../img/top.jpg);
	background-repeat:no-repeat;
	height:247px;
}
#leftBar{
	float: left;
	width: 220px;
	margin-top:0px;
	padding: 0;
	color:#3186ad;
}

#rightBar{
  	float:right;
	width: 220px;
}

#content{
  float: left;
  width: 240px;
  margin-left:5px;

}

span.head {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	font-size:0.5em;
}
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 40px;
	text-align:center;
	color: #fff;
	background-image:url(../img/nav.jpg);
	background-repeat:no-repeat;
	height:33px;
	font-weight:bold;
	}

#globalNav img{
vertical-align:middle;

} 

#globalNav a {
	color:#fff;
	font-size: 90%;
	padding: 0px 5px 0px 5px;
}

#globalNav a:hover{
	color:#3186ad;
}

#globalNav a:active{
	color:#ff9900;
	}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 0px;
	font-size: 80%;
}

.feature h3{
	color:#527177;
	padding: 25px 0px 5px 5px;
	text-transform:uppercase;
	font-size:large;
	font-weight:bolder;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature p{
	padding:0px 5px 0px 5px;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 0px;
	font-size: 80%;
	border-top:2px solid #527177;
	border-bottom:2px solid #527177;
}
.story h3{
	padding: 10px 0px 5px 5px;
	text-transform:uppercase;
	font-size:large;
	font-weight:bolder;
	color:#527177;
}

.story p{
	border-top:3px dotted #666;
	padding: 10px 0px 10px 5px;
}

.story img{
	float:right;
	padding:0 0 0 0;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	background-color:#3186ad;
	border-top:1px solid #527177;
	margin-top:5px;
	background-image:url(../img/invertlogo.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#siteInfo a:hover {
	color:#E8F5F9;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}
/*********** #closing **********************/

#closing{
	clear:both;
	background-color:#527177;
	font-size:60%;
	color:#e8f5f9;
	text-align:center;
	}
/*********** #navBar link styles ***********/

#leftBar ul a:link, #leftBar ul a:visited {display: block;}
#leftBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#leftBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #leftBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top:2px solid #527177;
	font-size: 90%;
	color:#3186ad;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	text-transform:uppercase;
	font-size:large;
	font-weight:bolder;
	color:#3186ad;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #66cadf;
	padding: 2px 0px 2px 10px;
	background-color: #e8f5f9;
}

#sectionLinks a:hover{
	background-color: #66cadf;
	color:#e8f5f9;
	border-top: 1px solid #e8f5f9;
	
}

#sectionLinks p{
	border-top: 2px dotted #e8f5f9;
	padding: 5px 0px 0px 5px;
}

#sectionLinks img{
	float:right;
}
/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
	color:#527177;
	border-bottom: 2px solid #333;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
	color:#3186AD;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/
#club{ 
}

#advert{
	border-top:1px solid #666;
	padding: 30px 0px 10px;
	margin-top:10px;
}

#advert img{
	display: block;
}

#advert  h3{
color:#3186ad;
font-size:large;
font-weight:bolder;
}

/************** #headlines styles **************/

#rightBar{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 75%;
}

#rightBar p{
	padding: 5px 0px 5px 0px;
}

#rightBar h3{
color:#3186ad;
font-size:large;
font-weight:bolder;
text-transform:uppercase;
}

/*************  extra styles *****************/

.deliveryInfo {
	color:#3186ad;
	font-weight:bold;
	padding:0 0 0 10px;
}
.hours{
	font-weight:bold;
}
