/*
Theme Name: Datadetect
Description: Datadetect, 1 Column, 1 Right Sidebar
Version: 1.0
Author: Janine Meyer
Author URI: http://www.bouncedesign.co.za
*/


/*general alignment*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.center {
  text-align: center;
}

/*the main div containers*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	margin: 0;
	padding: 0;
	background: #e6edf2;
}
#wrapper {
	width: 824px;
	margin: 0px auto 20px auto;
	padding: 0px;
	background: url(../images/wrapperbg.jpg);
}
#header {
	height: 130px;
	width: 810px;
	margin: 0px 0px 0px 7px;
	background: #a8b2be url(../images/testimonials/strip.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0;
}

#headerrightimage {
	margin: 0;
	float: left;
	padding: 0;
}

#headerslogan {
	margin: 0;
	padding: 0;
}

#headertestimonials {
	margin: 0;
	padding: 10px;;
	color: #ffffff;
}

#branding-area {
	
	width: 824px;
	margin: 0px;
	text-align: center;
	padding: 0px;
}

#topmenu {
	
	width: 824px;
	margin: 0px;
	text-align: center;
	padding: 0;
}

#main {
	width: 824px;
}
#content {
	width: 549px;
	padding: 0;
	float: left;
	line-height: 1.3em;
	margin: 20px 0 0 25px;
}

#homecontent {
	width: 800px;
	padding: 0;
	float: left;
	margin: 20px 0 0 20px;
}

#sidebar {
	width: 200px;
	float: right;
	margin: 20px 25px 0 0;
}

#homeleft {
	width: 406px;
	padding: 0;
	float: left;
	margin: 0;
}
#homeright {
	width: 339px;
	float: right;
	margin: 0;
	padding: 0;
	margin: 0 25px 0 10px;
}

#homeleft ul {
	margin: 15px 0 0 0;
	padding: 0;
	width: 406px;
	text-align: center;
}

#homeleft li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 9px 0 0;
}

#footer {
	height: 270px;
	clear: both;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	margin: 7px;;
	padding: 0;

}

#fromtheblog {
padding: 1px 15px 15px 15px; 
background-color: #E6EDF2
}

#fromthebloghome {
padding: 1px 15px 15px 15px; 
background: #E6EDF2 url(../images/blog/blog-footer.gif);
background-repeat: no-repeat;
background-position: bottom;
}

#whydatadetect {
background: url(../images/block1.gif);
background-repeat: no-repeat;
width: 406px;
height: 125px;
}

#whydatadetect ul {
	margin: 0;
	padding: 10px 0 0 5px;
	width: 406px;
	text-align: left;
	
}

#whydatadetect li {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	background-image: url(../images/bullet.gif); 
   background-repeat: no-repeat; 
   background-position: 5px 0; 
   padding-left: 20px; 
}

#otherinfo {
padding: 1px 15px 15px 15px; 
}

.serviceicon {
padding: 0px 5px 5px 5px; 
}

a.blog {
	font-weight: bold;
	color: #064383;
	text-decoration: none;
}

.date {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

a.blog:hover {
	font-weight: bold;
	color: #064383;
	text-decoration: none;
}

#icons {
	text-align: center;
	color: #ffffff;
	font-size: 9px;
	height: 60px;
	margin: 20px 0 0 0;
	padding: 0;
}

#seolinks {
	text-align: center;
	color: #a0afbe;
	font-size: 11px;
	background: #0D3259;
	
	padding: 20px 0 20px 0;
}

#copyright {
	text-align: center;
	color: #ffffff;
	font-size: 10px;
	background: #0D3259;
	
	padding: 20px 0 0 0;
}

#address {
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	background: #07407C;
	padding: 15px 0 15px 0;
}

/*some general classes */
.description {
    position: relative;
	padding: 5px 0 5px 35px;
	display: none;
}
.post {
	padding: 5px;
	font-size: .9em;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.navigation {
  clear: both;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}

/*style the header h1 - the main heading*/


/*style for menu and submenu, pages and sub-pages in the header*/
#menu{
	padding: 0;
	white-space: nowrap;
	margin: 0;
	width: 750px;
	display: none;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
}
#menu li a:hover {
	text-decoration: underline;
}


/*style the headings*/
#content h1 {
	font-size: 1.5em;
}
#sidebar h1 {
	font-size: 1.4em;
}
#sidebar h2 {
	font-size: 1.1em;
	margin: 15px 5px 5px 5px;
}
.post h2 {
	font-size: 1.8em;
	margin: 20px 0;
	line-height: 20px;
}
.post h3 {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
}


/*style content and footer links*/
#content a:link, #content a:visited {
	padding: 2px;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #064383;
}
#footer a:hover {
	text-decoration: none;
}

/*style sidebar links*/
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar li a:link, #sidebar li a:visited {
	display: block;
	text-decoration: none;
	margin-bottom: .1em;
	padding: 1px;
}
#sidebar li a:hover {
	text-decoration: underline;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li, #sidebar ul ul li {
  font-size: 11px;
  margin-left: 10px;
}


/*if you insert image and give it a class of the below.*/
img.centered{
	display: block;
	margin: 0 auto 0 auto;
}
img.alignright{
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft{
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}





/*these are some preventative measures for image hovers, haven't tested it much*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}

a.image img {
	border: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
	line-height: 15px;
}

h1 {
	color: #064383;
	font-size: 16px;
	line-height: 22px
}

h2 {
	color: #2771AF;
	font-size: 12px;
	line-height: 16px
}

hr {
	color: #9D9D9D;
}

a {
	font-weight: normal;
	color: #064383;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	color: #064383;
	text-decoration: none;
}

.mainborder {
	border: 1px solid #336699;
}

.toplinks {
background: #A5CBE2;
margin: 0;
padding: 10px;
}

.white {
	font-weight: normal;
	color: #FFFFFF;
}

a.white {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.white:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#seolinks a:link {
	font-weight: normal;
	color: #a0afbe;
	text-decoration: none;
}

#seolinks a:visited {
	font-weight: normal;
	color: #a0afbe;
	text-decoration: none;
}

#seolinks a:hover {
	font-weight: normal;
	color: #a0afbe;
	text-decoration: underline;
}

#copyright a:link {
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

#copyright a:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.spacer {
	padding: 0px 5px 0px 5px;
}
