/*
Theme Name: Triple_Crown
Theme URI: http://www.kiwi9.com/
Description: The triple crown theme created for Triple Crown Restaurant.
Version: 1.0
Author: Kiwi9 Web Design & Marketing
Author URI: http://www.kiwi9.com/
Tags: red, two columns, food

	Triple Crown v1.0
	 http://www.triplecrownchicago.com/

	This theme was designed and built by Kiwi9 Web Design & Marketing,
	whose site you will find at http://www.kiwi9.com/
	The CSS, XHTML and design is released to Triple Crown Restaurant.

*/


/* Begin Typography & Colors */
body { background:#aeadae url(images/bg.gif) repeat; margin:0; padding:0; font-family:Verdana, Geneva, sans-serif; font-size: 62.5%;}

a {color:#545454; text-decoration:none;font-family:Verdana, Geneva, sans-serif;}
a:hover {color:#017f01; text-decoration:underline;}
a img { border:none;}
h1 {color:#545454;font-size:14px;}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.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;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}



.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}


.postmetadata {
	clear: both;
}

/* End Structure */



/*	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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}
/* 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;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#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: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.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 Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

/* 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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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 */


#wrap { margin:0 auto; position:relative; width:988px; background:#fff; border-right:#b4b4b4 1px solid; border-left:#b4b4b4 1px solid;}
#header { background:url(images/headerbg.gif) repeat-x; height:126px;width:988px; }
#header a {margin:0 0 0 17px; padding:0;}
#header p {position: absolute; top: 60px;margin:0; padding:0; right:28px; width:280px; color:#fff; font-size:12px; font-weight:bold;}

.social {list-type:none;position:absolute; top:11px; right:28px;}
.social li {display:inline;}

#content {margin-left:15px; margin-right:15px;}
/* Navigation  */
#navi {list-style:none;margin:0; padding:0;}
#navi li{float:left; margin-right:15px; margin-bottom:3px; display:inline;}
#navi li .listdiv {}
#navi li .listdiv h3 {margin:0; padding:0; padding-top:25px; color:#545454; font-size:16px;}
#navi li a {float:left; padding-top:24px; font-weight:bold; color:#545454; text-decoration:none; font-size:16px;}
#navi li a:hover {color:#017f01;}
#navi li.active a{ float:left; padding-top:24px; background:url(images/pagot.jpg) top center no-repeat; font-weight:bold; color:#017f01; text-decoration:none; font-size:16px;}

/* layout */
.left-content {width:600px; margin-right:20px; float:left;}
.sidebar {width: 337px; float:left;margin:0; padding:0;}
/* Specials */
/*.specials a{display:block; padding:5px; line-height:1; float:left; background:#f6f6f6; border:#ececec 1px solid; margin-bottom:15px;}
.specials img {border:#b6b6b6 1px solid;}*/
.specials {margin-bottom:20px;}
.menu-left ul {margin:0 0 0 75px; padding:0;}
.grey {background:#ececec url(images/greybg.gif) bottom right no-repeat; border:#b4b4b4 1px solid; padding:0.4em;margin-bottom:15px;}
.grey h2 {margin:0; padding:0; font-size:17px; font-weight:normal;}
.todays-special { background:#f8f8f6; border:#b4b3b3 1px solid;padding:0.4em;}
.todays-special img {margin:5px 5px 0 0;}
.todays-special h2 {margin:0 0 10px 0; padding:0;}
.todays-special h2 a {color:#94161a; font-size:14px; text-decoration:underline;margin:0; padding:0;}
.todays-special h2 a:hover { text-decoration:none;}

/* single menu items */
.menu-items {background:#fff; border:#b4b3b3 1px solid;padding:0.4em;}
.menu-items h2 {margin:0 0 10px 0; padding:0;}
.menu-items h2 a {color:#94161a; font-size:14px; text-decoration:underline;margin:0; padding:0;}
.menu-items h2 a:hover { text-decoration:none;}
/* sidebar */
.sidebar ul { list-style:none; margin:0; padding:0;}
.sidebar li { margin-bottom:20px;}
/* footer */
#footer { background:url(images/footer.gif) repeat-x; height:72px; clear:left;margin-top:50px;font-size:11px; color:#fff;  text-align:center;}
#footer ul {list-style:none; width:450px; margin:20px auto 0; }
#footer ul li {float:left;font-size:11px; color:#fff; padding-top:5px;}
#footer ul li .listdiv, #footer ul li h3 {margin:0; padding:0;}
#footer a { font-size:11px; color:#fff; text-decoration:none;}
#footer a:hover {text-decoration:underline;}
#footer p {padding-top:15px;}
#footer .copy{font-size:11px; color:#ddd;padding-top:10px;}
#footer  li .listdiv {}
#footer  li .listdiv h3 {margin:0; padding:0; font-weight:normal; color:#fff;}
/* misc */
.right {float:right;}
.left {float:left;}
.border {border:#b4b3b3 1px solid;}
.bar { background:url(images/bar.gif) repeat-x; height:3px;  margin-bottom:20px;}
.clear { clear:both;}
/* menu page accordion */
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 585px;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: url(images/menu.gif) no-repeat;
  font-size:14px;
  color: #333;
  font-weight:bold;
  padding: 0.5em 0.5em 0.5em 3em;
}
ul#menu li a.menu-active, ul#menu li a.menu-active:hover {
  background: url(images/menu-active.gif) no-repeat;
    color: #fff;
}
ul#menu li a:hover {
   background: url(images/menu-active.gif) no-repeat;
   color: #fff;
}

ul#menu li ul { width:583px; border:#eee 1px solid;}
ul#menu li ul li a {
	font-size:14px;
  background: #fff;
  color: #333;
  padding-left: 40px;
}

ul#menu li ul li a:hover {
  background: #e7e7e7;
  border-left: 4px #aaa solid;
  color:#333;
  padding-left: 36px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }