body
{
	/*the entire page*/
	font-family: "Gill Sans", "Gill Sans MT", Corbel, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 1.0em;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 1.0em;
	text-align: justify;
	
}

body, form, html { height: 100%; overflow: hidden;}

a
{
    color: #0000ff;
}

a:hover
{
	color: #ff162c;
}



a img
{
	border: none;
	margin: 0px;
	padding: 0px;
}

blockquote, cite
{
	border-left: 2px solid #ff162c;
	margin: 10px;
	padding-left: 10px;
}

h1, h2
{
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
	font-weight: normal;
	margin: 0px;
	margin-top: 30px;
	text-align: left;
}

h1.Post-Title
{
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 3.0em;
	margin: 0px;
}

h1 a
{
	color: #516363;
	text-decoration: none;
}

.inviso, .inviso a
{
	color: #ffffff;
}

.Post
{
	margin-bottom: 60px;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
}

.Post-Content
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.Post-Date, .Post-Comments-Link
{
	font-size: 0.8em;
}

.RolloverLink
{
	text-decoration: none;
	border: none;
	width: 40px;
	height: 50px;
	display: block;
	margin: 0px;
	margin-left: 20px;
	margin-top: 7px;
	padding: 0px;
	float: left;
}

.RolloverLink:hover
{
	background-position: -40px 0px;
}

#Content
{
	padding: 15px;
	padding-top: 100px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#Footer
{
	margin-top: 100px;
	text-align: center;
}

#LinkHome
{
	text-decoration: none;
	border: none;
	display: block;
	margin: 0px;
	margin-right: 70px;
	padding: 0px;
	float: left;
	width: 198px;
	height: 57px;
	background-image: url(Images/logo.png);
}

#LinkContact
{
	background-image: url(Images/button-contact.png);
}

#LinkAbout
{
	background-image: url(Images/button-about.png);
}

#LinkArchives
{
	background-image: url(Images/button-archives.png);
}

#LinkRss
{
	background-image: url(Images/button-rss.png);
}

#NavBar
{
	height: 68px; /* 78 - padding-top - padding-bottom */
	width: 520px; /* 540 - padding-left - padding-right */
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 10px;
	background-image: url(Images/top-bg.png);
	margin-left: auto;
	margin-right: auto;
}

#Page
{
	height: 100%;
	overflow: auto;
}

#relatedPosts
{
	display: none;
}

#Top
{
	height: 78px;
	width: 100%;
	position: absolute;
}


/*	
	Comments
*/

.Comment, .Comment-Self
{
	width: 600px;
	padding: 10px;
	border-bottom: 1px solid #516363;
}

.Comment-Self
{
	background-color: #eee;
}

.Comment-Author
{
	margin-right: 20px;
}

.Comment-Author-Name
{
	font-weight: bold;
}

.Comment-Date, .Comment-Permalink
{
	font-size: 0.7em;
	color: #999;
}

.Comment-Entry
{
	margin-left: 20px;
}


.commentForm  {
	border-top:1px solid #DFE0C3;
    margin:0 0 20px 30px;
    padding-top:28px;
    width: 500px;
}

.commentForm #addcomment  {
	margin: 0 0 10px 0;
	font-size:16px;
}

.commentForm input
{
    width:300px;
 }

.commentForm input[type="checkbox"]
{
}
.commentForm select
{
    width:280px;
 }

    
.commentForm label
{
	display: block;
	margin-top: 10px;
    font-size: .8em;
}

#comment
{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 1.5em;
}

#gravatarmsg
{
	display: none;
}

.commentForm .comments   {
	background: url(img/icons/rss_comments.png) no-repeat center right;
	padding: 6px 30px 6px 0;
	text-decoration: none;
	line-height: 20px;
}

#commentlist 
{
    margin:0 0 30px 30px;
}

.comment 
{
    margin: 5px 0 0px 0;
	padding: 10px;
	border-top: 1px solid #dfe0c3;
	border-bottom: 1px solid #dfe0c3;
}

#commentlist .self
{
    background-color:#E5E6C6;
}

.commentForm textarea {
	width: 500px;
	height: 150px;
	border:1px solid silver;
	margin-top: -5px;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
	font-size: .8em;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 8px;
	padding-right: 8px;
	margin-right: 3px;
	list-style:none;
	cursor:pointer;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
}

.success {
	color: green;
	font-weight: bold;
	margin-left:30px;
}

#cbNotify
{
    
    }
    
.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
    right:25px;
}


.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}

#comments ol  {
	margin: 5px 0 30px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #dfe0c3;
	border-bottom: 1px solid #dfe0c3;
}

#comments ol li  {
	padding: 10px;
	list-style: none;
	margin: 5px 0;
}

#comments ol li.alt  {
	background-color: #e5e6c6;
}

#comments ol li.authorcomment  {
	background-color: #d7d8bf;
}

.Comment-Entry p.moderate  {
	background-color: #eee;
	font-style: italic;
	font-weight: bold;
	padding: 4px 0 4px 10px;
}

.commentmeta  {
	font-size: 11px;
	
}

.commentmeta .gravatar  {
}

.commentmeta .gravatar img  {
	float: left;
	margin: 0 10px 0 0;
	border: 1px solid #ededed;
}

.commentmeta .commentauthor  {
	font-size: 14px;
	font-weight: bold;
}

.commentmeta .commentdate  {

}

.commentmeta .commentpermalink  {

}

#comments #tagbox  {
	color: #9e9e9e;
	margin: 0 0 25px 0;
}

#comments #tagbox:hover  {
	color: #000;
}

#comments #tagbox p  {
	margin: 0;
	font-size: 12px;
}

#comments #tagbox strong  {
	font-size: 12px;
}

#comments p.nocomments{
	padding: 0;
}

#comments textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	width: 100%;
	margin: 0;
	line-height: 20px;
	font-size: 15px;
}

.commentform #submit  {
	border: 1px solid #9e9e9e;
	background-color: #ededed;
	padding: 5px;
}

/*
	Contact page
*/

#contact{
    padding:18px 10px 30px 35px;
}

#contact h1{
	 font-size:24pt;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}

/*
	Syntax highlighter
*/

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
	line-height: normal;
}

.code p
{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt { background-color: #f4f4f4; }

.code .lnum { color: #606060;}

/*
	Archive
*/


#archive h1 
{
    font-size:24pt;
}

#archive h2 {
	border-bottom: 1px solid #DFE0C3;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 10px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #DFE0C3;
	padding: 2px 0;
}

#archive .date{
	width: 90px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	display: none;
}