/*
Theme Name: a4 plus theme
Theme URI: a4plus.co.uk	
Description:
Author: IM uidigital.com
Author URI: http://www.uidigital.com
Version: 1.0
*/


/*
Default browser styles reset + common css rules
Don't forget to set a foreground and background color on the 'html' or 'body' element!
*/

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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
/*line-height: 1em;	yes, em, not unitless*/
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	}
a img, :link img, :visited img {
	border: 0;
	}
:link, :visited {
	text-decoration: none;
	color:#114F6D;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th { 
	text-align: left; 
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}

a{
	outline:none;
}
legend, hr {
	display: none;
	visibility: hidden;
	}
button {
	cursor: pointer;
	}
abbr, acronym {
	cursor: help;
	border: none;
	}
#contentleft strong {
	display:block;
font-weight:bold;
padding-bottom:10px;
	}
em {
	font-style: italic;
	}
/*left margin for elements that need it IF THEY NEED IT
----------------------------------------
li, blockquote {
  margin-left: 1.5em;
	}
ol li {
  margin-left:2em;
	}
*/ 



blockquote{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
background:#fcfcfc url(images/blockquote.jpg) no-repeat scroll left top;
border:2px solid #dfdfdf;
font-family:Georgia;
font-style:italic;
margin:30px;
padding:28px;
font-size:14px;
}







/*misc useful classes
---------------------*/
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	}
.hide {
	display: none;
	visibility: hidden;
	}
.center {
	text-align: center;
	}








/*clearfix
----------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*END clearfix



/*Generic Levin image replacement -  http://levin.grundeis.net/files/20030809/alternatefir.html
----------------------------------------------------*/
.replace { 
	position:relative; 
	margin:0px; 
	padding:0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ overflow: hidden; /* */ 
	} 
.replace span {
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; /*for Opera 5 and 6*/ 
	}
/*Example HTML - all elements that require replacement use the .replace class then set the rule for the specific image and dimensions and associate with the elements ID.

<h1 id="myh1" class="replace" >Headline<span></span></h1> 

the add the CSS:
#myh1, #myh1 span { 
	height:100px; 
	width:300px; 
	background-image: url(head.png); 
} 
----------------------------------------------------*/
body{
	margin: 0;
	padding: 0;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	font-family: Arial;
	font-size:0.8em;
	background-color: #FFF;
	color: black;
	text-align: center;
}

#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow:hidden;
}

#header-top{
height:164px;
margin-left:auto;
margin-right:auto;
position:relative;
width:960px;
float:left;
display:block;
}
#logo{
	float:left;
	margin-top:10px;
}

#telephone{
background-image:url(images/telephone.jpg);
background-repeat:no-repeat;
height:55px;
position:absolute;
right:0;
text-align:right;
top:68px;
width:252px;
}
#telephone span{
	
	}
#navig{
position:absolute;
right:0;
top:-7px;
width:auto;
}

#navig ul li {
display:inline;
float:left;
}
#navig ul {
background-image:url(images/navig.jpg);
background-repeat:no-repeat;
height:72px;
margin-top:7px;
padding:0;
width:594px;
}
#navig ul li a {
border-right:1px solid #DFDFDF;
border-left:1px solid #fff;
color:#111;
font-family:Tahoma;
font-size:12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight: bold;
line-height:normal;
margin:0;
padding:11px 20px;
text-align:center;
text-decoration:none;
display:block;
float: left;
text-transform: uppercase;
text-shadow: 1px 1px #dcdcdc;
}
#navig ul li a:hover{
	background-color:#BDBDBD;
}

#navig ul li.current_page_item a{
	background-color:#BDBDBD;
}
#navig ul li:first-child a{
	border-left:none;
}

#navig ul li:first-child{
	margin-left: 47px;
}
#navig ul li:last-child a{
	border-right:none;
}
#navig ul li a.borderless{
	border-right:none;
}



#searchform2 {
margin-top:7px ;
float: right;
}
#searchform2 form {
margin:0pt;
}
#searchform2 #txt2 {
background-color:white;
border:medium none;
width: 160px;
height: 20px;
font-size: 1.5em;
padding-left: 3px;
}
#searchform2 .equal {
vertical-align:middle;

}
#btn2 {
	background-image: url(images/btn-search.jpg);
background-repeat: no-repeat;
width: 92px;
height: 27px;
border: none;
color:white;
cursor: pointer;
}

#content{
width:960px;
overflow:hidden;
margin-bottom:25px;
}

.inner-content{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border: 1px solid #fff;
	width: 958px;
	background:#fff;
	
	margin-bottom:0px!Important;
}

#contentleft{
float:left;
overflow:hidden;
width:672px;
display:inline;

}

#post img{
	display:block;
	margin-bottom:15px;
}
#post{
	font-size: 12px;
	padding: 15px;
	min-height:690px;
	background-image: url(images/maincontent-back.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#post ul li a:hover{
	text-decoration: underline;
}
#post h2{
	font-size:18px;
}
#post h3{
	font-size:14px;
}
#contentleft #about{
border-left:1px solid #888888;
border-right:1px solid #888888;
float:right;
margin-top:10px;
padding-left:15px;
padding-right:15px;
width:475px;
}

 #contentleft #test{
background-image:url(images/test-cloud.gif);
background-repeat:no-repeat;
background-position: top center;
float:right;
width:220px; 
overflow:hidden;
margin-top:8px;
}
/*
.text p{
color:#4d4d4d;
font-size:11px;
text-align:left;
	 }
 

.text{
background:#E6E6E6 none repeat scroll 0 0;
border-bottom:1px solid #D2D2D2;
border-left:1px solid #D2D2D2;
border-right:1px solid #D2D2D2;
margin-top:35px;
padding:5px 26px 26px;
width:auto;
-moz-border-radius:5px;
-webkit-border-radius:5px;
float:right;

}

.text strong{
	font-size:12px;
}

.text h3{
	font-size:18px;
	font-weight: normal;
}
.text img{
	float:left;
	margin-right:5px;
	margin-top:5px;
}
*/
p.title{
	font-size: 20px;
	font-style: Italic;
	color: #114F6D;
	border-bottom:1px solid #DFDEE2;
	padding-left: 5px;
}

#sidebar{
float:right;
margin-top:0px;
padding-top:0px; 
padding-left:5px;
padding-right:5px;
padding-bottom:0px;
width:270px;
display:inline;
position:relative;
z-index: 300px;
}


#sidebar h2{
	font-family:Arial;
font-size:18px;
padding-bottom:5px;
color:#000;
font-weight:normal;
}
#sidebar ul li a{
	color:#000;
	position:relative;
}

#sidebar ul li a:hover{
	color:#000;
}
#sidebar ul li{
	background-image: url(images/img-li.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 1px dotted #dfdfdf;
	padding-left: 15px;
	position:relative;
}

/*
#sidebar img.opc{
	opacity:10;
    filter:alpha(opacity=1);
	 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}*/
div.side{
clear:both;
display:block;
margin-bottom:30px;
margin-left:13px;
margin-top:20px;/*was 40px*/
width:236px;
}

.boxes{
	margin-top: -6px;
}

#footer{
	background-image:url(images/footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 80px;
	text-align: center;
margin-top: -3px;
padding-top:10px;

}
#footer p{
	text-align: center;
	line-height: 1.2em;
	padding-top: 14px;
	color: #888;
	font-size:11px;
	
}

#footer a{
	color: #808080;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
img.right{
	float: right;
}




#comment{width: 650px;}
#about li {padding-top: 5px;}
#commentform {margin-top: 5px;}

small{
	
}
#about .entry {}


.content-wrapp{
	overflow:hidden;
	background: white;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding:20px;
margin-top:10px;
margin-right:10px;
}

#contentleft h2{
	font-size:27px;
	font-family: Arial;
	font-weight:normal;
}
#contentleftBACKUPCOPY h3{
  font-size:21px;
  font-weight:normal;
  padding-bottom:10px;
  padding-top:10px;
  margin-top:10px;
}

#contentleft h3{
  font-size:21px;
  font-weight:normal;
  padding-bottom:4px;
  padding-top:1px;
  margin-top:1px;
}

#test h3{
  font-size:18px;
  font-weight:normal;
  padding-bottom:0px;
  padding-top:10px;
}
#contentleft ul{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 40px;
}
#contentleft ul li{
	/* list-style-position: inside; Balinder 20100725 this was causing it to put bullets in next line to the list text on IE */
	list-style: square;
	padding-bottom:5px;
padding-top:5px;
}

.logos{
	float:left;
	width:160px;
}


#about a{
	color: #F05A28;
	text-decoration: underline;
}

#contentleft .entry a{
	color: #888;
}
#text-field {
background-color:white;
background-image:url(images/ico-search.gif);
background-position:left center;
background-repeat:no-repeat;
border:1px solid white;
float:left;
height:10px;
padding:5px;
text-indent:20px;
width:200px;
}
#search-form{
	display: inline;
	float:left;
}

.post{
background:transparent none repeat scroll 0 0;
border-bottom:1px solid #DFDFDF;
margin-bottom:20px;
padding:0 0 20px;
position:relative;
}
 
 .post .post,
 .page{
	background-image: url(images/img-post.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	padding:5px;
 }
 
 .rss{
 background-image: url(images/rss.jpg);
 background-repeat: no-repeat;
bottom:0;
color:white;
font-size:11px;
height:88px;

right:23px;
width:258px;
clear:both;
float:left;
 }
 
.rss a{
display:block;
float:left;
height:45px;
margin-left:14px;
margin-right:-1px;
margin-top:33px;
width:45px;
text-indent:-99999px;
} 
 .rss p{
float:left;
padding-top:16px;
}

.rss img{
	float:right;
}

.alignleft{
	float: left;
	margin-right: 10px;
	padding:1px;
	border:1px solid #888;
	margin-top:5px;
}

#contentleft ul.featured li{
	background-image: url(images/img-featured-list.jpg);
	background-repeat:no-repeat;
	padding-left:0;
	background-position: 0 6px;
	list-style: none;
	padding-left:28px;	
}
#contentleft ul.featured{
	margin: 0px;
}
.piclenselink{
	display:none;
}



/* slider */


a img{
 border:0;
}
div.wrap{
margin-left:0;
text-align:left;
width:672px;
}
 div#top div#nav{
  float:left;
  clear:both;
  width:993px;
  height:52px;
  margin:22px 0 0;
  background:url url(images/nav-bg.png) 0 0 no-repeat;
 }
  div#top div#nav ul{
   float:left;
   width:700px;
   height:52px;
   list-style-type:none;
  }
   div#nav ul li{
    float:left;
    height:52px;
   }
    div#nav ul li a{
     border:0;
     height:52px;
     display:block;
     line-height:52px;
     text-indent:-9999px;
    }
 
div#header{
 margin:-1px 0 15px;
}
div#video-header{
 height:683px;
 margin:-1px 0 0;
}
 div#header div.wrap{
 background:transparent url(images/slider-back.png) no-repeat scroll 50% 0;
height:491px;
 }
 div#header div#slide-holder{
height:491px;
position:absolute;
width:672px;
z-index:40;
 }
  div#header div#slide-holder div#slide-runner{
height:491px;
left:11px;
overflow:hidden;
position:absolute;
top:11px;
width:654px;
  }
  div#header div#slide-holder img{
   margin:0;
   display:none;
   position:absolute;
	
  }
  div#header div#slide-holder div#slide-controls{
   left:0;
   bottom:37px;
   width:650px;
   height:46px;
   display:none;
   position:absolute;
   background:url(images/slide-bg.png) 0 0;
  }
   div#header div#slide-holder div#slide-controls p.text{
    float:left;
    color:#fff;
    display:inline;
    font-size:10px;
    line-height:16px;
    margin:15px 0 0 20px;
    text-transform:uppercase;
   }
 
   div#header div#slide-holder div#slide-controls p#slide-nav{
    float:right;
    height:24px;
    display:inline;
    margin:11px 15px 0 0;
   }
    div#header div#slide-holder div#slide-controls p#slide-nav a{
    background-position:0 0;
background-repeat:no-repeat;
color:#FFFFFF;
display:inline;
float:left;
font-size:11px;
font-weight:bold;
height:24px;
line-height:23px;
margin:0 5px 0 0;
text-align:center;
text-decoration:none;
width:25px;
    }
    div#header div#slide-holder div#slide-controls p#slide-nav a.on{
     background-position:0 -24px;
    }
div#header div#slide-holder div#slide-controls p#slide-nav a{background-image:url(images/silde-nav.png);}
div#nav ul li a{background:url(images/nav.png) no-repeat;}

#slide-client span{
	font-weight: bold;
	font-size:15px;
}

.entry p{
	margin-right:15px;
	line-height: 1.6em;
}


#searchform{
overflow:hidden;
}
.screen-reader-text{
	display:block;
float:left;
}

#s{
	clear:both;
display:block;
float:left;
}

#searchsubmit{
	display:block;
float:left;
margin-top:-1px;
}

#sidebar li.current_page_parent{
	border: none;
	margin-bottom:15px;
}

#sidebar li a{
		font-weight: bold;
}

#sidebar li.page-item-7, #sidebar li.page-item-2 {
	border: none;
}

#sidebar ul li ul li a{
	font-weight: normal;
}

#quotation {
float: right;
}