/*
Theme Name: dbShards Theme
Theme URI: http://www.dbshards.com/
Description: Website and weblog theme for dbShards website.
Author: James Burrage
Version: 1.0.4
*/

/*
	Title: Reset default browser styles
	Author: Based on http://meyerweb.com/eric/tools/css/reset/
	Version: v1.0, 19-May-2010
*/

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-weight: inherit; */
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*
	Title: dbShards Website Theme
	Author: Main website styles for dbshards.com
	Version: v2.0, 08-Jun-2010
*/


body {
	margin: 0;
	padding: 0;
	background-color: #eee;
}

#container {
	width: 900px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #444444;
	font-family: Verdana, sans-serif;
	padding: 10px;
}

#header {
	margin-bottom: 10px;
}

#header-navigation {
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	margin-top: 10px;
	padding: 6px 0 6px 6px;
	font-size: 80%;
	letter-spacing: 0.07em;
}

#header-navigation ul {
	list-style-type: none;
	text-transform: uppercase;
	width: 800px;
}

#header-navigation li {
	padding: 0;
	margin: 0 30px 0 0;
	display: inline;
}

#header-navigation a:link {
	text-decoration: none;
	color: #444444;
}

#header-navigation .current a:link {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

#header-navigation .current a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

#header-navigation .current a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #aaa;
}

#header-navigation .current a:active {
	text-decoration: none;
	font-weight: bold;
	color: #444444;
}

#header-navigation-menu a:link {
	text-decoration: none;
	color: #444444;
}

#header-navigation-menu a:visited {
	text-decoration: none;
	color: #444444;
}

#header-navigation-menu a:hover {
	text-decoration: none;
	color: #aaa;
}

#header-navigation-menu a:active {
	text-decoration: none;
	color: #444444;
}

#header-navigation-rss {
	float: right;
	width: 20px;
}

/* Content */

#content {
	float: right;
	width: 76%;
	margin: 10px 15px 50px 0;
}

#content h1 {
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 15px;
	/* letter-spacing: 0.02em; */
}

#content h2 {
	font-size: 110%;
	font-weight: normal;
	margin: 20px 0 10px 0;
}

#content h3 {
	font-size: 90%;
	font-weight: bold;
	margin: 12px 0 12px 0;
	letter-spacing: 0.02em;
}

#content h4 {
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
}

#content p {
	margin: 15px 0 15px 0;
	line-height: 1.6em;
}

#content-home-left {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

#content-home-right {
	float: right;
	width: 30%;
	margin: 10px 0 10px 0;
}

#content-home h1 {
	margin: 0 0 10px 0;
	font-size: 150%;
	font-weight: normal;
	text-align: center;
}

#content-home h2 {
	margin: 0 0 10px 0;
	font-size: 105%;
	font-weight: normal;
}

p, .postnavigation {
	font-size: 80%;
	padding: 0;
	margin: 5px 0 5px 0;
	line-height: 1.4em;
}

#content ul {
	list-style-type: circle;
	margin: 0 0 0 25px;
	font-size: 80%;
	line-height: 1.5em;
}

#content ul li ul {
	font-size: 100%;
}

.content-home-rhsbox {
	border: 1px solid #ccc;
	background: #fbfbfb;
	padding: 8px;
	margin-bottom: 10px;
}

.content-home-rhsbox h3 {
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 75%;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
}

.content-home-rhsbox p {
	font-size: 70%;
}

.content-home-rhsbox img {
	margin: 5px;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	float: right;
}

.content-home-rhsbox a:link {
	text-decoration: underline;
	color: #444444;
}

.content-home-rhsbox a:visited {
	text-decoration: underline;
	color: #444444;
}

.content-home-rhsbox a:hover {
	text-decoration: none;
	color: #aaa;
}

.content-home-rhsbox a:active {
	text-decoration: underline;
	color: #444444;
}

#content-home-products {
	margin-bottom: 10px;
}

* html .content-home-productbox  /* only IS sees this */
{ margin:0; /* IE 5 and IE 5.5 see this value */
   \margin:0; /* another one for only IE 5 and IE 5.5 */
   ma\rgin:0 10px 0 10px; /* Only IE 6 sees this */
}

.content-home-productbox {
	width: 45%;
	float: left;
	margin: 0 15px 0 15px;
	padding: 5px;
	border-top: 2px solid #ddd;
}

.content-home-productbox h2 {
	width: 100%;
}

.content-home-productbox p {
	font-size: 75%;
}

#content-home-feeds {
	clear: both;
}

.content-home-productbox ul {

	list-style-type: circle;

	margin: 0 0 0 25px;

	font-size: 80%;

	line-height: 1.5em;

}



.content-home-productbox ul li ul {

	font-size: 100%;

}


.content-home-productbox h2 a:link {

	text-decoration: none;

	color: #444444;

}



.content-home-productbox h2 a:visited {

	text-decoration: none;

	color: #444444;

}



.content-home-productbox h2 a:hover {

	text-decoration: none;

	color: #444444;

}



.content-home-productbox h2 a:active {

	text-decoration: none;

	color: #444444;

}


* html .content-home-feeditems  /* only IS sees this */
{ margin:0; /* IE 5 and IE 5.5 see this value */
   \margin:0; /* another one for only IE 5 and IE 5.5 */
   ma\rgin:0 7px 0 7px; /* Only IE 6 sees this */
}

.content-home-feeditems {
	float: left;
	width: 31%;
	border-top: 2px solid #ddd;
	margin: 10px;
}

.content-home-feeditems h3 {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 0.095em;
	font-weight: normal;
}

.content-home-feeditems ul {
	font-size: 80%;
}

.content-home-feeditems li {
	padding: 4px;
	line-height: 1.4em;
	font-size: 95%;
}

.content-home-feeditems a:link {
	color: #444444;
	text-decoration: underline;
}

.content-home-feeditems a:visited {
	text-decoration: underline;
	color: #444444;
}

.content-home-feeditems a:hover {
	text-decoration: none;
	color: #aaa;
}

.content-home-feeditems a:active {
	text-decoration: underline;
	color: #444444;
}

.content-home-rhsbox blockquote {
	text-align: center;
	margin-top: 5px;
}

.content-home-rhsbox #hpquote {
	margin: 0 10px 0 0;
}

#boxshots {
	width: 120px;
	float: right;
	margin-left: 20px;
	font-size: 95%;
	text-align: center;
}

#boxshots img {
	padding: 0;
	margin: 0;
}

#boxshots p {
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}

#boxshots a:link {
	color: #444444;
}

table {
	font-size: 80%;
}

.cust a:link {
	text-decoration: none;
	color: #444444;
}

.cust a:visited {
	text-decoration: none;
	color: #444444;
}

.cust a:hover {
	text-decoration: none;
	color: #444444;
}

.cust a:active {
	text-decoration: none;
	color: #444444;
}

/* Sidebar */

.leftsidebar {
	float: left;
	width: 19%;
	margin: 10px 10px 0 0;
	font-size: 70%;
}

.leftsidebar h5 {
	font-size: 100%;
	padding: 0 0 5px 5px;
	margin: 0;
	color: #444444;
	font-weight: bold;
	border-bottom: 2px solid #ddd;
}

.leftsidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px 0;
}

.leftsidebar li {
	padding: 6px;
	margin: 0;
	border-bottom: 1px solid #bbb;
	line-height: 1.2em;
}

.leftsidebar a:link {
	color: #444444;
	text-decoration: none;
}

.leftsidebar a:visited {
	color: #444444;
	text-decoration: none;
}

.leftsidebar a:hover {
	color: #aaa;
	text-decoration: none;
}

.leftsidebar a:active {
	color: #444444;
	text-decoration: none;
}

.sidebartestimonial {
	border: 1px solid #ccc;
	background: #fbfbfb;
	padding: 8px;
	margin-bottom: 10px;
}

.sidebartestimonial h3 {
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 100%;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
}

.sidebartestimonial p {
	font-size: 90%;
}

/* Weblog */

.weblogpost-date {
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 0;
}

.weblogpost-text {
	font-size: 80%;
	margin: 0;
	padding: 0;
}

.weblog-entryfooter {
	font-size: 70%;
}

.blogger-labels {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

.weblog-rhsbox {
	border: 1px solid #ccc;
	background: #fbfbfb;
	padding: 8px;
	margin-bottom: 20px;
}

.weblog-rhsbox h3 {
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 105%;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
}

.weblog-rhsbox p {
	font-size: 95%;
}

.weblog-rhsbox img {
	margin: 5px 0 5px 5px;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	float: right;
}

/* Other */

em {
	font-style: italic;
}

/* Sitemap */

.sitemap-col {
	width: 45%;
	float: left;
}

/* Footer */

#footer {
	clear: both;
	border-top: 8px solid #ddd;
	padding: 10px 0 0 0;
}

#footer .footerdbt {
	color: #6b6b6b;
	text-align: center;
	letter-spacing: 0.3em;
	/* padding: 0; */
	margin: 0 0 10px 0; */
}

#footer .footerdbt a {
	color: #6b6b6b;
	text-decoration: none;
}

.footertext {
	color: #6b6b6b;
	font-size: 70%;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	line-height: 1.4em;
}

.footertext-dbs {
	color: #6b6b6b;
	font-size: 70%;
	text-align: center;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.footertext a:link {
	text-decoration: none;
	color: #6b6b6b;
}

.footertext a:visited {
	text-decoration: none;
	color: #6b6b6b;
}

.footertext a:hover {
	text-decoration: none;
	color: #aaa;
}

.footertext a:active {
	text-decoration: none;
	color: #6b6b6b;
}

.links {
	text-align: center;
	font-size: 70%;
	margin: 10px;
	color: #ccc;
}

.links a:link {
	text-decoration: underline;
	color: #6b6b6b;
	margin: 0 8px 0 8px;
}

.links a:visited {
	text-decoration: underline;
	color: #6b6b6b;
	margin: 0 8px 0 8px;
}

.links a:hover {
	text-decoration: none;
	color: #aaa;
	margin: 0 8px 0 8px;
}

.links a:active {
	text-decoration: underline;
	color: #6b6b6b;
	margin: 0 8px 0 8px;
}

.copyright {
	text-align: right;
	font-size: 60%;
	line-height: 1.5em;
	color: #aaa;
}


/* Weblog styles */

#content h2 a:link {
	text-decoration: none;
	color: #444444;
}

#content h2 a:visited {
	text-decoration: none;
	color: #444444;
}

#content h2 a:hover {
	text-decoration: underline;
	color: #aaa;
}

#content h2 a:active {
	text-decoration: none;
	color: #444444;
}

#content .category-continue a:link {
	text-decoration: underline;
	color: #444444;
}

#content .category-continue a:visited {
	text-decoration: underline;
	color: #444444;
}

#content .category-continue a:hover {
	text-decoration: none;
	color: #aaa;
}

#content .category-continue a:active {
	text-decoration: underline;
	color: #444444;
}

#weblogpost-metadata {
	border: 1px solid #ccc;
	background: #fbfbfb;
	padding: 8px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.weblogpost-meta {
	width: 316px;
	float: left;
	}

.weblogpost-meta.first {
	margin-right: 30px;
	}	
	
#weblogpost-metadata h3 {
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 75%;
	padding-bottom: 2px;
	letter-spacing: 0.1em;
	margin: 0;
}

#weblogpost-metadata p {
	font-size: 70%;
	margin: 5px 0 5px 0;
	line-height: 1.6em;
}

#content #weblogpost-metadata img {
	margin: 5px 0;
	padding: 3px;
	background: #f0f0f0;
	border: 1px solid #ccc;
	float: right;
}

#weblogpost-metadata a:link {
	text-decoration: underline;
	color: #444444;
}

#weblogpost-metadata a:visited {
	text-decoration: underline;
	color: #444444;
}

#weblogpost-metadata a:hover {
	text-decoration: none;
	color: #aaa;
}

#weblogpost-metadata a:active {
	text-decoration: underline;
	color: #444444;
} 

#content .post {
	padding-bottom: 10px;
	}
	
#content img {
	border: none;
	}

/* self-clear floats */

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
	
#partners {
	float: left;
	width: 680px;
	padding: 10px 0;
}

	#partners dl {
		float: left;
		width: 640px;
		margin: 0 0 16px;
		padding: 0 16px 16px 0;
		display: inline;
		border-bottom: 1px solid #ccc;
		line-height: 1.6em;
		font-size: 80%;
	}

	#partners dt {
		float: right;
		width: 420px;
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 130%;
		font-weight: bold;
	}

	#partners dd {
		margin: 0 0 0 260px;
		padding: 0;
		font-size: 95%;
	}

	#partners dd.img {
		margin: 0;
	}

	#partners dd.img img {
		float: left;
		margin: 2px 18px 0 0;
	}	
	
	
	
#content img {
	margin: 0;
	max-width: 640px;
}
.single-attachment #content img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}	

#content .postnavigation {
	margin: 20px 0 30px;
	}

#content .postnavigation a:link, a:visited {
	text-decoration: underline;
	color: #444444;
	}

#content .postnavigation a:hover {
	text-decoration: none;
	color: #444444;
	}	
	
#content .postnavigation .alignleft {
	max-width: 280px;
	}
	
#commentlist li {
	border-bottom: 1px solid #ccc;
	}
	
#commentlist cite {
	font-size: 80%;
	}

#content #commentlist a:link, a:visited {
	text-decoration: underline;
	color: #444444;
	}
	
#content #commentlist a:hover {
	text-decoration: none;
	color: #444444;
	}	
	
/* self-clear floats */

* html .group { /* IE 6 */
	height: 1%;
	}
	
*:first-child+html .group { /* IE 7 */
	min-height: 1px;
	}	
	
	
/* Home Page Styles */

#home-leader {
	text-align: center;
	line-height: 1.6em;
	margin: 20px 0;
}

/* Andy's additions */

pre {
	font-family: "Courier";
	font-size: 8pt;
	background-color: #EEEEEE;
	padding: 5px;
}


