/*   
Theme Name: ExtremeML
Theme URI: http://www.extrememl.com/wp-content/themes/extrememl/
Description: A 3-column, liquid-layout theme using faux columns.
Template: cs_base
Author: Tim Coulter
Version: 1.0
*/

/* Generic Html Elements */
html, body
{
	font-family: lucida, verdana, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
}

body
{
	background-color: #fff;
}

a img
{
	text-decoration: none;
	border: none;
	padding: 0px;
	margin: 0px
}

h1 a, h2 a, h3 a, h4 a, h5 a
{
	color: inherit;
}


/* WordPress Reserved Classes */
.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

img.alignnone
{
	margin: 30px 0;
}

img.alignright
{
	margin: 0 0 20px 20px;
	display: inline;
}

img.alignleft
{
	margin: 0 20px 20px 0;
	display: inline;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Page Layout */
#header
{
	background-image: url('images/header-back.gif');
	background-repeat: repeat-x;
}

#logo
{
	height: 90px;
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
}

#nav-bar
{
	height: 28px;
	line-height: 28px;
	background-image: url('images/button-back.jpg');
	background-repeat: repeat-x;
	color: #fff;
}

#search-box
{
	height: 28px;
	float: right;
}

#body-outer
{
	background-image: url('images/left-back.gif');
	background-repeat: repeat-y;
	background-position: left;
}

#body-inner
{
	background-image: url('images/right-back.gif');
	background-repeat: repeat-y;
	background-position: right;
}

#left-sidebar
{
	float: left;
	width: 180px;
	padding: 0;
	margin: 0;
}

#right-sidebar
{
	float: right;
	width: 250px;
	padding: 0;
	margin: 0;
}

#content-outer
{
	margin: 0px 250px 0px 180px;
	border: solid 1px #fff;
}

#content-inner
{
	min-height: 500px;
	max-width: 650px;
	padding: 30px;
}

br.float-separator
{
	clear: left;
}



/*Subscribe Widget */
#header div.widget
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 250px;
}

#header div.widget h5
{
	font-weight: normal;
	text-transform: uppercase;
}

#header div.widget a
{
	margin-right: 20px;
}


/* Primary Menu Bar */
#nav-bar ul
{
	margin: 0;
	padding: 0;
	float: left;
}

#nav-bar li
{
	display: inline;
}

#nav-bar li a
{
	float: left;
	height: 28px;
	width: 90px;
	line-height: 28px;
	text-align: center;
	font-size: 10pt;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	background-color: inherit;
	color: #fff;
	border-right: 1px solid #fff;
}

#nav-bar a:hover
{
	cursor: pointer;
}


/* Search Box */
#search-box input.submit
{
	position: relative;
	top: 0;
	height: 20px;
	width: 50px;
	margin: 0 10px 0 0;
	font-size: 10px;
	font-weight: normal;
	background: #317200;
	color: #fff;
	border: none;
}

#search-box input.text
{
	height: 10pt;
	width: 130pt;
	font-size: 9pt;
	font-weight: normal;
	padding: 2px;
}


/* Sidebar Content */
div.sidebar-left, div.sidebar-right
{
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	padding: 0px 20px;
}

div.sidebar-left
{
	text-align: right;
}

div.sidebar-left ul
{
	margin: 0 0 3em 0;
	padding: 0;
	list-style-type: none;
}

div.sidebar-right ul 
{
	margin: 0 0 3em 10px;
	padding: 0;
	list-style-image: url('images/freccia.gif');
}

div.sidebar-left a, div.sidebar-right a
{
	text-decoration: none;
	color: #317200;
}

div.sidebar-left h5, div.sidebar-right h5 
{
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	margin: 2em 0 1em;
}


/* Published Content */
div.content 
{
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
}

div.content h1
{
	font-size: 16pt;
	font-weight: bold;
	color: #317200;
	margin: 0px 0px 30px 0px;
	line-height: 1.4em;
}

div.content h1 a, h2 a
{
	text-decoration: none;
}

div.content h2
{
	font-size: 13pt;
	font-weight: bold;
	color: #317200;
	margin: 30px 0px 20px 0px;
	line-height: 1.4em;
}

div.content h3
{
	font-size: 12pt;
	font-weight: bold;
	color: blue;
	line-height: 1.4em;
}

div.post-info
{
	color: #666;
}

div.classification
{
	color: #666;
	margin-bottom: 30px;
}

ul.child-page-list
{
	padding: 0;
	list-style-type: none;
}

p.message
{
	color: red;
}


/* Footer Region */
div.footer 
{
	clear: both;
	font-size: 0.8em;
	padding: 10px;
	color: #317200;
	background-color: #eee;
	border-top: 1px solid #317200;
	border-bottom: 1px solid #317200;
}

div.footer ul 
{
	text-align: left;
	margin: 0 150px;
}

div.footer ul li
{
	display: inline;
	list-style-type: none;
	margin: 0 10px;
	white-space: nowrap;
}

div.footer ul li a 
{
	color: inherit;
	font-weight: normal;
	text-decoration: none;
}

div.footer ul li a:hover 
{
	color: #333;
}


/* Syntax-highlighted code */
.csharpcode { margin: 30px 0; }
.csharpcode, .csharpcode pre {color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #800000; }
.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; }