/*
THEME NAME: The Italian Taste
AUTHOR: <a href="http://www.jbinc.co.uk/">JBinc</a>
*/

/* Architecture */
html { }

body {
	background: #fbe48b url(images/bg-body.jpg) repeat-x;
	font-family: Times New Roman, serif;
	font-size: 1em;
	color: #000;
}

#header {
	margin: 30px auto 0px;
	width: 960px;
	padding: 0 0 10px;
}
	#contact {
		float: right;
		width: 275px;
		background: #069;
		padding: 10px 20px;
		color: #fff;
		margin-top: 10px;
	}
		#contact ul li {
			list-style:none;
			display: block;
			margin: 0 0 5px 0;
			font-style: italic;
		}

#wrapper {
	width: 960px;
	margin: 0px auto;
	background: #09c url(images/bg-wrapper.jpg) repeat-x;
	color: #000;
}

#sidebar {
	width: 260px;
	float: left;
	padding: 10px 0 0 10px;
}


#container {
	margin: 0 0 0 270px;
	padding: 10px;
	background: #069;
	color: #fff;
}

#content {
}

#footer {
	width: 960px;
	margin: 10px auto 20px;
	clear: left;
	padding: 0;
	font-size: 0.8em;
	color: #666;
}
	#footer a {
		color: #069;
	}

/* General */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #0c9;
	text-decoration: none;
}

a:hover {
	color: #3fc;
	text-decoration: underline;
}

img {
	border: 0;
}

.separator {
	color: #CCCCCC;
	margin: 0 5px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.meta-sep {
	margin: 0 5px;
}

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#access {
	overflow: hidden;
}

#blog-title {
	font-size: 4em;
	font-weight: bold;
}
	#blog-title a {
		color: #0c9;
		text-decoration: none;
		display: block;
		height: 100px;
		background: url(images/blog-title.png) no-repeat;
	}
		#blog-title a span {
			display: none;
		}

#blog-description {
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	padding: 0 0 0 10px;
}

/* Content */
.page-title {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 160%;
}

.post {
	margin-bottom: 50px;
}

.entry-comments {
	float: right;
}

.entry-title a {
	color: #FF8000;
}

.more-link {
	display: block;
	margin: 10px 0 0 0;
}

.entry-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.entry-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.entry-comments a:hover {
	color: #FFFFFF;
}

.entry-meta {
	color: #666666;
	color: #666666;
	font-size: 90%;
	margin-top: 10px;
}

.entry-categ {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
}

.entry-footer {
	color: #666666;
	font-size: 90%;
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;	
	padding: 5px 0;
}

.entry-footer span {
	color: #CCCCCC;
	margin: 0 5px;
}

.entry-subscribe {
	padding: 5px 5px 5px 26px;
	background: #FAFAFA url(images/rss.gif) no-repeat top left;
	background-position: 6px 6px;
}

.entry-content {
	margin-top: 15px;
}

.entry-content p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.entry-content h2 {
	font-size: 120%;
	margin-bottom: 5px;
	margin-top: 25px;
}

.entry-content a {
	text-decoration: underline;
}

.entry-content ul, .entry-content ol {
	margin-left: 30px;
	margin-bottom: 10px;
}

.entry-content ul li, .entry-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.entry-content img {
	border: 1px solid #fff;
	padding: 1px;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

/* Sidebar */


/* Start: QBKL Styles - Added to make styling availble even if widgets are not used */

#sidebar h2, #sidebar h3 {
	font-size: 100%;
	padding: 0 2px;
}

#sidebar ul {
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

#sidebar ul li {
}

#sidebar ul li ul, #sidebar ul li ul li ul {
	font-weight: bold;
}

#sidebar ul li ul li a {
	padding: 5px 0 5px 20px;
	display: block;
	background: url(images/bullet-nav.png) no-repeat 0 50%;
	color: #444;
	font-size: 0.8em;
}
	#sidebar ul li ul li a:hover {
	}

#sidebar ul li ul li ul li a {
	margin: 0 0 0 15px;
}
	#sidebar ul li ul li ul li a:hover {
	}
/* End: QBKL Styles */

#rss-links ul li {
	background: url(images/rss.gif) no-repeat top left;
	padding-left: 22px;
	background-position: 1px 4px;
}

.textwidget p {
	margin-bottom: 10px;
}

.textwidget a {
	text-decoration: underline;
}

.widget_tag_cloud a {
	text-transform: lowercase;	
}

#wp-calendar caption {
	padding: 5px 0;
	background: #FAFAFA;
	margin-bottom: 5px;	
}

#wp-calendar td {
	padding: 4px 6px;
	color: #999999;
}

#wp-calendar td a {
	font-weight: bold;
}

#wp-calendar #next {
	text-align: right;
}

/* Comments */
.comments {
	margin-top: 30px;
}

.comments h3 {
	font-size: 120%;
	margin-bottom: 10px;
	color: #333333;
}

.comments ol {
	list-style: none;
}

.comments ol li {
	padding: 10px;
	background: #FFFFFF;
	margin-top: 2px;
}

.comments ol li.alt {
	background: #FAFAFA;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	color: #666666;
	margin-bottom: 5px;
	font-size: 90%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#respond h3 {
	color: #333333;
}
	
.formcontainer {
	margin-top: 10px;
	margin-bottom: 10px;
}

#comment-notes {
	margin-bottom: 10px;
}

.form-label {
	margin-bottom: 2px;
}

.form-input, .form-textarea {
	margin-bottom: 10px;
}

.form-input input, .form-textarea textarea {
	padding: 5px;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.form-textarea input {
	width: 280px;
}

.form-textarea textarea {
	width: 350px;
}

.form-input input:hover {
	background-color: #FFFFFF;
}

.form-submit input {
	padding: 2px 5px;
}

.admin {
	background: url(images/icons/lock.png) no-repeat 0 50%;
	padding: 3px 0 3px 27px;
}

.phone {
	background: url(images/icons/phone.png) no-repeat 0 50%;
	padding: 3px 0 3px 27px;
}

.email {
	background: url(images/icons/email.png) no-repeat 0 50%;
	padding: 3px 0 3px 27px;
}

.address {
	background: url(images/icons/map.png) no-repeat 0 50%;
	padding: 3px 0 3px 27px;
}

.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.2em;
}

blockquote {
	padding: 20px;
	line-height: 2em;
	font-size: 1.1em;
	font-style: italic;
	border: solid #ddd;
	border-width: 1px 0;
}

ul.fade {
	position: relative;
	right: 10px;
	bottom: 10px;
	display: block;
}
	ul.fade li {
		list-style: none;
	}

.linklove { display: none; }

.jbinc-link {
	height: 16px;
	width: 220px;
	display: block;
	float: left;
	background: url(images/jbinc-link.png) no-repeat;
}
	.jbinc-link span {
		display: none;
	}

/* Contact Form 7 CSS */
div.wpcf7 form {
	margin: 0 auto;
	font-size: .8em;
}

div.wpcf7 form p {
	clear: both;
}

.wpcf7 form input, .wpcf7 form textarea { 
	width: 220px;
	padding: 6px;
	outline: 0;
	font: normal 11px/100% Arial, Helvetica, sans-serif;
}

.wpcf7 form input, .wpcf7 form textarea, .wpcf7 form img { 
	border: 1px solid #999;
	margin: 5px 0;
	background-color: #fff;
}

.wpcf7 form .captcha input {
}

.wpcf7 form textarea {
	height: 100px;
	line-height: 150%;
	}

.wpcf7 form input:hover, .wpcf7 form textarea:hover,
.wpcf7 form input:focus, .wpcf7 form textarea:focus { 
	}

.wpcf7 form label { 
	color: #fff;
	vertical-align: top;
	clear: both;
	}
.wpcf7 form .submit { text-align: center; }
.wpcf7 form .submit input {
	text-align: center;
	width: 100px;
	padding: 9px 15px;
	border: 0;
	cursor: pointer;
	color: #fff;
	background: #111;
	float: none;
	}
	.wpcf7 form .submit input:hover {
		background: #000;
	}
	
.wpcf7-validates-as-required {
	background-image: url(images/icons/star.png);
	background-repeat: no-repeat; 
	background-position: 96% 5px;
}
	p.wpcf7-validates-as-required {
		background: url(images/icons/star.png) no-repeat 0 50%;
		padding: 0 0 0 26px;
	}
