/*
Theme Name: Data Plus Insight
Theme URI: http://??.org/
Description: The default WordPress theme for Data Plus Insight.
Version: 1
Author: Equal Design
Author URI: http://equaldesign.co.uk/
Tags: Nothing Yet!
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #A6A6A6;
	font-size: 0.9em;
}
a img {
	border: none;
}
h1, h2, h3, h4 {
	color: #000000;
	font-weight: normal;
	margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: underline;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

#header-wrap {
	width: 100%;
	background-color: #000000;
	padding-top: 15px;
}
#header {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#header #site-name {
	float: left;
	width: 620px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: inline;
	text-indent: -9999px;
	height: 75px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #search-rss {
	float: right;
	width: 205px;
	display: inline;
}
#header #search-rss #search-box {
	padding: 8px;
	border: 2px solid #37617D;
	margin: 0px;
	float: left;
	margin-top: -1px;
	background-color: #CCCCCC;
}
#header #search-rss #search-button {
	float: right;
}
#header #search-rss #rss {
	text-align: right;
	margin-top: 5px;
}
#header #search-rss #rss a img {
	border: none;
}

#navbar {

}
#navbar ul {
	list-style-type: none;
}
#navbar ul li {
	float: left;
	display: inline;
	margin-right: 10px;
}
#navbar ul li a {
	text-decoration: none;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #37617D;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}
#navbar ul li.current_page_item a {
	background-color: #FFFFFF;
	color: #000000;
}
#navbar ul li a:hover {
	background-color: #FF0000;
	color: #000000;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 40px;
}

#email {
	margin-bottom: 20px;
	text-align: right;
}
#email a img {
	border: none;
}

#content {
	float: right;
	display: inline;
	width: 580px;
}
#content h2 {
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.post ul.pptdownload {
	list-style-type: none;
}
.post ul.pptdownload li a {
	background-image: url(images/ppt-icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	width: 15px;
	padding-left: 18px;
	text-decoration: none;
	color: #990000;
}
.post ul.pptdownload li a:hover {
	text-decoration: underline;
}
.post-assets {
	margin-bottom: 20px;
}
.post-assets-left {
	width: 280px;
	float: left;
	display: inline;
}
.post-assets-left img {
	margin-bottom: 20px;
}
.post-assets-left p {
	margin-bottom: 10px;
	line-height: 1.5;
}
.post-assets-right {
	float: right;
	display: inline;
	width: 580px;
}
.post {
	margin-bottom: 40px;
}
.post p {
	margin-bottom: 10px;
	line-height: 1.5;
}

.post-archive-left {
	float: left;
	display: inline;
	width: 330px;
	margin-right: 20px;
}
.post-archive-right {
	float: right;
	display: inline;
	width: 230px;
}

#sidebar {
	float: left;
	display: inline;
	width: 240px;
	padding: 20px;
	background-color: #E6E6E6;
}
.about-image {
	margin-bottom: 20px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	margin-bottom: 12px;
}
#sidebar ul li a {
	background-image: url(images/archives-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 13px;
	padding-left: 18px;	
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	display: block;
	padding-bottom: 12px;
}
#sidebar ul li a:hover {
	color: #37617D;
}
#sidebar ul ul {
	margin-bottom: 20px;
}

#footer {
	padding-top: 20px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	margin-top: 20px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.pptimg {
	margin-bottom: 10px;
}
.skiptranslate {
	background-color: #000000;
	padding: 5px;
	margin-top: 5px;
	color: #000000;
}
.skiptranslate img {
	display: none;
}
