/*
THEME NAME: Fairytale Couture
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: middle; padding: 5px 10px; }
	thead tr th, thead tr td { font-size: 1.4em; }
	th { text-align: left; }
	td { text-align: left; }

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: 3em; }
	h2 { font-size: 2em; }
	h3 { font-size: 1.8em; }
	h4 { font-size: 1.6em; }

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; }

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

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

ul { margin: 10px; }
ul li { margin-left: 10px; list-position: inside; }


/* 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 { border: 1px solid #F0EED2;padding: 2px;background: #000;}
	div.alignnone, div.alignleft, div.alignright, div.aligncenter {	border: 0!important;}
 
.alignleft {	margin: 0 10px 10px 0;float: left;}
.aligncenter { margin-left: auto; margin-right: auto;}
.alignright { margin: 0 0 10px 10px;float: right;}

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

.clear { clear: both; }

div#rotator { float: right; margin: 0 0 10px 40px; border: 1px solid #fff; }

.red {color: red; }
/* --------------------------------------------------------------------------------------- END RESET */
html { background: #000; }

body {
	font-family: Times New Roman, Serif;
	font-size: 1.1em;
	line-height: 1.5em;
	background: #000;
	color: #ccc;
	padding: 0px 10px 10px;
	text-align: justify;
}

a {
	color: #fff;
	text-decoration: none;
}
	a:hover {
		color: #999;
		text-decoration: underline;
	}

h1, h2, h3, .script {
	font-family: "Edwardian Script ITC", Times New Roman, Serif;
}

h1, h3, h5 {
	color: #fff;
}
h2, h4 {
	color: #fff;
}

#wrapper {
	width: 953px;
	margin: 30px auto 10px;
	padding: 0;
	border: 1px solid #666;
}

#header {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#blog-title {
	display: none;
}
	#blog-title a {
	}
		#blog-title a span {
		}

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

#container {
	overflow: hidden;
	margin: 0 10px 0 0;
	float: right;
	width: 750px;
	padding: 0 0 10px;
}

#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: 150px;
	margin: 70px 0 0 20px;
}
	.sidepanel {
		margin: 0 0 10px;
	}
		.sidepanel h4 {
		}
		.sidepanel p {
			font-size: 15px;
		}
			.sidepanel ul li {
				margin: 0 0 5px;
				list-style: none;
			}
			.sidepanel ul li ul li {
				font-size: 12px;
				margin: 0 0 0 10px;
				padding: 0;
				font-weight: normal;
				list-style: square;
				list-position: inside;
			}
				.sidepanel ul li a {
				}
					.sidepanel ul li a:hover  {
					}

#fmp-player { margin: 200px 0 0!important; }

#footer {
	clear: both;
	padding: 0;
	font-size: 11px;
	text-align: center;
}


/* Contact Form 7 CSS */
div.wpcf7 form {
	width: 700px;
	margin: 0 auto;
}
	div.wpcf7 form p {
		clear: both;
		margin: 10px 0 0;
		display: block;
	}

input, textarea { 
	width: 350px;
	padding: 4px;
	outline: 0;
	font: normal 14px/100% Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
}

input, textarea, .wpcf7 form img, select { 
	border: solid 1px #666;
	margin: 0;
}

.wpcf7 form img { float: left; }

select { margin: 7px 5px 0 0; }

.captcha input {
	width: 200px;
	float: right;
	font-size: 18px;
}

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

.wpcf7 form label { 
	color: #999;
	font-size: 0.8em;
}

.submit { width: 100px; text-align: right; float: right; }
.submit input {
	width: auto;
	padding: 7px 15px;
	border: 0;
	cursor: pointer;
	color: #fff;
	background: #333;
	font-size: 1em;
	}
	.submit input:hover {
		background: #222;
	}
	
.wpcf7-validates-as-required {
	background-image: url(images/icons/star-2.png);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding: 4px 4px 4px 26px;
	width: 328px;
}
	.captcha input.wpcf7-validates-as-required {
		background-position: 3px 50%;
	}
	p.wpcf7-validates-as-required {
		background-position: 0 50%;
		padding: 0 0 0 26px;
		font-size: 0.9em;
		width: 500px;
		float: left;
	}
	
.wpcf7-response-output { clear: both; margin: 10px 0 0; }
