/*
Theme Name: 	Thai Makong
Theme URI: 		
Description: 	Thai Makong Theme
Version: 		1.0
Author: 		Anna Townsend & Damien Sugden
Author URI: 	
Tags: 			Thai Makong
*/

/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/

/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */


div,
article,
section,
header,
footer,
nav,
li					{ position:relative; /* For absolutely positioning elements within containers (add more to the list if need be) */ }
.group:after 		{ display:block; height:0; clear:both; content:"."; visibility:hidden; /* For clearing */ }
body 				{ background:#fff; /* Don't forget to style your body to avoid user overrides */ }
::-moz-selection 	{ background:#ff0; color:#333; }
::selection 		{ background:#ff0; color:#333; }

body { overflow: auto;
padding:0;
margin: 0;
}
h1, h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 2em;
	text-transform: uppercase;
	padding:0;
	margin: 0;
}
.wrapper {
    background: url("/img/bg-200.png") repeat-x top;
}

li {
	list-style: none;
	font-family: 'Roboto', sans-serif;
	font-size: .9em;
	padding: 0 0 5px 0;
}

ul {
	padding:0;
	margin: 0;
}
.text-center {
	text-align: center;

}

p {
   	    font-family: 'Roboto', sans-serif;
		font-size: 1em;
		font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}

.uppercase span {
	text-transform: none;
}

.bg-home h1, .bg-gallery h1 {
	font-size: 1em;
}
#contentwrapper {

  padding: 0 0 0 10px;
  margin: 0px auto 0;
  display: block;
  overflow: hidden;
}

.heading {
width: 100%;
background: url("/img/bg-200.png") repeat-x top;
padding: 0;
margin: 0;
}

.bg-takeaway {
	 /* black for browsers which cannot support rgba */
  background-color: #fff;

  /* 70% opacity for supported browsers */
  background-color: rgba(255, 255, 255, 0.8);

  /* IE 5.5+ support #BB000000 is ~70% opacity on black */
  filter:progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF
  );

  /* IE 8 support */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(
    startColorstr=#E5FFFFFF, endColorstr=#E5FFFFFF
  )";


}
#contentbox {

}

#contentbox p.logo {
		text-align: center;
		padding-bottom: 20px;
		}

.banner {
		    background: url("/img/takeaway-menu.png") center no-repeat;
			height: 220px;
		}

.menubar {
	padding-top: 20px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	text-align: center;

}

#menu ul {
	text-align: none;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	font-size: .9em;
	width: 150px;
}

#menu ul li a {
	color: black;	
	text-align: center;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	border: none;
}

#menu ul li a:hover, #menu ul .current_page_item, #menu .current_page_item a{

	color: black;
	text-align: center;
	outline: none;
	border: none;
	font-weight: 800;

}

.welcome-block {
	max-width: 381px;
	margin: auto;
	display: block;
}

.menuleft {
	padding-top: 0;
	float:	left;
	width: 24%;
}
.menuright {
	float: right;
	width: 76%;
}
#TakeawayMenu {
	margin: 10px;
 }
#TakeawayMenu h1 {
	text-transform: none;
	font-size: .95em;
}

#TakeawayMenu h2 {
	font-size: 0.9em;
	text-transform: uppercase;
}

#TakeawayMenu table {
	border-collapse: collapse;
}
#TakeawayMenu tbody {
	padding: 0;
	margin: 0;
}

#TakeawayMenu p
{
	font-size: .85em;
	line-height: 1;
	margin: 0;
	font-weight: normal;
}

#TakeawayMenu #menus a {
	text-decoration: none;
	color: black;
}


#menus ul li a:hover, #menus ul .menuselect, #menus .menuselect a {
	font-weight: bold;
}

#TakeawayMenu td.item {
	padding-right: 15px;
	padding-bottom: 5px;
}

#TakeawayMenu h2 {
	padding-top: 20px;
	padding-right: 5px;
}

#contentbox {
		outline: none;
}