@charset "utf-8";
/* 
Theme Name:     Diners Uncercover Twenty Ten Child
Theme URI:      http://example.com/
Description:    Diners Undercover child theme for the Twenty Ten theme 
Author:         Moretti
Author URI:     http://example.com/about/
Template:       twentyten
Version:        1.0
*/

@import url("../twentyten/style.css");

/* =Header
-------------------------------------------------------------- */

#wrapper {
	margin-top: 0px;
	padding: 0px;
	width: 1000px;
}

#logobanner {
	background-image: url(../../../images/DinersUndercoverLogo_Header_%20May%202012.jpg);
	background-color: #E6BE8B;
	background-repeat: no-repeat;
	height: 150px;
	width: 1000px;
}
#logobanner .marquis{
	font-style: italic;
	color: #000;
	font-size: 3.1em;
	line-height: 1em;
	text-align: center;
	padding-top: 40px;
	font-variant: small-caps;
	font-weight: 200;
}
#logobanner .tagline{
	font-size: 1.4em;
	font-style: italic;
	line-height: 1em;
	color: #000;
	text-align: center;
}

#header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#branding {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
	height: 200px;
}

body {
	background-color: #335164;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
}

#main {
	background-color: #FFF;
	width: 1000px;
	padding-top: 30px;
}

#container {
	background-color: #FFF;
	margin-right: -390px;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	width: 1000px;
	background-color: #871D15;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#access .menu-header,
div.menu {
	font-size: 16px;
	margin-left: 12px;
	width: 928px;
	font-weight: bold;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #E6BE8B;
	display: block;
	line-height: 48px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a: {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
	background-color: #D09141;
}

#access ul li:hover > ul {
	display: block;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	text-decoration: underline;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* =Content
-------------------------------------------------------------- */
.entry-title a:link {
	color: #2F6385;
}
.entry-title a:visited {
	color: #2F6385;
}
.entry-title a:active,
.entry-title a:hover {
	color: #D04B41;
}

#content {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 352px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#content h1.entry-title,
#content h2.entry-title,
#content h3.entry-title,
#content h4.entry-title,
#content h5.entry-title,
#content h6.entry-title {
	font-size: 1.75em;
	color: #2F6385;
}

#content h1 {
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #2F6385;
	margin: 0;
}
#content h2 {
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #2F6385;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content h3 {
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #2F6385;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*#content link custom format*/
#content a:link {
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #2F6385;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
}
#content a:visited {
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #2F6385;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
}
#content a:hover {
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #D04B41;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
}
/*end of #content link custom format*/

/*Main Content Rating Box*/
.ratingbox {
	height: 180px;
	margin-top: 0px;
	margin-right: 15px;
	width: 325px;
	float: left;
	padding: 0px;
	background-image: url(../../../images/RatingBoard.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.ratingbox ul {
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 48px;
	height: 110px;
	display: block;
}
.ratingbox li {
	list-style-type: none;
	display: block;
	margin-left: 20px;
	width: 205px;
	height: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.ratingbox ul li.overall .Aplus{
	background-image: url(../../../images/overall_Aplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;

}
.ratingbox ul li.overall .A {
	background-image: url(../../../images/overall_A.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .Aminus {
	background-image: url(../../../images/overall_Aminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .Bplus {
	background-image: url(../../../images/overall_Bplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .B {
	background-image: url(../../../images/overall_B.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .Bminus {
	background-image: url(../../../images/overall_Bminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .Cplus {
	background-image: url(../../../images/overall_Cplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .C {
	background-image: url(../../../images/overall_C.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .Cminus {
	background-image: url(../../../images/overall_Cminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .Dplus {
	background-image: url(../../../images/overall_Dplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .D {
	background-image: url(../../../images/overall_D.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .Dminus {
	background-image: url(../../../images/overall_Dminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.overall .F {
	background-image: url(../../../images/overall_F.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .Aplus{
	background-image: url(../../../images/food_Aplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;

}
.ratingbox ul li.food .A {
	background-image: url(../../../images/food_A.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .Aminus {
	background-image: url(../../../images/food_Aminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .Bplus {
	background-image: url(../../../images/food_Bplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .B {
	background-image: url(../../../images/food_B.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .Bminus {
	background-image: url(../../../images/food_Bminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .Cplus {
	background-image: url(../../../images/food_Cplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .C {
	background-image: url(../../../images/food_C.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .Cminus {
	background-image: url(../../../images/food_Cminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .Dplus {
	background-image: url(../../../images/food_Dplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .D {
	background-image: url(../../../images/food_D.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .Dminus {
	background-image: url(../../../images/food_Dminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.food .F {
	background-image: url(../../../images/food_F.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .Aplus{
	background-image: url(../../../images/service_Aplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
	overflow: visible;
}
.ratingbox ul li.service .A {
	background-image: url(../../../images/service_A.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .Aminus {
	background-image: url(../../../images/service_Aminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .Bplus {
	background-image: url(../../../images/service_Bplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .B {
	background-image: url(../../../images/service_B.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .Bminus {
	background-image: url(../../../images/service_Bminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .Cplus {
	background-image: url(../../../images/service_Cplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .C {
	background-image: url(../../../images/service_C.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .Cminus {
	background-image: url(../../../images/service_Cminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .Dplus {
	background-image: url(../../../images/service_Dplus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .D {
	background-image: url(../../../images/service_D.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .Dminus {
	background-image: url(../../../images/service_Dminus.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.service .F {
	background-image: url(../../../images/service_F.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.price .Five {
	background-image: url(../../../images/price_Five.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.price .Four {
	background-image: url(../../../images/price_Four.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.price .Three {
	background-image: url(../../../images/price_Three.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.price .Two {
	background-image: url(../../../images/price_Two.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.price .One {
	background-image: url(../../../images/price_One.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.ambience .Fine {
	background-image: url(../../../images/ambience_Fine.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.ambience .Casual {
	background-image: url(../../../images/ambience_Casual.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.ambience .Diner {
	background-image: url(../../../images/ambience_Diner.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.ambience .Pub {
	background-image: url(../../../images/ambience_Pub.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}
.ratingbox ul li.ambience .Fast_Food {
	background-image: url(../../../images/ambience_Fast_Food.png);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	width: 205px;
}

/*End Main Content Rating Box*/

/*

#content.h1,
#content.h2,
#content.h3,
#content.h4,
#content.h5,
#content.h6 {
	color: #2F6385;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-size: 120%;
}

h2.entry-title a {
	font-size: 120%;
	color: #2F6385;	
}
*/

.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}

.entry-meta a:visited,
.entry-utility a:visited {
	color: #0F3857;
}

.entry-meta a:hover,
.entry-utility a:hover {
	color: #871D15;
}

.entry-summary a:visited {
	color: #0F3857;
}

.entry-summary a:hover {
	color: #871D15;
}

/*comment-author vcard url links*/
.fn a.url {
	color: #2F6385;
}

.fn a.url:visited {
	color: #2F6385;
}

.fn a.url:hover {
	color: #D04B41;
}
/*end comment-author vcard url links*/

#primary,
#secondary {
	background-color: #E6BE8B;
	margin-top: -30px;
	width: 302px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 9000px;
	padding-left: 30px;
	color: #871D15;
	margin-bottom: -9000px;
}

.widget-title {
	color: #871D15;
	font-weight: bold;
	line-height: 1.1em;
}

.widget-container {
	margin: 0 0 18px 0;
}
.adbox  {
	position: relative;
	display: block;
	margin-left: -14px;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 72%;
	height: 1.25em;
	font-size: 1em;
}

.widget-area a:link {
	color: #d04b41;
}

.widget-area a:visited {
	text-decoration: none;
	color: #9c514b;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
	color: #871d15;
}
.widget-area .entry-meta {
	font-size: 11px;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
	background-color: #7BCD89;
}
#colophon {
	overflow: hidden;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	text-align: center;
}
#colophon a:link {
	color: #2F6385;
}
#colophon a:visited {
	color: #2F6385;
}
#colophon a:active,
#colophon a:hover {
	color: #D04B41;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}




