/*
THEME NAME: This Must Be The Place
THEME URI: http://www.betheplace.com
DESCRIPTION: Custom theme designed for restaurant This Must Be The Place by <a href="http://www.blueprintds.com">Blueprint Design Studio</a>.
VERSION: 1.0
AUTHOR: Blueprint Design Studio
AUTHOR URI: http://www.blueprintds.com
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/2c-r.css');

/* START General Stylings */
* {
	margin:0;
	padding:0;
}
body {
	background:#891400 url('images/tan2red.jpg') repeat-x 50% top;
	color:#3c1c16;
	font:76% Arial,sans-serif;
	margin:0;
	padding:0;
}
a, a:visited {
	text-decoration:none;
	color:#1c115c;
}
a:hover, a:active {
	color:#2f1d9c;
}
h1, h2, h3 {
	margin-bottom:2px;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.5em;
}
.left {
	position:relative;
	float:left;
	margin-right:10px;
}
.right {
	position:relative;
	float:right;
	margin-left:10px;
}
.ma {margin:auto;}
.al {text-align:left;}
.ar {text-align:right;}
.cb {clear:both;}
p img {
	float:none;
	margin:auto;
	border:8px solid #3c1c16;
}
/* END General Stylings */

/* BEGIN Layout */
#wrap {
	background:#020201 url('images/content_bg.jpg') repeat-y;
	width:900px;
	margin:0 auto;
	padding:0;
}
#header {
	background:url('images/header_bg.jpg') no-repeat;
	height:520px;
	overflow:hidden;
}
#logo {
	display:block;
	width:400px;
	height:160px;
	position:relative;
	float:right;
	top:30px;
	right:30px;
}
#logo h1, #blog-description {
	display:block;
	position:absolute;
	top:0;
	left:0;
	text-indent:-999em;
}
#menu {
	position:relative;
	clear:both;
	margin:227px 0 0 35px;
	overflow:hidden;
}
* html body #menu {
	margin-top:67px;
}
*:first-child+html #menu {
	margin-top:67px!important;
}
#nav {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:-1px;
}
#nav li {
	display:inline;
	overflow:hidden;
}
#nav li a, #nav li a:visited {
	background:url('images/menu_li.png') repeat-y left top;
	color:#c22;
	padding:2px 10px 2px 11px;
	font:1.18em Georgia,serif;
	line-height:20px;
}
#intro {
	width:730px;
	height:135px;
	position:relative;
	top:20px;
	left:80px;
	clear:both;
}
#intro_content {
	font-size:2em;
	width:275px;
	margin-right:35px;
	margin-top:25px;
	position:relative;
	float:left;
}
#intro_content p {
	font-size:0.5em;
}
#intro_img {
	background:#3c1c16;
	color:#dba75f;
	padding:8px;
	position:relative;
	float:right;
	overflow:hidden;
width: 404px;
}
#contact_info {
	padding-bottom:5px;
	position:relative;
	overflow:hidden;
}
#contact_info span {
	display:inline;
}
#contact_info .org {
	position:absolute;
	width:1px;
	height:1px;
	margin-left:-999em;
}
#contact_info .adr {
	float:left;
}
#contact_info .phone {
	float:right;
}
div#container {
	background:url('images/content_bg.jpg') repeat-y;
	margin:0 -500px 0 0;
	overflow:hidden;
}
div#content {
	width:350px;
	padding:0 15px;
	margin-left:50px;
	overflow:hidden;
}
div.sidebar {
	width:400px;
}
#footer {
	background:#3f1c16 url('images/footer_bg.jpg') no-repeat 50% top;
	color:#dba75f;
	padding-top:75px;
	padding-bottom:10px;
	overflow:hidden;
	text-align:center;
}
#footer a,#footer a:visited {
	color:#c22;
}
#footer p {
	margin:0;
}
/* END Layout */


/* BEGIN Sidebar */
.sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
.widget { margin-bottom: 1.5em; }
body.pageid-15 #secondary, .widget_subscribe2widget { display: none; }
body.pageid-5 .widget_subscribe2widget, body.pageid-15 .widget_subscribe2widget { display: block; }
/* END Sidebar */


/* BEGIN Events */
.nav-previous {float:left;}
.nav-next {float:right;}
.post {clear:both;}
.single #intro_content {
	padding-top:55px;
	text-align:center;
}
/* END Article*/


/* BEGIN cForms */
.cform {
	width:350px !important;
}
.cform ol.cf-ol {
	border:0;
}
.cform label {
	color:#3c1c16;
	font-size:1em;
	line-height:15px;
	text-align:right;
}
.cform input, .cform input:hover, .cform input:focus, .cform textarea, .cform textarea:hover, .cform textarea:focus {
	background:#eee;
	color:#3c1c16;
	text-transform:lowercase;
	font-size:1em;
	width:200px;
	padding:2px 5px;
	margin:0 0 3px 0;
	border:1px solid #3c1c16;	
}
.cform input:focus, .cform textarea:focus {
	border:1px solid #3c1c16;
}
span.reqtxt, span.emailreqtxt {
	color:#3c1c16;
}
.cform p.cf-sb {
	padding-right:20px !important;
}
.cform .cf-sb input#sendbutton, .cform .cf-sb input#sendbutton:hover {
	background:#eee;
	color:#3c1c16;
	text-transform:lowercase;
	font-size:1em !important;
	width:auto !important;
	padding:2px 15px;
	margin:0 20px 0 0;
	border:1px solid #3c1c16 !important;
}
.linklove {
	display:none;
}
/* END cForms */