/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

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 override *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!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
.custom #container { width: 900px; margin: 0 auto; }
	.custom #page { padding: 0px; }
		.custom #header, #footer { padding-right: 0px; padding-left: 0px; }
		.custom #content_box { width: 100%;}
		.custom .no_sidebars { background: none !important; }
			
			.custom #content { width: 473px; float: left; padding: 0px 0px 0px 15px; }
			.custom .no_sidebars #content { width: 100%; }
				.custom .post_box, .teasers_box, .full_width #content_box .page { margin: 0px; }
					.custom .full_width #content_box .page { width: auto; }
				.custom .no_sidebars .post_box { margin: 0px; }
				.custom .teasers_box { width: 230px; }
					.custom .teaser { width: 110px; }
				.custom #archive_info, .prev_next { padding-right: 0px; padding-left: 0px; }
			.custom #sidebars { width: 337px; border: 0; float: right; padding: 0px 30px 0px 0px; }
				.custom .sidebar { width: 100%; padding: 0px 30px 0px 0px; }
			.custom #sidebar_1 { border: 0; padding: 0px 30px 0px 0px; }
					.custom .sidebar ul.sidebar_list { padding-right: 0px; padding-left: 0px; }



.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {border-bottom: 0px; border-top: 0px; border-right: 0px;  border-left: 0px;}

.custom #header { border-bottom:none; height:106px; padding-top:0; padding-bottom:0; background:url(http://www.amovita.co.uk/images/header.jpg) center left no-repeat; }
.custom #header #logo, .custom #header #tagline { display:none; }

.custom #content_box, .custom #column_wrap {background: none;}
.custom #image_box img {border:medium none; padding:0;}
.format_text {padding: 0px 0px 20px 20px;}

.custom .menu {width:840px; background: none; margin-left:30px; margin-right:auto;}

.custom ul.menu {

background: #76b747;
}

.custom .mymmbox {width: 900px; height: 341px; margin:20px 0 0 0; border: 0px solid #fff; clear: both; }

.custom .mymmbox2 { width: 900px; height: 261px;  margin:0px; border: 0px solid #fff; clear: both; }

.grayline { background: #BD4E7B none repeat scroll 0 0 !important; }


#news-tickerholder {
	background: url('images/news-background.jpg') no-repeat;
	width: 840px;
	height: 95px;		
	margin: 0 0 0 30px !important;
}
#news-ticker {	
	padding: 0px 20px 0 20px !important;
	margin: 0 20px 0 20px !important;
	height: 95px !important;
	background: none !important;
}
#news-ticker li {
	padding: 51px 10px 10px 0px !important;
	font-size: 1.1em;
	width: 100%;	
	border: none;
	background: none !important;
}
#content_box {
	position: relative !important;
}
#newsletterholder {
	width: 337px;
	height: 5px;
	position: relative;
	font-size:1.2em; 
}
#newsletterholder p {
	padding: 0 5px;
	margin: 6px 0;
}
#newsletterholder form {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 300px;
	background: none !important;
}
#newsletterholder table {
	background: none !important;
	border: 1px solid #87c968 !important;
	margin-top: 70px !important;
	background: #fff;
}

#newsletterholder table td {
	font-weight: bold;
	font-size: 0.9em;
	padding: 2px 0;
}

#sfstest-sidebar {
	padding-right: 20px !important;
}
body { background: #76B747 url('images/site-background.jpg') no-repeat center top !important; }

.widget_testimonials {

}
.widget_testimonials #sfstest-sidebar {

}
.widget_testimonials .readmore {

}
#mt_spancontant {
font-size: 1.1em;
}
.tickerbg {
background-image: url(http://www.amovita.co.uk/wp-content/themes/thesis_16/custom/images/news-background.jpg);
background-repeat: no-repeat;
background-position:top center;
}

#footer { padding-top: 8em; padding-bottom: 1.1em; }


#constant-contact {
background-image: url(http://www.amovita.co.uk/wp-content/themes/thesis_16/custom/images/newsletterbg.jpg);
background-repeat: no-repeat;
background-position:top left;
padding: 50px 20px 85px 25px !important;
width: 300px;
font-size: 1.2em;
}

