/*
Theme Name: AGT Valuers
Theme URI:
Description: Child theme based on BasicBiz
Version: 0.1
Template: basicbiz

*/

@import url('../basicbiz/style.css');

/* Add specific style overrides here... */

/*_____ Most of the stylesheet applies only to Screen _____________*/
@media screen {

body {
   background: #a9aea8;
}
#page	{
	width: 960px;
}
#header {
	background: #fff url(images/headerbg.jpg) top right no-repeat;
   height: 160px;
}
#site-title {
	font-size: 2.3em;
   margin: 40px 0 0 60px;
}
#site-description {
    margin: 0 0 0 60px;
    text-align: left;
	 font-size: 1.6em;
}
/* wrapper contains content and sidebar, to allow optimal content ordering */
#wrapper {
	width: 920px;
}
#nav ul {
    padding-left: 45px;
}

/* default is a two-column page */
#content {
	float: left;
	width: 600px;
	border-right: solid 1px #e0e0e0;
}
/* sidebar */
.sidebar {
	width: 318px;
	float: left;
   font-size: 100%;
   padding-top: 9px;
}
#content h1 {
    border-bottom: solid 1px #4877bf;
    padding-bottom: 2px;
}
#content h2 {
    background: #82a8df; /*#96b4df; #6a99df;   */
    color: #fff;
    padding: 4px 0 4px 10px;
}
.home #content ul li {
   list-style: none;
   margin-left: 0;
   background: url(images/tick.gif) 0 3px no-repeat;
   padding-left: 18px;

}
h2.widgettitle {
   text-transform: uppercase;
   border-bottom: solid 1px #e0e0e0;
   padding-bottom: 2px;
}
blockquote {
   margin-left: 0;
   background: url(images/quote4.png) 0 2px no-repeat;
   padding-left: 38px;
   font-style: italic;
}
blockquote cite {
}
cite {
	font-weight: bold;
}

}
