/*  
Theme Name: Quantum
Theme URI: http://themetrust.com/themes/quantum
Description: A Business WordPress Theme
Version: 1.0.3
Author: Theme Trust
Author URI: http://themetrust.com
Tags: business, texture, color-options, custom-background, custom-menu, threaded-comments, fixed-width, cms

TABLE OF CONTENTS

01 - Rese
02 - Global 
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Buttons
08 - Sidebar
09 - Widgets
10 - Comments
11 - Pagination
12 - Footer
13 - Custom Colors

*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {	
	clear: both;
}
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/

html {
    font-size: 62.5%;
    line-height: 1.25em;
}

body {
	background: url("images/bg-tile.jpg") repeat #A2D7CD;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:auto; height:auto;	
	padding: 0;
	margin: 0;
	color: #686868;	
}

#wrapper{
	background: url("images/bg-wrapper.png") repeat-x transparent;
}


p {
	font-size: 1.4em;
	line-height:1.6em;
	margin: 0 0 20px 0;	
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
}

a{
	color: #00839A;
	text-decoration: none;	
	outline: none;
}

a:hover {	
	color: #68BECE;
	text-decoration: none;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2c2c2c;	
	margin: 0 0 15px 0;	
}

h1{
	font-size: 2.4em;
}

h2{
	color: #0B344D;
	font-size: 2.2em;
}

h3{
	color: #356165;
	font-size: 1.8em;
}

h4{
	font-size: 1.4em;
    line-height: 1.4em;
	margin-bottom: 8px;
}

blockquote, address {
	margin: 0 0 30px 0;
	padding: 0 30px 0 30px;	
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.6em;	
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;	
	border: 1px solid #e4e4e4;
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.moreLink {
	font-weight: bold;
}


/* Clearfix ----------- */

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout 
//////////////////////////////////////////////////////////////////////*/

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

.home #main {
    background: url("images/content.jpg") repeat-x scroll 0 0 #FFFFFF;
    border-top: none;
    margin: -235px 0 0;
    padding: 0;
    z-index: 9999;
}

#main {
    background: url("images/content.jpg") repeat-x scroll 0 0 #FFFFFF;
    margin: 0;
    padding: 30px 0 0;
}

#content {		
	padding: 0 0 0px 0;		
	float: left;
}

#content.twoThird {		
	width: 610px;
}

#content.full {		
	width: 100%
}

#sidebar {
	width: 310px;
	float: right;
	margin: 0;
	padding: 0;		
}

.oneThird {
	width: 265px;	
}

.twoThird {
	width: 570px;	
}


/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	background: transparent url(images/bg-header.jpg) repeat-x 0 bottom;
	padding: 0 0 0 0;
	padding: 40px 0 15px 0;
	margin: 0 0 20px 0;	
	position: relative;
	z-index: 2;
}

#logo a {
    background: transparent url(images/logo.png) no-repeat;
    display: block;
    float: left;
	font-size: 0.8em;
    height: 23px;
    text-indent: -9000px;
    width: 450px;
}

.strapline{
    background: transparent url(images/strapline.png) no-repeat;
    display: block;
	font-size: 0.8em;
    height: 91px;
    text-indent: -9000px;
    width: 345px;
}

#header h1 {
	font-size: 3em;	
	text-shadow: 0 3px 3px rgba(0,0,0,0.4);
	text-transform: uppercase;
	padding: 10px 0 0 0;	
}

#header h1 a{	
	color: #fff;	
}

#mainNav{
	float: right;
    height: 40px;
    display: block;
	margin: -10px 0px 0px 0px;	
}

#mainNav li{
	margin: 0 0 0 10px;
	display: inline-block;
}

#mainNav li.current a,
#mainNav li.current-cat a,
#mainNav li.current_page_item a,
#mainNav li.current-menu-item a,
#mainNav li.current-post-ancestor a,
#mainNav li.current_page_parent a,
#mainNav li a:hover{
	display: inline-block;	
	color: #ffffff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	font-weight: bold;
	text-shadow: none;
}

#mainNav a {
	color: #293838;
	font-weight: bold;
	font-size: 1.4em;
	text-shadow: 0 1px 0 #FFFFFF;	
	padding: 12px 0 10px 0;
	display: inline-block;	
	cursor: pointer;	
}


/*//////////////////////////////////////////////////////////////////// 
//  05 - Content
////////////////////////////////////////////////////////////////////*/


#content .post {
	margin: 0 0 40px 40px;
	border-bottom: 1px solid #E0E0E0;
}

#content .post:last-child {
	margin: 0 0 40px 40px;
	border-bottom: none;
}

.post .meta {
    color: #717171;
    font-size: 1.2em;
    font-style: italic;
    margin: 10px 0 20px;
    padding: 0 0 0;
}

.contentBox {	
	float: left;
	position: relative;
	margin: 0 0 30px 40px;		
}

#pageHead {
	background: #84B839 url(images/bg-page-title.png) no-repeat;
	width: 960px;
	height: 120px;		
	border-bottom: none;
	position: relative;	
}

#pageHead h1 {
	color: #fff;
	font-size: 4em;
	margin: 0 0 0 40px;
	padding: 37px 0 0 0;
	text-shadow: 0px 1px 0px #699639;
}


/*Images------------------*/

#content .postThumb{
	background: #fff;
	padding: 7px;
	border: 1px solid #e4e4e4;
	margin: 0 0 0px 0;
	float: left;
	margin: 0 15px 5px 0;	
}

#content .contentBox .postThumb{
	background: #fff;
	padding: 10px;
	border: 1px solid #e4e4e4;
	margin: 0 0 15px 0;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Lists------------------*/

#content ul{	
	margin-bottom: 25px;	
}

#main #content #ttrust_text_wide-3.contentBox ul li{	
	background: url("images/bullet.jpg") no-repeat scroll 0 6px transparent;
    line-height: 1.4em;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}

#content ol li{	
	margin: 0 0 10px 0;	
	line-height: 1.4em;
	font-size: 1.4em;
}

#content ol{	
	margin: 0 0 20px 20px;	
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {	
	margin-left: 20px;
	padding-top: 10px;	
}

#main #content .post ul {
    background: none repeat scroll 0 0 transparent;
    line-height: 1em;
    margin: 0px 0px 20px 0px;
    padding: 0 0 0;
}
#main #content .post ul li {
    background: url("images/bullet.jpg") no-repeat scroll 0 8px transparent;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}




/*//////////////////////////////////////////////////////////////////// 
//  05 - Slideshow
////////////////////////////////////////////////////////////////////*/

#slideshow {
	background: transparent url(images/bg-hero.png) no-repeat 0 0px;
	width: 1030px;
	height: 519px;
	border-bottom: none;
	margin: 0 -40px 0 -40px;
}

.slide {
	position: relative;
	width: 100%;
	height: 260px;
	background:transparent!important;	
}

.slideText {
	left: 40px;
    position: absolute;
    top: 20px;
    width: 400px;
}

.slideText p{
	color: #ffffff;
    font-size: 1.8em;
    line-height: 1.3em;
    margin: 10px 0 15px 0;
}

.slideText a{	
	color: #fff;
	text-decoration: underline;
}

#slideshowNav {
	position: absolute;
	bottom: 30px;
	left: 40px;
	z-index: 10;
	width: 300px;
}

#slideshowNav a {
	width: 12px;
	height: 12px;
	background: transparent url(images/slideshow_nav.png) no-repeat;
	display: block;
	float: left;
	margin: 0 8px 0 0;
}

#slideshowNav a span {
	display: none;
}

#slideshowNav a.activeSlide {
	background: transparent url(images/slideshow_nav_active.png) no-repeat;
}

#slideshowNav a:focus { outline: none; }


#slideshowNav #slideshowPrev {
	cursor: pointer;	
	margin: 0 0 20px 0;
}

#slideshowNav #slideshowNext {
	cursor: pointer;	
	margin: 0 15px 20px 0;
}


/*//////////////////////////////////////////////////////////////////// 
//  07 - Buttons
////////////////////////////////////////////////////////////////////*/

#slideshow .button {
	background: #ff9000 url('images/btn_bkg.png') repeat-x;
	display: inline-block;	
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.3);	
	position: relative;
	cursor: pointer;
	font-weight: bold;	
	padding: 4px 15px 5px;	
	border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 0 5px 0 0;	
}


/*//////////////////////////////////////////////////////////////////// 
//  08 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar {
	color: #717171;
}

.sidebarBox {	
	position: relative;
	margin: 0 45px 45px 0;	
}

.sidebarBox h3{		
	font-size: 2em;	
}


/*///////////////////////////////////////////////////////////////////// 
//  09 - Widgets
////////////////////////////////////////////////////////////////////*/

.featured{
	background: url("images/bg-featured.jpg") repeat-x scroll 0 0 #68BECE;
	border-bottom: 8px solid #86CAD5;
    margin-bottom: 20px;
    padding-top: 20px;
}

.miniFeature64 .icon{	
	position: absolute; left: 0px; top: 0px;	
}

#main .miniFeature64 h3{
	color: #ffffff;
	font-size: 2em;
	line-height: 1.2em;
	margin-left: 80px;
	margin-bottom: 10px;
}

.miniFeature64 p{	
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 10px 80px;
}

.miniFeature64 p.description{	
	height: 100px;
}

.miniFeature64 a{	
	color: #E7E963;
}

.miniFeature64 a:hover{	
	color: #ffffff;
}

.miniFeature32 .icon{	
	position: absolute;
	left: 0px; top: -7px;	
}

.miniFeature32 h3{
	font-size: 1.6em;	
	padding: 0px 0 0px 38px;		
}

.miniFeature32 p{
	font-size: 1.3em;
	margin: 0px 0 10px 0px;
}

#s {
	margin: 0 10px 0 0;
}

#searchsubmit{
	padding: 3px 10px 4px !important;
	font-size: 1.1em !important;
}

#sidebar ul, #footer ul, #content .contentBox ul{
	margin: 0 0 0 0;
	padding: 0px 0 0 0;	
	line-height: 1em;
	background: none;	
}

#footer .twoThird  ul li{
    background: url("images/bullet.jpg") no-repeat scroll 0 11px transparent;
    line-height: 1.4em;
    padding: 5px 0 5px 15px;
}

#sidebar ul li, #footer ul li, #content .contentBox ul li{
	background: none repeat scroll 0 0 transparent;
    line-height: 1em;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;	
}

#sidebar ul li p, #footer ul li p, .contentBox ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2, .contentBox ul h2{
	font-size: 1.3em;
	margin: 0 0 0px 0 !important;
	font-weight: bold;
	padding: 0 !important;	
	line-height: 1em!important;
}

#sidebar ul li span, #footer ul li span, #content .contentBox ul li span{	
	padding: 0;
	margin: 0 !important;
}


#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
	background: transparent url(images/list_item_marker.png) 0 4px no-repeat;
	border: none;	
}


/*Recent Posts Widget------------------*/

#content .ttrust_recent_posts .meta,
#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 5px 0 !important;
	display: block;
	padding: 0;
	font-size: 1.1em;
}

#content .ttrust_recent_posts.widgetBox.twoThird h3,
#sidebar .ttrust_recent_posts.twoThird h3,
#footer .ttrust_recent_posts.twoThird h3 {
	margin-bottom: 20px;
}

.firstPost {
	border-bottom: 1px solid #dbdad8;	
}

.firstPost h2{
	font-size: 1.4em;
	margin-bottom: 10px;	
}

.secondaryPost {
	border-bottom: 1px solid #dbdad8;
	padding: 10px 0 10px 0;	
}

.secondaryPost h2{
	font-size: 1.4em !important;
	margin: 0;
}

a.feedLink {
    background: url("images/icons/feed_16.png") no-repeat scroll 0 5px transparent;
    display: block;
    font-size: 1.3em;
    line-height: 16px;
    margin: 5px 0 0;
    padding: 5px 0 5px 25px;
}

/*Calendar Widget--------------------*/
table#wp-calendar {
	width: 100%;
}

table#wp-calendar td, table#wp-calendar th{
	text-align: left;
}

table#wp-calendar td {	
	padding-top: 10px;
	color: #888888;
}

table#wp-calendar td a{
	font-weight: bold;
	color: #686868;
}

table#wp-calendar td a:hover{
	font-weight: bold;
	color: #2c2c2c;
}

#wp-calendar caption {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdad8;
	font-size: 1.4em;	
	font-weight: bold;	
}

/*Tag Widget--------------------*/

.widget_tag_cloud a{
	background: #e6e8e7;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	font-size: 1.1em !important;
	padding: 7px;	
	display: block;
	float: left;
	margin: 0 5px 5px 0;	
}

#footer .widget_tag_cloud a{
	background: #dbdad8;	
}

.widget_tag_cloud:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.widget_tag_cloud {
    display: inline-block;
	width: 265px;
}

html[xmlns] .widget_tag_cloud {
    display: block;
}

* html .widget_tag_cloud {
    height: 1%;
}

/*Twitter Widget--------------------*/

#twitter_div{
	margin: 0 0 10px 0;
}

#twitter_div li{
	line-height: 1.4em !important;	
}

#twitter_div li a{
	font-weight: bold;
}

.twitterLink a{
	background: transparent url(images/icons/twitter_16.png) 0 0px no-repeat;	
	padding: 0 0 0 25px;
	font-weight: bold;
}

/*///////////////////////////////////////////////////////////////////// 
//  10 - Comments
////////////////////////////////////////////////////////////////////*/
	
#comments {
	position: relative;
	margin: 30px 0 30px 40px;	
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;	
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 40px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #cbcbcb;
	margin: 0;
}
	
.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;	
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px;
	background: #fff;
	border: 1px solid #e4e4e4;
}

.comment h5 {
	font-size: 1.6em;
	margin: 0 0 0 110px;
	padding: 0;	
}

.comment .date {	
	margin: 0 0 10px 110px;	
	display: block;
}

.comment p {	
	margin: 0 0 10px 110px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 110px;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;	
}

#comment-navigation {
	position: absolute;
	top: 0px;
	right: 0px;
}

.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0px;
	padding: 0 8px;		
	text-align: center;
	text-decoration: none;
}

a:hover span.newer-comments,
a:hover span.older-comments {
	
}

.newer-comments {
	float: right;
	margin: 0 0 0 10px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;	
}



/* Comment Form */
	
#commentForm {
	position: relative;
	margin: 0 0 30px 40px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}


#respond form {
	margin: none;
	padding: none;
	position: relative;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}




/*//////////////////////////////////////////////////////////////////// 
//  11 - Pagination
////////////////////////////////////////////////////////////////////*/
	
.pagination {
	width: 570px;
	padding: 20px 0 20px;	
	clear: both;
	font-weight: bold;
	margin: 0 0 10px 40px;
}

.pagination-prev a,
.pagination-next a,
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .pages,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;	
	text-align: center;
	text-decoration: none;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {
	background: #e5e4e1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;	
}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

.wp-pagenavi .pages {
	float: right;
	margin: 0px;
}

ul.widgetList li{
	border-bottom: 1px solid #eaeaea;	
}


/*//////////////////////////////////////////////////////////////////// 
//  12 - Footer
////////////////////////////////////////////////////////////////////*/

#footer .main{
	width: 960px;
	background-color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;	
	border-top: 1px solid #e0e0e0;
	clear: both;
	padding: 35px 0 10px 0;	
	margin: 0;
}

.footerBox{
    float: left;
    margin: 0 0 10px 40px;
    position: relative;
}

#footer h1, #footer h2, #footer h3, #footer h4{
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

#footer h1, #footer h2{
	color:#0B344D;
}

#footer a{	
	color: #166EC9;
}

#footer a:hover{
	color: #1a82ed;
}

.footerBox p{			
	padding: 0;	
}

.footerBox p img{			
	border-color: #d6d6d6;
}

#footer .secondary {
	background: transparent url(images/footer-shadow.png) no-repeat top left;	
	color: #656565;	
	padding-top: 20px;
}

#footer .secondary a {
	color: #848484;	
}

#footer .secondary a:hover {
	color: #666666;
	text-decoration: none;	
}

#footer .secondary .copyright {
	float: left;
}

#footer .secondary .credit {
	float: right;
}


/*//////////////////////////////////////////////////////////////////// 
//  13 - Custom Colors
////////////////////////////////////////////////////////////////////*/

/* Background */
body.wood {	
	background: #130a04 url(images/bkg.jpg) no-repeat top center;	
}

body.charcoal {	
	background: #000 url(images/charcoal_bkg.jpg) no-repeat top center;	
}

body.leather {	
	background: #000 url(images/leather_bkg.jpg) no-repeat top center;	
}

/* Slideshow */
body.red #slideshow, body.red #pageHead{
	background: #c23e12 url(images/slideshow_red.jpg) no-repeat;
	border: 1px solid #a52e2e;
	border-top: 1px solid #bb5453;
	border-bottom: none;
}

body.brown #slideshow, body.brown #pageHead{
	background: #9f4d0e url(images/slideshow_brown.jpg) no-repeat;
	border: 1px solid #7f4a32;
	border-top: 1px solid #b27e5c;
	border-bottom: none;
}

body.purple #slideshow, body.purple #pageHead{
	background: #87214c url(images/slideshow_purple.jpg) no-repeat;
	border: 1px solid #7a4766;
	border-top: 1px solid #8e617c;
	border-bottom: none;
}

body.green #slideshow, body.green #pageHead{
	background: #9dae3a url(images/slideshow_green.jpg) no-repeat;
	border: 1px solid #798954;
	border-top: 1px solid #929f6f;
	border-bottom: none;
}

body.blue #slideshow, body.blue #pageHead{
	background: #005781 url(images/slideshow_blue.jpg) no-repeat;
	border: 1px solid #3a5c72;
	border-top: 1px solid #4f7388;
	border-bottom: none;
}

/* Buttons */
body.purple #slideshow .button {	
	background-color: #cc32a5;
}
body.purple #slideshow .button:hover {	
	background-color: #e839bc;
}

body.red #slideshow .button {	
	background-color: #e25a00;
}

body.red #slideshow .button:hover {	
	background-color: #f16000;
}

body.brown #slideshow .button:hover {	
	background-color: #d35400;
}

body.brown #slideshow .button {	
	background-color: #e25a00;
}

body.blue #slideshow .button {	
	background-color: #5283a2;
}
body.blue #slideshow .button:hover {	
	background-color: #5a8eb0;
}

#main #content .post .flexslider ul li {
    background: none;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
}

#content .flexslider ol {
    margin: 0 0 10px 0;
}

#content .flex-control-nav {
    bottom: -20px;
}


/*//////////////////////////////////////////////////////////////////// 
//  FORMS
////////////////////////////////////////////////////////////////////*/


/* --------- FORMS --------- */

form ul{
    margin:0;
    list-style: none;
}

form ul li{
    margin:0 0 3% 0;
}

label {
    display: block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    margin:0 0 1.5% 0;
}

label.error {
    color: #990000;
}

input[type="text"], input[type="email"], textarea {
    border: 2px solid #D1D3D4;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-family: sans-serif;
    font-size: 1.4em;
    padding: 11px;
    width: 100%;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    border-color: #cccccc;
    outline: medium none;
}

input[type="file"]{
    margin-bottom: 3%;
}

textarea {
    font-size: 1.4em;
    height: 100px;
    padding: 11px;
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea {
    font-size: 1em;
	width: 90%;
}


/*//////////////////////////////////////////////////////////////////// 
//  MAIL CHIMP
////////////////////////////////////////////////////////////////////*/

#mc_embed_signup{
	position: relative;
}

input#mc-embedded-subscribe{
    position: absolute;
    right: -21px;
    top: 5px;
}

/*//////////////////////////////////////////////////////////////////// 
//  BUTTONS
////////////////////////////////////////////////////////////////////*/

.button, .wpcf7-submit{ 
    -moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    font-size: 1.4em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
    line-height: 18px;
    padding: 4px 10px;
    text-align: center;
	text-shadow: 0px -1px 0px #318b9a; 
	color: #ffffff; 
	background-color: #4FA9B8; 
	background-image: -moz-linear-gradient(top, #6dc7d6, #318b9a); 
	background-image: -ms-linear-gradient(top, #6dc7d6, #318b9a); 
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6dc7d6), to(#318b9a)); 
	background-image: -webkit-linear-gradient(top, #6dc7d6, #318b9a); 
	background-image: -o-linear-gradient(top, #6dc7d6, #318b9a); 
	background-image: linear-gradient(top, #6dc7d6, #318b9a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dc7d6', endColorstr='#318b9a', GradientType=0); 
	border-color: #4FA9B8 #318b9a #318b9a #4FA9B8; 
	border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); 
}

.button:hover, .wpcf7-submit:hover{ 
	background: #6dc7d6;
	color: #ffffff; 
	text-shadow: 0px -1px 0px #136d7c;  
}

.button:focus, .wpcf7-submit:focus { 
	color: #b3ffff; 
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 
	border-color: #4FA9B8 #318b9a #318b9a #4FA9B8; 
	border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.25); 
}

.button.active, .wpcf7-submit:active { 
	background-image: none; 
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); 
	color: #b3ffff; 
}

.opening-times{
	
}

.day{
    border-bottom: 1px solid #CCCCCC;
    display: block;
    font-size: 1.2em;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.time{
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 5px;
}

.victoria {
	width: 112px;
	height: 72px;
	background: transparent url(images/flash.png) no-repeat;
	display: block;
	position: absolute;
    right: -12px;
    top: 25px;
	z-index: 99999;
}

body.home .victoria {
    background: url("images/flash-home.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 112px;
    position: absolute;
    right: -12px;
    top: 120px;
    width: 112px;
    z-index: 99999;
}