﻿@import "../css/keymapper.css";

/* Colours

Gray: #d3d3d3
Red: #A44
Anchors: #06c;

 */

#category-editor, .loginform, #comment-editor
{
	width: auto;
	padding: 1em 0;
}

/* Firefox 2 doesn't support inline-block */

#category-editor label, #comment-editor label
{
	width: 4em;
	margin-right: 0.5em;
	text-align: left;
	float: left;
}



.loginform .input_textbox
{
	margin-left: 10px;
}

.loginLabel label
{
	margin-left: 3px;
}

.loginTitle
{
	text-align: center;
	background-color: Gray;
	color: White;
}

#edit_post_categories
{
	margin-top: 1px;
}

#post_timestamp
{
	margin: 1em 0;
}

#post_timestamp input, #post_timestamp select
{
	height: 100%;
	display: inline-block;
	display: -moz-inline-box;
}

.input_textbox
{
	border-color: #d3d3d3;
}

#category-editor li, #comment-editor li
{
	padding: 5px 0;
}

.admintable tr
{
	margin-top: 3em;
	text-align: left;
}

.admintable th
{
	border-top: 2px solid #d3d3d3;
	border-bottom: 2px solid #d3d3d3;
}

.admintable tr a:hover
{
	color: Blue;
}

.admintable td
{
	padding: 0.5em 0;
	border-bottom: 1px solid #d3d3d3;
}

.post
{
	margin-bottom: 2em;
	border: 1px solid #d4d4d4;
}

.post li
{
	list-style-type: disc;
	padding-left: 10px;
	padding-bottom: 3px;
	list-style-position: inside;
}


#edit_post_categories
{
	float: right;
	width: 19%;
	border: 1px solid #d3d3d3;
}


#blogpost
{
	width: 80%;
}

.dateerrortext
{
	color: Red;
	clear: both;
}

/* Main page */

#posts
{
	float: left;
	width: 80%;
	margin-top: 20px;
}

#sidebar
{
	float: right;
	width: 19.5%;
	margin-top: 20px;
}

.subheader
{
	background-color: #d3d3d3;
	font-size: 115%;
	position: relative;
	padding-left: 5px;
}

.sidebarcontent
{
	margin-bottom: 2em;
	border: 1px solid #d3d3d3;
}

.nonanchorsidebarcontent
{
	padding-left: 10px;
}


.sidebarcontent a, .nonanchorsidebarcontent
{
	padding-left: 10px;
}

li.archivelist
{
	margin-left: 10px;
}

li.archivelist:before
{
	content: "\2014 \0020";
}

li.archivelist a
{
	padding-left: 5px;
}


.postfooter
{
	position: relative;
	background-color: #d3d3d3;
	font-size: 105%;
	padding-left: 5px;
}

.posttitle
{
}

.posttitle a
{
	text-decoration: none;
	color: Black;
	padding-left: 5px;
}

.posttitle a:hover
{
	color: #06c;
	text-decoration: none;
}


.postdate
{
	position: absolute;
	right: 10px;
	top: 0;
}

div.comment
{
	border-top: 1px solid black;
	border-left: 5px solid #A44;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20px;
	margin-bottom: 10px;
	position: relative;
}

.commentslink
{
	position: absolute;
	right: 10px;
}

a.commentlink
{
	position: absolute;
	right: 20px;
	bottom: 0px;
}

.commenthead
{
	border: 2px solid #d3d3d3;
	margin-bottom: 10px;
}

.commenter
{
	position: relative;
	left: 10px;
}

.commentbody
{
	background-color: #FFEEFF;
}

.comment_text
{
	width: 50%;
	height: 100px;
}

.commentposted
{
	float: right;
	margin-right: 10px;
}

.postbody
{
	padding: 20px;
	position: relative;
}


input[type="submit"]
{
	font-family: inherit;
	font-size: inherit;
}

blockquote
{
	width: 80%;
	margin: 0 auto;
	border: 1px solid black;
	border-left: 5px solid #A44;
	padding: 10px;
	margin: 10px 0;
}

#slugdiv
{
	display: none;
}

#edit_title
{
	margin-bottom: 20px;
	padding: 0 10px;
}

#edit_title input
{
	border: 1px solid #d3d3d3;
	background-color: #FEFEFE;
}

#post_timestamp input, #post_timestamp select
{
	border: 1px solid #b3b3b3;
	margin-left: 5px;
}


code
{
	font-family: Consolas, Monaco, "Lucida Console" , "Courier New" , Courier, monospace;
	background-color: #EEE;
}

samp
{
	font-family: Consolas, Monaco, "Lucida Console" , "Courier New" , Courier, monospace;
}

/* http://www.manoli.net/csharpformat/csharp.css */

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, Monaco, "Lucida Console" , "Courier New" , Courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
        line-height: 1.5em;

}

.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; }


