html, body {
	margin:0px;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	background-color: #C2C3CC;
	margin-bottom:10px;
}

/* .container {
	border-left:3px solid #3D466F;
	border-right:3px solid #3D466F;
	border-bottom:3px solid #3D466F;
} */
td.container-content {
	padding:20px;
	padding-top:30px;
	width:480px;
	overflow:hidden;
}
td.container-sidebar {
	padding:10px;
	padding-top:20px;
	background-color:#FAFAFA;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
}
 
a, a:visited, a:active {
	color:#283773;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#banner {
	margin:12px 7px 3px 20px;
}
#banner h1, #banner h1 a, #banner h1 a:hover {
	font-size:17px;
	color:white;
	text-decoration:none;
	margin:0;
}

#banner h2 {
	font-size:11px;
	font-weight:normal;
	color: #ccc;
	margin:0;
}

h1, h1 a {
	color:black;
	margin:0px;
	margin-bottom: 2px; 
	font-size:15px;
	font-weight: bold; 
	text-decoration: none; 
}
p { 
	font-size:12px;
	line-height:1.4em;
}
blockquote {
	border:1px solid #e7e7e7;
	background-color:#fafafa;
	padding:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}


#sidebar h4, #sidebar h2 {
	margin:0px;
	margin-top:15px;
	margin-bottom:5px;
	font-size:12px;
	font-family: verdana, arial, sans-serif;
}
#sidebar ul {
	margin-top:0px;
	margin-left:8px;
	padding-left:0px;
	list-style-type: none;
	font-size:10px;
}
#sidebar ul li {
	background-image: url(../../../images/bullet-chevrons.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 10px;
}
#sidebar li {
	margin:0px;
	margin-bottom:5px;
	font-family: verdana, arial, sans-serif;
	list-style-type: none;
}


#date {
	font-family: arial, verdana, sans-serif;
	margin:0px;
	color: #888;
	font-size: 11px;
}
#date a, #date a:visited, #date a:active {
	color:#888;
	text-decoration:none;
	font-weight:bold;
}
#date a:hover {
	text-decoration:underline;
}

#byline {
	text-align:right;
	font-family: arial, verdana, sans-serif;
	margin:0px;
	margin-top:10px;
	margin-bottom:45px;
	margin-right:10px;
	color: gray;
	font-size: 11px;
}
#byline a, #byline a:visited, #byline a:active {
	color:gray;
	text-decoration:none;
	font-weight:bold;
}
#byline a:hover {
	text-decoration:underline;
}

.blog-excerpt {
	margin:0px;
	margin:10px 0 0;
	line-height:1.4em;
}
.pagetitle { /* This controls the page titles for the archive sections */
	margin:0px;
	margin-bottom: 15px; 
	font-size:15px;
	font-weight: bold; 
	text-decoration: none; 
}

#contentarchive h1 a, #contentarchive h1 a:active, #contentarchive h1 a:visited {
	color:#283773;
	margin:0px;
	margin-bottom:2px; 
	font-size:13px;
	font-weight:bold; 
	text-decoration:none; 
}
#contentarchive a:hover {
	text-decoration:underline;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/*
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
*/

#commentform textarea {
	width: 97%;
	padding: 2px;
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	background-color:#FAFAFA;
/*	border:1px solid #B3B3B3; */
	}
#commentform input {
	font-family: verdana, arial, sans-serif;
	font-size:11px;
	background-color:#FAFAFA;
/*	border:1px solid #B3B3B3; */
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


.font8 {
	font-size:8px;
}
.font9 {
	font-size:9px;
}
.font10 {
	font-size:10px;
}
.font11 {
	font-size:11px;
}
.font12 {
	font-size:12px;
}
.font13 {
	font-size:13px;
}
.font14 {
	font-size:14px;
}
a.black, #sidebar h4 a.black {
	color:black;
	text-decoration:none;
}

.navigation {
	text-align:center;
	margin:10px;
	font-size:10px;
}


#content ul, #content ul li {
	font-size:12px;
}
#content ul li {
	margin-bottom:12px;
	line-height:1.4em;
	margin-left:-10px;
}
#content ol {
	font-size: 12px;
}
#content ol li {
	font-size: 12px;
	margin-bottom:12px;
	line-height:1.4em;
	margin-left:-10px;
}

#content ol.alpha { 
	list-style-type: upper-alpha;
}

/* Following applies to admin head plugin */
#admin {
z-index: 20;
/*width: 100%;*/
margin: 0;
margin-top:-25px;
margin-bottom:15px;
background: #fff;
padding: 0px;
color: #ddd;
font-size: 9px;
font-family: verdana, arial, sans-serif;
text-align: center;
}
#admin li {
display: inline;
padding: 0px;
text-spacing:0px;
}
#admin li a {
color: #aaa;
text-decoration: none;
letter-spacing: 0px;
}
#admin li a:hover {
color: #283773;
text-decoration: none;
}

.gray {
	color:#999999;
}

td.form-left {
 background:#B8BCCC;
 font-size:11px;
	font-weight:normal;
	padding-right:5px;
	width:100px;
}
td.form-right {
 background:#DFE0E5;
	font-size:11px;
	width:310px;
}
td.form-header {
 color:white;
	font-weight:bold;
	font-style:italic;
	padding:1px;
	padding-left:6px;
}

