/*
THEME NAME: Weddings Made Easy
AUTHOR: <a href="http://www.jbinc.co.uk/">JBinc</a>
*/

/* Architecture */
html { }

body {
	background: #909 url(images/bg-body.gif);
	font-family: Georgia, Serif;
	font-size: 0.9em;
}

#splash {
	margin: 10px auto 0;
	width: 960px;
}

#header {
	padding: 30px 0px;
	width: 940px;
	margin: 20px auto 0;
	background: url(images/bg-header.gif) no-repeat 50% 0px;
}

#wrapper {
	background: #fff url(images/bg-wrapper.gif) repeat-y top right;
	width: 937px;
	margin: 0 auto;
	color: #000;
	padding: 0;
	border: 10px solid #909;
}

#container {
}

#content {
	width: 900px;
	margin: 20px auto;
}

#footer {
	margin: 0 auto;
	width: 940px;
	padding: 20px 0;
	color: #909;
}
	#footer a {
		color: #fff;
	}

#footer-links {
	list-style: none;
	padding: 0 0 20px;
	clear: both;
}
	#footer-links li {
		float: left;
		margin-right: 15px;
	}
		#footer-links li a {
		}

a.jbinc-link {
	clear: both;
	float: right;
	display: block;
	width: 220px;
	height: 16px;
	background: url(images/jbinc-link.gif) no-repeat;
	}
		a.jbinc-link span {
			display: none;
		}

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

a {
	color: #909;
	text-decoration: none;
}

a:hover {
	color: #909;
}

img {
	border: 0;
}

hr {
	height: 1px;
	background: #909;
	color: #909;
	line-height: 1px;
	border: 0;
}

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

h1, h2, h3, h4 {
	font-family: "Times New Roman", serif;
	font-style: italic;
	margin: 10px 10px 20px 10px;
	letter-spacing: -1px;
}
	h1 {
		font-size: 2em;
		color: #c0c;
		font-weight: bold;
	}
	h2 {
		font-size: 1.7em;
		color: #909;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.2em;
	}

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

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

.floater-left {
	float: left;
}

.floater-right {
	float: right;
}

#blog-title {
	margin: 0;
	padding: 0;
}
	#blog-title a {
		display: block;
		width: 940px;
		height: 100px;
		background: url(images/blog-title.png) no-repeat top center;
	}
		#blog-title a span {
			display: none;
		}

#blog-description {
	font-size: 1.5em;
	font-style: italic;
	color: #606;
	text-align: center;
}

#access {
}

.current_page_item a {
	background: #7f127f!important;
}
#pad {height:140px;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {padding:0; margin:0; background: #909; list-style:none; height:40px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:40px; line-height:40px; background:#333; color:#ccc; text-decoration:none; text-align: center; font-size:11px; font-weight:bold; padding:0 10px; width: 135px;}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#606; background-color:#9cc;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#606; background:#9cc;}
#menu li:hover > a.sub {color:#606; background-color:#9cc;}

#menu li.current a {color:#fff; background:#840;}

#menu li a.sub {background: #333 no-repeat right center;}
#menu li.current a.sub {color:#fff; background:#840 no-repeat right center;;}

#menu :hover ul {left:0; top:40px; width:120px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:200px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; border-top:1px solid #666;}
#menu :hover ul li a {width:200px; padding:0; text-indent:10px; background:#333; color:#ccc; height:30px; line-height:30px;}
#menu :hover ul li a.fly {background:#333;}

#menu :hover ul :hover {background-color:#9cc; color:#606;}
#menu :hover ul :hover a.fly {background-color:#9cc; color:#606;}

#menu :hover ul li.currentsub a {background:#840; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#840; color:#fff;}

#menu :hover ul :hover ul li a {width:160px; padding:0; text-indent:10px; background:#3e3e3e; color:#ccc;}
#menu :hover ul :hover ul :hover {background-color:#9ff; color:#606;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}


/* Content */
.page-title {
	margin-bottom: 15px;
}

.post {
	margin-bottom: 50px;
}

.entry-title {
}

.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 a {
}

.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 ul li {
	list-style: circle;
	padding: 0 0 0 27px;
}

.entry-content img {
	border: 1px solid #000;
}
	.entry-content img.noborder {
		padding: 0;
		border: none;
		background: none;
	}

p.wp-caption-text {
	font-size: 0.8em;
	font-style: italic;
	color: #909;
	text-align: right;
}

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

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

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

table tr {
}

small, .small {
	font-size: 0.8em;
	line-height: 1.6em;
	color: #555;
}
.large {
	font-size: 1.2em;
}

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

li.phone, li.email, li.address { list-style: none!important; margin: 0 0 10px; padding: 0; }

li.phone { background: url(images/telephone.gif) no-repeat 0 50%; padding: 0 0 0 27px; }
li.email { background: url(images/email.gif) no-repeat 0 60%; padding: 0 0 0 27px; }

.linklove { display: none!important; }

.events-made-easy {
	background: #000 url(images/bg-events.jpg);
	color: white;
	text-align: center;
	padding: 10px;
}

.purple-box, .packages h1 {
	background: #303 url(images/bg-purple-box.gif);
	color: white;
	padding: 10px;
	text-align: center;
	border-top: 2px solid #909;
	border-left: 2px solid #909;
	border-right: 2px solid #303;
	border-bottom: 2px solid #303;
}
	.purple-box a {
		color: #a1dbe4;
	}
	.purple-box strong {
		color: #fff;
	}

table { width: 100%; padding: 0; margin: 0; }
table tr { }
table tr td { padding: 10px; margin: 0; line-height: 1.5; vertical-align: top; }

strong { color: #660066; font-weight: bold; }

#lightbox-overlay-text * { display: none !important;}

.packages h1 { font-family: "Edwardian Script ITC", Georgia, Serif!important; text-align: center; font-weight: normal; font-style: normal; margin: 10px 10px 0px 10px; font-size: 4em; }
.packages { text-align: center; border: 5px solid #606; margin: 50px 70px;}

/* Beauty Therapy Packages Table */
table.beauty-packages {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
}
	table.beauty-packages tr { }
	table.beauty-packages tr td {
		padding: 5px;
		border: 5px double #606;
	}
table.beauty-packages tr td h3 {
	font-size: 25px;
	background: #303 url(images/bg-purple-box.gif);
	color: #fff;
	padding: 10px;
	margin: 0 0 10px;
	text-align: center;
	border-top: 2px solid #909;
	border-left: 2px solid #909;
	border-right: 2px solid #303;
	border-bottom: 2px solid #303;
}
	table.beauty-packages tr td.price-list {
		background: #303 url(images/bg-purple-box.gif);
		color: #fff;
		border: 5px double #fff;
		font-size: 1.4em;
	}

a.launch-party-img {
	position: absolute;
}
