/*
Theme Name: Madras Palace
Theme URI: http://www.madraspalace.co.uk
Description: custom wordpress theme designed for Madras Palace
Version: 1
Author: Iain Stewart
Author URI: http://www.simplewebhost.co.uk/wp
Tags: black, red, left hand side bar, custom layout

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


/* body Typography & Colors */

body {
	background-color: #000000;
	background-image:url(images/mp-bg.jpg);
	background-repeat:repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { 
	color: #FF3300;
	font-size: 20px;
	font-weight:bold;
}

strong {
	color:#FF3300;
	font-size: 14px;
}

/* containers & boxes */

.head-title {
	background-image:url(images/mp-header-title.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.top-pad {
	padding-top: 220px;
}
.bottom-pad {
	padding-bottom: 20px;
}

.footer {
	background-image:url(images/mp-footer-g12.png);
	background-position:top center;
	background-repeat: no-repeat;
	height:140px;
	clear:both;
	color:#FFFFFF;
	border:none;
}
.sidebar-bg {
	position:relative;
	text-align:right;
}
.sidebar-end {
	height: 30px;
	background-image:url(images/mp-menu-end-g2.png);
	position:relative;
}

.body-bg {
	background-image:url(images/body-bg-g12.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom: 20px;
}
.bg-repeat {
	background-image:url(images/mp-bg-repeat-g12.png);
	background-repeat: repeat-y;
	background-position:top center;
}
.text_pad {
         padding:0px 5px 5px 5px;
}

/* menu items */

.menu ul,li{
	list-style:none;
}
.menu a{
	text-decoration:none;
	color:#FF3300;
	font-size: 23px;
	line-height: 25px;
}
.menu a:hover {
	color:#FF9900;
}

/** google map **/

.google_maps { 
	border: 1px solid #CCCCCC;
	padding: 4px;
	background-color:#999999;
	height:300px;
	width:300px;
	float:left;
	margin-bottom: 30px;
}

/** images **/

.alignleft {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 4px;
	border:#999999 1px solid;
}
.takeaway-img {
	border: 1px solid #FF3300;
	width: 120px;
	overflow:hidden;
}
/** margins & paddings **/


/** food menu **/

.fm_top_spacer {
	width: 100%;
	height: 20px;
	display:block;
}

.fm_container {
    float:left;
	margin:0px 20px 15px 30px;
	font-size: 12px;
	width: 220px;
	height: 220px;
    background-image:url(images/menu_bg.png);
    background-repeat:no-repeat;
    background-position:center;
    overflow:hidden;
}
.fm_title {
	color: #FFFFFF;
	font-size: 16px;
    padding-top:10px;
    padding-left:5px;
    margin-bottom:20px;
}
.fm_cat a{
	color:#ff3300;
	text-decoration:none;
}

/* offers boxes and printouts */

.page_offers {
    float:left;
    margin:10px 40px 10px 20px;
    background-color: #D8D8D8;
}
.offers_tp {
	padding-top: 0px;
}
