/*
	Theme Name: Flowers
	Theme URI: http://wordpress.org/
	Author: Lacey Tech Solutions
	Author URI: http://www.laceytechsolutions.co.uk 
	Created: Feb 2010 
	Updated: June 2011
*/


.ezAdsense, .adsense, .adsense-leadin { margin: 65px 0 25px 25px !important; z-index: 2 !important; }


* { padding: 0; margin: 0; }


/* ---- Colors ---- */
.green { color: #89c774; }
.purple { color: #7e3f98; }
.rose { color: #ac677a; }
.purple-grey { color: #8f6599; }
.dusty-rose { color: #ad697b; }
.pink { color: #f63993; }


/* ---- Classes ---- */
.clearfix, .clear { clear: both; }
.align-left { float: left; margin: 0 16px 16px 0; }
.align-right { float: right; margin: 0 0 16px 16px; }

.left, .goLeft { float: left; }
.right, .goRight { float: right; }
.no-bold { font-weight: normal; }

/* float thumbnails to the left and right with padding around left and bottom margins */
.thumbLeft { float: left; margin: 0em 1.5em 1.5em 0em; }
.thumbRight { float: right; margin: 0em 0em 1.5em 1.5em; }



/* ---- Layout ---- */
html{ background: #89c774; }


body {
	/*font-size: 62.5%; /* Resets 1em to 10px */
	/*font-family: Arial, Verdana, Sans-Serif;*/
	font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
	color: #ac677a;
	background: url('images/ribbon.jpg') 135px 0 repeat-x;
}

#container {
	width: 900px;
	margin: 0 auto;
	background: #FFF;
	overflow: visible;
	
	-moz-box-shadow: 0px 0px 7px #555;
	-webkit-box-shadow: 0 0 7px #555;
	box-shadow: 0 0 7px #555;
}

#breadcrumbs{ padding: 0px 20px 10px 20px; margin: 0 0 20px 0; }


#pre-content{
	background: #EDEDED;
	padding: 3px 15px 14px;
	margin: 0 0 19px;	
}
#pre-content #slider { float: left; width: 560px; height: 140px; margin: 0 20px 17px 0; }
#pre-content #slider ul li{
	list-style-type: none;
	list-style: none;	
}


/* Header testimonials */
#pre-content #testimonial blockquote { color: #611E5B; font-size: 1.2em; line-height: 1.3em; font-style: italic; margin: 11px 0 5px 0; }
#pre-content #testimonial cite { text-align: left; font-weight: bold; font-style: normal; color: #555; font-size: 1.1em !important; }


/* Delivery Locations Sidebar Widget */
a.noStyle, a.noStyle:hover{ text-decoration: none; }
#deliver-locations{ background: url('/wp-content/themes/flowers/images/deliver.jpg') no-repeat 0 -5px; border: 1px solid #ccc; overflow: hidden; width: 240px; height: 160px; position: relative; }
#deliver-locations:hover { cursor: pointer; }
#deliver-locations #banner-text { color: #555; font-size: 21px; line-height: 23px; position: absolute; top: 20px; left: 10px; }
.sidebarButton { position: absolute !important; bottom: -44px !important; left: -18px !important; padding: 0 0 0 30px !important; font-size: 12px !important; }


/* Featured Flowers widget area */
#featured-flowers{
	width: 860px;
	margin: 5px auto 0 auto;
	overflow: hidden;
}
#featured-flowers h2{ margin: 0 0 5px 0; }
#featured-flowers p { font-size: 1em; }

.one_third{
	position: relative;
	width: 270px;
	height: 125px;
	float: left;
	margin: 0 15px 0 0;
}
.one_third .last{ margin-right: 0px !important; }
.one_third .green-button { width: 88px; padding: 5px 25px; margin: 0 0 0 105px; }

#page { width: 858px; margin: 0 auto; }

#header { height: 123px; width: 895px; background: url(images/bg_header.jpg) no-repeat left top; position: relative; }


/*  TOP MENU */
.menu-primary-container{ background: url('images/ribbon.png') 4px 0px no-repeat; height: 60px; margin: 0 0 0 -15px; width: 930px; }

ul#main-menu { height: 43px; margin: 3px 0 25px 28px; padding: 5px 0 0 5px; width: 900px; }
ul#main-menu li { list-style-type: none !important; background: none; color:#FFFFFF; z-index:20; letter-spacing:0px; font-weight:normal; font-size:13px; padding:0 5px;
				  margin:0 0px; float:left; position:relative; }
				  
ul#main-menu li:last-child{ border-right: none !important; padding-right: 0px !important; margin-right: 0 !important; }
ul#main-menu li.current-menu-item{ background: #611E5B; -moz-border-radius: 7px; -webkit-border-radius: 7px; -o-border-radius: 7px; -border-radius: 7px; -khtml-border-radius: 7px; }
ul#main-menu li.current-menu-item a:hover { color: #FFF; }
ul#main-menu li a { border:none; background:none; text-decoration:none; display:block; padding:7px 8px; color:#FFFFFF; line-height:20px; }
ul#main-menu li a:hover { border:none; background:none; text-decoration:none; color:#ff55a8; background-position:100% -120px; }
ul#main-menu ul ul { position:absolute; left:-999em; top:33px; width:150px; }
ul#main-menu li:hover ul,ul#main-menu li.sfhover ul { left:0px; }
ul#main-menu ul ul li a { padding:4px 10px; text-transform:normal; font-variant:normal; }
	border-left:1px solid #874E83;
ul#main-menu ul ul li { letter-spacing:0px; color:#fff; z-index:20; width:150px; font-size:11px; font-weight:normal; font-style:normal; background:#692264; border-bottom:1px solid #874E83;
					    border-right:1px solid #874E83; margin:0; }
ul#main-menu ul ul li a { line-height:22px; color:#fff; text-decoration:none; }
ul#main-menu ul ul li:hover a,ul#main-menu ul ul li.sfhover a { color:#ff55a8; text-decoration:none; }
ul#main-menu ul ul li:hover li a,ul#main-menu ul ul li.sfhover li a { color:#ff55a8; }
ul#main-menu ul ul li:hover li a:hover,ul#main-menu ul ul li.sfhover li a:hover { color:#ff55a8; }
ul#main-menu ul ul li:hover,ul#main-menu ul ul li.sfhover { color:#FFFFFF; background:#692264; }
ul#main-menu ul ul ul li { font-size:1em; }
ul#main-menu ul ul ul, ul#main-menu ul ul ul ul { position:absolute; margin-left:-999em; top:0; width:120px; }
ul#main-menu li li:hover ul,ul#main-menu li li.sfhover ul,ul#main-menu li li li:hover ul,ul#main-menu li li li.sfhover ul { margin-left:120px; }
ul#main-menu ul ul li:hover li a,ul#main-menu ul ul li.sfhover li a { text-decoration:none; }
ul#main-menu ul ul li li:hover a,ul#main-menu ul ul li li.sfhover a { color:#FFFFFF; text-decoration:none; }
ul#main-menu li.pixo_search:hover { background:none; }
ul#main-menu li.pixo_search form { margin:0; padding:0; }
ul#main-menu li.pixo_search input { font-family:tahoma,sans-serif;}
ul#main-menu li.pixo_search input.pixo_inputsearch { width:100px; }
ul#main-menu li.pixo_right { float:right; }


#breadcrumbs{
	background: #EDEDED;	
}


#content {
	float: left;
	width: 600px;
	text-align: left;
	display: inline; /* IE fix */
}

#sidebar {
	float: right;
	width: 240px;
	text-align: left;
	display: inline; /* IE fix */
}
#sidebar h2 { display: none !important; }


#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 21px 22px 10px;
	/*background: url(images/bg_footer.gif) no-repeat center bottom;*/
}





#content ul{ margin: 0 0 15px 15px; }
#content ul li { font-size: 1.1em; line-height: 1.4em; margin-bottom: 0.8em; }


ul.list { margin: 0 0 25px 15px; clear: both !important; }
ul.list li { width: 250px; float: left; margin: 0 2.5em 0.8em 0; }
ul.list li.last { margin-right: 0em !important; }




/* ---- Typography ---- */
p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}

#footer p {
	font-size: 0.9em;
	margin-bottom: 0;
}

a, a:visited {
	color: #8f6599;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header div#logo a {
	background: url(images/logo.gif) no-repeat left top;
	position: absolute;
	top: 5px;
	left: 2px;
	width: 341px;
	height: 123px;
	display: block;
	text-indent: -9999px;
}

h1 {
	font-size: 2em;
	line-height: 1.1em;
	font-weight: normal;
	color: #7e3f98;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 1.6em;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 1.2em;
	color: #444444;
	margin: 10px 0;
}

h4 {
	font-size: 1.2em;
	margin: 0 0 4px 0;
}

h5 {
	font-size: 1.2em;
	margin: 0 0 4px 0;
}

h1 { width: 600px !important; z-index: 9999; }

ol li {
	list-style:none;
}

ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}


/* ---- end lists ---- */

.image_box {
	margin-bottom: 16px;
}

/* ---- Widgets ---- */
.widget {
	margin-bottom: 20px;
}

.widget h3 {
	font-weight: normal;
	color: #f63993;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #e5e1e4;
}

.widget ul {
	padding: 0;
	margin: 0;
}

.widget li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
}


/* ---- Search ---- */
form#searchform{
	width: 240px;
	height: 25px;
	background-color: #fff;
}

form#searchform .searchinput{
	font-size: 12px;
	color: #5e5e5e;
    float: left;
    width: 170px;
    padding: 3px 0;
    margin: 0;
    background: none;
}

form#searchform .button{
	float: right;
    width: 61px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: none;
	background: url(images/bttn_search.gif) no-repeat left top;
	color: #fff;
	font-weight: bold;
}



/* ---- Teasers --- */
#teasers {
	padding: 6px 6px 0 6px;
	background-color: #f7f2f6;
	margin-bottom: 16px;
	border: 1px solid #e5e1e4;
	float:left;
}

.teaser-box {
	width: 172px;
	height: 295px !important;
	padding: 0 6px;
	text-align: center;
	background-color: #fff;
	margin-bottom: 6px;
        margin-right: 4px;
	border: 1px solid #e5e1e4;
	position: relative;
}

.teaser-box .last { margin-right: 0; }

.tbox-2 {
	float: left;
	margin-left: 6px;
}

/*
.tbox-3 {
	margin-left: 372px;
}
*/

.teaser-box h3, .teaser-box h3 a {
     color: #AD659F;
     margin: 2px 0 0 0;
}

.teaser-box p { font-size: 1em; margin-bottom: 0px; line-height: 1.1em; }
.teaser-box .green-button { position: absolute; bottom: -2px; left: 47px; padding: 1px 0 7px 0 !important; }

.green-button, a.green-button:visited {
	color: #FFF;
	padding: 4px 12px;
	margin: 0 auto;
	width: 95px;
	height: 23px;
	font-size: 0.9em;
	background: url('images/bttn_green.gif') no-repeat center top;
}

.green-button a, .green-button a:visited {
	font-weight: bold;
	color: #fff;
}

.green-button a:hover {
	color: #ffef6d;
	text-decoration: none;
}



/* ---- Footer Links ---- */
#footer-links {
	padding: 15px 0 0 30px;
	color: #fff;
	background: #89c774;
	overflow: hidden;
}

#footer-links h3 {
	text-align: center;
}

#footer-content {
	margin: 18px auto 30px auto;
	overflow: hidden;
	width: 100%;
	font-size: 0.8em;
}

#footer-content div {
	float: left;
}

#footer-content div h5 {
	padding: 0 22px;
}

.flc-1 {
	width: 180px;
	background: url(images/bg_footerlinks.gif) no-repeat right top;
}

.flc-2 {
	width: 180px;
	background: url(images/bg_footerlinks.gif) no-repeat right top;
}

.flc-3 {
	width: 150px;
}

#footer-content div ul {
	margin: 0;
	padding: 0 22px;
}

#footer-content div li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.1em;
	line-height: 1.3em;
}

#footer-content div li a, #footer-content div li a:visited {
	color: #fff;
}


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
 
