 /* Blank HTML5 Reset Theme for Concrete5 compiled by Adam Johnson
 *  http://adamjohnsondesign.com | Twitter: @adamj_design
 *  Main CSS Document. Put your styles here */

/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://ericmeyer.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html{
background: url(http://www.synovations.co.uk/packages/theme_htmlfive_reset/themes/htmlfive_reset/images/background3.png) center center fixed no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: #000;
overflow: auto;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background2.png', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background2.png', sizingMethod='scale')";


}

#wrapper {
	}
	

	

							

article, aside, figure, footer, header, hgroup, nav, section {display: block;}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {}



blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

hr {display: block; height: 1px; border: 0; border-top: 1px dotted #58595b; margin: 1em 0; padding: 0;}

input, select {vertical-align: right;}

pre {
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

/* Improving focus accessibility */
a:focus {outline: thin dotted;}

small {font-size: 85%;}

strong, th {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button {width: auto; overflow: visible;}

/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover */
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack */
body {font: 12px; font-family:Helvetica, Arial, sans-serif}

/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {color: #333;}

a {color: #03f;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #6ABB45; color: #fff; text-shadow: none;}
::selection {background: #6ABB45; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

ins {background-color: #fcd700; color: #000; text-decoration: none;}
mark {background-color: #fcd700; color: #000; font-style: italic; font-weight: bold;}





/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}

/* customize_miscellaneous */ /* customize_miscellaneous 


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {



}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topbar, #topnav, #section, #homecontent, #container,#footer{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:1000px;


	}
#footer{
	display:block;
	width:1000px;
	float:right;
	text-align:right;
	background-color:#FFF;
}
.footer-tag-line {
	display:block;
	text-align:right;
		float:right;
	background-color:#FFF;	width:970px;
	padding-right: 30px;


}
	
#container{
	display:block;
	width: 1000px;
	margin-top: 30px;
	height: 100%;
	min-height: 600px;
	background-color:#FFF;}
	
	
	


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

#header{
	padding:0 0 10px 0;
	height: 75px;


	}

#header #logo{
	background-image:url(http://www.synovations.co.uk/packages/theme_htmlfive_reset/themes/htmlfive_reset/images/logo.png);	background-repeat:no-repeat;
	height: 75px;
	margin-top: 35px;
	width: 300px;
	display: block;
	float:left;
	
	}


	
	
/* ----------------------------------------------Header Nav-------------------------------------*/

#header #topnav{
	display:block;
	float:right;
	width: 700px;
	margin:50px 0 0 0;
	padding:0;
	font-size:15px;
	font-family: Helvetica, Arial, sans-serif;
	text-align:right;
			font-weight: 100;
			letter-spacing: .05em;

	}
	
	
#header ul{
	margin:0;
	padding:0;
	list-style:none;
	padding-top: 10px;
	}

#header li{
	display:inline;
	margin-left:30px;
	}

#header li a:link, #header li a:visited, #header li a:hover{
margin:0;
	padding:0 3px 10px 3px;
	color:#FFF;
	}

#header li a:hover, #header li.active a{
	color:#999999;
	text-decoration:none;
	}

#header #topnav li.last{
	margin-right:0;
	}

#header li a.nav-selected, nav-selected {
	color:#8BC53F;

	}
	
	#header .nav-path-selected{
color:#8BC53F !important;
}
/* ----------------------------------------------Content-------------------------------------*/

#content{
	display: block;
	width:930px;
	padding-top: 48px;
	padding-bottom: 20px;
	padding-right: 0px;
	margin-left: 35px;
    overflow:hidden;
	min-height: 590px;
	
	}
		

	
#contentleft {
	float: left;
	width: 610px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	overflow:hidden;
	}
	
#contentright {
	float: right;
	width: 610px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	overflow:hidden;
	}
#contentright ul, #contentleft ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
  padding-bottom: 10px;

}
#contentright ul li, #contentleft ul li {
	margin: 0;
	padding: 0;
	background:url(http://www.synovations.co.uk/packages/theme_htmlfive_reset/themes/htmlfive_reset/images/bullet2.png) no-repeat;
	background-position: 0px 5px; 
 	padding-left: 14px; 

}


	/* ----------------------------------------------Column-------------------------------------*/

#sidebar {
	display:block;
	float:right;
	width:220px;
	padding-right: 20px;
	margin: 0;
	padding-bottom: 15px;

	}
#r_sidebar {
	float: right;
	width: 290px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}
	#news {
	float: right;
	width: 290px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	}
#l_sidebar {
	float: left;
	width: 290px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}
		
#l_sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
	padding-top: 0px;
	
	}

#l_sidebar li{
	display: block;
	height: 20px;
	padding-top: 7px;
				padding-bottom: 5px;

	border-bottom:1px dotted #ACACAC;
	font-size: 13px;

	
	}

#l_sidebar li a:link, #l_sidebar li a:visited {
	display: block;
		height: 20px;
			padding-top: 7px;
			padding: 3px 10px 0px 10px;
	color:#58595b;
	}

#l_sidebar li a:hover{
margin:0;
			padding: 3px 10px 0px 10px;
	color:#8BC53F;
	font-style:normal;
	text-decoration:none;
	
	}
	#l_sidebar li a.nav-selected, nav-selected {
			padding: 3px 10px 0px 10px;
			display: block;
	height: 20px;
	padding-top: 5px;
					padding-bottom: 0px;

	margin-top: -1px;
				color:#FFF;
						background-image:url(http://www.synovations.co.uk/packages/theme_htmlfive_reset/themes/htmlfive_reset/images/subnav.png);	background-repeat:no-repeat;

}
	
	#l_sidebar .nav-path-selected{
		background-color: #8BC53F !important;
		color:#FFF;
		padding: 0;
		margin: 0;
}

	
		/* ----------------------------------------------home-------------------------------------*/

.fl_left{float:left;}
.fl_right{float:right;}

#content .fl_left{
	display:block;
	float:left;
	width:610px;
	}

#content .fl_left .column2{
	display:block;
	width:610px;
	}

#content .fl_left .newsleft{
	display:block;
	float:left;
	width:290px;
	margin:0 30px 0px 0;
	padding:0;
	overflow: hidden;
	}
#content .fl_left .newsright{
	display:block;
	float:left;
	width:290px;
	margin:0 0px 10px 0;
	padding:0;
	}

/* Right Column */

#content .fl_right{
	display:block;
	float:right;
	width:405px;
	}

#content .fl_right img{
	float:left;
	margin:0 15px 25px 0;
	border:none;
		padding-bottom: 0px;

	}
	
	.ccm-SlideshowBlock-display {
		padding-bottom: 30px;
	}
		/* ----------------------------------------------form-------------------------------------*/

.Indented {
		margin-left: 60px;
	left: 400px;
	position: absolute;
	padding-top: 10px;
}
.Centre {
 	clip: rect(auto,100px,auto,auto);
	margin-left: 0px;	margin-top: 20px;

}
.Grey {
}
		/* ----------------------------------------------content-line-------------------------------------*/

.content-line {width:610px; /* set the width to whatever the overall size of the div is */ display: block; border: 0; border-bottom: 1px dotted #ACACAC; margin: 0; padding: 0;padding-top: 10px;padding-bottom: 10px; margin-bottom: 10px; background: #fff; overflow: auto;}

.content-line h1{  width:435px;   /* set the width and margin */  display:block; float:right; }
.content-line h2{  width:435px; display:block; float:right;}

.content-line h3{  width:435px;  display:block; float:right;}
.content-line h4 {  width:435px;  /* set the width*/  display:block; float:right;}
.content-line h5 {  width:435px;  /* set the width*/ display:block; float:right; margin:0 0 0px 0; }
.content-line p{ width:435px; /* set the width*/  display: block; float:right; }

.content-line ul
{
list-style-type: none;
padding: 0;
margin: 0;width:455px;float:right;
padding-bottom: 50px;

}
.content-line ul li
{
margin: 0;
padding: 0;
display: list-item;
background:url(http://www.synovations.co.uk/packages/theme_htmlfive_reset/themes/htmlfive_reset/images/bullet.png) no-repeat;
background-position: 0px 3px; 
padding-left: 14px; list-style-position: inherit; 
display: list-item; 

}


/* Sets the maximum size for images inside a content block */ 
.content-line p img{ width:150px; display:block; float:left; padding-top: 2px;}

.content-line p.about-image-block {
width:150px; height:100%; display:block; float: left;}

#blog-index {
padding-bottom: 25px;}
	
.r_block {
	padding-bottom: 10px;}
		
#break { display:block;
	height: 5px;
	clear:both;
margin-bottom: 10px;
    border-top: 1px dotted #ccc;
    }
	
.grid_4 main-content-thumb {
	width: 400px;
}