/*
Theme Name: DataSwift
Theme URI: http://www.dataswift.co.uk/
Description: DataSwift theme
Author: Stephen Courtney
Author URI: http://www.steve-c.co.uk/
Version: 2.0 
.
General comments/License Statement if any.
.
*/

body {
	font-family: Calibri, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #7f7f7f;
	color: #4d4d4d;
}

#centercolumn {
	position: relative;
	background-color: white;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-image: url(images/content-background.png);
}

#header {
	height: 166px;
	position: relative;
	background: url(images/header-background.jpg);
}

#DataSwift {
	position: absolute;
	bottom: 35px;
	left: 20px;
}

#topnav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 20px;
}

#topnav li {
	float: left;
}

#topnav a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
	text-align: center;
	text-decoration: none;
/*	font-weight: bold; */
	border: none;
	font-size: 19px;
	color: #4C4C4C;
}

#topnav a:hover {
	background-image: url(images/link-background.png);
}

#content {
	float: left;
	width: 690px;
	margin: 20px 20px 20px 20px;
}

div.content-column {
	float: right;
	width: 180px;
	margin-left: 10px;
	padding: 5px;
	background-color: #c6d8f7;
}

div.content-column ul {
	
	padding-left: 15px;
}

div.aside {
	border-left: 2px solid #4d4d4d;
	padding-left: 20px;
}

div.post {
	margin-bottom: 20px;
	margin-top: 20px;
}

div.postmetadata {
	margin-bottom: 5px;
}

#comment {
	width: 690px;
}

#latest {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	padding: 5px 10px 10px 10px;
}

#latest ul {
  	padding-top: 5px;
	margin-top: 0;
	padding-left: 8px;
	margin-left: 8px;
	margin-right: 5px;
	list-style: square;
    font-size: 12px;
}

#latest ul li {
  margin-bottom: 5px;
}


#searchbox {
	position: absolute;
	right: 0;
	top: 130px;
	width: 240px;
	padding: 10px;
	text-align: center;
	vertical-align: middle
}

#s {
	width: 180px;
}
#sidebar {
	float: left;
	width: 240px;
	padding: 10px;
	margin: 0 0 20px 0;
}

#sidebar ul {
	padding-left: 15px;
	list-style: square;
}

#content .service {
	border: 1px solid #eeeeee;
    padding: 2px;
    margin-bottom: 5px;
	 margin-right: 10px;
	 width: 216px;
	 float: left;
}
#content .lastservice {
	margin-right: 0;
}

#content .service:hover {

	border: 1px solid #b2b2b2;
}

#content .service img {
	float: left;
	display: block;
	padding: 1px 5px 1px 1px;
}

#content .service h4 {
	margin: 0 0 0 0;
   font-size: 15px;
	padding: 0 0 0 0;
	background-color: #d0dffc;
}

#content .service h4 a {
	line-height: 16px; 
	padding-bottom: 58px;
}

#content .service img {
	border: none;
}

#content .service a {
	display: block;
}

#content .service a:hover {
	border: none;
}

#content .service ul {
	clear: both;
}

#content .service ul {
	padding-top: 5px;
	margin-top: 0;
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 10px;
	list-style: square;
}



#logos {
	clear: left;
	width: 710px;
	text-align: center;
}

#logos img {
	vertical-align: middle;
	margin: 10px;
    border: none;
}

#logos a:hover {
  border: none;
}


#footer {
	position: relative;
	clear: left;
	background-color: #d0dffc;
	height: 222px;
	padding-left: 20px;
	padding-top: 20px;
	width: 710px;
}

#footer a {
	text-decoration: none;
	color: #404040;
}


#credits {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	background-color: #4c4c4c;	
	color: #b2b2b2;
	padding-left: 20px;
	padding-right: 20px;
}

#credits a {
	color: #b2b2b2;
}

#footer .details {
	float: left;
	margin-right: 20px;
	color: #808080;
}

.left, .alignleft{
	float: left;
}

.alignright, .alignleft {
	display: block;
}

.right, .alignright {
	float: right;
}

h2 {
	color: #4d4d4d;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

h3 {
	color: #4d4d4d;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
	margin-bottom: 6px;
}

a {
	color: #1b51ca;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted #4d4d4d;
}

div.wp-caption {

	border: 1px solid #cccccc;
	background-color: #eeeeee;
	text-align: center;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.wp-caption a {
	border: 0 none;
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

#attachment_115 {
	margin-right: 10px;
}

#attachment_116 {
	clear: right;
	margin-left: 10px;
margin-top: 10px;
}

blockquote {
	display: block;
	width: 400px;
	margin-left: 30px;
	font-size: 130%;
	background-color: #eeeeee;
}

p.attributions {
        font-size: 80%;
        color: #555555;
}