/*
Theme Name: Sal's Jr. v2.0
Theme URI: http://wwww.pdxdesigner.com
Description: Custom Wordpress Theme for Sal's Jr. - version 2.0.
Version: 2.0
Author: PDXDESIGNER
Author URI: http://wwww.pdxdesigner.com
*/



body {
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	font-size: 14px;	
	font-weight: normal;
	font-family: "Arial", Tahoma, Verdana;
	background-image: url('images/bg-body.jpg');
	background-color: #151515;
	background-position: top center;
	background-repeat: repeat-x;
}


h1, h2, h3, h4, h5, h6 {		
	font-weight: bold;
	text-align: left;
	font-family: 'PT Sans', arial, verdana;
	letter-spacing: -1px;
}


.bold {
	font-weight: bold!important;
}
.spacer {
	margin: 0 0 20px 0!important;
}
.div {
	margin: 0 10px 0 10px!important;
}


/*  ######### Top Header Section #########  */
#header-container {
	margin: 0 auto;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url('images/bg-top.jpg');
	background-position: top center;
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
}

/****** Top Center Background ******/
#top-container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 110px;
	overflow: hidden;
}

/***** Header Left - Nav Blacksburg *****/
.top-left {
	margin: 0 auto;
	padding: 0;
	width: 323px;
	height: 110px;
	float: left;
	overflow: hidden;
}
.top-left img {
	padding: 0;
	margin: 30px 0 0 0;
	float: left;
}

/***** Header Center - Logo *****/
.top-center {
	margin: 0 auto;
	padding: 0;
	width: 314px;
	height: 110px;
	float: left;
	overflow: hidden;
}
.top-center a.logo {
	display: block;
	width: 314px;
	height: 109px;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -9999px;
	background: url("images/logo-sals-jr.png");
	background-position: 0 0;
}

/***** Header Right - Nav Radford *****/
.top-right {
	margin: 0 auto;
	padding: 0;
	width: 323px;
	height: 110px;
	float: right;
	overflow: hidden;
}
.top-right img {
	padding: 0;
	margin: 30px 0 0 0;
	float: right;
}


/*  ######### Banner Section #########  */
#banner-container {
	margin: 0 auto;
	margin: 0;
	width: 960px;
	height: 385px;
}

/***** Banner Slider *****/
.banner {
	margin: 30px 0 0 15px;
	padding: 0;
	width: 930px;
	height: 325px;
}
.banner img {
	margin: 0;
	padding: 0;
	border: none;
}


/*  ######### Title Section #########  */
#title-container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 80px;
	overflow: hidden;
}

/***** Page Title *****/
.title-page {
	margin: 0;
	padding: 0;
	width: 640px;
	height: 80px;
	float: left;
	overflow: hidden;
}
.title-page h1 {
	padding: 0;
	margin: 20px 0 0 0;
	font-weight: bold;
	font-size: 40px;
	text-align: left;
	color: #ffffff;
	font-family: 'PT Sans', arial, verdana;
}

.title-page span.title {
	padding: 0;
	margin: 0 0 0 15px;
	color: #8c0303;
}

/***** Download Menu *****/
.menu-page {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 80px;
	float: right;
	overflow: hidden;
}
.menu-page a.download {
	display: block;
	width: 300px;
	height: 51px;
	margin: 22px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	background: url("images/button-download.png");
	background-position: 0 0;
}
.menu-page a.download:hover {
	background-position: 0 -51px;
}


/*  ######### Navigation Section - Pages #########  */
#nav-container-page {
	margin: 0 auto;
	padding: 60px 0 20px 0;
	width: 960px;
	height: 31px;
}
.nav-page {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 31px;
	overflow: hidden;
}

/***** Nav Welcome *****/
.nav-page a.welcome {
	display: block;
	width: 101px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-welcome.png");
	background-position: 0 0;
}
.nav-page a.welcome:hover {
	background-position: 0 -31px;
}
.nav-page a.welcome-active {
	display: block;
	width: 101px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-welcome.png");
	background-position: 0 -62px;
}
.nav-page a.welcome-active:hover {
	background-position: 0 -31px;
}

/***** Nav Menu *****/
.nav-page a.menu {
	display: block;
	width: 69px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-menu.png");
	background-position: 0px 0;
}
.nav-page a.menu:hover {
	background-position: 0px -31px;
}
.nav-page a.menu-active {
	display: block;
	width: 69px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-menu.png");
	background-position: 0px -62px;
}
.nav-page a.menu-active:hover {
	background-position: 0px -31px;
}

/***** Nav Food Gallery *****/
.nav-page a.fgallery {
	display: block;
	width: 140px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-fgallery.png");
	background-position: 0px 0;
}
.nav-page a.fgallery:hover {
	background-position: 0px -31px;
}
.nav-page a.fgallery-active {
	display: block;
	width: 140px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-fgallery.png");
	background-position: 0px -62px;
}
.nav-page a.fgallery-active:hover {
	background-position: 0px -31px;
}

/***** Nav Image Gallery *****/
.nav-page a.igallery {
	display: block;
	width: 149px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-igallery.png");
	background-position: 0px 0;
}
.nav-page a.igallery:hover {
	background-position: 0px -31px;
}
.nav-page a.igallery-active {
	display: block;
	width: 149px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-igallery.png");
	background-position: 0px -62px;
}
.nav-page a.igallery-active:hover {
	background-position: 0px -31px;
}

/***** Nav Videos *****/
.nav-page a.videos {
	display: block;
	width: 82px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-videos.png");
	background-position: 0px 0;
}
.nav-page a.videos:hover {
	background-position: 0px -31px;
}
.nav-page a.videos-active {
	display: block;
	width: 82px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-videos.png");
	background-position: 0px -62px;
}
.nav-page a.videos-active:hover {
	background-position: 0px -31px;
}

/***** Nav News *****/
.nav-page a.news {
	display: block;
	width: 69px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-news.png");
	background-position: 0px 0;
}
.nav-page a.news:hover {
	background-position: 0px -31px;
}
.nav-page a.news-active {
	display: block;
	width: 69px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-news.png");
	background-position: 0px -62px;
}
.nav-page a.news-active:hover {
	background-position: 0px -31px;
}

/***** Nav Map *****/
.nav-page a.map {
	display: block;
	width: 60px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-map.png");
	background-position: 0px 0;
}
.nav-page a.map:hover {
	background-position: 0px -31px;
}
.nav-page a.map-active {
	display: block;
	width: 60px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-map.png");
	background-position: 0px -62px;
}
.nav-page a.map-active:hover {
	background-position: 0px -31px;
}

/***** Nav Contact *****/
.nav-page a.contact {
	display: block;
	width: 101px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-contact.png");
	background-position: 0px 0;
}
.nav-page a.contact:hover {
	background-position: 0px -31px;
}
.nav-page a.contact-active {
	display: block;
	width: 101px;
	height: 31px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-contact.png");
	background-position: 0px -62px;
}
.nav-page a.contact-active:hover {
	background-position: 0px -31px;
}

/***** Nav Facebook *****/
.nav-page a.facebook {
	display: block;
	width: 108px;
	height: 31px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-facebook.png");
	background-position: 0px 0px;
}
.nav-page a.facebook:hover {
	background-position: 0px -31px;
}
.nav-page a.facebook-active {
	display: block;
	width: 108px;
	height: 31px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	background: url("images/nav-facebook.png");
	background-position: 0px -62px;
}
.nav-page a.facebook-active:hover {
	background-position: 0px -31px;
}



/*  ######### Content Section #########  */
#content-container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
}
#content-inner {
	margin: 25px 0 50px 0;
	padding: 0;
	width: 960px;
	overflow: hidden;
}

/***** Content Left *****/
.content{
	margin: 30px 0 0 0;
	padding: 0;
	width: 600px;
	float: left;
	overflow: hidden;
}
.content img.alignleft {
	float: left;
	margin: 0 15px 15px 0;	
	border: 5px solid #0d0d0d;
}
.content img.alignright {
	float: left;
	margin: 0 0 15px 15px;	
	border: 5px solid #0d0d0d;
}
.content img.alignnone {
	float: left;
	margin: 0 0 15px 0;	
	border: 5px solid #0d0d0d;
}
.content img.alignncenter {
	float: left;
	margin: 0 0 15px 0;	
	border: 5px solid #0d0d0d;
}
.content h1 {
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 26px;
	color: #8c0303;
}
.content h2 {
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 22px;
	color: #8c0303;
}
.content h3 {
	padding: 0;
	margin: 20px 0 25px 0;
	font-size: 22px;
	color: #8c0303;
}
.content h4 {
	padding: 0;
	margin: 10px 0 25px 0;
	font-size: 20px;
	color: #8c0303;
}
.content h5 {
	padding: 0;
	margin: 10px 0 25px 0;
	font-size: 18px;
	color: #8c0303;
}
.content h6 {
	padding: 0;
	margin: 10px 0 5px 0;
	font-size: 16px;
	color: #8c0303;
}
.content p {
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #ffffff;
}
.content p a {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
}
.content p a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #8c0303;
}
.content ul{
	margin: 0 0 15px 0;
	padding: 0;
}
.content ul li{
	background: url('images/bullet-content.jpg') 20px 10px no-repeat;
	font-size: 16px;
	font-weight:normal; 
	color: #ffffff;
	line-height: 18px;
	padding: 5px 0 0 40px;
	margin: 0;
	list-style-type: none;
}
.content ul li a{
	font-size: 14px;
	font-weight:normal; 
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
.content ul li a:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #8c0303;
}
#content-left .content ol li{
	font-size: 16px;
	font-weight:normal; 
	color: #ffffff;
	line-height: 18px;
	padding: 5px 0 6px 5px;
	list-style: outside;
	list-style-type: decimal;
	margin: 0;
}
#content-left .content ol li a{
	font-size: 14px;
	font-weight:normal; 
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
}
#content-left .content ol li a:hover{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #8c0303;
}
pre, blockquote  {
	overflow: auto;
	padding: 10px 0 10px 0;
	margin: 20px 20px;
	border-top: 2px dashed #bbbbbb;
	border-bottom: 2px dashed #bbbbbb;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	color: #ffffff;
}

/***** Sidebar Right *****/
#sidebar{
	margin: 0;
	padding: 0;
	width: 300px;
	float: right;
	overflow: hidden;
}
.sidebar-top {
	margin: 30px 0 0 0;
	padding: 7px 0 0 0;
	width: 300px;
	height: 45px;
	background: url('images/bg-sidebar-top.png') no-repeat;
}
.sidebar-top h2 {
	padding: 0;
	margin: 0;
	font-size: 15px;
	text-align: center;
	color: #a3a2a2;
	text-transform: uppercase;
	text-shadow:1px 1px 1px #000;
	font-family: "Arial", Tahoma, Verdana;
	letter-spacing: 0px!important;
}
.sidebar-box {
	margin: 0;
	padding: 0 15px 15px 15px; 
	width: 270px;
	background-color: #0d0d0d;
}
.sidebar-box div.share {
	margin: 0 0 25px 0;
	padding: 0;
	overflow: hidden;
}
.sidebar-box div.social {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.sidebar-box span.share-facebook {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	overflow: hidden;
}
.sidebar-box span.share-twitter {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	overflow: hidden;
}
.sidebar-box span.social-facebook {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	overflow: hidden;
}
.sidebar-box span.social-youtube {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	overflow: hidden;
}
.sidebar-box span.social-rss {
	float: left;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.sidebar-box img {
	border: none;
	margin: 0 0 15px 0;
	padding: 0;
	float: none;
}
.sidebar-box h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	text-align: center;
	color: #8c0303;
	font-family: "Arial", Tahoma, Verdana;
}
.sidebar-box p.price {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: #ffffff;
}
.sidebar-box p.note {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #a3a2a2;
	font-style: italic;
}
.sidebar-box p {
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #a3a2a2;
}
.sidebar-box p a {
	font-size: 16px;
	color: #a3a2a2;
	text-decoration: none;
	border-bottom: 1px dashed #a3a2a2;
}
.sidebar-box p a:hover {
	color: #a3a2a2;
	text-decoration: none;
	border-bottom: 1px dashed #8c0303;
}
.sidebar-box ul{
	margin: 0 0 15px 0;
	padding: 0;
}
.sidebar-box ul li{
	background: url('images/bullet-sidebar.jpg') 0 10px no-repeat;
	font-size: 14px;
	font-weight:normal; 
	color: #a3a2a2;
	line-height: 18px;
	padding: 3px 0 0 15px;
	margin: 0 0 5px 0;
	list-style-type: none;
}
.sidebar-box ul li a{
	font-size: 14px;
	font-weight:normal; 
	text-decoration: none;
	padding: 0 0 3px 0;
	color: #a3a2a2;
	border-bottom: none;
}
.sidebar-box ul li a:hover{
	color: #ffffff;
	text-decoration: none;
	padding: 0 0 3px 0;
	border-bottom: 1px dashed #ffffff;
}
.sidebar-box ol li{
	font-size: 16px;
	font-weight:normal; 
	color: #a3a2a2;
	line-height: 18px;
	padding: 5px 0 6px 5px;
	list-style: outside;
	list-style-type: decimal;
	margin: 0;
}
.sidebar-box ol li a{
	font-size: 16px;
	font-weight:normal; 
	text-decoration: none;
	color: #a3a2a2;
	border-bottom: 1px dashed #a3a2a2;
}
.sidebar-box ol li a:hover{
	color: #a3a2a2;
	text-decoration: none;
	border-bottom: 1px dashed #8c0303;
}


/* ######### Map Directions ######### */
.directions{
	margin: 30px 0 0 0;
	width:600px;
	height: 80px;
}
form.directions .submit{
	border: none;
	height: 29px;
	width: 170px;
	background: url(images/button-directions.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
	text-indent:-9999px;
}
form.directions .submit:hover{
	border: none;
	background: url(images/button-directions.png) no-repeat;
	background-position: 0 -29px;
	cursor: pointer;
	text-indent:-9999px;
}
form.directions input{
	color: #ffffff;
	width: 400px;
	padding:3px;
	float:left;
	margin-right:5px;
	border: 2px solid #0d0d0d;
	background-color:#211f1f;
	font-size: 16px;
}



/*  ######### Blog Only #########  */
.entry {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px dashed #0d0d0d;	
}
h3.pagetitle {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #a3a2a2;
}
span.news-white {
	color: #ffffff;	
}
h2.news {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 26px;
	color: #8c0303;
}
h2.news a {
	font-size: 26px;
	color: #8c0303;
	text-decoration: none;
}
h2.news a:hover {
	font-size: 26px;
	color: #8c0303;
	text-decoration: none;
	border-bottom: 1px dashed #8c0303;
}
p.metadata {
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 12px;
	color: #a3a2a2;
}
p.metadata a {
	font-size: 12px;
	color: #a3a2a2;
	text-decoration: none;
	border-bottom: none;
}
p.metadata a:hover {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
}
h3#comments {
	color: #8c0303;
	font-size: 18px;	
	margin: 30px 0px 20px 0px;
	padding: 0;
}
	
h3#respond {
	color: #8c0303;
	font-size: 18px;	
	margin: 15px 0px 20px 0px;
	padding: 0;
}
.commentlist {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 600px;
	list-style-image: none;
	list-style-type: none;
	float: left;
	font-size: 14px;
	color: #ffffff;
}

.commentlist a {
	text-decoration: none;
	color: #8c0303;
}
.commentlist a:hover {
	text-decoration: underline;
	color: #8c0303;
}

.commentlist li {
	width: 600px;
	display: block;
	padding: 0px 0px 20px 0px;
	margin: 0px 0 20px 0;
	list-style-image: none;
	list-style-type: none;
	float: left;
	font-size: 13px;
	color: #343434;
	}

.commentlist li div {
	width: 580px;
	display: block;
	margin: 0px;
	padding: 10px;
	float: left;
}

.commentlist li .avatar { 
	float: left;
	background-color: #a3a2a2;
	border: 1px solid #a3a2a2;
	padding: 2px;
	}

.commentlist cite {
	float: left;
	margin-left: 10px;
	margin-right: 6px;
	margin-top: 5px;
	font-size: 16px;
	color: #ffffff;
	}
	
.says {
	display: none;
}

.commentlist p {
	line-height: 16px;
	text-transform: none;
	display: block;
	float: left;
	margin: 5px 0 5px 0;
	font-size: 14px;
	color: #ffffff;
	}
	

#commentform p {
	clear: both;
	}

.even {
	margin: 0;
	padding: 10px;
	background-color: #0d0d0d;
	border: 1px solid #0d0d0d;
	}
	
.odd {
	margin: 0;
	padding: 10px;
	background-color: #211f1f;
	border: 1px solid #211f1f;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}


.commentlist .commentmetadata {
	font-weight: normal;
	float: left;
	margin: 5px 0px 0px 0px;
	display: block;
	clear: both;
	background-image: none;
	width: 90%;
	margin-left: 3%;
	font-size: 13px;
	color: #ffffff;
	}
	
.commentlist .vcard, .commentlist .children .comment-author, .commentlist .children .vcard, .commentlist .commentmetadata, .commentlist .children .comment-author, .commentlist .children .comment-meta   {
	background-image: none;
	width: 100%;
	padding: 0px !important;
}

.commentlist .reply, .commentlist .children .reply {
	float: right;
	background-image: none;
	width: 54px;
	height: 22px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 10px;
	font-size: 11px;
	color: #ffffff;
}

.commentlist .reply a:link, .commentlist .reply a:hover, .commentlist .children .reply a:link, .commentlist .children .reply a:hover {
	width: 39px;
	height: 17px;
	display: block;
	color: #ffffff;
	border-bottom: 1px dashed #ffffff;
	font-size: 8px;
	text-transform: lowercase;
	font-weight: normal;
	padding: 5px 0px 0px 15px;
	letter-spacing: 1px;
	text-indent: -9999px;
}

.commentlist .children li {
	padding-bottom: 10px;
}

.commentlist .children li ul li {
	padding-bottom: 10px;
}

#respond {
	margin-top: 20px;
	float: left;
	background-image: none;
}

#respond p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	display: block;
	float: left;
	font-size: 13px;
	color: #ffffff;
}

#respond p a {
	text-decoration: none;
	color: #ffffff;
}
#respond p a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
	color: #ffffff;
}

.commentlist #respond h3, .commentlist #respond a {
	margin-left: 28px;
}

#comments {
	line-height: 30px;
}

.children {
	clear: both;
}

.children .commentmetadata, .children .vcard  {
	background-image: none;
}

.children textarea {
	width: 90% !important;
}

.children input {
	width: 80% !important;
}


#respond div {
	background-image: none;
}

#commentform {
	margin: 20px 0 20px 0;
	padding: 0;
	color: #ffffff;
	width: 600px;
	text-align:left;
}

#commentform #send{
	height: 29px;
	width: 170px;
	background-image: url('images/button-comment.png');
	background-position: 0 0;
	margin: 10px 0 10px 0;
	padding: 0;
	border: none;
	text-indent:-9999px;
	cursor: pointer;
}
#commentform #send:hover{
	background-image: url('images/button-comment.png');
	background-position: 0 -29px;
	text-indent:-9999px;
	cursor: pointer;
}

#commentform #textarea {
	width: 580px;
	height: 130px;
	margin: 0 0 10px 0;
	padding: 3px;
	background-color: #211f1f;
	border: 1px solid #0d0d0d;
	font-size: 13px;
	color: #ffffff;
}

#commentform #email{
	width: 350px;
	margin: 0 0 10px 0;
	padding: 3px;
	background-color: #211f1f;
	border: 1px solid #0d0d0d;
	font-size: 13px;
	color: #ffffff;
}

#commentform #author {
	width: 350px;
	margin: 0 0 10px 0;
	padding: 3px;
	background-color: #211f1f;
	border: 1px solid #0d0d0d;
	font-size: 13px;
	color: #ffffff;
}

#commentform #url {
	width: 350px;
	margin: 0 0 10px 0;
	padding: 3px;
	background-color: #211f1f;
	border: 1px solid #0d0d0d;
	font-size: 13px;
	color: #ffffff;
}

#commentform label {
	font-size: 11px;
	color: #ffffff;
	margin: 0 auto;
	padding: 0 0 0 5px;
}

.required {
	color: #8c0303;
}

.comment-author {
	width: 100%; 
	margin-bottom: 5px;
	display: block;
	padding-left: 15px;
}


/****** Post Archives  ******/
.post-archive {
	width: 600px;
	height: 16px;
	margin: 5px 0 20px 0;
	padding: 0;
}
.post-archive h4.archive-title {
	font-size: 12px;
	color: #a3a2a2;
	font-weight: bold;
	text-align: left;
	font-family: 'PT Sans', arial, verdana;	
	margin: 0;
	padding: 0 0 20px 0;
	text-align: left;
}


/***** WP Page Navi *****/
.wp-pagenavi .pages { 
	display: none; 
}

.wp-pagenavi .extend { 
	display: none; 
}

.wp-pagenavi a.last { 
	background-color:#211f1f!important; 
	color: #ffffff; 
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 0 0 15px; 
	text-decoration: none; 
}

.wp-pagenavi a.last:hover { 
	background-color:#0d0d0d!important; 
	color: #ffffff; 
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 0 0 15px; 
	text-decoration: none; 
}

.wp-pagenavi a.first { 
	background-color:#211f1f!important; 
	color: #ffffff; 
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 15px 0 0; 
	text-decoration: none; }

.wp-pagenavi a.first:hover { 
	background-color:#0d0d0d!important; 
	color: #ffffff; 
	border-color:none!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 15px 0 0; 
	text-decoration: none; 
}

.wp-pagenavi a.previouspostslink { 
	background-color:#211f1f!important; 
	color: #ffffff; 
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 15px 0 0; 
	text-decoration: none; 
}

.wp-pagenavi a.previouspostslink:hover { 
	background-color:#0d0d0d!important; 
	color: #222; 
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 15px 0 0; 
	text-decoration: none; 
}

.wp-pagenavi a.nextpostslink { 
	background-color:#211f1f!important; 
	color: #ffffff; 
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 0 0 15px; 
	text-decoration: none; 
}

.wp-pagenavi a.nextpostslink:hover { 
	background-color:#0d0d0d!important; 
	color: #ffffff; 
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 0 0 15px; 
	text-decoration: none; 
}

.wp-pagenavi span.current { 
	background-color:#8c0303!important; 
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 4px 0 4px; 
	color: #fff; 
}

.wp-pagenavi a:visited, .wp-pagenavi a.page { 
	background-color:#211f1f!important; 
	color: #ffffff;  
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 4px 0 4px; 
	text-decoration: none; 
}

.wp-pagenavi a:hover { 
	background-color:#0d0d0d!important; 
	color: #ffffff;  
	border-color:#0d0d0d!important; 
	border-style:solid; 
	border-width:1px;
	padding: 5px 8px 5px 8px; 
	margin: 0 4px 0 4px; 
	text-decoration: none; 
}


/*  ######### Footer Section #########  */
#footer-container {
	margin: 0 auto;
	padding: 0;
	height: 536px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-image: url('images/bg-bottom.jpg');
	background-position: top center;
}
#footer-outer {
	margin: 0 auto;
	padding: 0;
	height: 536px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url('images/bg-footer.jpg');
	background-position: top center;
}
#footer-inner {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 536px;
	overflow: hidden;
}

/***** Footer Top - Boxes *****/
#footer-boxes {
	margin: 0;
	padding: 85px 0 0 0;
	width: 960px;
	height: 320px;
	overflow: hidden;
}
.footer-one {
	margin: 0;
	padding: 0; 
	width: 200px;
	float: left;
	text-align: left;
}
.footer-two {
	margin: 0 0 0 70px;
	padding: 0; 
	width: 410px;
	float: left;
	text-align: left;
}
.footer-three {
	margin: 0;
	padding: 0; 
	width: 230px;
	float: right;
	text-align: left;
}

/***** Footer Top - Text *****/
.footer-one h4,
.footer-three h4 {
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 22px;
	color: #ffffff;
	text-align: left;
}
.footer-two h4 {
	padding: 0;
	margin: 0 0 30px 0;
	font-size: 22px;
	color: #ffffff;
	text-align: center;
}
.footer-one p.address,
.footer-two p.address,
.footer-three p.address {
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 16px;
	line-height: 22px;
	color: #ffffff;
}
.footer-one p,
.footer-two p,
.footer-three p {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
}
.footer-one p.restaurant,
.footer-two p.restaurant,
.footer-three p.restaurant {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: bold;
}
.footer-one p a,
.footer-two p a,
.footer-three p a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}
.footer-one p a:hover,
.footer-two p a:hover,
.footer-three p a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
}
.footer-one ul,
.footer-two ul,
.footer-three ul {
	margin: 0;
	padding: 0;
}
.footer-one ul li,
.footer-two ul li,
.footer-three ul li {
	background: url('images/bullet-footer.png') 0 0 no-repeat;
	font-size: 14px;
	font-weight:normal; 
	color: #ffffff;
	line-height: 14px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	list-style-type: none;
}
.footer-one ul li a,
.footer-two ul li a,
.footer-three ul li a {
	font-size: 14px;
	font-weight:normal; 
	text-decoration: none;
	color: #ffffff;
	border-bottom: none;
}
.footer-one ul li a:hover,
.footer-two ul li a:hover,
.footer-three ul li a:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
}

/***** Footer Bottom - Copyright & Navigation *****/
#footer-bottom {
	margin: 0;
	padding: 20px 0 35px 0;
	width: 960px;
	overflow: hidden;
	border-top: 1px solid #620202;
}
.footer-copyright {
	margin: 0;
	padding: 0; 
	width: 320px;
	float: left;
}
.footer-copyright p {
	margin: 0;
	padding: 0; 
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	color: #ffffff;
}
.footer-nav {
	margin: 0;
	padding: 0; 
	width: 640px;
	float: right;
}
.footer-nav ul{
	color: #ffffff;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
.footer-nav ul li{
	color: #ffffff;
	margin: 0 3px 0 3px;
	padding: 0;
	display: inline;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	color: #ffffff;
	font-style: normal;
}
.footer-nav ul li a{
	text-decoration: none;
	color: #ffffff;
	display: inline;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	color: #ffffff;
	font-style: normal;
	border-bottom: none;
}
.footer-nav ul li a:hover{
	text-decoration: none;
	color: #ffffff;
	display: inline;
	border-bottom: 1px dashed #ffffff;
}

/***** Footer Credits *****/
.pdxdesigner { 
	margin:0; 
	padding: 0; 
	width: 960px; 
	text-align: center; 
	float: none!important; 
}
.pdxdesigner a { 
	width: 145px; 
	height: 35px; 
	margin: 0 0 0 407px; 
	padding: 0;
	display: block;
	text-indent: -9999px;
	background: url('images/logo-pdxdesigner.png') no-repeat;
	background-position: 0 0;  
}
.pdxdesigner a:hover { 
	text-decoration: none!important;
	width: 145px; 
	height: 93px; 
	background-position: 0 -35px; 
}

