/* @override 
	http://swindonenergy.mattbailey.co/wp-content/themes/swindonenergy/style.css
	http://www.swindonenergy.co.uk/wp-content/themes/swindonenergy/style.css
*/

/******************************************************************

Theme Name: Swindon Energy
Theme URI: http://www.swindonenergy.co.uk/
Description: Theme for swindonenergy.co.uk
Author: Matt Bailey
Author URI: http://www.mattbailey.co/
Version: 1.0
Tags: html5, css3

License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

******************************************************************/

/* @group General Layout Styles */

/******************************************************************
GENERAL LAYOUT STYLES
******************************************************************/

body {
	font: 13px/17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #fcfcfc url(library/images/bg-grad-top.jpg) repeat-x left top;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

#container, .wrap { 
	width: 960px;
	margin: 30px auto 60px auto;
	padding: 0 10px;
	max-width: 960px; /* remove or edit to adjust width */
	min-width: 960px; /* remove or edit to adjust width */
}
	
	/* layout options ( all have margins right & left of 1%) */
	.col60 { width: 6.333%; } /* width 60px / grid_1 */
	.col140 { width: 14.667%; } /* width 140px / grid_2 */
	.col220 { width: 23.0%; } /* width 220px / grid_3 */
	.col300 { width: 31.333%; } /* width 300px / grid_4 */
	.col380 { width: 39.667%; } /* width 380px / grid_5 */
	.col480 { width: 48.0%; } /* width 480px / grid_6 */
	.col540 { width: 56.333%; } /* width 540px / grid_7 */
	.col620 { width: 64.667%; } /* width 620px / grid_8 */
	.col700 { width: 73.0%; } /* width 700px / grid_9 */
	.col780 { width: 81.333%; } /* width 780px / grid_10 */
	.col860 { width: 89.667%; } /* width 860px / grid_11 */
	.col940 { width: 98.0%; } /* width 940px / grid_12 */
	
	/* layout & column defaults */
	.col60, .col140, .col220, .col300, .col380, .col480, .col540, .col620, .col700, .col780, .col860, .col940 { display: inline; float: left; margin-left: 1%; margin-right: 1%; position: relative; }
	
	/* default styles & fixes */
	#main { margin-left: 0; } /* fixes alignment (defaulted at col620) */
	#sidebar1 { margin-right: 0; } /* fixes alignment (defaulted at col300) */

/* @end */

/* @group Fonts */

@font-face {
	font-family: 'Pictos';
	src: url('library/fonts/pictos-web.eot');
	src: url('library/fonts/pictos-web.woff') format('woff'), url('library/fonts/pictos-web.ttf') format('truetype'), url('library/fonts/pictos-web.svg#webfontIyfZbseF') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Link Styles */

/******************************************************************
LINK STYLES
******************************************************************/

a, a:visited {
	color: #2f98f2;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:link {}
a:active {} /* on click */
a:link { 
	-webkit-tap-highlight-color : rgba(0,0,0,0); /* this highlights links on Iphones / iPads */
}

/* @end */

/* @group Button Styles */

button {
	position: relative;
	border-style: none;
	padding: 1px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
button a {
	display: block;
	padding: 7px 12px;
	color: #fff !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
button a:hover {
	color: #fff;
}
.button-orange {
	background: #ee8800;
    background: -webkit-gradient(linear, left top, left bottom, from(#ee8800), to(#bc5600));
    background: -webkit-linear-gradient(#ee8800, #bc5600);
    background: -moz-linear-gradient(center top, #ee8800 0%, #bc5600 100%);
    background: -moz-gradient(center top, #ee8800 0%, #bc5600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ee8800,endColorstr=#bc5600);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ee8800, endColorstr=#bc5600)";
}
.button-orange a {
	background: #ffaa00;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffaa00), to(#ff7800));
    background: -webkit-linear-gradient(#ffaa00, #ff7800);
    background: -moz-linear-gradient(center top, #ffaa00 0%, #ff7800 100%);
    background: -moz-gradient(center top, #ffaa00 0%, #ff7800 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaa00,endColorstr=#ff7800);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaa00, endColorstr=#ff7800)";
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35);
}
.button-orange a:hover {
	background: #ffb726;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb726), to(#ff8c26));
    background: -webkit-linear-gradient(#ffb726, #ff8c26);
    background: -moz-linear-gradient(center top, #ffb726 0%, #ff8c26 100%);
    background: -moz-gradient(center top, #ffb726 0%, #ff8c26 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffb726,endColorstr=#ff8c26);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffb726, endColorstr=#ff8c26)";
}
.button-blue {
	background: #75b4e9;
    background: -webkit-gradient(linear, left top, left bottom, from(#75b4e9), to(#4a6c86));
    background: -webkit-linear-gradient(#75b4e9, #4a6c86);
    background: -moz-linear-gradient(center top, #75b4e9 0%, #4a6c86 100%);
    background: -moz-gradient(center top, #75b4e9 0%, #4a6c86 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#75b4e9,endColorstr=#4a6c86);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#75b4e9, endColorstr=#4a6c86)";
}
.button-blue a {
	background: #80c4fe;
    background: -webkit-gradient(linear, left top, left bottom, from(#80c4fe), to(#3199f2));
    background: -webkit-linear-gradient(#80c4fe, #3199f2);
    background: -moz-linear-gradient(center top, #80c4fe 0%, #3199f2 100%);
    background: -moz-gradient(center top, #80c4fe 0%, #3199f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe,endColorstr=#3199f2);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe, endColorstr=#3199f2)";
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35);
}
.button-blue a:hover {
	background: #93cdfe;
    background: -webkit-gradient(linear, left top, left bottom, from(#93cdfe), to(#50a8f4));
    background: -webkit-linear-gradient(#93cdfe, #50a8f4);
    background: -moz-linear-gradient(center top, #93cdfe 0%, #50a8f4 100%);
    background: -moz-gradient(center top, #93cdfe 0%, #50a8f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#93cdfe,endColorstr=#50a8f4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#93cdfe, endColorstr=#50a8f4)";
}

/* @end */

/* @group Text selection styles */

/******************************************************************
TEXT SELECTION STYLES
******************************************************************/

/* Safari, Chrome, iPhones, iPads */
::-webkit-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* Firefox */
::-moz-selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* The Rest of em */
::selection { 
	background: #6fc2f6; 
	color:#fff; 
	text-shadow : none; 
}

/* @end */

/* @group Body Classes */

/******************************************************************
WORDPRESS BODY CLASSES
want to style a page via body class? go ahead
******************************************************************/

body.rtl {}
body.home {} /* home page */
body.home #main {
	margin-top: 300px;
}
body.blog {} 
body.archive {} /* archive page */
body.date {} /* date archive page */
	body.date-paged-1 {} /* replace the number to the corresponding page number */
body.search {} /* search page */
	body.search-results {} /* search result page */
	body.search-no-results {} /* no results search page */
	body.search-paged-1 {} /* individual paged search (i.e. body.search-paged-3) */
body.error404 {} /* 404 page */
body.single {} /* single post page */
	body.postid-1 {} /* individual post page by id (i.e. body.postid-73) */
	body.single-paged-1 {} /* individual paged single (i.e. body.single-paged-3) */
body.attachment {} /* attatchment page */
	body.attachment .post_content img {
		margin-top: 0;
		margin-bottom: 0;
	}
	body.attachmentid-1 {} /* individual attatchment page (i.e. body.attachmentid-763) */
	body.attachment-mime-type {} /* style mime type pages 
body.author {} /* author page */
	body.author-nicename {} /* user nicename (i.e. body.author-samueladams) */
	body.author-paged-1 {} /* paged author archives (i.e. body.author-paged-4) for page 4 */
body.category {} /* category page */
	body.category-1 {} /* individual category page (i.e. body.category-6) */
	body.category-paged-1 {} /* replace the number to the corresponding page number */
body.tag {} /* tag page */
	body.tag-slug {} /* individual tag page (i.e. body.tag-news) */
	body.tag-paged-1 {} /* replace the number to the corresponding page number */
body.page-template {} /* custom page template page */
	body.page-template-page-php {} /* individual page template (i.e. body.page-template-contact-php */
	body.page-paged-1 {} /* replace the number to the corresponding page number */
	body.page-parent {}
	body.page-child {}
	body.parent-pageid-1 {} /* replace the number to the corresponding page number */
body.logged-in {} /* if user is logged in */
body.paged {} /* paged items like search results or archives */
	body.paged-1 {} /* individual paged (i.e. body.paged-3) */
	
/* new browser classes */
body.browser-lynx {} /* lynx browsers */

body.browser-gecko {} /* firefox browsers */
body.browser-gecko button {
	padding: 0;
}
body.browser-gecko button a {
	margin: 0 -2px;
}

body.browser-opera {} /* opera browsers */
body.browser-ns4 {} /* ns4 browsers */
body.browser-safari {} /* safari browsers */
body.browser-chrome {} /* chrome browsers */
body.browser-ie {} /* ie browsers ( aka dinosaurs) */
body.browser-iphone {} /* iphones (expirimental, best to use Media Queries) */

/* @end */

/* @group Headlines & Titles */

/******************************************************************
HEADLINES & TITLES
******************************************************************/

h1, .h1 {}
h2, .h2 {
	margin-top: 0;
	margin-bottom: 20px;
}
h3, .h3 {
	font-size: 18px;
}
h4, .h4 {
	font-size: 16px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: none;
	letter-spacing: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a {}

/* @end */

/* @group Header Styles */

/******************************************************************
HEADER SYTLES
******************************************************************/

header[role=banner] {
	position: relative;
	height: 125px;
	background: url(library/images/bg-header-bottom.jpg) no-repeat center bottom;
}
	#logo {
		text-indent: -9999px;
		background: url(library/images/logo-swindon-energy_286x40.png) no-repeat left top;
		margin: 0;
	}
		#logo a {
			display: block;
		}
	#enquiry {
		position: absolute;
		top: 0;
		right: 0;
	}
		#enquiry button a {
			font-size: 16px;
		}
		#enquiry button:after {
			content: "";
			display: block;
			position: absolute;
			top: 15px;
			left: -185px;
			width: 198px;
			height: 38px;
			background-image: url(library/images/comment-fill-out-form.png);
		}

/* @end */

/* @group Navigation Styles */

/******************************************************************
NAVIGATION STYLES
(Main Navigation)
******************************************************************/
.menu {
	margin-bottom: 0;
	margin-top: 25px;
}
nav[role=navigation] {}
	nav[role=navigation] .menu ul {
		font-size: 12px;
		line-height: 12px;
		font-weight: normal;
		font-style: normal;
	}
		nav[role=navigation] .menu ul li {
			margin-right: 5px;
			background: #b5b5b5 url(library/images/bg-grad-nav-outer.gif) repeat-x left bottom;
			moz-border-radius: 3px;
			webkit-border-radius: 3px;
			border-radius: 3px;
			
		}
			nav[role=navigation] .menu ul li a {
				color: #333;
				text-shadow: 0 1px 1px rgba(255, 255, 255, 1.0);
				margin: 1px;
				padding: 8px 10px;
				background: #eee url(library/images/bg-grad-nav-inner.gif) repeat-x left bottom;
				moz-border-radius: 2px;
				webkit-border-radius: 2px;
				border-radius: 2px;
				box-shadow: inset 0 1px 0 #fff, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
				-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
				-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
			}
				nav[role=navigation] .menu ul li a:hover {
	color: #3199f2;
}
				nav[role=navigation] .menu ul li:first-child a {}

		nav[role=navigation] .menu ul li.current-menu-item, .nav ul li.current_page_item, nav[role=navigation] .menu ul li.current-post-parent {
			background: #4a6c86 url(library/images/bg-grad-nav-outer-current.gif) repeat-x left bottom;
		}
		nav[role=navigation] .menu ul li.current-menu-item a, .nav ul li.current_page_item a, nav[role=navigation] .menu ul li.current-post-parent a {
			color: #fff;
			text-shadow: 0 -1px 1px rgba(42,123,189,1.0);
			background: #3199f2 url(library/images/bg-grad-nav-inner-current.gif) repeat-x left bottom;
			-moz-box-shadow: inset 0 1px 0 #a6d6fe;
			-webkit-box-shadow: inset 0 1px 0 #a6d6fe;
			box-shadow: inset 0 1px 0 #a6d6fe;
		}
		
		nav[role=navigation] .menu ul li ul.sub-menu {}
			nav[role=navigation] .menu ul li ul li a {}
				nav[role=navigation] .menu ul li ul li a:hover {}
			nav[role=navigation] .menu ul li ul li:last-child a {}
			nav[role=navigation] .menu ul li:hover ul { }
				nav[role=navigation] .menu ul li ul li ul.sub-menu { }
					nav[role=navigation] .menu ul li ul li:hover ul.sub-menu {}

/* @end */

/* @group Posts & Content Styles */

/******************************************************************
POSTS & CONTENT STYLES
******************************************************************/

#content {
	position: relative;
	height: auto !important;
	min-height: 410px;
	background: url(library/images/bg-content-top.jpg) no-repeat center top;
	padding-top: 20px;
}
	#main {
		width: 760px;
		float: left;
	}
		article[id*=post-] {
			position: relative;
			width: 720px;
			background-color: #fff;
			border: 1px solid #ddd;
			moz-border-radius: 3px;
			webkit-border-radius: 3px;
			border-radius: 3px;
			padding: 20px;
			margin-bottom: 20px;
		}
	
		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {} /* hentry class */
		.category-slug {} /* style by category (i.e. category-videos) */
		.tag-slug {} /* style by tag (i.e. tag-news) */
	
		/* post meta */
		.meta {}
			.meta time {}
			
		/* post content */
		.post_content {}
		
		.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 {
			margin-top: 20px;
		}
			
			.post_content p {}
			.post_content ul, .post_content ol, .post_content table, .post_content dl {}
			.post_content ul, .post_content ol {
				margin-bottom: 25px;
			}
			.post_content li {
				margin-bottom: 5px;
			}
			.post_content ul li {}
			.post_content ol li {}
			
			.post_content blockquote {}
			.post_content blockquote:before {} /* this adds the quote before the blockquote */
			
			.post_content hr {
				border-top-style: none;
				border-right-style: none;
				border-bottom: 1px solid #ddd;
				border-left-style: none;
				margin-top: 20px;
				margin-bottom: 20px;
			}
			
			.post_content dl {}
			.post_content dt {}
			.post_content dd {}
			
			.post_content img {
				box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
				-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
				-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
				margin-top: 20px;
				border: 3px solid #fff;
			}
			.post_content video {}
			.post_content object {}
			
			.wp-caption {
				margin-top: 10px;
				margin-bottom: 30px;
				padding: 0;
			}
			.wp-caption img {}
			.wp-caption p.wp-caption-text {
				font-size: 12px;
			}
			
			/* image gallery styles */
			.gallery dl {}
			.gallery dt {}
			.gallery dd {}
			.gallery dl a {}
			.gallery dl img {}
			.gallery-caption {}
			
			.size-full {}
			.size-large {}
			.size-medium {}
			.size-thumbnail {}
			
		article[id*=post-] footer {
	padding-bottom: 0;
}

/* @end */

/* @group Page Navigation Styles */

/******************************************************************
PAGE NAVI STYLES
(Special Feature)
******************************************************************/

	/* page navigation */
	.page-navigation {}
		.bones_page_navi {
			padding: 0;
		}
			.bones_page_navi li.bpn-prev-link {} /* previous link */
				.bones_page_navi li.bpn-prev-link a {}
				.bones_page_navi li.bpn-prev-link a:hover {}
			.bones_page_navi li {
				font-weight: bold;
				padding: 0;
				margin: 0 5px 0 0;
				background: #eee url(library/images/bg-grad-nav-inner.gif) repeat-x left bottom;
				moz-border-radius: 3px;
				webkit-border-radius: 3px;
				border-radius: 3px;
				box-shadow: inset 0 1px 0 #fff, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
				-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
				-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 2px 0 rgba(0, 0, 0, 0.2);
			} /* regular links */
				.bones_page_navi li a {
					color: #333;
					text-shadow: 0 1px 1px rgba(255, 255, 255, 1.0);
					border: 1px solid #bbb;
					moz-border-radius: 3px;
					webkit-border-radius: 3px;
					border-radius: 3px;
					padding: 6px 10px;
				}
				.bones_page_navi li a:hover {
					color: #3199f2;
					text-decoration: none;
				}
			.bones_page_navi li.bpn-current {
				color: #fff;
				text-shadow: 0 -1px 1px rgba(42,123,189,1.0);
				padding: 6px 10px;
				border: 1px solid #3e82bb;
				background: #80c4fe;
			    background: -webkit-gradient(linear, left top, left bottom, from(#80c4fe), to(#3199f2));
			    background: -webkit-linear-gradient(#80c4fe, #3199f2);
			    background: -moz-linear-gradient(center top, #80c4fe 0%, #3199f2 100%);
			    background: -moz-gradient(center top, #80c4fe 0%, #3199f2 100%);
			    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe,endColorstr=#3199f2);
			    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe, endColorstr=#3199f2)";
			    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
				-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
				-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
			} /* current page */
			.bones_page_navi li.bpn-current:hover {}
				.bones_page_navi li.bpn-current a {} /* current page link */
			.bones_page_navi li.bpn-next-link {} /* next page */
				.bones_page_navi li.bpn-next-link a, .bones_page_navi li.bpn-prev-link a {
					padding: 6px 8px;
				}
					.bones_page_navi li.bpn-next-link a:hover {}
			.bones_page_navi li.bpn-last-page-link {} /* last page link */
				.bones_page_navi li.bpn-last-page-link a {}
					.bones_page_navi li.bpn-last-page-link a:hover {}
			.bones_page_navi li.bpn-first-page-link {} /* first page link */
				.bones_page_navi li.bpn-first-page-link a {}
					.bones_page_navi li.bpn-first-page-link a:hover {}
	
	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link {}
			.wp-prev-next .next-link {}

/* @end */

/* @group Comment Styles */

/******************************************************************
COMMENT STYLES
******************************************************************/

#comments {}/* h3 comment title */
	#comments span {} /* number of comments span */
.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}
.commentlist {}
	.commentlist li {}
		.commentlist li[class*=depth-] {}
			.commentlist li.depth-1 {}
			.commentlist li.depth-2 {}
			.commentlist li.depth-3 {}
			.commentlist li.depth-4 {}
			.commentlist li.depth-5 {}
				.commentlist li ul.children li {}
				.commentlist li ul.children li.alt {}
				.commentlist li ul.children li.byuser {}
				.commentlist li ul.children li.comment {}
				.commentlist li ul.children li.depth-1 {} /* change number for different depth */
				.commentlist li ul.children li.bypostauthor {}
				.commentlist li ul.children li.comment-author-admin {}
				.commentlist li ul.children .alt {}
				.commentlist li ul.children .odd {}
				.commentlist li ul.children .even {}
			.commentlist .alt {}
			.commentlist .odd {}
			.commentlist .even {}
			.commentlist .parent {}
			.commentlist .comment {}
			.commentlist .children {}
			.commentlist .pingback {}
			.commentlist .bypostauthor {}
			.commentlist .comment-author {}
			.commentlist .comment-author-admin {}
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}	
			.commentlist .vcard {}
				.commentlist .vcard cite.fn {}
				.commentlist .vcard time {}
					.commentlist .vcard time a {}
						.commentlist .vcard time a:hover {}
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar {}
				.commentlist .vcard cite.fn a.url {}
			.commentlist .comment-meta {} 
				.commentlist .comment-meta a {}
			.commentlist .commentmetadata {}
				.commentlist .commentmetadata a {}
			.commentlist li .comment_content {}
				.commentlist li .comment_content p {}
				.commentlist li ul {}
				.commentlist .comment-reply-link {}
					.commentlist a.comment-reply-link:hover {}

/* @end */

/* @group Comment Form Styles */

/******************************************************************
COMMENT FORM STYLES
******************************************************************/

#respond {}
	#comment-form-title {}
		#cancel-comment-reply {}
			#cancel-comment-reply a {}
	#commentform {}
		.comments-logged-in-as {}
		#comment-form-elements {}
			#comment-form-elements li {}
				#comment-form-elements label {}
				#author, #email, #url, #comment {}
					#author:focus, #email:focus, #url:focus, #comment:focus {}
				#author, #email, #url {}
			#allowed_tags {}
				#comment {}
				#submit {}

/* @end */

/* @group Sidebars & Asides */

/******************************************************************
SIDEBARS & ASIDES
******************************************************************/

#sidebar1 {
	width: 160px;
	float: right;
	margin-bottom: 0;
}
.sidebar {
	margin-bottom: 25px;
}
	.widget {
		margin: 0;
	}
		.widget_categoryposts {
			text-align: center;
		}
		.widget li {}
		
		.widgettitle {
			border-style: none;
			padding-bottom: 15px;
		}
			.widgettitle a {
				font-size: 18px;
				color: #333;
				font-weight: bold;
				text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
				border-radius: 2px;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
			}
	
	/* Home page widget area 1 */
	#widget-area-1 {
		position: relative;
		width: 780px;
	}
		#widget-area-1 .widget_categoryposts {
			text-align: left;
		}
		#widget-area-1 .widget-wrapper {
			float: left;
			width: 240px;
			height: 180px;
			margin-right: 20px;
			padding: 1px;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
		}
		#widget-area-1 .widget-wrapper-categoryposts-3 {
			background: #aec745;
		    background: -webkit-gradient(linear, left top, left bottom, from(#aec745), to(#5f991e));
		    background: -webkit-linear-gradient(#aec745, #5f991e);
		    background: -moz-linear-gradient(center top, #aec745 0%, #5f991e 100%);
		    background: -moz-gradient(center top, #aec745 0%, #5f991e 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#aec745,endColorstr=#5f991e);
		    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#aec745, endColorstr=#5f991e)";
		}
			#widget-area-1 .widget-wrapper-categoryposts-3 #categoryposts-3 {
				background: #c5e14e;
				background: -webkit-gradient(linear, left top, left bottom, from(#c5e14e), to(#6fb423));
			    background: -webkit-linear-gradient(#c5e14e, #6fb423);
			    background: -moz-linear-gradient(center top, #c5e14e 0%, #6fb423 100%);
			    background: -moz-gradient(center top, #c5e14e 0%, #6fb423 100%);
			    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c5e14e,endColorstr=#6fb423);
			    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c5e14e, endColorstr=#6fb423)";
			}
		#widget-area-1 .widget-wrapper-categoryposts-4 {
			background: #75b4e9;
		    background: -webkit-gradient(linear, left top, left bottom, from(#75b4e9), to(#4a6c86));
		    background: -webkit-linear-gradient(#75b4e9, #4a6c86);
		    background: -moz-linear-gradient(center top, #75b4e9 0%, #4a6c86 100%);
		    background: -moz-gradient(center top, #75b4e9 0%, #4a6c86 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#75b4e9,endColorstr=#4a6c86);
		    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#75b4e9, endColorstr=#4a6c86)";
		}
			#widget-area-1 .widget-wrapper-categoryposts-4 #categoryposts-4 {
				background: #80c4fe;
			    background: -webkit-gradient(linear, left top, left bottom, from(#80c4fe), to(#3199f2));
			    background: -webkit-linear-gradient(#80c4fe, #3199f2);
			    background: -moz-linear-gradient(center top, #80c4fe 0%, #3199f2 100%);
			    background: -moz-gradient(center top, #80c4fe 0%, #3199f2 100%);
			    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe,endColorstr=#3199f2);
			    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe, endColorstr=#3199f2)";
			}
		#widget-area-1 .widget-wrapper-categoryposts-5 {
			background: #ee8800;
		    background: -webkit-gradient(linear, left top, left bottom, from(#ee8800), to(#bc5600));
		    background: -webkit-linear-gradient(#ee8800, #bc5600);
		    background: -moz-linear-gradient(center top, #ee8800 0%, #bc5600 100%);
		    background: -moz-gradient(center top, #ee8800 0%, #bc5600 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ee8800,endColorstr=#bc5600);
		    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ee8800, endColorstr=#bc5600)";
		}
			#widget-area-1 .widget-wrapper-categoryposts-5 #categoryposts-5 {
				background: #ffaa00;
			    background: -webkit-gradient(linear, left top, left bottom, from(#ffaa00), to(#ff7800));
			    background: -webkit-linear-gradient(#ffaa00, #ff7800);
			    background: -moz-linear-gradient(center top, #ffaa00 0%, #ff7800 100%);
			    background: -moz-gradient(center top, #ffaa00 0%, #ff7800 100%);
			    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaa00,endColorstr=#ff7800);
			    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffaa00, endColorstr=#ff7800)";
			}
			#widget-area-1 .widget_categoryposts {
				width: 238px;
				height: 178px;
				padding: 15px;
				border-radius: 2px;
				-webkit-border-radius: 2px;
				-moz-border-radius: 2px;
				box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
				-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
				-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.4);
			}
				#widget-area-1 .widget_categoryposts .widgettitle {
					margin: 0;
				}
				#widget-area-1 .widget_categoryposts ul {
					list-style-image: url(library/images/icon-arrow-right.png);
					list-style-position: outside;
					margin-left: 20px;
				}
				#widget-area-1 .widget_categoryposts ul li {
					margin: 0 0 8px;
					line-height: 14px;
				}
					#widget-area-1 .widget_categoryposts ul li a {
						color: #fff;
						text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
					}
					
	/* Home page widget area 2 */
	#widget-area-2 {
		position: relative;
		width: 760px;
		background-color: #fff;
		border: 1px solid #ddd;
		moz-border-radius: 3px;
		webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 15px 0;
	}
		#widget-area-2 .widget_categoryposts {
			float: left;
			width: 252px;
			height: 95px;
			border-right: 1px solid #ddd;
		}
		#widget-area-2 .widget_categoryposts:last-child {
			border-style: none;
		}
		#widget-area-2 .widget_categoryposts .widgettitle {
			margin-bottom: 15px;
			padding: 0;
		}
		#widget-area-2 .cat-post-item {
			display: inline-block;
			padding: 1px;
			border-radius: 3px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			background: #75b4e9;
		    background: -webkit-gradient(linear, left top, left bottom, from(#75b4e9), to(#4a6c86));
		    background: -webkit-linear-gradient(#75b4e9, #4a6c86);
		    background: -moz-linear-gradient(center top, #75b4e9 0%, #4a6c86 100%);
		    background: -moz-gradient(center top, #75b4e9 0%, #4a6c86 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#75b4e9,endColorstr=#4a6c86);
		    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#75b4e9, endColorstr=#4a6c86)";
		    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
			-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
		#widget-area-2 .post-title {
			position: relative;
			display: inline-block;
			min-width: 100px;
			max-width: 200px;
			padding: 5px;
			color: #fff;
			text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
			border-radius: 2px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			background: #80c4fe;
			background: -webkit-gradient(linear, left top, left bottom, from(#80c4fe), to(#3199f2));
			background: -webkit-linear-gradient(#80c4fe, #3199f2);
			background: -moz-linear-gradient(center top, #80c4fe 0%, #3199f2 100%);
			background: -moz-gradient(center top, #80c4fe 0%, #3199f2 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe,endColorstr=#3199f2);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe, endColorstr=#3199f2)";
}
		#widget-area-2 .post-title:hover {
			background: #93cdfe;
			background: -webkit-gradient(linear, left top, left bottom, from(#93cdfe), to(#50a8f4));
			background: -webkit-linear-gradient(#93cdfe, #50a8f4);
			background: -moz-linear-gradient(center top, #93cdfe 0%, #50a8f4 100%);
			background: -moz-gradient(center top, #93cdfe 0%, #50a8f4 100%);
			filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#93cdfe,endColorstr=#50a8f4);
			-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#93cdfe, endColorstr=#50a8f4)";
		}
		#categoryposts-6 .post-title:after {
			content: "";
			display: block;
			position: absolute;
			top: 25px;
			left: -30px;
			width: 182px;
			height: 33px;
			background-image: url(library/images/comment-green-deal.png);
		}
		#categoryposts-7 .post-title:after {
			content: "";
			display: block;
			position: absolute;
			top: 25px;
			left: -40px;
			width: 193px;
			height: 36px;
			background-image: url(library/images/comment-kit-out-home.png);
		}
		#categoryposts-8 .post-title:after {
			content: "";
			display: block;
			position: absolute;
			top: 25px;
			left: -15px;
			width: 160px;
			height: 36px;
			background-image: url(library/images/comment-need-to-know.png);
		}

	/* Home page widget area 3 */
	#widget-area-3 {
		position: relative;
		width: 760px;
		background-color: #fff;
		border: 1px solid #ddd;
		moz-border-radius: 3px;
		webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 30px 15px 15px;
		text-align: center;
	}
		#widget-area-3 .widgettitle {
			padding-bottom: 0;
		}
		#widget-area-3 .widgettitle a {
			font-size: 24px;
		}
		#widget-area-3 .post-title {
			font-size: 14px;
			margin-bottom: 10px;
			display: block;
		}
		#widget-area-3 .post-title:before {
			position: relative;
			top: 2px;
			font: 24px 'Pictos';
			content: "N";
			padding-right: 7px;
			color: #ccc;
		}
		#widget-area-3 .cat-post-item {
			padding-bottom: 15px;
			margin-bottom: 15px;
			padding-top: 15px;
			border-bottom: 1px solid #ddd;
		}
		#widget-area-3 .cat-post-item:last-child {
			border-style: none;
			margin-bottom: 0;
		}
		#widget-area-3.sidebar {
			margin-bottom: 0;
		}
		
	/* News widget area */
	
	#news-widget-area {
		width: 160px;
		float: right;
		margin-bottom: 0;
	}
		#news-widget-area div {
			text-align: left;
			margin-bottom: 30px;
		}
		#news-widget-area .widgettitle {
			padding: 0;
		}
		#news-widget-area ul {}
			#news-widget-area ul li {
				color: #999;
				font-size: 12px;
				line-height: 14px;
				margin: 0 0 5px;
			}
				#news-widget-area ul li a:before {
					position: relative;
					top: 0px;
					font: 12px 'Pictos';
					content: "]";
					padding-right: 7px;
					color: #ccc;
				}

	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	
	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}
	
	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	
	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	
	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}
	
	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}
	
	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}
	
	/* category widget */
	.widget_categories {}
	.widget_categories ul {}
	.widget_categories ul li {} 
	.widget_categories ul ul.children {}
	.widget_categories a {}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	
	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	
	/* search widget */
	#searchform {}
	.widget_search {}
	.screen-reader-text {}
	
	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}

/* @end */

/* @group Footer Styles */

/******************************************************************
FOOTER STYLES
******************************************************************/

footer[role=contentinfo] {
	border-style: none;
	background: url(library/images/bg-footer-top.jpg) no-repeat center top;
	padding-top: 45px;
}
	#inner-footer-left, #inner-footer-right {
		position: relative;
		float: left;
	}
	#inner-footer-left {
		width: 640px;
	}
	#inner-footer-right {
		width: 160px;
		text-align: right;
	}
	/* footer menu */
	.footer-links {
		position: absolute;
	}
		.footer-links ul {}
			.footer-links ul li {}
				.footer-links ul li a {
					text-decoration: none;
					font-size: 12px;
				}
					.footer-links ul li:last-child a {}
			.footer-links ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page_item a {}
			.footer-links ul li ul.sub-menu {} /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */
			
	.attribution {
		float: none;
		padding-top: 30px;
		font-size: inherit;
		color: #333;
		font-weight: bold;
	}
	.plug {
		position: relative;
		display: inline-block;
		padding-top: 15px;
	}
	.plug:after {
		content: "";
		display: block;
		position: absolute;
		top: 25px;
		right: -30px;
		width: 137px;
		height: 41px;
		background-image: url(library/images/comment-shameless-plug.png);
	}
	.accreditation {
		position: relative;
		margin-bottom: 20px;
	}
	.accreditation:after {
		content: "";
		display: block;
		position: absolute;
		top: 30px;
		left: 150px;
		width: 154px;
		height: 39px;
		background-image: url(library/images/comment-were-accredited.png);
	}
	.social {
		position: relative;
	}
	.social:after {
		content: "";
		display: block;
		position: absolute;
		top: 20px;
		right: 130px;
		width: 207px;
		height: 39px;
		background-image: url(library/images/comment-find-us-here.png);
	}
		.social img {
			margin-left: 5px;
		}

/* @end */

/* @group Slideshow */

#billboard {
	position: absolute;
	top: 10px;
	left: 0;
	width: 760px;
	height: 270px;
	text-align: center;
	margin-bottom: 40px;
}
#billboard:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: -20px;
	width: 800px;
	height: 20px;
	background-image: url(library/images/bg-billboard-bottom.png);
	z-index: 10;
}
	div.meteor-slides {
		height: 295px !important;
		padding: 0;
	}
		div.meteor-buttons {
			left: auto !important;
			right: auto !important;
			bottom: 10px !important;
			/*text-align: center;*/
		}
			.meteor-buttons a {
				background: url(library/images/buttons-slideshow.png) no-repeat bottom left;
				/*display: block;*/
				/*float: left;*/
				float: none !important;
				display: inline-block;
				*display: inline;
				zoom: 1;
				width: 11px;
				height: 11px;
				margin: 0 3px 0 0;
				outline: none;
				text-align: center;
				text-indent: -9999px;
			}
			.meteor-buttons a:hover {
				background: url(library/images/buttons-slideshow.png) no-repeat bottom right;
			}
			.meteor-buttons a.activeSlide {
				background: url(library/images/buttons-slideshow.png) no-repeat bottom right;
			}

/* @end */

/* @group Forms */

.wpcf7 {
	position: relative;
	background-color: #fcfcfc;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#fcfcfc));
	background: -webkit-linear-gradient(#fcfcfc, #fff);
    background: -moz-linear-gradient(center top, #f6f6f6 0%, #fcfcfc 100%);
    background: -moz-gradient(center top, #f6f6f6 0%, #fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f6f6f6,endColorstr=#fcfcfc);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f6f6f6, endColorstr=#fcfcfc)";
	moz-border-radius: 2px;
	webkit-border-radius: 2px;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.wpcf7:after {
	display: block;
	position: absolute;
	top: -10px;
	right: 49%;
	content: "";
	width: 15px;
	height: 22px;
	background: url(library/images/icon-pin.png) no-repeat left top;
}
.wpcf7-form {
	padding: 20px;
	margin-top: 30px;
	background-image: url(library/images/bg-line-notepaper.gif);
}
#enquiry-form {}
	#enquiry-form h3 {
		margin-top: 0;
	}
	.form-col-left {
		width: 325px;
		float: left;
	}
	.form-col-right {
		width: 325px;
		float: right;
	}
		input.wpcf7-submit {
			color: #fff;
			font-weight: bold;
			text-shadow: 0 -1px 1px rgba(42,123,189,1.0);
			padding: 6px 10px;
			border: 1px solid #3e82bb;
			moz-border-radius: 3px;
			webkit-border-radius: 3px;
			border-radius: 3px;
			background: #80c4fe;
		    background: -webkit-gradient(linear, left top, left bottom, from(#80c4fe), to(#3199f2));
		    background: -webkit-linear-gradient(#80c4fe, #3199f2);
		    background: -moz-linear-gradient(center top, #80c4fe 0%, #3199f2 100%);
		    background: -moz-gradient(center top, #80c4fe 0%, #3199f2 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe,endColorstr=#3199f2);
		    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#80c4fe, endColorstr=#3199f2)";
		    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
			-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
			-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.35), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
		}
		
		input.wpcf7-submit:hover {
			background: #93cdfe;
		    background: -webkit-gradient(linear, left top, left bottom, from(#93cdfe), to(#50a8f4));
		    background: -webkit-linear-gradient(#93cdfe, #50a8f4);
		    background: -moz-linear-gradient(center top, #93cdfe 0%, #50a8f4 100%);
		    background: -moz-gradient(center top, #93cdfe 0%, #50a8f4 100%);
		    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#93cdfe,endColorstr=#50a8f4);
		    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#93cdfe, endColorstr=#50a8f4)";
		}
		form img.ajax-loader {
			box-shadow: none;
			-webkit-box-shadow: none;
			-moz-box-shadow: none;
		}
		label {
			display: inline-block;
			font-weight: bold;
			margin-bottom: 10px;
		}
		p.required-information {
			margin-top: 0;
			margin-bottom: 10px;
		}
		input.wpcf7-text, textarea, select.wpcf7-select {
			width: 100%;
			border: 1px solid #ddd;
			padding: 10px;
			moz-border-radius: 3px;
			webkit-border-radius: 3px;
			border-radius: 3px;
			box-shadow: inset 0 4px 6px -2px #eee;
			-webkit-box-shadow: inset 0 4px 6px -2px #eee;
			-moz-box-shadow: inset 0 4px 6px -2px #eee;
		}
		div.wpcf7-response-output, span.wpcf7-not-valid-tip {
			font-weight: bold;
			border-width: 1px;
			moz-border-radius: 3px;
			webkit-border-radius: 3px;
			border-radius: 3px;
			padding: 10px;
			margin: 20px 0 0;
			background-color: #ffdd00;
			border-style: none;
		}
		span.wpcf7-not-valid-tip {
			width: 200px;
			color: #fff;
			background-color: #ff0000;
			margin: 0 0 0 55px;
		}

/* @end */

/* @group Sitemap */

.ss_wrapper {}
	#ss_posts {}
	#ss_pages {}
	#ss_posts, #ss_pages {
		color: #999;
		padding: 10px 30px;
	}
		#ss_posts a, #ss_pages a {
			font-size: 14px;
			padding-right: 5px;
		}
		#post_drop_down, #page_drop_down {
			font-weight: bold;
			margin-top: 0;
			margin-bottom: 15px;
		}
			#post_dd_label, #page_dd_label {
				color: #000;
				margin-right: 10px;
				font-size: 14px;
			}
		.post_heading, .page_heading {
			color: #000;
			font-style: normal !important;
			border-style: none !important;
			margin-bottom: 15px !important;
			padding: 0 !important;
		}
		.ss_cat_header {
			color: #999;
			margin-top: 20px;
		}
			.ss_cat_header a {
				font-size: 14px;
				font-weight: bold;
				font-style: normal;
				margin: 0;
				padding-right: 5px;
			}
		#ss_posts ul, #ss_pages ul {
			margin: 10px 0 0;
		}
			#ss_posts ul li, #ss_pages ul li {
				font-size: 12px;
				line-height: 14px;
				list-style-type: none;
			}
			#ss_posts ul li:before, #ss_pages ul li:before {
				position: relative;
				top: 0px;
				font: 12px 'Pictos';
				content: "]";
				padding-right: 7px;
				color: #ccc;
			}
				#ss_posts ul li a, #ss_pages ul li a {
					color: #000;
					font-size: 12px;
					font-weight: normal;
					font-style: normal;
				}

/* @end */

/* @group Back to top */

#backtotop {
    position: fixed;
    right: 20px;
    bottom: 20px;
	display: none;
}
#backtotop a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 30px;
    height: 26px;
}
#backtotop a:hover {
    opacity: 0.5;
    filter: alpha(opacity = 50);
}
#backtotop img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}

/* @end */

/* @group ShareThis */

#post-sharing-buttons p {
	margin: 20px 0 0;
}

/* @end */

/* @group Banners */

.sidebar-banner {
	margin-top: 20px;
}

/* @end */

/* @group Misc Bits 'n' Pieces */

.vert-spacer {
	padding-right: 5px;
	padding-left: 5px;
}
.loading {
	background: url(library/images/loader.gif) no-repeat center center;
}

/* @end */

/* @group Media Queries & Device Styles */

/******************************************************************
MEDIA QUERIES & DEVICE STYLES
Developed by: Andy Clarke & the 320 & Up Extension
URL: http://stuffandnonsense.co.uk/projects/320andup/
******************************************************************/

@media only screen and (min-width: 480px) {
	/* insert styles here */
}

@media only screen and (min-width: 768px) {
/* insert styles here */
}

@media only screen and (min-width: 992px) {
/* insert styles here */
}

@media only screen and (min-width: 1382px) {
/* insert styles here */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
/* insert styles here */
}

/* @end */

/* @group Print Styles */

/******************************************************************
PRINT STYLES
(Handled by default, but if you want to edit it, feel free)
******************************************************************/

@media print {}

/* @end */

/* @group IE Specific Fixes */

/******************************************************************
IE SPECIFIC FIXES
******************************************************************/

/*
Thanks to the HTML5 Boilerplate there's an easier way
to target IE specific bugs. Simply use the html class
to target the specific version of IE.

To target the .post_content area in IE6, use:
html.ie6 .post_content { ... }

To target the .post_content area in IE7, use:
html.ie7 .post_content { ... }

To target the .post_content area in IE8, use:
html.ie8 .post_content { ... }


Much easier right? This way, you don't have to call
any more stylesheets, you can leave it at the bottom
and it will overwrite depending on the html class.
*/

/* @end */
