﻿
/* generics */

body 
{
	font: 0.84em/1.333 Arial, sans-serif; 
  color: #202020; background: #FFF;
  min-width: 40em; margin: 0;
}
a:link {color: #339;}
a:visited {color: #848;}
a img {border: none;}
h1 {font-size: 2em; padding: 0.25em 0;}
h2 {font-size: 1.5em; margin: 2em 0 0.33em; padding: 0.25em 0;}
h3 {font-size: 1.33em; margin: 2em 0 0.25em; padding: 0.125em 0;}
h4 {font-size: 1.1em; margin: 0.5em 0 0;}
h5 {font-size: 1em; margin: 0.5em 0 0;}
h6 {font-size: 0.85em; margin: 0.5em 0 0;}
p {margin: 0.33em 0 1em 0;}
ul, ol {margin: 1em 0; padding-left: 2.5em;}
dt {margin: 0.5em 0 0;}
dd {margin: 0.25em 0 0.5em 2.5em;}
pre, code, tt {font: 100% "Andale Mono", "Lucida Console", "Bitstream Vera Sans Mono", "Courier New", monospace; margin: 1em 0;}
code, tt {border-bottom: 1px solid #E3E3E3; padding: 0 1px;}
small {font-size: 85%;}
big {font-size: 115%;}
sup {font-size: smaller; vertical-align: 0.5em; line-height: 1px;}
img.pic {float: right; position: relative; margin: 0.25em 0 0.66em 1.5em;}
img.border {border: 3px double;}
img.standalone {display: block; margin: 0.5em auto; width: auto; max-width: 100%;}
p.standalone {text-align: center;}
p.standalone img {display: inline;}
.warning {background: #FF8; color: red; border: 2px solid; padding: 1em;}
.highlight {background: #B4D5FF; font-weight: bold;}

/* masthead */

#sitemast 
{
	width: 100%; 
	position: relative; 
	z-index: 1;
	padding: .5em 0 10px 0;
	margin: 0;
	background-image: url(/Content/header-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#sitemast h1
{
	font-size: 2em;
	line-height: 1em;
	padding: 0;
	margin-top: 1em;
	color: #a0ae5a;
}
#sitemast h2 {font-size: 1em; line-height: 1em; 
  padding: 0; margin: 0;
}
#sitemast h1 a {padding: 0 0.25em;}
#sitemast h1 a, .panel a {text-decoration: none;}
#sitemast #headerimage
{
	float:left;
	margin: 0 2em 2px 1em;
}
#sitemast #headertitle
{
	float:left;
}
#sitemast #headertitle a {
	color: #a0ae5a;
}
#orangerect
{
    float:left;
    margin-left:2em;
    background-image: url(/content/orangerect.png);
    background-repeat:no-repeat;
    width: 279px;
    height: 78px;
}
#description
{
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    font-size:medium;
    font-style:italic;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navlist a
{
display:block;
padding: 3px;
border-bottom: 1px solid #fff;
padding-left: 15px;
}

#navlist a
{
    text-decoration: none;
    color: Black;
    background-color: #D3E0F8;
}

#navlist a:hover
{
    background-color: #699BD8;
    color: #fff;
}
ul#navlist li.active a
{
    text-decoration: none;
    color: #fff;
    background-color: #699BD8;
}
ul#navlist li a:hover, ul#navlist li.active a:hover
{
background-color: #699BD8;
color: #fff;
}
/* main content */

#content 
{
    margin-left: 25px;
    margin-right:20px;
    margin-bottom:20px;
}
#main
{
    padding-left: 15px;
    padding-right: 15px;
}
.byline
{
    font-size: small;
    margin-bottom: 8px;
}
.commentcount
{
    float: right;
    min-height: 18px;
}
.blogbody
{
    font-weight: normal;
    line-height: 130%;
    margin-bottom: 50px;
}
.title
{
    color: #555;
    font-size:130%;
    margin-top: 4px;
}
hr
{
    height: 1px;
}
.comments
{
    color: #666;
    font-weight: bold;
    margin-bottom: 5px;
}
.comment
{
    background-color: #F5F5F5;
    margin-bottom: 10px;
    padding: 5px 5px 16px 10px;
    line-height: 140%;
    color: #333;
}
.comment submit
{
    font-weight: bold;
}
.commenter
{
    margin-left: 20px;
}
.comment.owner
{
    background-color: #FFECC7;
}
#links 
{
    width: 200px;
    padding-left: 15px;
}
a.title-link 
{
    color: #555 !important;
    text-decoration: none;
}
blockquote
{
    background: #f5f5f5 none repeat
    color: #333;
    padding: 5px;
}
.posted
{
    color: #000;
    margin-bottom: 15px;
}
.sidetitle
{
    color: #555;
    font-weight: bold;
    letter-spacing: .3em;
    margin-top: 15px;
    padding: 2px;
    text-transform: uppercase;
}
.side
{
    font-size: 90%;
    line-height: 140%;
    padding: 2px;
}
#footer
{
    text-align: center;
}

#Bar
{
	width: 100%;
	font-size: small;
	font-family: Arial;
	font-weight: bold;
	background-color: #444;
	color: White;
	height: 1.6em;
	padding-top: 4px;
}
#Bar span
{
    padding-left: 1em;
}
#BarShadow
{
	background-image: url(/Content/bar-shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 6px;
	margin: 0;
	padding: 0;
	clear: both;
}
#CommonHeaderUserArea
{
	margin: 0;
	padding: 0;
	float: right;
	margin-right: -5px;
	position: relative;
	z-index: 100;
}

#CommonHeader
{
	padding: 0 0 10px 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
	border-top: solid 10px #3A477A;
	background-image: url(/Content/header-gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #003366;
}

#logindisplay a:link
{
    color: #003366;
    text-decoration: none;
}

#logindisplay a:visited
{
    color: #003366;
}

#logindisplay a:hover
{
    color: #003366;
    text-decoration: underline;
}
fieldset label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}
.cred
{
    font-family: Courier New, Courier;
}
.bv
{
    font-size: 110%;
    font-weight: bold;
    color: rgb(227, 108, 10);
}
.cms
{
    font-size: 110%;
    font-weight: bold;
    color: rgb(0, 105, 170);
}