﻿/*  
Theme Name:The League of Paul
Theme URI: http://www.aeoth.net/blog
Description: 
Version: 1
Author: Paul Jenkins
Author URI: http://www.aeoth.net/blog
*/
body { 
	padding:0px; 
	margin:0px; 
	color: black; 
	font-size:0.8em; 
	font-family: sans-serif;
	background: url('images/bodybg.jpg') top no-repeat /*fixed*/ black ;
}
h1,h2,h3,h4,h5,h6 { font-size:1em;}
h1{ font-size:3em;}
h2{ font-size:1.75em;}
h3{ font-size:1.4em; margin-bottom:0;}
h4 { font-size:1.2em; margin-bottom:0; margin-top:0;}
a, a:visited { color: #2a6813; text-decoration: none;  }
a:hover { color: #92c17d; text-decoration:underline;}
ol li {
margin-bottom: 10px;
}
h1.pHeader {
	margin-bottom:2px;
	width : 620px;
 }
 .mycomment, .comment, .trackback { margin:5px; border: 1px solid #d7ebcc; padding:5px; background : #f9fff6; }
 .mycomment, .bypostauthor, .comment-author-admin { background: #c7dabb;}
 .trackback { font-style:italic; }
 .commentmetadata { font-size:0.8em;}
#bg { 
	background: url('images/background.jpg') repeat-y center;
	margin-top:150px;
}
#padder {
	padding-top:1px;
}
#container {
	width: 850px;
	margin-left:auto;
	margin-right:auto;
	background: white;
	padding: 20px;
	position:relative;
	top:-151px;
	/*margin-top:-151px;*/
}
#header {
	margin : -20px;
	border-bottom: 3px solid black;
}
#content { 

	width: 700px;
}
#sidebar { 
	width: 145px;
	float:right;
	margin-top:254px;
}
#topleftcurl 
{
	position:absolute;
	width:134px;
	height: 800px;
	margin-left:-154px; /* -(Width + container padding)*/
	top:0px;
	background: url('images/top_left_curl.png') no-repeat;
}
#toprightcurl 
{
	position:absolute;
	width:133px;
	height: 800px;
	margin-left: 870px;
	top:0px;
	background: url('images/top_right_curl.png') no-repeat;
}
#shield
{
	position:absolute;
	width: 303px;
	height : 314px;
	top:0px;
	margin-left: 680px;
/*	background: url('images/shield.png') no-repeat;*/
}
#postnav {
	text-align:center;
	background : #eafdde;
	position:absolute;
	padding:0px;
	width:890px; 
	margin-left:-20px; 
	padding-top:5px; 
}
.sideWidget { margin-bottom:35px;}
.meta { font-size:0.9em;}
input#q
{
	color: #73af59;
	background: #f0ffea;
	border: 2px solid #92c17d;
}

blockquote {
background: #f7fff3; padding: 20px;border:1px solid #d7f1cb;
 }

/* Twitter block styling */
#twitter_update_list {  background:url('images/twitter_bg.jpg') no-repeat center; font-size: 0.9em; margin:0; padding:0;list-style-type: none}
#twitter_update_list li {margin:0; padding:2px; border:1px solid #cacaca; border-bottom:0;}
#twitter_update_list {border-bottom:1px solid #cacaca;}

ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }

/*Code insert CSS*/
.csharpcode, .csharpcode pre
{
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style><style type="text/css">


.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
