/*
 * Custom stuff - Nick
 */


#page, #header, #footer {
	/*:Page width*/
    width: 95%;
}

#logo {
    background: transparent url(images/logo.png) no-repeat;   
    width: 300px;
    height: 105px;
    float: left;
}

div.description {
    padding-top: 30px;
}

#title {
    padding: 18px 0 0 0;
    height: 105px;
}


/* Override the settings in Freshy theme */
code, pre {
	background: white;
	display:block;
    line-height: normal !important;
	padding-left:0;
	font-size:110%;
	border:1px solid #4d9301;
	background-color: white;
    color: black;
	margin: 0.5em 0 0 0;
    padding: 2px 1px 2px 1px;
	font-family: "Courier New", Courier, monospace;
	line-height:normal;
	letter-spacing:0;
	clear:both;
	overflow:auto;
	text-align:left;
	white-space:pre;
}

/* C# Highlighting 
   http://www.manoli.net/csharpformat/ */

.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; }

#wp-calendar a {
    text-decoration: underline;
}

#wp-calendar a:hover {
	background-color:#ff6600;
}


