/*
Theme Name: Pingdom Blog
Theme URI: http://www.pingdom.com/
Description: The Pingdom theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 3.1
Author: David Rydell
Author URI: http://www.pingdom.com
Tags: pingdom

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Pingdom Framework */

html {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family : Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1em;
}

#topwrapper, #menuwrapper, #campaignwrapper, #contentwrapper, #footerwrapper {
	text-align: center;
	border-top: 1px solid #fff;
}

#top, #menu, #campaign, #homecontent, #footer {
	width: 928px;
	text-align: left;
	margin: 0 auto;
}

#topwrapper {
	background: #eee url(_img/bg_sides_top.gif) no-repeat center;
}

#top {
	background: #333 url(_img/bg_top2.png) no-repeat;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	height: 100px;
}

#top h1 {
	margin: 26px 0 0 15px;
	float: left;
}

#top img {
	border: 0;
}

#top form {
	margin: 0;
	padding: 0;
}

#loginbox {
	float: right;
	width: 275px;
	height: 95px;
	margin: 4px 30px 0 0;
	background: #333;
	padding: 0;
	border-bottom: 1px solid #666;
}

#loginbox div {
	padding: 10px;
}

#loginbox label {
	color: #999;
	font-size: 0.8em;
	width: 80px;
	float: left;
	margin-top: 3px;
	clear: left;
}
#loginbox input.inputtext {
	margin-top: 3px;
	width: 120px;
	background: #ccc;
	border: 1px solid #999;
	float: left;
}

#loginbox p {
	margin:0;
	padding-top: 10px;
	font-size: 0.7em;
	clear: both;
	color: #999;
}

#loginbox a {
	color: #999;
}

#loginsubmit {
	float: left;
	margin-right: 35px;
}

#phoneus {
	background: url(_img/img_callus.gif) no-repeat center left;
	float: right;
	margin: 20px 30px 0 0;
	padding: 0 0 0 50px;
}

#phoneus p#onephone {
	font-size: 1.2em;
	color: #ccc;
}

#phoneus p {
	color: #ccc;
	margin: 0;
	font-size: 0.8em;
}

p#phours {
	font-size: 0.7em;
	color: #999;
}

#menuwrapper {
	background: #eee url(_img/bg_sides_menu.gif) no-repeat center;
}
#menu {
	background: #ccc url(_img/bg_menu.gif) repeat-x;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	height: 35px;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style : none;
}
#menu ul li {
	float: left;
	border-right: 1px solid #aaa;
	height: 25px;
	padding: 5px 0;
	background: none;
	font-size: 0.9em;
}
#menu ul li a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	margin: 0 15px;
}
#menu ul li.menuon {
	border-top: 2px solid #333;
	height: 23px;
	background: #eee url(_img/bg_eee_rightshad.gif) repeat-y right;
}
#menu ul li.menuon a {
	color: #666;
}
#loginshow {
	float: right;
	display: block;
	height: 25px;
	width: 61px;
	margin: 5px 30px 0 0;
	background: url(_img/butt_login2.gif);
	text-indent: -5000px;
}
#campaignwrapper{
	background: #f6f6f6 url(_img/bg_sides_campaign.png) no-repeat center top;
}
#campaign {
	background: #eee url(_img/bg_pingdom_top.png) repeat-x;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 81px;
}

#logoroyal {
	float: left;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
	width: 350px;
	height: 81px;
}

#logoroyal a {
	display: block;
	width: 350px;
	height: 81px;
}

#topfeed {
	float: right;
	margin: 17px 0 0 0;
	padding: 0;
	width: 295px;
}

#feedburner {
	display: block;
	float: right;
	width: 105px;
	height: 33px;
	margin-right: 30px;
	padding: 10px 0 0 10px;
}

#feedsubscribe {
	display: block;
	float: left;
	text-indent: -5000px;
	width: 145px;
	height: 43px;
}

#contentwrapper{
	background: #fff url(_img/bg_sides_content.gif) repeat-y center;
}
#homecontent{
	background: #fff url(_img/bg_sidebar.png) repeat-y top;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	clear: both;
}

#footerwrapper{
	background: #eee url(_img/bg_sides_footer.gif) repeat-y center;
}
#footer{
	background: #ddd;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	height: 70px;
}

#footer p {
	margin: 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding: 20px 0 0 30px;
	float: left;
}

#footer p.right {
	padding: 25px 30px;
	float: right;
}

.clear {
	clear: both;
}

#content {
	width: 580px;
	margin: 20px;
	float: left;
}

.post {
	margin-bottom: 30px;
}

/* sidebar */

#sidebar
{
	padding: 0;
	/*width: 308px;*/
	width: 278px;
	padding: 15px;
	float: right;
}

#sidebar h3 {
	color: #666;
	font-size: 1.0em;
	background: url(_img/bg_separator.png) repeat-x bottom;
	padding-bottom: 3px;
	margin: 0 0 10px 0;
}

#sidebar p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	}

#sidebar #searchform #s {
	width: 185px;
	padding: 3px;
	border: 1px solid #999;
	}

#sidebar #searchsubmit, #submit {
	background: #ccc url(_img/bg_button.png) repeat-x top;
	padding: 3px 5px;
	border: 1px solid #999;
	color: #666;
	}

#sidebar #guestposts h6 {
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
	margin: 0;
}

#guestposts h5 {
	font-size: 0.8em;
	margin: 0;
}

#guestposts h5 a {
	text-decoration: none;
}

#guestposts h5 a:hover {
	text-decoration: underline;
}

.guesthead {
	background: url(_img/bg_guesthead.png) repeat-x bottom;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
}

#guestposts p {
	font-size: 0.7em;
}

.guestpost {
	float: right;
	width: 16px;
	height: 16px;
	margin: 8px 5px 0 5px;
	background: url(_img/icon_guestpost.png) no-repeat top right;
	text-indent: -5000px;
}

.outage {
	float: right;
	width: 16px;
	height: 16px;
	margin: 8px 5px 0 5px;
	background: url(_img/icon_outage.png) no-repeat top right;
	text-indent: -5000px;
}

.guestmore {
	float: right;
}

.guestmeta {
	color: #999;
}

ul.archive {
	list-style: none;
	padding: 0;
	margin:0;
}

ul.archive li {
	background: url(_img/bg_bulletarrow.png) no-repeat left center;
	padding-left: 8px;
	float: left;
	width: 130px;
	font-size: 0.7em;
	margin-bottom: 3px;
	color: #999;
}

#sponsors h3 {
	color: #999;
	font-size: 0.7em;
	font-weight: normal;
}

.sidebarbox {
	clear: both;
	margin-bottom: 25px;
}

.adleft {
	float: left;
	width: 125px;
}

.adright {
	float: right;
	width: 125px;
}

/* Content elements */

#catmenu {
	display: block;
	background: #d6d6d6 url(_img/bg_catmenu.png) repeat-x top;
	margin: -20px -20px 20px -20px;
	padding: 0;
	overflow: auto; /* IE needs layout */
}

#catmenu ul {
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
	position:relative;
}

#catmenu ul li {
	padding: 3px 5px;
	border: 1px solid #ccc;
	margin: 3px 3px 3px 0;
	float: left;
	font-size: 0.7em;
}

#catmenu ul li a {
	color: #666;
	text-decoration: none;
}

h2.pagetitle {
	margin: 0 0 20px 0;
	font-size: 1.2em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

div.divider {
	clear: both;
	background: url(_img/bg_divider.gif) no-repeat top center;
	height: 15px;
	margin: 15px 0;
	border-top: 1px solid #eee;
}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img {
	border: 0;
}

.post table {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	border-collapse : collapse;
	border: 1px solid #eee;
}

.post caption {
	background: #fc0;
	margin: 0;
	padding: 7px 5px;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	text-align: left;
	border: 1px solid #fc0;
}

.post th {
	background: #ccc;
	text-align: left;
	padding: 5px;
	font-size: 0.7em;
	border: 1px solid #eee;
}

.post td {
	padding: 5px;
	font-size: 0.7em;
	background: #fff;
	border: 1px solid #eee;
	color: #333;
}

.post tr.summary td {
	font-weight: bold;
}

.infocol {
	float: right;
	border: 2px solid #ccc;
	width: 200px;
	padding: 10px;
	margin: 0 0 10px 10px;
}

.infocol p {
	font-size: 0.8em;
}

/* Form plugin */

.tdomf_form {
	background: #fc0 url(_img/bg_fc0_curl.png) no-repeat bottom right;
	padding: 15px 15px 70px 15px;
}

.tdomf_form fieldset {
	padding: 0;
}

.tdomf_form legend {
	display: none;
}

.tdomf_form iframe {
	background: #fff;
	border: 10px solid #fff;
	width: 70% !important;
}

form.tdomf_form table {
	clear: both;
	border: 0;
	width: 40%;
}

form.tdomf_form table tr td {
	border: 0;
	background: none;
	text-align: left;
}

.tdomf_form label {
	font-size: 0.9em;
	font-weight: bold;
	
}

.tdomf_form_message {
	font-size: 0.9em;
	border: 4px solid #fff1b7;
	padding: 15px;
}

/* Begin post Typography & Colors */

a {
	color: #333;
}

.entry a:hover, .post h2 a:hover {
	background: #fc0;
}

.post h2 a {
	text-decoration: none;
}

.post h2 {
	font-size: 1.8em;
	line-height: 1em;
	margin: 0;
	padding-bottom: 5px;
}

.post li {
	font-size: 0.8em;
	margin-bottom: 15px;
}

.posttop {
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin-bottom: 15px;
}

.posttopsingle {
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin-bottom: 35px;
	width: 515px;
}

.topbadge {
	float: right;
}

.postinfo {
	font-size: 0.7em;
	color: #999;
}

.postinfo a {
	color: #999;
}

.postdate {
	float: right;
	font-style: italic;
}

.postbottom {
	height: 31px;
	background: url(_img/bg_comment.png) repeat-x top center;
	border: 1px solid #eee;
}

.postcomment {
	height: 31px;
	width: 145px;
	line-height: 31px;
	/*background: url(_img/bg_comment_side.png) no-repeat top right;*/
	font-size: 0.8em;
}

.postcomment a {
	background: url(_img/icon_comment.png) no-repeat center left;
	color: #999;
	padding: 0 20px;
	margin-left: 10px;
}

.postbottom2 {
	background: url(_img/bg_share.png) repeat-x bottom center;
	border: 1px solid #eee;
	padding: 10px;
}

.likepost {
	margin-bottom: 10px;
}

.likepost h4 {
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #666;
}

.likepost ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.likepost ul li {
	padding-left: 20px;
	margin: 10px 0 0 0;
}

.like_share {
	background: url(_img/icon_share.png) no-repeat center left;
}
.like_rss {
	background: url(_img/icon_rss.png) no-repeat center left;
}
.like_comment {
	background: url(_img/icon_comment.png) no-repeat center left;
}

.like_twitter {
	background: url(_img/icon_twitter_small.png) no-repeat center left;
}

.postsocial {
	float: right;
	width: 300px;
	margin-top: 10px;
}

.socialicons {
	width: 94px;
	float: right;
}

.socialicons a {
	display: block;
	margin: 0 0 5px 5px;
	float: right;
	width: 42px;
	height: 43px;
}

.socialdigg {
	float: right;
	border: 1px solid #eee;
	background: #fff;
	height: 80px;
	padding: 5px;
}

.socialreddit {
	float: right;
	border: 1px solid #eee;
	background: #fff;
	height: 80px;
	padding: 5px;
	margin-right: 5px;
}

.socialtwitter {
	float: right;
	border: 1px solid #eee;
	background: #fff;
	height: 80px;
	padding: 5px;
	margin-right: 5px;
}

.tags {
	border-top: 1px solid #eee;
}

.post .tags p {
	font-size: 0.7em;
	background: url(_img/icon_tags.png) no-repeat center left;
	padding-left: 20px;
	margin: 10px;
	color: #999;
}

.tags a {
	color: #999;
}

.updated {
	background: #fc0;
}

.post p {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 1.2em 0;
	padding: 0;
}

code {
	display: block;
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 10px;
}

.post h3 {
	font-size: 1.5em;
	margin: 0.3em 0 0 0;
	padding: 0;
}

.post h4 {
	font-size: 1.3em;
	margin: 0.3em 0 0 0;
	padding: 0;
}

.post h5 {
	font-size: 1em;
	margin: 0.3em 0 0 0;
	padding: 0;
}

.post h6 {
	font-size: 0.8em;
	margin: 0.3em 0 0 0;
	padding: 0;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	font-size: 0.8em;
	}

#promobanner {
	margin-top: 30px;
}

.readmore {

}

.readmorelink {
	background: url(_img/bg_readmore.png) no-repeat center right;
	padding-right: 16px;
}

.readmore a.readmorelink:hover {
	background: url(_img/bg_readmore.png) no-repeat center right;
}

/* commenting */ 

#commentbox {
	display: inline-block;
	background: #fffae5;
	border-top: 1px solid #fff1b7;
	border-bottom: 1px solid #fff1b7;
	margin: 0 -20px 20px -20px;
	padding: 0 20px 20px 20px;
}

.commentlinks {
	font-size: 0.8em;
}

.commentlinks a {
	color: #999;
}

.addcomment {
	background: url(_img/icon_addcomment.png) no-repeat center left;
	padding: 0 10px 0 20px;
}

.commentlinks span a {
	background: url(_img/icon_rss.png) no-repeat center left;
	padding: 0 10px 0 20px;
}

.addtrackback {
	background: url(_img/icon_trackback.png) no-repeat center left;
	padding: 0 10px 0 20px;
}

#responsebox {
	background: #ccc;
	padding: 10px;
}

#respond {
	margin: 0;
	color: #fff;
}

#commentlist .cominfo {
	border-top: 2px solid #ffdc50;
	border-bottom: 1px solid #ffdc50;
	padding: 5px 15px;
}

#commentlist p.author {
	font-weight: bold;
	float: left;
	margin: 0;
	font-size: 1em;
}

#commentlist p.datetime {
	float: right;
	margin: 0;
	font-size: 0.8em;
}

p.datetime a {
	color: #999;
}

.authcomment {
	background: #ffeca0;
}

#commentlist .comtext {
	padding: 5px 15px;
	font-size: 0.8em;
}

#trackbacklist {
	border-top: 2px solid #ffdc50;
	font-size: 0.8em;
	margin-bottom: 20px;
}

#trackbacklist p.datetime, #trackbacklist p.author {
	margin: 0;
	color: #999;
}

.trackinfo {
	padding: 5px 15px;
	border-bottom: 1px solid #ffdc50;
}

h3.comments {
	padding: 0;
	margin: 0 0 20px 0;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* original */

small, .nocomments, strike {
	color: #777;
	}

blockquote {
	color: #333;
	}

acronym, abbr, span.caps
{
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Images */

/*	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 */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */





/* Begin Sidebar */


#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

a img {
	border: none;
	}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#trialsignup {
	background: #fc0 url(_img/bg_fc0_curl.png) no-repeat bottom right;
	padding: 15px;
}

#trialsignup form {
	text-align: left;
}

#trialsignup label {
	display: block;
}

#trialsignup input {
	display: block;
	margin: 0;
}

#trialsubmit {
	padding-top: 10px;
}

.separator {
	border-top: 1px solid #ccc;
	margin: 25px 0;
}

