@charset "utf-8";
/*-----------------------------------------------------------------------------
Kindee Thai Restaurant

version:   1.0 for Web
author:    mark kimitch
email:     mark.kimitch@gmail.com
-----------------------------------------------------------------------------*/

/*General Tags
-----------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #050304 url(../images/background.jpg) repeat-x center top;
}
hr {
	color: inherit;
	height: 0;
	margin: 6px 0 6px 0;
	padding: 0;
	border: 1px solid #d9d9d9;
	border-style: none none solid;
}
p,
li {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
}
small {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: 11px;
}
.box {
	padding: 10px;
	background: #e3e0cf;
	min-height: 230px;/*border: 1px solid #e3e0cf;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
.contact a {
	color: #CCC;
	text-decoration: none;
}
.contact a:hover {
	color: #d9a25b;
	text-decoration: underline;
}
#tracklighting {
	margin: 0;
	padding: 0;
	background: url(../images/tracklighting.png) repeat-x center top;/*opacity: 0.4;
	filter: alpha(opacity=40);*/
}
#brandingWrapper {
	margin: 0;
	padding: 0;
	background: url(../images/header_bg.png) no-repeat center top;
	height: 173px;
}
#branding {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#branding h1 {
	margin: 0;
	padding: 10px 0 0 80px;
	font-size: 36px;
	color: #FFFFFF;
}
#branding p {
	margin: 0;
	padding: 0 0 0 174px;
	font-size: 13px;
	font-weight: bold;
	color: #7ea64d;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
}
.contact {
	color: #CCCCCC !important;
	padding: 105px 10px 0 0 !important;
	float: right;/*font-family: Georgia, "Times New Roman", Times, serif !important;*/
}
#contentWrapper {
	margin: 0;
	padding: 0;
	background: url(../images/content_bg.png) repeat-y center top;
}
#footerWrapper {
	margin: 0;
	padding: 10px 0 0 0;
	height: 50px;
	background: url(../images/footer_bg.png) no-repeat center bottom;
}
#footer {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
#copyright {
	margin: auto;
	padding: 0;
	width: 960px;
}
#copyright p {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: 11px;
	color: #666666;
}
#copyright a {
	color: #666666;
	text-decoration: none;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
}
#copyright a:hover {
	color: #FFFFFF;
}
#copyright ul {
	margin: 0;
	padding: 0;
	padding-left: 1px;
}
#copyright li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 11px;
}
#copyright .dash,
#copyright .dashx {
	background: none;
	padding-left: 11px;
}
.days {
	width: 200px !important;
	font-weight: bold;
}
.title h2 {
	margin: -10px -10px 0 -10px !important;
	padding: 10px !important;
	color: #e1e1e1 !important;
	background: url(../images/title_bg_green.png) top left repeat-x;
	border-top: 1px solid #e3e0cf;
	-moz-border-radius-topright: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	-webkit-border-top-left-radius: 5px !important;
}
.col300 .box {
	min-height: 350px;
}
.hourTable p {
	margin: 0 !important;
	padding: 2px 5px !important;
}
.hoursTitle {
	padding-top: 6px !important;
	padding-bottom: 4px !important;
}
.evenRow {
	background-color: #d6d3c3 !important;
}
.oddRow {
	background-color: #e3e0cf !important;
}
/*.evenRow:hover, .oddRow:hover {
	background-color: #FFFF99 !important;
}*/
.social {
	min-height: 157px !important;
}
.social ul {
	padding: 15px 10px 10px 10px !important;
}
.social li {
	padding: 10px !important;
	float: left;
}
.social2 {
	min-height: 157px !important;
}
.social2 ul {
	padding: 15px 5px 10px 5px !important;
}
.social2 li {
	padding: 10px 8px !important;
	float: left;
}
/*Navigation Tags
-----------------------------------------------------------------------------*/
#nav {
	margin: 0 auto;
	padding: 126px 0 0 0;
	width: 960px;
}
#nav ul {
	margin: 0;
	padding: 0 5px;
}
#nav li {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	height: 44px;
	float: left;
}
#nav a {
	margin: 0;
	/*padding: 13px 60px 0 60px;*/
	padding: 13px 56px 0 56px;
	height: 31px;
	color: #CCCCCC;
	text-decoration: none;
	list-style: none;
	float: left;
	font-size: 16px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav a:hover {
	color: #FFFFFF;
	background: #932020;
}
#nav .dash a:hover {
	color: #FFFFFF;
	background: #932020 url(../images/nav_hash.png) no-repeat right top;
}
.dash {
	background: url(../images/nav_hash.png) no-repeat right top;
}
/*Menu Tags
-----------------------------------------------------------------------------*/
.menu {
	margin-bottom: 15px;
}
.menu ul {
	margin: 0;
	margin-left: -5px !important;
}
.menu li {
	width: 100%;
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
}
.menulistitem {
	overflow: hidden;
}
.menulistitem h3 {
	padding-bottom: 0 !important;
}
.menulistitem img .thumb {
	width: 180px;
	height: 130px;
	display: block;
	float: left;
	margin-top: 7px;
}
.menulistitem hr {
	border: #663300 !important;
}
.price {
	float: right;
	padding: 10px;
	padding-top: 15px;
}
.menulistitem p {
	margin-top: 10px;
}
.menulistitem span.categ {
	text-transform: uppercase;
	font-size: 11px;
}
/*Content Tags
-----------------------------------------------------------------------------*/
#content {
	margin: 0 auto;
	padding: 15px 0;
	width: 960px;
}
#content h1 {
	margin: 0;
	padding: 5px 0;
	font-size: 24px;
	color: #000000;
}
#content h2 {
	margin: 0;
	padding: 10px 5px;
	font-size: 18px;
	line-height: 1.2em;
}
#content h3 {
	margin: 0;
	padding: 10px 5px;
	font-size: 16px;
	line-height: 1.2em;
}
#content p {
	margin: 0;
	padding: 5px;
	font-size: 13px;
	line-height: 1.2em;
}
#content ul {
	margin: 0 0 0 10px;
	padding: 0;
}
#content li {
	padding: 5px;
	font-size: 12px;
	line-height: 1.2em;/*list-style: inside circle;*/
}
#content a {
	color: #009900;
	text-decoration: none;
}
#content a:hover {
	color: #00CC00;
}
/*960 Col Tags
-----------------------------------------------------------------------------*/
.col60,
.col140,
.col220,
.col300,
.col380,
.col460,
.col540,
.col620,
.col700,
.col780,
.col860,
.col940 {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	float: left;
	display: inline;
}
.col60 {
	width: 60px;
}
.col140 {
	width: 140px;
}
.col220 {
	width: 220px;
}
.col300 {
	width: 300px;
}
.col380 {
	width: 380px;
}
.col460 {
	width: 460px;
}
.col540 {
	width: 540px;
}
.col620 {
	width: 620px;
}
.col700 {
	width: 700px;
}
.col780 {
	width: 780px;
}
.col860 {
	width: 860px;
}
.col940 {
	width: 940px;
	margin-bottom: 10px;
}
/*960 Children (Alpha ~ First, Omega ~ Last)
-----------------------------------------------------------------------------*/
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/*960 Misc Tags
-----------------------------------------------------------------------------*/
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear {
	background:none;
	border:0;
	clear:both;
	display:block;
	float:none;
	font-size:0;
	list-style:none;
	margin:0;
	padding:0;
	/*overflow:hidden;
	visibility:hidden;*/
	width:0;
	height:0
}
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0
}
.clearfix {
	display:inline-block
}
* html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
/*Typography Tags
-----------------------------------------------------------------------------*/
blockquote,
blockquote p {
	text-indent: -0.5em;
}
/*Photogallery Tags
-----------------------------------------------------------------------------*/
ul#photogallery {
	padding-top: 15px !important;
}
#photogallery li {
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #f0eee2;
}
#photogallery li img {
	opacity:0.9;
	filter:alpha(opacity=90)
}
#photogallery li img:hover {
	opacity:1;
	filter:alpha(opacity=100)
}
#photogallery li:hover {
	border: 1px solid #d9d7cc;
	background: #e5e3d8;
}
/*Menu Tags
-----------------------------------------------------------------------------*/
.text {
	padding: 20px 0 !important;
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
}
#index {
	padding: 10px 0 0 0;
	margin: 10px 0;
	/*border: 1px solid #666666;*/
	background: #e3e0cf;
}
#index ul {
	padding: 0 auto !important;
	margin: 0 auto !important;
}
#index li {
	padding: 11px 10px 0 36px !important;
	margin: 0 auto;
	height: 36px;
	float: left;
	position: relative;
	left: 9%;
}
#index .spicy {
	background: url(/images/menu_icons/hot.png) top left no-repeat;
}
#index .dairy {
	background: url(/images/menu_icons/dairy.png) top left no-repeat;
}
#index .wheat {
	background: url(/images/menu_icons/wheat.png) top left no-repeat;
}
#index .fish {
	background: url(/images/menu_icons/fish.png) top left no-repeat;
}
#index .eggs {
	background: url(/images/menu_icons/eggs.png) top left no-repeat;
}
#index .nuts {
	background: url(/images/menu_icons/nuts.png) top left no-repeat;
}
.centered li {
}
/*Open Table Tags
-----------------------------------------------------------------------------*/
#OT_searchWrapperAll {
	background: #E3E0CF;
	height: 100px;
	position: relative;
	width: 100%;
}
#OT_searchWrapper {
	background: #E3E0CF;
	border: none;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: 12px;
	height: 100% !important;
	margin: 0;
	position: relative;
	width: 100%;
}
#OT_searchWrapper .nonclickableDays {
	color: #CCC;
	height: 18px;
}
#OT_searchWrapper #imageCal table {
	background: #FFF;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
}
#OT_searchWrapper .clickableDays {
	color: #000;
	height: 18px;
	text-decoration: none;
}
#OT_searchWrapper .OT_feedTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	left: 0;
	line-height: 1.2em;
	position: absolute;
	top: -5px;
	width: 100%;
}
#OT_searchWrapper #imageCal td {
	padding: 0;
	text-align: center;
}
#OT_searchWrapper input.hidden {
	display: none
}
#OT_searchWrapper #dateDisplay {
	color: #999;
	display: inline;
	float: right;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	margin: 0 30px 0 0;
}
#OT_searchWrapper #startDate,
#OT_searchWrapper .OT_feedFormfieldCalendar {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	margin: 0;
	width: 85px;
}
#OT_searchWrapper .weekdays {
	background: #E3E0CF;
	color: #000;
	color: #666;
	text-decoration: none;
	width: 14%;
}
#OT_searchWrapper .imgCal {
	display: none;
	position: absolute;
	z-index: 100;
}
#OT_searchWrapper .months {
	color: #FFF;
	text-decoration: none;
}
#OT_searchWrapper form {
	margin: 0;
	padding: 0;
}
#OT_searchWrapper dl {
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
#OT_partySizeLbl {
	left: 0;
	margin: 0 0 0 5px;
	padding: 3px 0;
	position: absolute;
	text-align: right;
	top: 75px;
	width: 110px;
}
#OT_partySize {
	left: 120px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
}
#OT_dateLbl {
	left: 180px;
	margin: 0 0 0 5px;
	padding: 3px 0;
	position: absolute;
	text-align: right;
	top: 75px;
	width: 55px;
}
#OT_date {
	left: 245px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 75px;
	width: 100px;
}
#OT_timeLbl {
	left: 335px;
	padding: 3px 0;
	position: absolute;
	text-align: right;
	top: 75px;
	width: 60px;
}
#OT_time {
	left: 398px;
	margin: 0;
	position: absolute;
	top: 75px;
}
#OT_empty {
	height: 0;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100px;
	width: 0;
}
#OT_submitWrap {
	left: 500px;
	margin: 0 5px 0 0;
	position: relative;
	top: 75px;
	z-index: 5;
}
#OT_logo {
	display: block;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 700px;
	top: 75px;
	width: 200px;
}
#OT_logoLink {
	display: block;
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Sans-serif;
	font-size: 9px;
	left: 0;
	margin: 0;
	padding: 0 0 10px 0;
	position: absolute;
	top: 50px;
	width: 100%;
}
#OT_logoLink a {
	padding: 0 0 0 10px
}
#OT_imglogo {
	border: 0;
	margin: 0 0 0 10px;
}
#OT_searchWrapper .feedFormField,
#OT_searchWrapper .feedFormField option {
	font-size: 12px;
	margin: 2px 2px 2px 2px;
}
.short {
	min-height: 125px;
}
