/*
Design by True Brand Studio
*/

* {
	margin: 0px;
	padding: 0px;
	border:none;
}


body, input, textarea {background: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #858D96;
	background-image: url(images/pat2.gif);
	background-repeat: repeat;
}

p, ol
{
	margin-top: 10px;
	padding: 5px;
	padding-right: 20px;
	text-indent: 1em;
	border:none;
}

h1, h2, h3 {
	color: #666666;
	font-family: "Courier New", Courier, monospace;
}

h1 {
	font-size: 1.7em;
	padding: 15px;
	text-align: center;
}

h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	font-weight: bold;
	color: #717074;
	padding-top: 10px;
	text-align: center;
}


h3 {
	font-size: 1em;
	padding-top: 1em;
	padding-left: 30px;
	font-family: "Courier New", Courier, monospace;
}

h3.sp {
	font-size: 1em;
	padding-top: 0.5em;
	}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	border: none;
	text-decoration: none;
	color: #993300;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #449BC7;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #009900;
}

hr {
	display: none;
}

#navcontainer
{
	background: none;
	width: 200px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	text-transform: none;
	margin-top: 150px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	float: left;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: auto;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	padding: 0.5em 0 0.5em 2em;
	color: #FFFFFF;
	text-decoration: none;
	background: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: none;
	color: #993300;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* Sidebars */
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 305px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	background-color: #FFFFFF;
	background-image: url(images/pat1.jpg);
	background-repeat: repeat;
}
.address {
	font-family:"Courier New", Courier, monospace;
	font-size:1.2em;
	color: #FFFFFF;
	text-indent: 0px;
	line-height: 1.5;
	padding-bottom: 15px;
}

.dir {
	font-family:"Courier New", Courier, monospace;
	font-size:1.1em;
	color: #FFFFFF;
	text-indent: 0px;
	line-height: 1.2;
	padding-bottom: 3px;
}
.dir h3{
	font-family:"Courier New", Courier, monospace;
	font-size:1.3em;
	color: #FFFFFF;
	text-indent: 0px;
	line-height: 1.2;
	padding-bottom: 15px;
}
.specials {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style:italic;
	color: #FFFFFF;
	text-indent: 0px;
	line-height: 1.7;
	text-align: left;
	}

#box {
	margin: 0 0 0 340px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 19px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#333333;
	background-color: #FFFFFF;
	background-image: url(images/pat1.jpg);
	background-repeat: repeat;
	border-left-width: thin;
	border-left-style: inset;
	border-left-color: #FFFFFF;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#603913;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



#main
{
	width: 780px;
	margin: 0 auto;
	background-color: #A3A2A1;
	background-image: url(images/pat1.jpg);
	background-repeat: repeat;
}


/* Header */

#header {
	width: 780px;
	margin: 0px auto;
	height: 449px;
	background-color: #333333;
	background-image: url(images/Gindi_cafe_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/* Logo */


img.centered{
	display:block;
	margin-left:auto;
	margin-right:auto;
	border: none;
	}


#logo h1 {
	padding-right: 20px;
	color: #ffffff;
	padding-top: 20px;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-right: 20px;
}


#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 642px;
	margin: 0 auto;
	border-top: none;
	background-color: #cccdcf;

}

#top
{
	height: 0px;
	margin-top: 0px;
	width: 642px;
}

#bottom
{
background: url(images/bottom.gif) no-repeat;
height: 19px;
width: 642px;
}


#box H1 a
{
font-size: 18px;
color: #ffffff;
}

/* Content */

#content {
	float: left;
	color: #ffffff;
	margin-left: 70px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	overflow: auto;
	background-color: #C16E41;
	padding-bottom: 10px;
}

#content H2
{
	padding-top: 10px;
	padding-left: 3em;
	width: 400px;
	font-size: 16px;
	color: #ffffff;
}

#content H2 a
{
color: #ffffff;
}

#content .entry
{
padding: 10px;
width: 390px;
}

/* Sidebars */



/* Footer */
#footer
{
	width: 780px;
	margin: 0 auto;
	background-color: #757D83;
	background-image: url(images/pat2.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#footer p {
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #FFFFFF
}
.logo {float:left; border:none;}
.food1 {
	border:none;
	float: right;
}
#nav {
	position: absolute;
	left: 147px;
	top: 186px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.1;
	font-weight: bold;
	text-transform: none;
	font-variant: small-caps;
	font-style: oblique;
}


table, th, td {
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	color: #FFFFFF;
	border:none;

}
th, td {
	font-family:"Courier New", Courier, monospace;
	font-size:1em;
	color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	padding-top: 1.7em;
}

.hour {
	font-family:"Courier New", Courier, monospace;
	font-size:1.4em;
	color: #FFFFFF;
	padding-top: 0em;
	width: 95%;
	margin: auto;
}
#main #box p {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: normal;
	color: #333333;
	line-height: 1.2;
	font-style: oblique;
}
.style1 {
	color: #999999
}
.spel {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.9em;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
}
h1.owner {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	font-variant: normal;
	line-height: 1.5;
}
