/*
Theme Name: applied it
Theme URI: http://www.appliedit.co.uk
Description: Custom WordPress theme for appliedit.co.uk, requirements: WP 2.7+
Version: 0.1
Author: IM uidigital.com
Author URI: uidigital.com
Tags:  2 columns, fixed width, 1 sidebar or widgets
*/

/*
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;
	}
a{
	color: black;
}
:link, :visited {
	text-decoration: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th { 
	text-align: left; 
	}
ol, ul {
	list-style: none;
	}
blockquote p
{
  	color:#2E2E2E;
  	font-family: Arial, Helvetica, Sans-Serif;
  	letter-spacing: 0px;
  	text-align: left;
  	margin-top: 2px;
  	margin-bottom: 3px;
  	line-height: 125%;
}
blockquote
{
	background-color:#F5F5F5;
	background-image: url(images/blockquote.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	border:4px solid #DFDFDF;
	margin:10px;
	padding:20px;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	
	}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
p {
	margin: 0 0 1em;
	text-align: left;
	}
legend, hr {
	display: none;
	visibility: hidden;
	}
button {
	cursor: pointer;
	}
abbr, acronym {
	cursor: help;
	border: none;
	}
strong {
	font-weight: bold;
	}
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;
	}
*/ 

a{
	outline:none;
}









/*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;*/
	background-color:#F4F4F4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	}
#wrapp{
	width: 970px;
	margin: 0 auto;
	overflow:hidden;
	text-align: left;
}

#header.home{
	width: 970px;
	position: relative;
	height: 272px;
	background-image: url(images/header-home.jpg);
	
}
#header{
	width: 970px;
	position: relative;
	height: 145px;
	background-image: url(images/header-inner.jpg);
	
}
a#logo{
	float: left;
	margin-top: 15px;
	margin-left:20px;
}

/* menu navigation */
	
	.nav{
		position: absolute;
		left: 3px;
		top:89px;
		
	}
	.nav ul li {
		display: inline;
	}
	
 .navigation {
	height:32px;
	margin:11px 0;
	overflow:hidden;
	padding-left:15px;
	padding-right:15px;
	position:relative;
	width:auto;
        }
 .navigation li {
float: left;
list-style: none;
margin-right:25px;
text-align:center;
z-index:99;

                }
	 .navigation li.current_page_item a{
	 	font-weight: bold;
	 }

.navigation li.back {
    background: url('images/li-bg.png') no-repeat right -33px;
    width: 9px; 
	height: 33px;
    z-index: 8;
    position: absolute;
	
                    }
.navigation li.back .left {
    background: url('images/li-bg.png') no-repeat left top;
	  height: 32px;
    margin-right: 18px; /* 7px is the width of the rounded shape */
	 
                        }
.navigation li a {
   font: normal 12px arial;
   text-decoration: none;
   color: #fff;
   outline: none;
   text-align: center;
    top: 8px;
    letter-spacing: 0;
   z-index: 100;
   display: block;
   float: left;
 height: 32px;
 position: relative;
 overflow: hidden;
 margin: auto 10px;    
                    }
 .navigation li a:hover, .navigation li a:active, .navigation li a:visited {
   border: none;
                        }
								
#content{
	margin: 0 auto;
	width: 950px;
	overflow: hidden;
}

#sidebar{
	float:left;
	width: 290px;
	display:inline;
	background-image: url(images/sidebar-line.gif);
	background-repeat: repeat-y;
	background-position: right;
	font-size: 12px;
}
#sidebar h2{
	background-image:url(images/sidebar-title.png);
	background-repeat:no-repeat;
	color:#333333;
	font-size:20px;
	font-style:italic;
	padding:13px 58px;
}
#sidebar h2.widgettitle{
	background-image:url(images/sidebar-title.png);
	background-repeat:no-repeat;
	color:#333333;
	font-size:20px;
	font-style:italic;
	padding:13px 58px;
}

#sidebar li.widget{
	background-image: none;
	padding-left: 0;
}
#sidebar li a{
	color: #000;
	padding: 10px;
	display: block;
}
#sidebar ul{
	width:230px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:20px;
}
#sidebar ul li{
	background:transparent url(images/bullet.gif) no-repeat scroll 0 10px;
	padding-left: 25px;
	/*padding-top:10px;
	padding-bottom: 10px;*/
	border-bottom: 1px dotted #ccc;
	position:relative;
}
#sidebar ul li:hover{
	
	font-weight: bold;
}
.maincontent{
	float: right;
	width:630px;
	display: inline;
	margin-top:10px;
	padding-left: 10px;
	padding-right: 10px;
}

.maincontent h2{
	font-size: 23px;
	padding-bottom: 10px;
	background-image: url(images/hor-line.jpg);
	background-repeat: repeat-x;
	width:100%;
	background-position: bottom;
	margin-bottom:10px;
}

.maincontent h2 a{
	color:#000;
}
	.maincontent p{
		line-height: 1.9em;
			text-align: left;
			font-size:12px;
	}	
	
	.maincontent h3{
		font-size: 19px;
	padding-bottom: 10px;
	}	
	
	.maincontent ul{
		margin-left: 40px;
		margin-bottom: 15px;
		font-size:12px;
		
	}
	.maincontent ul li{
		list-style: circle;
		padding-bottom:5px;
		padding-top: 5px;	
	}
	
	img.alignleft{
		float: left;
		margin-right: 10px;
		border:1px solid #ccc;
		background-color:#fff;
	}
	.maincontent img{
	padding: 2px;
	margin-right: 10px;
	margin-top:5px;
	}
						
#promo{
	width: 970px;
	height: 322px;
	background-image: url(images/promo.jpg);
	background-repeat: no-repeat;
	position:relative;
}

.services{
	margin-left:103px;
	margin-top:27px;
	float:left;
}

.services h2{
	font-size: 26px;
	color:#333;
}
.services ul{
	margin-top:15px;
}

.services ul li{
	background: transparent url(images/li-ticker.gif) no-repeat 0 3px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	color:#333;
	padding-top:3px;
	padding-bottom: 3px;
	position: relative;
	
}
.services ul li a{
	color: black;
}
span.more{
left:416px;
position:absolute;
top:249px;
}
span.more a{
	color:#282828;
	display:block;
	font-family:Georgia;
	font-size:21px;
	padding:6px 55px 6px 8px;
}
/*
span.more a:hover{
	color: #74B64A;
}*/
span.message{
background-image:url(images/microsoft-logo.jpg);
background-repeat:no-repeat;
bottom:6px;
height:75px;
left:29px;
position:absolute;
width:300px;
text-indent:-9999px;
display:none;
}
#boxes{
	width: 970px;
	overflow: hidden;
	margin-left:11px;
margin-top:10px;
}

.affordable{
	background-image:url(images/home-box.jpg);
	display:inline;
	float:left;
	height:154px;
	margin-right:8px;
	padding:11px;
	width:209px;
	position:relative;
}

.local{
	background-image: url(images/home-box.jpg);
	height:154px;
	margin-right:8px;
	padding:11px;
	width:209px;
	float:left;
	display:inline;
	position:relative;
}
.green{
	background-image: url(images/home-box.jpg);
	height:154px;
	margin-right:8px;
	padding:11px;
	width:209px;
	float:left;
	display:inline;
	position:relative;
}
.contact{
	background-image: url(images/home-box.jpg);
	height:154px;
	margin-right:8px;
	padding:11px;
	width:209px;
	float:left;
	display:inline;
	position:relative;
}

span.readmore{
bottom:17px;
position:absolute;
right:32px;
}
.search{
clear:both;
position:absolute;
right:21px;
top:108px;
}

.affordable h3{
	font-size: 23px;
	color:#74B64A;
	background: transparent url(images/ico-affordable.jpg) no-repeat center right;
	line-height: 1.5em;
	display:inline-block;
	width:100%;

}

.local h3{
	font-size: 23px;
	color:#74B64A;
	background: transparent url(images/ico-local.jpg) no-repeat center right;
	line-height: 1.5em;
		display:inline-block;
		width:100%;
}

.green h3{
	font-size: 23px;
	color:#74B64A;
	background: transparent url(images/ico-green.jpg) no-repeat center right;
	line-height: 1.5em;
		display:inline-block;
		width:100%;
}

.contact h3{
	font-size: 23px;
	color:#74B64A;
	background: transparent url(images/ico-contact.jpg) no-repeat center right;
	line-height: 1.5em;
		display:inline-block;
		width:100%;
}


.affordable p,
.local p,
.green p,
.contact p{
	margin-top:15px;
	color: #fff;
	font-size: 14px;
}

.affordable h3 a,
.local h3 a,
.green h3 a,
.contact h3 a{
	color:#74B64A;
	
}
span.readmore a{
	color:#000;
}
#search-form{
	width:200px;
	height:30px;
}
#search-form #text-field{
	width: 200px;
	border: none;
	background-color:white;
}


.login{
float:right;
margin-right:30px;
margin-top:9px;
}

.login p{
	color: #fff;
	font-size: 11px;
}
.login p a{
	color: #fff;
	font-size: 11px;
	font-weight:bold;
}
#footer{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 970px;
	height: 47px;
	margin-top:10px;
	margin-bottom:10px;
}

#footer p.left{
	float:left;
	margin-left:30px;
	margin-top:10px;
}
#footer p.right{
	float:right;
	margin-right:30px;
	margin-top:18px;
}
#footer p.right a{
	color: #000;
}

*html div.login{
	margin-right:13px;/*style for IE*/
}
*html ul.navigation li.back {
    background: url('images/li-bg.gif') no-repeat right -33px;/*style for IE*/
	
                    }
*html ul.navigation li.back .left {
    background: url('images/li-bg.gif') no-repeat left top;/*style for IE*/
	 
                        }
		*html div.services{
			margin-left: 53px;/*style for IE*/
		}						


*html body{ behavior: url(csshover.htc);/*style for IE*/}

a.more-link{
	color: #000;
	font-weight:bold;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}

a.more-link:hover{
	text-decoration: underline;
}

#sidebar li.current_page_item{
	font-weight:bold;
}

.phone{
background-image:url(images/phone.jpg);
height:38px;
position:absolute;
right:5px;
top:46px;
width:277px;
	
}

.note{
	background-image: url(images/yellow-note.png);
	background-repeat: no-repeat;
	width:240px;
	height:118px;
	position: absolute;
	right: 250px;
	top:10px;
	
}

.entry p a,
.entry ul li a{
	color: green;
	text-decoration: none;
}

.entry p a:hover,
.entry ul li a:hover{
	text-decoration: underline;
}

.entry p a.nolink{
	color:black;
	text-decoration:none;
}