/*
THEME NAME: Rococo Restaurant
AUTHOR: <a href="http://www.jbinc.co.uk/">JBinc</a>
*/

/* --------------------------------------------- RESET CSS */

html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; width: 100%; }
	th, td { font-weight: normal; vertical-align: top; padding: 5px 10px; border-bottom: 1px solid #ddd; }
	thead tr th, thead tr td { font-size: 1.4em; }
	th { text-align: left; }
	td { text-align: center; }

p { margin: 0 0 1.2em; }

h1, h2, h3, h4, h5 { margin: 5px 0 10px 0; padding: 0; line-height: normal; font-weight: 400; }
	h1 { font-size: 2em; }
	h2 { font-size: 1.6em; }
	h3 { font-size: 1.4em; }
	h4 { font-size: 1.1em; }

blockquote { padding: 10px 20px; font-weight: 111; font-style: italic;	font-size: 1.2em; background: #ddd;}
		blockquote.left {	float: left;width: 33%;	margin: 10px 20px 10px 0;}
		blockquote.right {	float: right;width: 33%;margin: 10px 0 10px 20px;}

hr { border: none 0; border-bottom: 1px solid #000; height: 1px; margin: 10px 0; clear: both; }

.large { font-size: 1.2em; }
small, .small { font-size: 0.8em; }
.sep { margin: 0 5px; }

.phone { background: url(images/icons/telephone.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px;}
.mobile { background: url(images/icons/phone.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px;}
.fax { background: url(images/icons/printer.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px;}
.email { background: url(images/icons/email.png) no-repeat 0 50%!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px; }
.map { background: url(images/icons/map.png) no-repeat 0 3px!important; list-style: none; padding: 0 0 0 25px; margin: 0 0 10px; }
.admin { background: url(images/icons/lock.png) no-repeat 0 50%!important; padding: 3px 0 3px 27px; }
.facebook { background: url(images/icons/facebook.gif) no-repeat 0 50%!important; padding: 3px 0 3px 20px; }

a.jbinc-link { background: url(images/icons/jbinc.png) no-repeat 0 50%; padding: 3px 0 3px 18px; }

strong { font-weight: 800; color: #333; }
em { font-style: italic; }

ul { margin: 10px; }
ul li { margin-left: 10px; }

/* cforms II - linklove removal */
.linklove { display: none; }

/* jquery innerfade - styling */
ul.fade { list-style: none; padding: 0; margin: 0; }
	ul.fade li { }

/* Page image borders */
.alignnone, .alignleft, .aligncenter, .alignright, div.alignnone img,  div.alignleft img, div.alignright img, div.aligncenter img { }
	div.alignnone, div.alignleft, div.alignright, div.aligncenter {	border: 0!important;}
 
.alignleft { margin: 0 40px 10px 0;float: left;}
.aligncenter { margin-left: auto; margin-right: auto;}
.alignright { margin: 0 0 10px 40px;float: right;}

p.wp-caption-text { font-size: 0.8em; font-style: italic; margin: 0; padding: 0; text-align: center; }

.clear { clear: both; }

/* --------------------------------------------------------------------------------------- END RESET */
html { height: 100%; }
body {
	font-family: "Calibri",Arial,Helvetica,sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	background: #222;
	color: #000;
	padding: 0;
	margin:0;
	height: 100%;
}

a {
	color: #76173B;
	text-decoration: none;
}
	a:hover {
		color: #303;
		text-decoration: underline;
	}
	
h1, h2, h3, h4, h5 { color: #76173B; font-family: "segoe script", Times New Roman, Serif; }

#wrapper {
	width: 960px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	background: #eee url(images/bg-wrapper.gif);
}

#header {
	margin: 0 auto;
	padding: 10px 20px;
	text-align: center;
	background: url(images/blog-title.gif) no-repeat top center;
}

#blog-title {
}
	#blog-title a {
		display: block;
		width: 280px;
		height: 150px;
	}
		#blog-title a span {
			display: none;
		}

#blog-description {
	margin: 0;
	padding: 0;
}


ul#contact-details {
	float: right;
	width: 200px;
	font-size: 0.8em;
	margin: 0;
	font-weight: 500;
	text-align: right;
}
	ul#contact-details li {
		list-style: none;
		padding: 0;
		margin: 0;
	}
		ul#contact-details li a {
		}
			ul#contact-details li a:hover {
			}


/* MENU */

.menu {
	padding-left: 10px;
}

.menu li a, .menu li {
	float: left;
	color: #76173B;
}

.menu li {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	padding: 1em 2em;
}

.menu li a {
	text-decoration: none;
}

.menu li a:hover {
}

/* Submenu */

.menu li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0; margin: 0;
}

.menu li:hover > ul {
	display: block;
}

.menu li ul li, .menu li ul li a {
	float: none;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.menu li ul li a {
	width: 150px;
	display: block;
	background: #e5e5e5;
	padding: .5em 1em;
}
	.menu li ul li a:hover {
		background: #c9c9c9;
	}

/* end MENU */

#container {
	overflow: hidden;
	margin: 10px auto;
	clear: both;
	padding: 0 70px;
}

#content {
	margin: 0;
}

.post {
	padding: 0;
}

.post-title {
}
	.post-title a {
	}

.post-meta {
	font-size: 0.8em;
	color: #999;
	padding: 0 0 5px;
}
	.post-meta a {
		color: #000;
	}
		.post-meta a:hover {
			color: #000;
		}

.post-content {
}

.post-content ul li {
}

ul.latest {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.latest li {
		padding: 10px;
		background: #f9f9f9;
		border: 1px solid #ccc;
		margin: 0 0 10px;
	}

#sidebar {
	float: left;
	width: 200px;
}
	.sidepanel {
		margin-bottom: 10px;
	}
		.sidepanel h3 {
		}
		.sidepanel p {
		}
			.sidepanel ul li {
				margin: 0 0 10px;
			}
				.sidepanel ul li a {
				}
					.sidepanel ul li a:hover  {
					}

#footer {
	clear: both;
	padding: 20px 10px 10px;
	font-size: 0.8em;
	text-align: center;
}


/* Contact Form 7 CSS */
div.wpcf7 form {
	width: 600px;
	margin: 0 auto;
	text-align: left;
}

input, textarea { 
	padding: 9px;
	margin: 0 10px 0 0;
	border: solid 1px #eee;
	outline: 0;
	font: normal 16px/100% Arial, Helvetica, sans-serif;
	width: 390px;
	background-color: #fff;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

.captcha input {
	width: 390px;
}

textarea {
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #ccc; 
	-webkit-box-shadow: rgba(0,0,0, 0.15) 0px 0px 8px;
	}

.wpcf7 form label { 
	color: #666;
	}

.wpcf7 form img {
	border: solid 1px #eee;
	background-color: #fff;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	margin: 0 10px -10px 0;
	padding: 4px;
}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #333;
	border: 0;
	font-size: 14px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	}
	.submit input:hover {
		background: #111;
	}
	
.wpcf7-validates-as-required {
	background-image: url(images/icons/star.png);
	background-repeat: no-repeat; 
	background-position: 96% 9px;
}
	p.wpcf7-validates-as-required {
		background: url(images/icons/star.png) no-repeat 0 50%;
		padding: 0 0 0 26px;
	}
