/*
Theme Name: Link Diagnosis - Blog Net Default
Theme URI: http://linkdiagnosis.com
Description: The default theme for <a href="http://linkdiagnosis.com" target="_blank">LinkDiagnosis' blog</a>. Designed by Robb Dorr.
Version: 1.0
Author: Robb Dorr
Author URI: http://usethedorr.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



body { 
    font: 12px  Arial, Helvetica, sans-serif; 
    color: #656563;  
    text-align:center;
}

/* General 
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
*  { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}
.clear { 
    clear:both; 
} 

.right { 
    float: right; 
} 

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

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

img.left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
	
.clearfix:after,
.post:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.centerize {  
    width:980px;  
    text-align:left;   
	margin:0 auto;
}
.width-25 {width:25%;}
.width-30 {width:30%;}
.width-33 {width:33%;}
.width-40 {width:40%;}
.width-45 {width:45%;}
.width-50 {width:50%;}
.width-55 {width:55%;}
.width-60 {width:60%;}
.width-66 {width:66%;}
.width-70 {width:70%;}
.width-75 {width:75%;}

.gfx-item {
    display:block;
    overflow:hidden;
    text-align:left;
    text-indent:-9999px;
    font-size:1px;
}

.alt-color {color:#0281f3;}
.alt-color-2 {color:#4BA51E;}
.alt-color-3 {color:#02549e;}
.alt-color-4 {color:#363635;}

li.last {
	background:none!important;	
}
.horz-list {
	list-style:none;	
}
.horz-list li {
	list-style:none;
	display:inline;
}
ul.list {
	
}
.list li {
	margin:0 0 0 1em;
}
.hr {
	display:block;
	overflow:hidden;
	clear:both;
	height:1px;
	background:url(images/dotted-line-bg.gif) left top repeat-x;
	margin:10px 0 15px;
}
.image-border {
	border:1px solid #e2e2e2;	
}


/* Default Elements 
-----------------------------------------------------------------------------*/
h1 { 
    font-size: 24px; 
} 
     
h2 { 
    font-size: 20px;     
} 
     
h3 { 
    font-size: 18px; 
} 
     
h4 { 
    font-size: 16px;     
} 
     
h5 { 
    font-size: 14px;     
}
h1, h2, h3, h4, h5 {
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-style:italic;
}
h1.lite, h2.lite, h3.lite, h4.lite, h5.lite {
	font-weight:normal;
}
    
p { 
   margin-bottom:1.3em;
}
a:link {
	color:#2f8cab;
}
a:visited {
	color:#2f8cab;
}
a:hover {
	color:#363635;
}
a:active {
	color:#2f8cab;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}


/* Header 
-----------------------------------------------------------------------------*/ 
#headerWrapper {
	background:url(images/header-bg-top.gif) left top repeat-x;
	padding-top:24px;
}
#header {
	height:90px;
	background:url(images/header-bg.gif) left top repeat-x;
	padding:8px 0 0;
	text-align:left;
}
#header h1 {
	float:left;	
	margin:0 27px 0 0;
}
#header h1,
#header h1 a {
	width:358px;
	height:76px;
}
#header h1 a {
	background:url(images/header-logo.gif) left top no-repeat;	
}
#header #headerRight {
	float:right;
	width:305px;
	padding-left:15px;
}
#header #headerRight ul {
	display:block;
	list-style:none;
}
#header #headerRight ul li {
	display:inline;
	padding:0 11px 0 3px;
	background:url(images/icons/header-bullet.gif) right 50% no-repeat;
}
#header #headerRight ul li.last {
	padding-right:0;
	background:none;
}
#header #headerRight ul li,
#header #headerRight ul li a {
	
	text-decoration:none;
	color:#2c2c2b;
	font:bold 14px Georgia, "Times New Roman", Times, serif!important;
	font-style:italic!important;
}
#header #headerRight ul li a:hover {
	color:#2f8cab;
}
#header #searchform {
	display:block;
	margin:12px 0 10px 0;
}
#header #headerElement {
	display:block;
	width:318px;
	height:24px;
	
}


/* Footer 
-----------------------------------------------------------------------------*/ 
#footer {
	clear:both;
	border-top:3px solid #d0d0d0;
	padding:25px 0 0 0;
}
#footer h2 {
	font-size:18px;
	color:#2f8cab;	
	margin:5px 0 3px;
}
#footer p,
#footer ul,
#footer li,
#footer a {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#a3a3a1;
	text-decoration:none;
}
#footer a:hover {	
	color:#363635;
}
#footer p {
	margin:0;	
}
#footer ul#footerCategories {
	display:block;
	list-style:none;
	margin-bottom:15px;
}
#footer .footerLinks {
	margin-bottom:20px;
}
#footer ul#footerCategories li,
#footer #newtagcloud li,
#footer .footerLinks li {
	display:inline;
	list-style:none;
	padding-right:5px;
}
#footer #newtagcloud li {
	padding-right:5px;	
}

#footer ul#footerCategories li a,
#footer #newtagcloud li a,
#footer .footerLinks li a {
	line-height:18px;	
}

/* Footer Logos 
-----------------------------------------------------------------------------*/ 
#footerLogos {
	border-top:1px solid #d0d0d0;
	border-bottom:1px solid #d0d0d0;
	padding:10px 0 15px;
	margin-top:20px;
	margin-bottom:50px;
}
#footerLogos ul {
	display:block;
	list-style:none;
	height:34px;
	margin-left:130px;
}
#footerLogos ul li {
	display:block;
	list-style:none;
	float:left;
	margin-right:34px;
}
#footerLogos ul li a {
	height:43px;
	width:141px;
	background-position: center 5px;
	background-repeat:no-repeat;
}
#footerLogos ul li a:hover {
	background-position: center -38px;
}
#footerLogos ul li a#searchCon {
	width:157px;
	background-image:url(images/logos/footer-searchcon.jpg);
}
#footerLogos ul li a#rankingReport {
	width:168px;
	background-image:url(images/logos/footer-rankingreport.jpg);
}
#footerLogos ul li a#linkDiagnosis {
	width:124px;
	background-image:url(images/logos/footer-linkdiagnosis.jpg);
}
#footerLogos ul li a#linkBuilding {
	width:153px;
	background-image:url(images/logos/footer-linkbuilding.jpg);
}
#footerLogos ul li a#iAcquire {
	width:107px;
	background-image:url(images/logos/footer-iacquire.jpg);
}



/* Your template 
-----------------------------------------------------------------------------*/
#pageContent {
	clear:both;	
	padding:15px 0 0;
}
.two-columns {
	background:url(images/solid-line-divider-bg.gif) 660px top repeat-y;	
}
.two-columns .left-column {
	float:left;
	width:620px;
	padding-right:20px;
}
.two-columns .right-column {
	float:right;
	width:300px;
}


/* Your template 
-----------------------------------------------------------------------------*/
#networkBlogs {
	padding-bottom:12px;
	border-bottom:3px solid #d0d0d0;	
}
#networkBlogs h2 {
	margin-bottom:0;	
}
#networkBlogs ul {
	border:none!important;	
	margin:0 0 6px;
}
#networkBlogs ul ul {
	border:none!important;	
	margin:0!important;
}
#networkBlogs ul li {
	background:none!important;	
}
#networkBlogs ul li a {
	background:none!important;	
	padding:4px 5px 6px!important;
}
#networkBlogs ul li.title {
	border:none!important;
}
#networkBlogs ul li.title h3 {
	height:34px;
	width:200px;
	float:left;
	margin:0;
	padding:0;
}
#networkBlogs ul li.title .gfx-item {
	background:url(images/logos/networkblogs-logos.jpg) left top no-repeat;
}
#networkBlogs ul li.title a {
	float:right;
	display:inline;
	margin:10px 0 0;
	padding:0;
	color:#2f8cab;
}
#networkBlogs ul li.title a:hover {
	color:#000;
}
#netBlogLinkDiagnosis .gfx-item {
	background-position:left top!important;
}
#netBlogRankingReport .gfx-item {
	background-position:left -68px!important;
}
#netBlogLinkbuilding .gfx-item {
	background-position:left -134px!important;
}
#netBlogSearchConcept .gfx-item {
	background-position:left -34px!important;
}
#netBlogiAcquire .gfx-item {
	background-position:left -102px!important;	
}
#networkBlogs ul li a {
	color:#656563;
}
#networkBlogs ul li a:hover {
	color:#2f8cab;
}


/* General Form Elements
-----------------------------------------------------------------------------*/ 
input[type="text"],
input[type="password"],
textarea,
.text,
.input-error {
	border:1px solid #CCC;
	padding:4px 6px;
	margin:5px 0 2px;
	font:14px Arial, Helvetica, sans-serif;
	color:#353635;
	letter-spacing:normal;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
}
input[type="submit"],
.send-btn {
	padding:6px 10px;
	margin:5px 0 0 0;
	color:#FFF;
	background:#F00;
	font-size:16px;
	cursor:pointer;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;	
}
input[type="submit"]:hover,
.send-btn:hover {
	color:#FFF;
	background:#2c2c2b;
}
select {
	border:1px solid #c5c5c5;	
}
form .input-error {
	border:1px solid #fc6d6d;
}
form div label {
  display: block;
  padding:5px 5px 3px;
  margin: 5px 5px 0 0;
  text-align: left;
}
form div.required label strong,
form .form-details strong {
  color:#F00;
  font-size:14px;
}
form small {
	display:block;
	padding:0 3px 5px;
	font-size: 11px;
	zoom: 1;
	color:#a2a2a2;
}
form .forgot-password {
	font-size:12px;	
}
form .form-details {
	display:block;
	font-size:12px;
	color:#7d7d7d;
	padding-left:161px;
}
form#searchform {
	display:block;
	margin:12px 0 10px 0;
}
form#searchform input#s {
/*	padding: 6px 6px 5px;*/
	padding:0;
	margin:0;
	-webkit-border-radius:6px 0 0 6px;
	-moz-border-radius:6px 0 0 6px;
	border-right:none;
	height:32px;
	width:229px;
	float:left;
}


/* Form Buttons 
-----------------------------------------------------------------------------*/
/* pulled from live site - may or may not be used */
form #searchsubmit {
	background:#363635;
	color:#FFF;
	-webkit-border-radius:0 6px 6px 0;
	-moz-border-radius:0 6px 6px 0;
	padding:7px 9px;
	margin:0;
	font:bold 14px  Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	cursor:pointer;
}
form #searchsubmit:hover {
	background:#2f8cab;
}


/* Post Styles
-----------------------------------------------------------------------------*/ 
.post {
	font-size:14px;
	line-height:1.5em;
	margin-bottom:14px;	
}
.post h2 {
	font-size:24px;
	color:#2f8cab;
	font:bold 24px Georgia, "Times New Roman", Times, serif!important;
	font-style:italic!important;
}
.post h2 a {
	color:#2f8cab;
	text-decoration:none;
}
.post h2 a:hover {
	color:#ff0000;
	text-decoration:none;
}
.post-left {
	width:262px;
	float:left;
}
.entry,
.entry-excerpt {
	line-height:1.5em;	
}
.entry-excerpt {
	width:358px;	
	float:right;
}
.excerpt,
.entry-excerpt {
	font-size:12px;
}
.excerpt p,
.entry-excerpt p {
	margin-bottom:1.5em;
}

.entry {
	margin:12px 0 0;
	border-bottom:1px solid #d0d0d0;
}
.postmetadata {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#a3a3a1;
	line-height:normal;
}
.postmetadata .avatar {
	border:1px solid #e2e2e2;
	float:left;
	margin:1px 6px 0 0; 
}
.postmetadata a {
	text-decoration:none;
}
.postmetadata a.author-link {
	color:#2f8cab;
}
.postmetadata a.author-link:hover {
	color:#000;
}
.postmetadata small {
	font-size:10px;
}
.postmetadata small a {
	color:#a3a3a1;
}
.postmetadata small a:hover {
	color:#5d5d5b;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
.postmetadata a.comments-link {
	display:block;
	float:right;
	width:85px;
	padding:0 18px 0 5px;
	background:url(images/icons/mini-comment-icon.gif) right 3px no-repeat;
	color:#a3a3a1;
	text-align:right;
}
.postmetadata a.comments-link:hover {
	color:#555;
}
.postmetadata-bottom {
	background:#E2E2E2;	
	border-bottom:1px solid #d0d0d0;
	font:normal 11px Arial, Helvetica, sans-serif;
	padding:10px;
	line-height:normal;
}
.post-tags {
	font: 12px Arial, Helvetica, sans-serif;
	background:url(images/icons/tagged.gif) left top no-repeat;
	padding-left:30px;
}
.post-tags strong,
.post-tags a:hover {
	color:#388116;	
}
.post-tags a {
	color:#4ca61e;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	padding:7px 10px 7px;
	border-bottom:3px solid #d0d0d0;
}
.navigation.bottom {
	border-bottom:none;
	margin:0;
	padding:0 0 10px;
}
.navigation .alignleft {
	text-align: left;
	width:50%;
	float:left;
}
.navigation .alignright {
	text-align: right;
	width:50%;
	float:right;
}
.navigation a {
	text-decoration:none;
	display:block;
	padding:5px 10px;
}
.pagetitle {
	background:#efefef;
	padding:10px 20px;
}
.post ul li {
	list-style:disc inside;
	padding-left:1.8em;
	margin-bottom:1em;	
}
.post h1,
.post h2,
.post h3,
.post h4,
.post h5 {
	margin:1em 0 0.3em;
}


/* Comments/Rows 
-----------------------------------------------------------------------------*/ 
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border: 1px solid #ddd;
}
.alt {
	margin: 0;
	padding: 10px;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
}
.commentlist {
	padding: 0;
	text-align: left;
}
.commentlist li {
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
.children { 
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}


/* WP Calendar / IF ever needed
-----------------------------------------------------------------------------*/ 
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}


/* Lists
-----------------------------------------------------------------------------*/ 
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}


/* Sidebar
-----------------------------------------------------------------------------*/ 
#sidebar h2 {
	color:#363635;
	font:normal 18px Arial, Helvetica, sans-serif!important;
}
#sidebar ul ul {
	font:normal 13px Arial, Helvetica, sans-serif;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, 
#sidebar ul ol {
	display:block;
	margin: 8px 0 0;
	border-bottom:3px solid #d0d0d0;
}
#sidebar ul ul li, 
#sidebar ul ol li {
	border-bottom:1px solid #efefef;
	background:url(images/icons/cog-bullet.gif) 2px  6px no-repeat;
}
#sidebar ul ul li a, 
#sidebar ul ol li a {
	display:block;
	text-decoration:none;
	padding:4px 20px 6px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
#sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
#sidebar ul.noblock, 
#sidebar ol.noblock {
	padding-bottom:10px;
}
#sidebar ul.noblock li, 
#sidebar ol.noblock li {
	border-bottom:none!important;
	background:none;
}	
#sidebar ul.noblock li a, 
#sidebar ol.noblock li a {
	display:inline;
}
#mostCommentedList li {
	background:url(images/icons/mini-comment-icon.gif) 3px 7px no-repeat!important;	
}
#sidebar #newtagcloud {
	padding-bottom:10px;
}
#sidebar #newtagcloud li {
	text-align:justify;
	background:none;
	border:none;
}
#sidebar #newtagcloud li a {
	display:inline;
	color:#a3a3a1;
	padding:2px 5px;
}
#sidebar #newtagcloud li a:hover {
	background:#e6e6e6;
	color:#2c2c2b;
}

#dsq-content h3 {
	margin:1em 0;	
}
a.dsq-widget-thread {
	font-weight:normal!important;
}
.dsq-widget-list .dsq-widget-item .dsq-widget-meta {
	text-indent: 20px;
}

#pageContent{
 position: relative;
}
#share_buttons_single_page img{
 background: none;
 border: none;
 padding: 0;
 margin: 0;
}
#share_buttons_wrapper {
 left:-120px;
 position: absolute;
 margin-left: 35px;
 width: 280px;
}
#share_buttons_single_page{
 position:absolute;
 text-align: left;
 margin: 0 0 10px 15px;
}
#share_buttons_single_page.fixed {
 position: fixed;
 top:20px;
}
#share_buttons_single_page .wdt_button{
 float:left;
 clear:left;
 margin-bottom: 10px;
}

/* Captions
-----------------------------------------------------------------------------*/ 
/*.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;
}*/
