/*  
Theme Name: ProofBuddy Blog
Theme URI: http://www.proofbuddy.com/
Description: Theme for the ProofBuddy blog
Version: 1.0
Author: Ryan Nutt
Author URI: http://www.nutt.net

*/
body	{
	background: white;
	font-family: Trebuchet, Verdana, Arial, sans-serif;
	font-size: 75%;
	}
h1, h2, h3, h4, h5, h6	{
	color: #4682b4;
	}
td	{
	vertical-align: top;
	}
img	{
	border: none;
	}
td.navigation	{
	width: 200px; 
	padding-top: 10px; 
	}
div#page	{
	margin: 5px 15px;
	background-color: white;
	border: 1px solid #000099;
	padding: 0px 10px 20px 10px;
	}
div#content	{
	text-align: justify;
	line-height: 175%;
	padding-top: 10px; 
	}
#content a	{
	text-decoration: none;
	border-bottom: 1px dashed #4682b4;
	color: #4682b4;
	}
#content a.noborder	{
	border-bottom: none;
	}
div.breadcrumbs	{
	font-size: 75%;
	}
h1.page_title	{
	margin-bottom: 2px;
	padding-bottom: 4px; 
	border-bottom: 1px solid #4682b4;
	}
h1.page_title a	{
	border: none; 
	}
.underlined, div#sidebar h2	{
	margin-bottom: 2px;
	border-bottom: 1px solid #4682b4; 
	}
div#sidebar	{
	margin: 0px;
	width: 225px;
	float: right;
	clear: right; 
	}
	#sidebar ul	{
		list-style: none; 
		margin-left: 1em;
		padding-left: 0;
		margin-bottom: 5px; 
		}
	#sidebar ul li 	{
		margin-bottom: 2.5px; 
		margin-top: 2.5px; 
		}
	#sidebar a	{
		text-decoration: none; 
		color: #4682b4;
		}
.page_content	{
	margin-left: 2.5em;
	}
.page_child	{
	margin-left: 2.5em;
	}

#footer	{
	text-align: center;
	color: white; 
	}
#footer a	{
	text-decoration: none;
	border-bottom: 1px dashed white;
	color:white;
	}
.comment_wrapper	{
	margin-bottom: 20px;
	margin-left: 25px;
	}
.comment_box	{
	width: 100%;
	margin-bottom: 0px;
	padding: 0;
	}
	.comment_box p	{
		margin: 0;
		margin-bottom: 1em;
		}
.commentmetadata	{
	margin-top: 0px;
	color: silver; 
	padding: 0;
		}
div.post_meta	{
	float: right;
	margin-left: 40px;
	padding-left: 10px; 
	margin-bottom: 20px;
	text-align: right; 
	}
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;
	}
	
.frontpage_news	{	
	margin-bottom: 15px;
	margin-left: 15px;
	padding: 2px 5px; 
	border-bottom: 1px solid silver;
	}
.frontpage_news p	{	
	margin-top: 0px;
	margin-left: 15px; 
	}
.fp_odd	{
	}
.fp_even	{
	}