/*
Href: /blog/skins/_System/csharp.css, Media: 
Href: /blog/skins/_System/commonstyle.css, Media: 
Href: /blog/skins/_System/commonlayout.css, Media: 
Href: /blog/Skins/Jorriss/print.css, Media: print
Href: /blog/Skins/Jorriss/style.css, Media: 
Href: /blog/Skins/Jorriss/Blue.css, Media: 
*/

/* Href: /blog/skins/_System/csharp.css, Media:  */
 .csharpcode,.csharpcode pre{font-size:small;color:black;font-family:Consolas,"Courier New",Courier,Monospace;background-color:#fff;}.csharpcode pre{margin:0;}.csharpcode .rem{color:#008000;}.csharpcode .kwrd{color:#00f;}.csharpcode .str{color:#006080;}.csharpcode .op{color:#0000c0;}.csharpcode .preproc{color:#c63;}.csharpcode .asp{background-color:#ff0;}.csharpcode .html{color:#800000;}.csharpcode .attr{color:#f00;}.csharpcode .alt{background-color:#f4f4f4;width:100%;margin:0;}.csharpcode .lnum{color:#606060;}
/* Href: /blog/skins/_System/commonstyle.css, Media:  */
 .dropcap{float:left;font:4em georgia,helvetica,verdana,arial,sans-serif;border:solid 1px;padding:5px;margin-right:5px;}.dropshadow{float:left;clear:left;background:url(../../images/shadowAlpha.png) no-repeat bottom right!important;background:url(../../images/shadow.gif) no-repeat bottom right;margin:10px 0 10px 10px!important;margin:10px 0 10px 5px;padding:0;display:block;}.innerbox{position:relative;bottom:6px;right:6px;border:1px solid #999;padding:4px;margin:0;display:block;}.innerbox{\margin:0 0 -3px 0;ma\rgin:0;}div.debug{font-size:x-small;width:200px;position:absolute;}a.printIcon{background:url('../../images/printer.png') no-repeat top left;padding-bottom:4px;}a.printIcon span{background:url('../../images/printer.png') no-repeat top left;padding-left:17px;}.shareIcon{background:url('../../images/share-icon-16x16.png') no-repeat center left;}img.avatar{float:left;width:50px;padding:5px;border:0;display:block;}.accessKey{text-decoration:underline;}.pullout{display:block;width:30%;padding:10px;background-color:#ddd;float:right;font:bold 1em arial,helvetica,sans-serif;text-align:left;letter-spacing:0.05em;margin:5px;clear:both;border:solid 1px;}.pullout .alt{float:left;}blockquote.withline{text-align:justify;padding:5px;border-left:1px solid #9ACD32;}dl.form dt{height:18px;margin-top:5px;}dl.form dd{margin-left:0;}dl.form input{width:300px;}dl.form textarea{width:400px;height:200px;}label.required{font-weight:bold;}ul.horizontal{list-style:none;}ul.horizontal li{display:inline;}.postTitle,.postTitleDate{clear:both;}.clear{clear:both;}.left{float:left;}.right{float:right;}.block{display:block;}.inline{display:inline;}#tag-cloud{font-size:1em;margin:0;padding:0;}#tag-cloud li{display:inline;list-style-type:none;}#tag-cloud li,#tag-cloud li a{display:inline;}#tag-cloud li{padding:2px 3px;}.tag-style-1{font-size:.8em;font-weight:normal;}.tag-style-2{font-size:1em;font-weight:normal;}.tag-style-3{font-size:1.2em;font-weight:bold;}.tag-style-4{font-size:1.4em;font-weight:normal;}.tag-style-5{font-size:1.6em;font-weight:bold;}.tag-style-6{font-size:1.8em;font-weight:bold;}.tag-style-7{font-size:2em;font-weight:bold;}#search-progress{background:url(../../images/loaders/subtext-loader.gif) no-repeat;width:32px;height:32px;margin:4px auto;}#searchResults{z-index:100;}#searchWrapper{position:relative;width:100%;}a.closeSearch{position:absolute;top:0;right:4px;display:block;}.commentInfo{clear:left;}a.edit-comment{background:transparent url(../../images/pencil.png) no-repeat scroll left center;padding-left:20px;}.btn{cursor:pointer;}
/* Href: /blog/skins/_System/commonlayout.css, Media:  */
/********* Search **********
A standard layout for the search box
Assumes the following structure:

#search
	label
		input.searchterm
			.searchButton
	#searchResults {visible only when search button is clicked}

----------------------------*/
#search
{
	float: right;
	width: 280px;
}

#search #searchResults
{
	z-index: 100;
	position: relative;
	padding: 5px;
	margin: 0;
	border: solid 1px;
}

#searchResults ul
{
	padding: 0;
	margin: 5px;
}

#searchResults ul li
{
	list-style-position: inside;
}

/********* Previous / Next Links **********
A standard layout for the previous entry and 
next entry links.
Assumes the following structure:

.previousNext
	a
	span " | "
    a
	span " | "
	a
----------------------------*/
div.previousNext
{
	width: 99%;
	text-align: center;
	font-size: .9em;
	padding: 4px;
}


/********* Blog Stats **********
Renders blog stats in a horizontal fashion.

Sample usage:
<dl title="Blog Statistics" id="blogStats">
	<dt>posts</dt>
	<dd><asp:Literal ID="PostCount" Runat="server" /></dd>
	<dt>comments</dt>
	<dd><asp:Literal ID="CommentCount" Runat="server" /></dd>
	<dt>trackbacks</dt>
	<dd><asp:Literal ID="PingTrackCount" Runat="server" /></dd>
</dl>

*/
#blogStats
{
	float: right;
	text-align: right;
	font-size: .7em;
}

#blogStats dt, #blogStats dd
{
	float: left;
	margin: 0;	
}

#blogStats dt
{
	padding-right: 2px;
	margin-right: 2px;
	text-transform: lowercase;
}

#blogStats dd
{
	margin-right: 7px;
}

/********* Captcha **********/
div.captcha
{
	margin: 2px 0 8px 6px;
}

div.captcha img
{
	width: 180px;
	height: 50px;
	border: solid 1px #999;
	display: block;
}

div.captcha label
{
	display: inline;
	float: left;
}

div.captcha input
{
	margin-left: 4px;
	display: inline;
}
/* Href: /blog/Skins/Jorriss/print.css, Media: print */
@media print{
body,#top,#tagline,#main,.Framework,.MainCell{padding:0;margin:0;background-color:#fff;color:#000;border:none;width:100%;}td.LeftCell,#leftmenu,#commentform,.powererdby,.BlogStats,#sub{display:none;}#top h1 td,#top h1 a,#subtitle{color:#000;}.post{border:none;}
}
/* Href: /blog/Skins/Jorriss/style.css, Media:  */
body {
	font-size: 80%;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 0px;
	background-color: #D9D6CB; /*#333333;*/
	line-height:1.2em;
}
	
img {
	border:0;
}
	
td {
	font-size:small;
}
	
a {
	color:#009933;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

h1 {
	margin:0;
	padding-top:5px;
	font-size:1.75em;
}

h1 a:visited,h1 a:active,h1 a:link,h1 a:hover {
	color:#FFF;
	text-decoration:none;
}

h2 {
	font-size:1.2em;
}

h2 a:visited, h2 a:active, h2 a:link  {
	color:#009933;
	text-decoration:none;
}

h2 a:hover {
	text-decoration:underline;
}

h5 {
	margin:0;
	padding:0;
}

#top1 {
	background-color: #20375f;
	height: 75px;
	vertical-align: middle;
	padding: 0px 7px 0px 10px;
	color: white;
}

#top {
	margin: 0px;
	padding: 0px;
	background-image: url(images/jorrissheadergreen.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#top h1 {
	margin: 0px;
	padding: 0 10px 0.1em;
	font-size: 1.8em;
}

#top p{
	font-size: 1.1em;
	padding-top: 0em;
	padding-right: 10em;
	padding-bottom: 1em;
	padding-left: 10px;
	margin: 0px;
}

#subtitle  {
	margin: 0px;
	padding: 0em 10px 1em;
	color: White;
}

#sub {
	text-align:right;
	background-color:black;
	color:#CCC;
	font-size:0.8em;
	padding:4px;
}

#mainHeader {
	padding: 0px;
}

#top a:link, #headermaintitle a:visited, #headermaintitle a:active, #headermaintitle a:hover {
	color: #FFFFFF;
}


#blogstats  {
	padding: 0px, 0px, 0px, 0px;
}

#tagline {
	color:#FFF;
	font-size:1em;
	margin:0;
	background-color:#00F;
	padding:5px;
}

p.date img {
	vertical-align:middle;
}

p.date {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
	padding: 0.2em 0;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #AAAAAA;
}
p.date span {

}

p.date a, p.date a:link, p.date a:visited, p.date a:hover {
	color:#000;
	text-decoration: none;
}

blockquote {
	background-color:#EEE;
	border:0;
	border-left:18px solid #CCC;
	padding:4px;
	margin:0;
}

#leftmenu {
	left:0;
	width:190px;
	height:100%;
	padding: 5px;
	padding-bottom:5px;
	vertical-align: top;
	min-width: 200px;
}

.navigationmenu h3 {
	font-size:1em;
	margin:0;
	padding:4px;
	border-bottom:1px solid #BBB;
}

.navigationmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:8px;
	margin-bottom:10px;
	text-indent: -2px;
}

.navigationmenu li {
	display:block;
	margin-right:0;
	padding:2px;
}

.navigationmenu a:active, .navigationmenu a:visited, .navigationmenu a:link {
	display:inline;
	text-decoration:none;
	margin-right:0;
	padding:2px;
}

.navigationmenu a:hover {
	text-decoration:underline;
}

#RightMenu {
	left:0;
	width:190px;
	height:100%;
	padding: 5px;
	padding-bottom:5px;
	vertical-align: top;
	min-width: 200px;
}

/*
.navigationmenualt li {
	display:block;
	margin-right:0;
	padding:2px;
}

.navigationmenualt a:active, .navigationmenualt a:visited, .navigationmenualt a:link {
	display:inline;
	text-decoration:none;
}

.navigationmenualt a:hover {
	text-decoration:underline;
}

#rightmenu h3 {
	font-size:1em;
	margin:0;
	padding:4px;
	border-bottom:1px solid #BBB;
}

#rightmenu ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:8px;
	margin-bottom:10px;
}

#rightmenu li {
	display:inline;
}

#rightmenu a:active, #rightmenu a:visited, #rightmenu a:link {
	display:block;
	color:#000;
	text-decoration:none;
	margin-right:0;
	padding:2px;
}

#rightmenu a:hover {
	background-color:#CCD5E0;
}

*/
#footer {
	margin:0;
	padding-top:5px;
	text-align:center;
	font-size:0.7em;
}
	
input.text {
	width:300px;
}

textarea {
	width:300px;
	height:200px;
}

#comments h4 span{color:#999;}
#comments h4 {
	margin:0;
    font-size:0.9em;
}

p {
	margin:0;
	margin-bottom:14px;
}
	
h3 {
	font-size:1.2em;
	border-bottom:1px solid #AAA;
}

#relatedlinks ul {
	list-style:none;
	margin-left:10px;
	padding:0;
}

.post {
	margin: 0 0 2em;
	padding: 0px;
}

.post h2 {
	font-size:1.2em;
}

.post h5 {
	font-size:1.2em;
	margin:0;
	margin-bottom:4px;
}

#comments .post h2 {
	font-size:.9em;
}

.post .postfoot {
	margin:0;
	/*margin-top:14px; */
	color:#AAA;
	border-top:1px solid #DDD;
	font-size:0.8em;
	/* height:17px; */
}

#comments .post {
	margin-left:60px;
}

pre {
	margin:0;
	margin-left:22px;
	font-size:1.0em;
}

.Textbox, textarea {
	border:1px solid #AAA;
	width:100%;
}

.button {
	border:1px solid #AAA;
	background-color:#CCD4E0;
}

input,textarea {
	font-family:Verdana,Geneva,Arial,Sans-Serif;
	font-size:10px;
}

.Framework {
	border:1px solid black;
	border-top: 0px;
	background-color:#fff;
	overflow:hidden;
}

#MainCell {
	border-left:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:10px;
	background-color:#EEE;
	vertical-align:top;
	margin: 0 0 0 0;
}

.Main {
	width: 99%
}
	
#LeftCell {
	width: 200px;
	vertical-align: top;
	left:0;
	height:100%;
	padding: 5px;
	padding-bottom:5px;
	vertical-align: top;
}
	
#RightCell {
	width: 200px;
	vertical-align: top;
	height:100%;
	padding: 5px;
	padding-bottom:5px;
	vertical-align: top;
}

.FooterCell {
	vertical-align:top;
}

div.news {
	padding:0 4px 4px 6px;
}

.navigationmenu #tag-cloud {
	font-size:1em;
}

.navigationmenu #tag-cloud li, .navigationmenu #tag-cloud li a {
	display:inline;
	line-height: 1em;
}

.tag-style-1
{
	font-size: .7em;
	font-weight: normal;
}
.tag-style-2
{
	font-size: .85em;
	font-weight: normal;
}
.tag-style-3
{
	font-size: 1em;
	font-weight: bold;
}
.tag-style-4
{
	font-size: 1.15em;
	font-weight: normal;
}
.tag-style-5
{
	font-size: 1.3em;
	font-weight: bold;
}
.tag-style-6
{
	font-size: 1.45em;
	font-weight: bold;
}
.tag-style-7
{
	font-size: 1.60em;
	font-weight: bold;
}
#searchResults ul li {
	color:#ffba27;
}

#search input.searchterm, #search #searchResults {
	background-color:#ffffff;
}

#search input.searchterm, #search #searchResults {
	border-color:#ddd;
}

#search {
	padding:0;
	margin:0 0 5px 0;
	width:100%;
}

#search input {
	font-size: .9em;
	margin-left:5px;
	padding:0;
}
	
#search input.searchterm {
	width:100px;
	border:solid 1px #444;
}

#searchResults {
	width:500px;
	position:absolute;
	top:18px;
	left:0;
	text-align:left;
}

#searchResults div.innerbox {
	background-color:#f6f6f6;
	padding:10px;
}

a.closeSearch {
	position:absolute;
	top:0;
	right:4px;
	display:block;
}

.GoogleAd {
	margin-left: auto;
	margin-right: auto;
}

/* The masthead sits at the top of the page.*/
#masthead {
	color: #FFFFFF;
	text-align: right;
	padding: 0.4em 0.4em 0 0;
	font-size: 0.8em;
	border-bottom: 0px;
}
#masthead ul {
	color: #333;
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#masthead ul li {
	display: inline;
}
#masthead ul li a {
	padding: 0 0.5em;
	text-decoration: none;
	margin: 0;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: #00F;
	text-decoration: none;
}

/* Href: /blog/Skins/Jorriss/Blue.css, Media:  */

a {
	color:#0000AA;
}

h1 a:visited,h1 a:active,h1 a:link,h1 a:hover {
	color:#FFF;
}

h2 a:visited, h2 a:active, h2 a:link  {
	color:#0000AA;
}

#top1 {
	background-color: #20375f;
}

#top {
	background-image: url(images/jorrissheaderblue.png);
}

#subtitle  {
	color: #FFF;
}

#sub {
	background-color:black;
	color:#CCC;
}

#top a:link, #headermaintitle a:visited, #headermaintitle a:active, #headermaintitle a:hover {
	color: #FFFFFF;
}

#tagline {
	color:#FFF;
	background-color:#00F;
}

p.date {
	font-size:1em;
	font-weight:bold;
	margin-bottom:0;
	padding: 0.2em 0;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #AAAAAA;
}

p.date a, p.date a:link, p.date a:visited, p.date a:hover {
	color:#000;
}

blockquote {
	background-color:#EEE;
	border-left:18px solid #CCC;
}

#comments h4 span {
	color:#999;
}

.post .postfoot {
	color:#AAA;
	border-top:1px solid #DDD;
}

.button {
	border:1px solid #AAA;
	background-color:#CCD4E0;
}

.Framework {
	background-color:#fff;
}

.MainCell {
	background-color:#EEE;
}

#LeftCell {
	background-color:#FFF;
}

#RightCell {
	background-color:#FFF;
}

#searchResults ul li {
	color:#ffba27;
}

#search input.searchterm, #search #searchResults {
	background-color:#ffffff;
}

#search input.searchterm, #search #searchResults {
	border-color:#ddd;
}


#searchResults div.innerbox {
	background-color:#f6f6f6;
}

/* The masthead sits at the top of the page.*/
#masthead {
	color: #FFFFFF;
}
#masthead ul {
	color: #333;
}

#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: #00F;
}
