/*
Theme Name: Phoenicia Restaurant
Theme URI: http://www.yuriybelenitsky.com/
Description: Phoenicia Restaurant theme
Author: Yuriy Belenitsky
Author URI: http://www.yuriybelenitsky.com/
Tags: custom, phoenicia, restaurant
*/



/* Begin Typography & Colors */
body {
	background: #690000;
	background-image:url('images/bg.jpg');
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #DDDDDD;
	font-size: 100%;
	font-family: "Bradley Hand ITC TT-Bold", "Monotype Corsiva";
	}

#container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
        width: 100%;
	font-family: Mistral, "Monotype Corsiva";
	font-size: 20px;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom: 1px solid #FFFFFF;
	background-color: #044f31;
}
#header h1 {
	margin: 0px 0px 0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	height: 150px;
        width: 100%;
}

#topPic {
	padding: 0 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 640px;
	height: 200px;
	position: absolute;
	left: 250px;
	top: 110px;
	border: 2px solid #FFFFFF;
	margin: 0 0 0 0;
}

#mainContent {
	padding: 160px 20px 20px 20px;
	width: 644px;
	position: absolute;
	left: 230px;
	top: 150px;
	text-align: justify;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
#footer {
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#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 */
}

a:link {
	color: #996600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996600;
}
a:hover {
	text-decoration: underline;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #996600;
}

#mainContent h1 {
	font-family: Mistral, "Monotype Corsiva";
	font-size: 36px;
}

.tdleft {
	text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

.tdright {
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	width: 100px;
}

.inputbox {
	width: 200px;
	height: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #8d8b72;
	border: 1px solid #C8C8EC;
	background: #ffffff;
}

.dropbox {
	width: 202px;
	height: 17px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #8d8b72;
	border: 1px solid #C8C8EC;
	background: #ffffff;
}

.textbox {
	width: 500px;
	height: 100px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #8d8b72;
	border: 1px solid #C8C8EC;
	background: #ffffff;
}

.button {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8d8b72;
	border: 1px solid #C8C8EC;
	background: #ffffff;
}

#mainContent table {
	border: 0px solid white;
}

#mainContent tr {
	border: 0px solid white;
}

#mainContent td {
	border: 0px solid white;
	padding: 10px;
	vertical-align:top;
	width: 50%;
}

#pdf {
	position: absolute;
	top: 180px;
	left: 630px;
}

#sidebar {
	padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 210px;
	position: absolute;
	left: 10px;
	top: 170px;
	border: 0px solid #FFFFFF;
	text-align: right;
	font-family: Mistral, "Monotype Corsiva";
    /* font-family: "Bradley Hand ITC TT-Bold", "Monotype Corsiva"; */
	font-size: 18px;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 10;
	padding: 0;
	}

#sidebar table {
        margin-left: auto;
        margin-right: 0px;
        }

#sidebar2 {
	padding: 0 10px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 150px;
	position: absolute;
	left: 920px;
	top: 170px;
	border: 0px solid #FFFFFF;
	text-align: left;
	font-family: "Bradley Hand ITC TT-Bold", "Monotype Corsiva";
	font-size: 14px;
}

#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}

#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 10;
	padding: 0;
	}

#sidebar2 table {
        margin-left: auto;
        margin-right: 0px;
        }


h3 {
       text-align: center;
       font-weight: bold;
       }
