/*-----------------------------------------------------------------------------
Bistro Moelwyn (basic)
version:   1.0
author:    PJ WebWorks
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}
/* Class for clearing floats */
.clear {
	clear:both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/

p, td, th, li, ul, ol, h1, h2, h3, h4, h5, h6  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* =Headings
-----------------------------------------------------------------------------*/
h1 {
	color: #005151;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	clear: both;
}
h2 {
	font-size: 0.8em;
	font-weight: bold;
	color: #005151;
	line-height: 1.5em;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
}
h3 {
	font-size: 0.75em;
	font-weight: bold;
	color: #005151;
	line-height: 140%;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
p {
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	line-height: 140%;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 15px;
	padding-left: 15px;
}



/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #006600;
}
a:visited {
	color: #006600;
}
a:hover {
	color: #009900;
}
a:active {
	color: #006600;
}
/* external links */
.extlink {
	background-image: url(../i/icon/extlink.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 20px;
}


/* =Prime positioning
-----------------------------------------------------------------------------*/
body {
	text-align: center;
	min-width: 760px; /* content width plus 20 */
	background-color: #CDF7F8;
}
#wrapper {
	width: 736px;
	margin: 0px auto 10px;
	text-align: left;
	background-color: #FFFFFF;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
}



/* =Topsec
-----------------------------------------------------------------------------*/
#topsec {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: ##141919;
	height: 110px;
	background-color: #999999;
	background-image: url(../i/toppic1.jpg);
}




/* =Primnav
-----------------------------------------------------------------------------*/
#primnav {
}
#primnav ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 736px;
	background: #0D1313 url(../i/navsliceoff.gif) repeat-x;
	list-style: none;
	font-size: .7em;
}
#primnav ul li {
	float: left;
}
#primnav ul a {
  padding: 0 2em;
  line-height: 2em;
  background: url(../i/navdiv1.gif) repeat-y right top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}
#primnav ul a:hover {
	color: #00CCCC;
}
#primnav ul .first a {
  background: none;
}
.here {
  color: #ffffff !important;
	background-color: #4B6E6D !important;
	background: #0D1313 url(../i/navsliceon.gif) repeat-x !important;
}

/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/
#content {
	background-color: #ffffff;
	margin-left: 30px;
	margin-right: 30px;
}




/* =Secondary Content
-----------------------------------------------------------------------------*/
.content1a { 
  width: 435px;
  float: left; 
}

.content2a {
	width: 235px;
	float: right;
} 



/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	background-color: #FFFFFF;
}

/* botnav ID */
#botnav p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#botnav p {
	text-align: center;
	padding: 5px;
	margin-right: 20px;
	margin-left: 20px;
	background: #FFFFFF;
	font-size: .7em;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #242424;
	border-bottom: 2px solid #242424;
	line-height: 1em;
}
/* printpage ID */
#printpage p {
	font-size: 70%;
	text-align: right;
	margin-top: 10px;
}
#printpage img {
	margin-left: 10px;
}
/* copyrightID */
#copyright { text-align: right; margin-top: 0px; margin-right: 10px; margin-bottom: 5px; margin-left: 10px}
#copyright p {
	font-size: 60%;
	text-align: right;
	line-height: 14px;
}



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Photos
-----------------------------------------------------------------------------*/
.photobkr {
	float: right;
}
.photobkl {
	float: left;
}
.photobkc {
	margin-right: auto;
	margin-left: auto;
}
.photobkc .horiz2 {
	float: left;
	width: 50%;
}
.photobkr, .photobkl, .photobkc  {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: center;
	clear: both;
}
.photobkr p, .photobkl p, .photobkc p {
	font-size: .7em;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 7px;
	padding-bottom: 0px;
}



/* =Misc 2
-----------------------------------------------------------------------------*/
#content ul {
	margin-left: 50px;
	font-size: 0.75em;
	font-weight: bold;
	color: #005151;
	line-height: 1.4em;
}
/* contact ID */
#contact {
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
/* float block right */
.bkr {
	float: right;
	width: 550px;
}
/* food menu */
.foodmenu {
	margin: 30px;
	padding: 5px 5px 15px;
	border: 2px solid #3B5757;
	background: #F3FEFE;
}
.foodmenu h2 {
	text-align: center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.foodmenu h3 {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 20px;
}
.foodmenu p {
	color: #333333;
	text-align: center;
	margin: 3px 10px 5px;
	padding: 0px;
}
/* location map */
.map {
	margin-left: 100px;
}
.notice {
	background-color: #F4FFFF;
	border: 1px solid #005151;
	margin-bottom: 20px;
}
