/*
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define

Use:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to overwrite *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/
body.custom {
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:14px;
}
.custom #content {
	width: 57.5em;
	float: left;
}
.custom div#archive_info{
	display:none;
}
.custom ul li{
	padding-left:0px !important;
	list-style:disc;
}
.custom #contactsubmit, input#signup, .custom #submit, .custom input.form_submit{
	background-image:url(/images/button_back.gif);
	background-repeat:no-repeat;
	border:none;
	text-transform:uppercase;
	color:#fff;
	width:100px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.custom #contactsubmit, .custom #submit{
	font-size:0.8em;
}
 .custom input.form_submit{
	 font-size:0.6em;
}

.custom #sidebars {
	width: 350px;
	float: right;
	padding:0px;
	margin:0px;
}

.custom .sidebar {
	width: 100%;
	float: left;
}
.custom input, .custom textarea {
	font-family:Arial, Helvetica, sans-serif;
}
.custom div#headerBanner{
	width:628px;
	text-align:right;
	padding-right:91px;
}
strong.search-excerpt {
	background: yellow;
}
.topboxlayer {
	display:none;
}

.custom .format_text ul {
	margin: 0 0 1.5em 20px;
	padding: 0;
	list-style: none;
}
.custom .format_text ul li {
	padding: 0 0 0 16px;
	background: url('/images/bullet.gif') 0 0.4em no-repeat;
}
.custom blockquote {
	border-left: 4px solid #1F1F1F;
	color: #666;
}
.custom .format_text img.frame {
	padding: 3px;
	border: 1px solid #1F1F1F;
	background: #eee;
}
.custom #sidebars_box {
	width: 100%;
	background:none;
	padding:0px;
	margin:0px;
}
.custom td.jobform {
	padding:5px;
}
.custom .author_and_date {
	margin-bottom: 0.5em;
}
.more {
	display: none;
}
a.showLink, a.hideLink {
	text-decoration: none;
}
/*    Gravatar styling */
.custom #comment_list dt .avatar {
	margin: 0 1.571em 0 0;
	float: left;
	clear: right;
}

#wp_events{
	margin:10px 0 5px 0;
	padding:19px 15px;
	border:1px solid #e8d587;
	clear:both;
	display:block;
}

	#wp_events .title{
		font-size:16px;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
	}

	#wp_events ul{
		margin:0;
		padding:0;
		list-style:none;
	}

		#wp_events ul li{
			margin:0 0 15px 0;
			padding:0;
			float:left;
			width:100%;
			list-style:none;
		}
	
			#wp_events ul li .event_wrapper{
				float:left;
				width:320px;
			}
	
				#wp_events ul li .event_wrapper .image{
					float:left;
					width:102px;
					margin:0 12px 0 0;
				}
	
				#wp_events ul li .event_wrapper .description{
					float:left;
					width:200px;
					margin:0;
				}

					#wp_events ul li .event_wrapper .description p{
						font-size:13px;
						color:#000;
					}
					
						#wp_events ul li .event_wrapper .description p.event_date{
							font-size:10px;
							font-weight:bold;
						}
					
						#wp_events ul li .event_wrapper .description p.title{
							font-size:12px;
							font-weight:bold;
						}

	#view_all_events a{
		
	}

/* TABS */
.tabs-block {
	padding:0px;
	margin-top:10px;

}
.tabbed {
	width:100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
}
.custom ul#tabs li{
	list-style:none;
	padding-left:10px !important;
}
.tabbed ul.tabs {
	overflow: hidden;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent;
}
.tabbed ul.tabs li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0 .3em 0 0;
	list-style-type: none;
}
.tabbed ul.tabs li a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 5px .8em;
	background: #eee;
	border: 1px solid #E8D587;
	color:#000000;
}
.tabs-block ul.tabs li a {
	padding: 5px .7em;
}
.tabbed ul.tabs li a:hover {
	background: #f7f7f7;
	text-decoration: none;
	color:#BBA757;
}
.tabbed ul.tabs li a.tab-current {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tabs-block .tabbed div, #home .tabbed .c {
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	clear: left;
	margin: 0;
	padding: 5px 0;
	border: 1px solid #E8D587;		
	background: #fff;
}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10 {
	display: none;
}
.tabs-block .tabbed div.t1, #home .tabbed div.c1 {
	display: block;
}
.tabs-block .tabbed div {
	width:348px;
}
.tabbed div ul {
	overflow: hidden;
	padding: 4px 0 2px 0;
	margin: 0;
	background: #fff;
}
.tabbed div ul li {
	clear: left;
	background: transparent;
}
.tabbed div ul li a {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.5em;
	width: 90%;
	color:#000000;
	display: block;
	padding: 4px 5px 4px 14px;
	margin-left:7px;
	background: transparent;
	border: none;
	background: url('/images/sidebullet.gif') 0 0.4em no-repeat;
}
.tabbed div ul li a:hover {
	text-decoration: underline;
	color:#000000;
}
.tabbed div ul li a, .tabbed div ul li a:visited {
	color:#1f1f1f;
}
/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
/*.custom #header #logo a { display: block; height: 147px; width: 960px; background: url('images/header.gif') no-repeat; outline: none; }*/
.custom #header #logo a {
	display: block;
	height: 0px;
	width: 960px;
}
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline {
	text-indent: -9999px;
}
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline {
	height: 0;
	margin-top: -6px;
}
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header {
	padding: 0;
}
.custom #footer img {
	padding:10px;
}
#login {
	width: 100em;
	margin: 0 auto;
	color: #b0cfe1;
	padding:0px;
	background-color:#000000;
}
.diy_bar {
	width: 61.66667em;
}
.thesis_bar {
	width: 80em;
}
#login_form_holder {
	text-align: left;
}
#login_inner p.manage_links {
	color: #465f6d;
}
#login_inner a, #login_inner a:visited {
	color: #f6b645;
	text-decoration: none;
}
#login_inner a:hover {
	color: #f6b645;
	text-decoration: underline;
}
#login_inner a.account_home {
	padding-left: 0;
}
#login_inner a.logout, #login_inner a.logout:visited {
	color: #b38128;
}
#login_inner a.logout:hover {
	color: #b38128;
}
#login_inner label {
	padding: 0 0.25em 0 0.5em;
}
#login_inner .form_input {
	font: normal 1em Verdana, sans-serif;
	width: 10em;
	padding: 0.16667em;
}
#login_inner .header_submit {
	font: bold 1em Verdana, sans-serif;
	margin-left: 0.5em;
	padding: 0.16667em;
	color: #111;
	background: #fdea91;
	border: 0.16667em solid #faf1c8;
	border-right-color: #d5c477;
	border-bottom-color: #d5c477;
	cursor: pointer;
}
#alert_bar {
	width: 100%;
	height:50px;
	padding: 1em 0;
	background: #ebeacc;
	border-top: 0.2em solid #d6d5b8;
	border-bottom: 0.2em solid #d6d5b8;
}
#alert_bar p {
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
}
#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 350px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 250px;
	width: 100px;
}
.custom div#container {

}
div#content {
	
}
.custom div#navContainer{
	background-color:#FFF;
	padding:0em 0 10px 0;
	width:100em;
	margin:auto;
}

.custom ul#tabs {
	background-image:url(images/nav_background.jpg);
	background-position:top left;
	width:100%;
	display:block;
	height:31px;
	margin:0px;
	padding:0px;
	overflow:hidden;
	list-style:none;
}

.custom div#page{
	background-image:url(http://a80.g.akamai.net/f/80/71/6h/www.interflora.co.uk/kernel/client/images/dot.gif);
	background-repeat:repeat-y;
	background-position:61em;	
	border:dotted 1px #666666;
}

.custom ul#tabs li {
	margin:0px;
	padding:0px 15px 0px 15px;	
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-weight:bold;
	background:none;
	background-image:url(images/nav_end.jpg);
	background-repeat:no-repeat;
	background-position:right;
	border:none;
	height:31px;
	font-size:0.8em;
	letter-spacing:normal;
}
.custom ul#tabs li a, .custom ul#tabs li a:link, .custom ul#tabs li a:visited{
	color:#1f1f1f;
	font-size:1.2em;
	display:block;
	padding-top:10px;
	padding-bottom:5px;
}
.custom ul#tabs li:hover{
	background-image:url(images/nav_background_on.jpg);
	background-repeat:repeat-x;
	border:none;
}
.custom ul#tabs li#searchForm:hover{
	background-image:none;
	border:none;
}

.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current_page_item a:visited {
	color:#1f1f1f;
}
.custom ul#tabs li.current_page_item {
	background-image:url(images/nav_background_on.jpg);
	background-repeat:repeat-x;
	border:none;
}

.custom ul#tabs li#searchForm{
	float:right;
	padding:0px;
	margin:0px;
}
.custom ul#tabs li#searchForm form{
	padding:0px;
	margin:0px;
}

.custom ul#tabs li#searchForm input{
	display:inline;
	background-color:#fff;
	border:none;
}
.custom ul#tabs li#searchForm input#s{
	border:1px solid #1F1F1F;
	width:200px;
}
.custom ul#tabs li#searchForm input#s{
	float:left;
	margin-top:5px;
	height:18px;
}

.custom h1, .custom h3{
	font-family:Arial, Helvetica, sans-serif;
	color:#1f1f1f;
	background-color:#E8D587;
	padding:0px 0px 0px 15px !important;
	margin:0px 0px 5px 0px;
	line-height:1.7em;
	text-transform:none;
	font-variant:normal;
	height:32px;
	clear:both;
}
.custom h2{
	color:#1f1f1f;
}
.post_box h1, .post_box h2 {
	font-size:2em;
}

 .custom h4 {
	padding:0px 0px 0px 0px !important;
	margin:0px 0px 5px 0px;
	line-height:1.7em;
	text-transform:none;
}
.custom h2{
	font-size:1.4em;
}

.custom div#comments h2{
	font-size:2em;
}
.sidebar h3{
	font-variant:normal;
}
.custom h1.entry-title{
	font-size:1.8em;
}
.custom h1.entry-title a, .custom h1.entry-title a:link, .custom h1.entry-title a:visited{
	color:#1f1f1f !important;
	text-decoration:none;
}
.sidebar h2{
	font-variant:normal;
	font-size:1.5em;
}
h1.hometitle {
	background:none;
	font-size:1.4em;
	padding:0px !important;
}
.custom div#content_box {
}
.custom div#multimedia_box {
	padding-top:0px !important;
}
.custom ul.sidebar_list {
	padding:0px;
}
.custom form#search_form {
	padding:10px;
}
.custom div#topbox {
	border:none;/*
	border-right:1px solid #999;
	padding-right:10px;
	*/
}
.custom div#footer {
	border:none;
}
div.post_box {
	margin:0px;
	clear:both;
}
.custom div#custom_box {
	background-color:#ffffff;
	border:solid 1px #1F1F1F;
}
.custom div#multimedia_box{
	padding:0px;
	margin:0px;
}
.custom div#feedbox {
}
.custom .clear {
	clear:both;
}
.custom div#topbox .format_text, .custom div#botbox .format_text, .borderedSection {
	background-image:url(images/content_back.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0px 0px 20px 0px;
	padding:10px;
	border: solid 1px #E8D587;
	color:#1F1F1F;
}
.custom div#topbox h1, .custom div#botbox h1{
	color:#1F1F1F;
}
.custom div#botbox .format_text {
	margin-top:20px;
}
.custom a:link, .custom a:visited{
	color:#000000;
	text-decoration:underline;
}
.custom div#footerLinks{
	margin-top:40px;
	padding-left:30px;
}
.custom li.widget_text h3{
	display:none;
}
.custom li.widget{
	list-style:none;
}
.custom div#postBanner{
	text-align:center;
	padding:10px 0px 10px 0px;
	border-top:1px dotted #BBBBBB;
	border-bottom:1px dotted #BBBBBB;	
	margin-top:20px;
	margin-bottom:0px;
}

.custom .author_comment {
	background:#ffffff none repeat scroll 0 0;
}
.custom .comments_intro{
	margin-top:10px;
}
.custom .comment_avatar{
	float:right;
	display:block;
	margin-left:5px;
	margin-bottom:5px;
}
div#adverts p{
	margin:0px 0xp 3px 0px !important;
}
div#adverts img{
	border:1px solid #E8D587;
	width:170px;
	height:170px;
}
div#advert1{
	margin-right:5px;
}
div#advert1, div#advert2{
	float:left;
}
.advertPrice{
	color:#000000;
	font-weight:bold;
}
a.advert{
	text-decoration:none;
	color:#000 !important;
}

.custom .read-more{
	font-weight:bold;
}
.horizontal_line {
 background-image: url(http://a80.g.akamai.net/f/80/71/6h/www.interflora.co.uk/kernel/client/images/dot.gif);
 background-repeat: repeat-x;
 background-position: bottom;
}
.vertical_line {
 background-image: url(http://a80.g.akamai.net/f/80/71/6h/www.interflora.co.uk/kernel/client/images/dot.gif);
 background-repeat: repeat-y;
 background-position: left;
}
.custom #login{
	/*background-image:url(/images/festive_header.jpg);background-repeat:no-repeat;*/
	background-repeat:no-repeat;
	background-color:#000;
}
