/*
Theme Name: ProofBuddy 2.0
Theme URI: http://www.proofbuddy.com
Description: 
Version: 2.0
Author: Ryan Nutt
Author URI: http://www.proofbuddy.com/
Tags: 
*/

/*	Globals	*/
img { border:0; }
a	{ color:rgb(70,130,180); text-decoration:none; }
a:hover { background: #e6e8fa; text-decoration:none; }
p { line-height: 150%; }
header {
	background: rgb(70,130,180);
	height: 75px; 
	margin-bottom: 64px;
}
header a:hover {
    text-decoration: none;
    border: 0; 
}
footer {
	clear: both;	
	margin-top: 64px;
	border-top: 1px dotted silver; 
	padding-top: 8px;
        padding-bottom: 64px;
}

a {
	color: rgb(70,130,180);
	text-decoration: none; 
}
a:hover {
	background: #e6e8fa;
	text-decoration: none; 	
}
a.noborder:hover {
    background: transparent !important; 
}
a.linkDownload {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #a6451d;
    color: #e6e8fa;
    padding: 8px 16px 8px 16px; 
    font-weight: bold;  
}

.wrap {
	width: 960px;
	margin: auto;
}

.home .homeImage {
	width: 496px;
	height: 284px;
	float: left;
	position: relative; 
}
.home .homeImage img {
	box-shadow: 	0px 0px 16px silver; 
	position:absolute;
	top: 0;
	left: 0;
}

.home .homeText {
	width: 450px; 
	float: right;
        line-height: 150% !important;
}
.home .homeText p.header {
	font-size: 110%;
	line-height: 150%; 
	text-align: justify; 
}
.home .homeText p {
	font-size: 100%;
	text-align: justify; 
}
.third {
	width: 288px;
	float: left;
	padding: 0 16px;
}
.home h3 {
	font-weight: normal;
	color: rgb(70,130,180);
	border-bottom: 1px dotted silver; 
}

.homeBlog {
    margin-top: 8px;
    margin-bottom: 0px;
}
.homeBlog .blogPostLink {

}
.homeBlog .blogPostBody {
    margin-left: 16px;
    line-height: 150%;
    text-align: justify; 
    margin-top: 4px;
}
.homeBlog .blogPostBody p {
    margin-top: 0px;
}

.howToStart {
    
}
.howToStart ul {
    margin-left: -24px; 
    margin-top: 8px;
}
.howToStart ul li {
    list-style: none;
    list-style-position: inside; 
    padding: 0; 
    text-align: justify;
    line-height: 150%; 
    margin-bottom: 12px;
    text-indent: -16px; 
}
.featuredWrapper {
    margin-top: 8px;
}
.featuredWrapper .featuredLink {
    text-align:center; 
}
.featuredWrapper .featuredImage {
    max-width: 288px;
    max-height: 200px;
    overflow:hidden; 
    margin-bottom: 16px;
    text-align: center; 
}

.downloadMain {
    margin: 0; 
    margin-right: 220px;
}
.downloadSidebar,
.innerSidebar {
    width: 180px;
    float: right; 
    margin: 0; 
}
.downloadMain h2,
.downloadOther h3 {
    margin: 0;
}
.downloadSidebar h3,
.innerSidebar h3 {
    border-bottom: 1px solid silver;
    margin-bottom: 0px;
}
.downloadOther a,
.innerSidebar a {
    margin: 4px 0 8px 8px;
    line-height: 200%; 
    font-size: 125%;
}
.download p {
    font-size: 125%;
    text-align: justify; 
}
/*	Header	*/
#header	{
	margin-bottom: 25px;
        background: rgb(70,130,180) url(images/1x1.png) ;
	}
#headerSearch	{
	float: right;
	height: 75px;
	}
#headerSearch input {
	margin-top: 5px;
	}
#headerSearch input#searchsubmit	{
	border: 1px solid black;
	background: #e6e8fa;
	}
#headerSearch input#s	{
	background: url(images/magnifier_bw.png) #e6e8fa top right no-repeat; 
	}

#headerSearch form	{
	display:inline;
	}
#headerMenu	{
	float: right; 
	vertical-align: bottom;
	clear: right;
	height: 20px;
	}
#headerMenu a {
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
}
#headerMenu a.downloadTab {
    background-color: #a6451d !important;
    background-image: none !important; 
}
#headerMenu a.downloadTab:hover {
    color: white;
}
        #headerMenu a	{
	color: white;
	background: url(images/1x1.png) rgb(70,130,180);
	height: 20px;
	display: block;
	float: left; 
	padding: 5px 5px; 
	font-size: 1.0em; 
	text-decoration: none;
	}
#headerMenu a:hover, #headerMenu a.selected {
	background: white;
	color: #4682b4;
	}


	
/*	Footer	*/
#footerLeft, #footerMiddleLeft, #footerMiddle, #footerMiddleRight, #footerRight {
	float: left;
	}
#footerLeft, #footerMiddleLeft, #footerMiddle,  #footerMiddleRight	{
	width: 22%;
	}
#footerRight {
	width: 11%;
	}
#footerRight a:hover	{ background: white;	}
.footerImage {
	margin: 5px 0px;
	}
#footer h3	{
	font-size: 1.0em;
	font-weight: normal;
	color: black;
	margin:0;
	border-bottom: 1px dashed #bbb;
	text-align:left !important;
	white-space: nowrap;
	margin-top: 30px;
	}
#footer .menu	{
	padding:5px 10px 5px 0px;
	margin:0;
	font-size: 0.8em;
	}
#footer .menu li	{
	list-style: none;
	}
#footer .menu ul	{
	list-style: none;
	margin: 0px -10px 0px 0px;
	padding: 0px 0px;
	}
#footer .menu ul li	{
	margin: 2px 10px;
	}
#footer	{
	clear: both;
	padding-top: 20px;
	}

#homeContent, #mainContent	{
	float:left;
	width: 714px;
	}

#content	{
	line-height: 150%;
	}
#content h1	{
	font-size: large;
	color: black;
	margin: 0 0 10px 0;
	}

#content .postDateWrapper	{
	float: right;
	margin-left: 15px;
	text-align:center;
	border: 1px solid #e6e8fa;
	}
#content .postDateWrapper div	{
	padding: 0 10px; 
	}
#content .postDateWrapper .postDateYear, #content .postDateWrapper .postDateMonth {
	background: #e6e8fa;
	color: rgb(70,130,180);
	font-size: 0.8em;
	}
	
#content .postDateWrapper .postDateDay	{
	color: rgb(70,130,180);
	font-size:1.5em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	}
	
.commentCount	{
	margin-top:5px;
	margin-left:5px;
	color:silver;
	}
.commentCount a	{
	color: silver;
	}
	
/*--------------*/
/*	Help Pages	*/
#helpTopic	{
	width: 514px; 
	float: left; 
	margin-left: 10px;
}	
#helpContents	{
	width: 175px;
	min-height: 500px;
	float: left; 
}
#helpContents h5	{
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px dashed silver; 
}
#helpContents a	{
	color: black; 
}
#helpContents a:hover	{
	background: none !important;
}
#currentHelpItem	{
	font-weight: bold;
}
#version2Notice	{
	background: #ffffcc;
	border: 1px dashed black;
	margin-bottom: 10px;
	padding: 2px; 
}
.tip, .note	{
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver; 
	background: url(images/help-info.png) no-repeat 0px 5px;
	min-height: 72px;
	padding: 0px 5px 5px 70px;
	margin-top: 10px !important;
	}
.warning	{
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver; 
	background: url(images/help-warning.png) no-repeat 0px 5px;
	min-height: 72px;
	padding: 5px 5px 5px 70px;
	margin-top: 10px !important;
	}
.weblinks	{
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver; 
	background: url(images/help-weblink.png) no-repeat 0px 5px;
	min-height: 72px;
	padding: 5px 5px 5px 70px; 
	margin-top: 10px !important; 
	}
.tip p, .note p, .warning p, .weblinks p	{
	margin-top: 0px !important;
}
	
.onclick	{
	cursor: pointer;
}
.docImage   {
    border: 1px solid black;
}

/*	Sidebar	*/
#sidebar	{
	width: 225px;
	float: right;
	}
#sidebar h3	{
	font-size: 1.2em;
	font-weight:normal;
	color: black;
	margin:0;
	border-bottom: 1px dashed #bbb;
	text-align:left !important;
	white-space: nowrap;
	margin-top: 30px;
	}
#sidebar .menu	{
	margin:0;
	font-size: 1.0em;
	padding-left: 7px; 
	}
#sidebar .menu ul, #sidebar .menu li	{
	list-style: none;
	margin: 0px 0;
	padding: 0px 0px;
	}
#sidebar .menu ul li	{
	margin: 2px 0px;
	}
#sidebar .recentComment	{
	margin-left: 7px;
	margin-bottom: 5px;
	}
	
/*	Comments	*/
.commentMeta	{
	color: silver;
	font-weight: normal;
	clear:both; 
	}
.avatar	{ margin: 2px 5px; }
	
/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(images/headerBackground.png) repeat-x white;
	color: #333;
	text-align: center;
	margin:0;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	height: 105px;
	background: url(images/headerBackground.png) repeat-x;
	}
#header img	{
	margin-top:5px;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	font-size: 0.8em;
	padding: 10px 0;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {

	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	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 Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 968px;
	}



#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 10px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

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;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

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

select {
	width: 130px;
	}

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */






/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */


table.comparison_table	{
	}
	table.comparison_table td	{
		padding-right: 20px;
		}
	table.comparison_table tr td.col2, table.comparison_table tr td.col3	{	
		text-align:center;
		}
	table.comparison_table tr td.green	{
		color:green;
		}
	table.comparison_table tr td.gray	{
		color:silver;
		}

.download_box	{
	background: url(images/download_box_wide.png) no-repeat;
	width: 400px;
	height: 100px;
	padding-left:90px;
	padding-top: 35px;
	line-height: 100%;
	text-align: left;
	margin:0px;
	
	}
a.download_link	{
	color: #4682b4;
	border-bottom: 1px solid #4682b4;
	text-decoration: none;
	}
div.download_link_wrapper	{
	width: 300px;
	margin:0px;
	margin-bottom: 2px;
	}
div.filesize	{
	font-size: x-small;
	}
.download_box_narrow	{
	background: url(images/download_box.png) no-repeat;
	width: 250px;
	height: 100px;
	padding-left:80px;
	padding-top: 30px;
	line-height: 100%;
	text-align: left;
	margin:0px;
	}
.download_link_wrapper_narrow	{
	width: 170px;
	margin:0px;
	margin-bottom: 2px;
	}
.code_example	{
	border: 1px solid black;
	font-weight: bold;
	font-family: 'Courier New', 'Courier', monospace;
	background: #eeeeee;
	padding: 3px 5px;
	}

.advancedCustomization h2, .advancedCustomization h3, .advancedCustomization h4{
        border-bottom: 1px dotted silver;
        margin-right: 10px;
}

#advancedContents   {
    float: right;
    padding: 5px 10px;
    border: 1px solid #4682b4;
    background: #e6e8fa;
    margin-left: 25px;
    line-height: 175%;
    max-width: 250px;
}
#advancedContents h3 {
    margin:0px;
}

#twitterFollow {
	position: fixed;
	top: 105px;
	left: 0px;
	height: 117px;
	width: 29px;
	z-index: 1;
}

.Code	{
	white-space: pre;
	font-family: 'Courier New', 'Courier';
	background: #e6e8fa;
	border: 1px solid #4682b4;
	padding: 2px 5px;
	margin-left: 10px;
	overflow: auto;
	max-width: 100%;
}

#homeWrapper    {
    width: 800px;
    margin: 20px auto;
    padding:0;
}

#homeWrapper .wrapper {
    padding:0;
    margin:0;
    clear:both;
    
}
.homeTab    {
    float: left;
    width: 150px;
    color: #4682b4;
    background: #e6e8fa;
    text-align:center;
    font-size: 150%;
    margin:0px;
    padding: 5px;
}
.homeBody   {
    float: right;
    margin:0px;
    margin-bottom: 5px;
    border:1px solid #e6e8fa;
    width: 625px;
    padding: 2px 5px;
    text-align: justify;

}
.homeBody p {
    margin-top: 0px;
}
.homeBody img   {
    margin: 0px 5px; 
}

.indent {
	margin-left: 15px;
}

#post-extend h3 a {
	color:rgb(70,130,180); text-decoration:none;
	}
#post-extend h2,
#post-extend h3 {
	border-bottom: 1px dashed #bbb;
	margin-top: 5px;
}
#plugin-popular,
#theme-popular {
	margin: 10px 30px;
}
#plugin-popular > div,
#theme-popular > div {
	float: left;
	width: 300px;
	padding: 0px 10px;
}

.popular-wrapper, 
.recent-wrapper {
	margin: 5px 10px 10px 20px; 
}
.popular-wrapper > a,
.recent-wrapper > a {
	margin-left: -10px !important;
	}

#plugin-info,
#theme-info {
	float: right;
	padding: 5px 0 5px 5px;
	margin-left: 10px;
	margin-top: 10px;
	background: white; 
}


#plugin-info > div.download > a ,
#theme-info > div.download a {
	background: rgb(70,130,180);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:block;
	color: white;
	font-size: 150%;
	text-align: center;
	padding: 15px 0px;
}

#plugin-info > table,
#theme-info > table {
	background: #e6e8fa;
	margin-top: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#plugin-info > table td,
#theme-info > table td {
	padding: 2px 5px;
}

#plugin-info strong ,
#theme-info strong {
	display:block;
	margin: 0 -5px;
	border-bottom: 1px solid rgb(70,130,180);
	text-align:center;
}
td.right {
	text-align:right;
	padding-left: 10px;
}	
div.tagList {
	margin-top: 10px;
}
div.tagList a {
	background: #e6e8fa;
	margin-top: 5px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	white-space:no-wrap;
	display:block;
	float: left; 
}

.plugin-body,
.theme-body {
	margin-left: 30px;
}
.plugin-body h2,
.theme-body h2 {
	margin-left: -15px;
}
.search-wrapper {
	font-size: 125%;
	margin: 10px 0;
	line-height: 150%;
}
.search-description {
	margin-left: 15px;
	}
.search-meta {
	margin-left: 15px;
	font-size: 75%;
	}
.search-count {
	margin: 30px 0 10px 0;
	text-align: center;
	}
	
.search-pages {
	text-align:center;
}
.search-pages a {
	border: 1px solid #e6e8fa;
	background: white !important;
	margin: 0px 4px;
	padding: 2px 4px;
}
.search-pages a:hover {
	border: 1px solid rgb(70,130,180);
}
.search-pages a.sel {
	border: 1px solid rgb(70,130,180);

}
.search-theme {
	max-width: 250px;
	float: right;
	margin-left: 20px;
}
.theme-example {
margin: 10px 0px;
}

.inlineCode {
	font-family: "Courier New", monospace;
	background: #e6e8fa;
	}
