/* core.css 
*
* Dark-blue: 	#08346c
* Light-blue: 	#5982b5
* Orange: 		#f7c729
* Off-white:	#dee4eb
*/
html, body, div, span, applet, object, iframe,
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
fieldset, img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, th, var {
	font-weight: normal;
	font-style: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
:focus {
	outline: 0;
}
a {
	text-decoration: none;
} 
/* html */
html {
	height: 100%; 
	margin-bottom: 1px; 
	}
body {
	background-color: #08346c;
	font: 62.5%/1.3 Verdana, Arial, Helvetica, sans-serif;
	height: 101%;
	text-align:center;
}
h1 {font-size: 2.4em}
h2 {font-size: 2.2em}
h3 {font-size: 2.0em}
h4 {font-size: 1.8em}
h5 {font-size: 1.6em}
h6 {font-size: 1.4em}
h1, h2, h3, h4, h5, h6, p, ul, li, dd, a {
	color: #ffffff;
}
textarea, input {
	color: #08346c;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
label {
	font-size: 1.2em;
}
pre {
	border:1px dashed #AAAAAA;
	background: #ffffff;
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 0 0 20px;
	width: 600px;
	overflow: auto;
}
pre code {
	font-family: Arial;
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	display: block;
}
/* .clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
/* Globals */
.head {
	float: left;
	width: 100%;
}
.head-clean {
	float: left;
	width: 100%;
}
.body {
	float: left;
	width: 100%;
}
.foot {
	float: left;
	width: 100%;
}
.center {
	text-align: center;
	width: 100%;
}
.clear {
	clear:both;
}
.error {
	color: #ff0000;
}
.left {
	float: left;
}
.highlight {
	color: #d2b95e;
}
/* #wrapper */
#wrapper {
	background: #08346c;
}
#container {
	height: 100%;
	margin: 15px auto 10px auto;
	text-align: left;
	width: 980px;
}
#top-cap {
	background: transparent url('/images/container-sprite.png') 0 0 no-repeat;
	height: 15px;
}
#header {
	background: transparent url('/images/container-body.png') repeat-y;
	padding: 0 20px 0 0;
}
#body {
	background: transparent url('/images/container-body.png') repeat-y;
	padding: 0 30px 0 30px;
}
#footer {
	background: transparent url('/images/container-body.png') repeat-y;
	text-align:center;
}
#bottom-cap {
	background: transparent url('/images/container-sprite.png') 0 -16px no-repeat;
	height: 15px;
}
/* #logo */
#logo {
	display: inline;
	float: left;
	margin: 0 0 0 20px;
}
#logo a {
	cursor: pointer;
}
/* gilder/levin image replacement */
#logo h1 {
	width: 634px; 
	height: 100px;
	position: relative;
}
#logo h1 span {
	background: #08346c url('/images/logo.png') no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}
/* #menu */
#menu  {
	display: inline;
	float: right;
	font-size: 1.6em;
	margin: 60px 12px 0 0;
}
#menu li {
	float:left;
    padding: 0 0 0 14px;
}
#menu li a:hover {
	color: #d2b95e;
}
#menu li a:active {
	color: #d2b95e;
}
#menu .highlight:hover {
	color: #5982b5;
}
/* #nav */
#nav {
	float: right;
	margin: 33px 0 0 0;
	width: 250px;
}
#nav h6 {
	color: #08346c;
	font-weight: 400;
	margin: 0 0 0 12px;
	padding: 1px 0 0 0;
}
#nav .head {
	background: #08346c url('/images/nav-sprite.png') no-repeat; 
	height: 24px;
}
#nav .head-clean {
	background: #08346c url('/images/nav-head-clean.png') no-repeat; 
	height: 14px;
}
#nav .body {
	background: #08346c url('/images/nav-body.png') repeat-y;
	font-size: 1.2em;
}
#nav .foot {
	background: #08346c url('/images/nav-sprite.png') 0 -25px no-repeat; 
	height: 12px;
}
/* #login */
#login {
	float: left;
	width: 100%;
}
#login form {
	background: #08346c;
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	width: 220px;
}
#login ul {
	float: left;
	width: 175px;
}
#login li {
	background: #08346c url('/images/field.png') top left no-repeat;
	clear: both;
	float: left;
	height: 22px;
}
#login li div {
	background: transparent url('/images/field-cap.png') top right no-repeat;
	float: left;
	height: 22px;
	padding: 3px 10px 0 10px;
}
#login input {
	background: transparent;
	border: none;
	color: #08346c;
	float: left;
	font-size: 1.2em;
	width: 160px;
}
#login #password {
	margin: 5px 0 0 0;
}
#login button {
	background: #08346c url('/images/login-button.png') no-repeat; 
	border: none;
	cursor: pointer;
	float: right;
	height: 28px;
	margin: 13px 0 0 0;
	width: 28px;
}
/* #search */
#search {
	float: left;
	width: 100%;
}
#search form {
	background: #08346c;
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	width: 220px;
}
#search ul {
	float: left;
}
#search li {
	background: #08346c url('/images/field.png') top left no-repeat;
	clear: both;
	float: left;
	height: 22px;
	margin: 2px 0 0 0;
}
#search li div {
	background: transparent url('/images/field-cap.png') top right no-repeat;
	float: left;
	height: 22px;
	padding: 3px 10px 0 10px;
}
#search input {
	background: transparent;
	border: none;
	color: #08346c;
	float: left;
	font-size: 1.2em;
	width: 160px;
}
#search button {
	background: #08346c url('/images/search-button.png') no-repeat; 
	border: none;
	cursor: pointer;
	float: right;
	height: 28px;
	width: 28px;
}
/*  #links  */
#links .head-clean{
	margin: 20px 0 0 0;
}
#links dl {
	padding: 0 20px 0 20px;
}
#links dt {
	padding: 5px 0 5px 0;
}
#links dd {
	padding: 0 0 10px 0;
}
#links a {
	color: #d2b95e;
}
#links a:hover{
	color: #5982b5;
}
#links .sub-link {
	color: #5982b5;
}
/* #categories */
#categories .head {
	margin: 20px 0 0 0;
}
#categories ol {
	padding: 5px 0 0 15px;
	width: 200px;
}
#categories li {
	background: url('/images/bullet.png') 0 0.5em no-repeat;
	clear: both;
	list-style: none;
	margin: 3px 0 3px 0;
	padding: 0 0 0 15px; 
	width: 100%;
}
#categories a:hover {
	color: #d2b95e;
}
/* #entries */
.entry {
	clear: both;
	font-size: 1.2em;
	padding: 30px 0 10px 0;
	width: 640px;
}
.entry .title {
	margin: 5px 0 15px 0;
}
.entry a {
	color: #d2b95e;
	font-weight: 400;
}
.entry a:hover {
	color: #5982b5;
}
/* .toggle */
.toggle {
	background-color: #08346c;
	border: none;
	clear: both;
	color: #d2b95e;
	cursor: pointer;
	float: left;
	font-size: 1.2em;
	height: 20px;
	margin: 10px 0 20px 0;
	padding: 0;
	text-align: left;
}
.toggle:hover {
	color: #5982b5;
}
/* .networking */
.networking {
	clear: both;
	float: left;
	margin: 30px 0 0 1px;
	padding: 0 0 2px 0;
}
/* .comment */
.comment {
	clear: both;
	display: block;
	float: left;
	margin: 10px 0 0 0;
	overflow:hidden;
	width: 640px;
}
.comment .head {
	background: #08346c url('/images/comment-sprite.png') 0 0 no-repeat;
	height: 22px;
}
.comment .body {
	background: #08346c url('/images/comment-body.png') repeat-y; 
	font-size: 1.2em;
	padding: 0 0 0 20px;
}
.comment .foot {
	background: #08346c url('/images/comment-sprite.png') 0 -22px no-repeat;
	height: 22px;
}
.comment .number {
	color: #08346c;
	display: block;
	float: left;
	font-size: 1.4em;
	padding: 2px 0 0 7px;
	text-align: center;
	width: 25px;
}
.comment .date {
	float: left;
	font-size: 1.1em;
	padding: 3px 0 0 10px;
}
.comment .name {
	padding: 10px 0 10px 0;
}
.comment .content {
	float: left;
	padding: 0 0 10px 0;
	width: 600px;
}
.comment a {
	color: #d2b95e;
	font-size: 1.4em;
}
.comment a:hover {
	color: #5982b5;
}
.comment .honey-pot {
	visibility: hidden;
}
/* .remark */
.remark {
	background: #08346c;
	display: inline;
	float: left;
	margin: 15px 0 20px 15px;
	width: 640px;
}
.remark ul {
	float: left;
}
.remark .field {
	background: #08346c url('/images/field.png') top left no-repeat;
	clear: both;
	float: left;
}
.remark .field div {
	background: transparent url('/images/field-cap.png') top right no-repeat;
	float: left;
	height: 22px;
	padding: 3px 10px 0 10px;
}
.remark .field input{
	background: transparent;
	border: none;
	color: #08346c;
	float: left;
	font-size: 1.4em;
	width: 250px;
}
.remark  label {
	float: left;
	padding: 3px 0 0 10px;
}
.remark .area  {
	display: inline;
	float: left;
}
.remark .area label {
	clear: both;
	float: left;
	padding: 3px 0 2px 2px;
}
.remark .area div {
	background: transparent url('/images/textarea-bg.png') no-repeat;
	float: left;
	height: 100px;
	width: 600px;
}
.remark textarea {
	background: transparent;
	border: 0;
	float: left;
	font-size: 1.4em;
	height: 82px;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	width: 588px;
}
.remark button {
	background: #08346c url('/images/submit.png') no-repeat; 
	border: none;
	clear: both;
	cursor: pointer;
	float: left;
	height: 32px;
	margin: 10px 0 0 2px;
	width: 32px;
}
/* #admin */
#admin {
	float: left;
	margin: 46px 0 0 0;
	width: 640px;
}
#admin h3 {
	color: #d2b95e;
}
#admin li {
	padding: 3px 0 3px 0;
}
/* #entry-form */
#entry-form {
	padding: 20px 0 30px 0;
}
#entry-form  #month-day-year input{
	padding: 0 10px 0 0;
	width: 35px;
}
#entry-form #entry-subject {
	width: 300px;
}
#entry-form #entry-title {
	width: 630px;
}
#entry-form textarea {
	height: 200px;
	width: 630px;
}
/* #project-form */
#project-form {
	padding: 20px 0 0 0;
}
#project-form #project-title {
	width: 240px;
}
#project-form #project-url {
	width: 240px;
}
#project-form textarea {
	width: 240px;
}
/* .submit */
.submit {
	background-color: #ffffff;
	border: 1px solid #a5acb2;
	color: #08346c;
	cursor: pointer;
	margin: 5px 5px 0 0;
}
/* .frame */
.frame {
	display: inline;
	float: left;
	padding: 30px 0 0 0;
	width: 920px;
}
.frame .head {
	background: #08346c url('/images/frame-sprite.png') 0 0 no-repeat;
	height: 20px;
}
.frame .body {
	background: #08346c url('/images/frame-body.png') repeat-y;
}
.frame .foot {
	background: #08346c url('/images/frame-sprite.png') 0 -20px no-repeat;
	height: 20px;
}
/* #credit */
#credit {
	clear: both;
	padding: 50px 0 0 0;
}
/* #blog */
#blog {
	float: left;
	width: 640px;
}
#blog .entry li {
	background: url('/images/bullet.png') 0 0.7em no-repeat;
	clear: both;
	list-style: none;
	margin: 3px 0 3px 10px;
	padding: 2px 0 2px 15px; 
	width: 610px;
}
#blog #response {
	margin: 32px 0 0 0;
}
/* #notes */
#notes {
	padding: 0 0 0 3px;
}
/* #about */
#about {
	
	font-size: 1.2em;
	padding: 20px 40px 0 40px;
}
#about img {
	float: left;
	padding: 0 30px 10px 0;
}
#about td {
	padding: 10px 0 0 0;
}
#about .cell-a {
	color: #ffffff;
	width: 50px;
}
#about ul {
	padding: 5px 0 0 0;
}
#about li {
	background: url('/images/bullet.png') 0 0.7em no-repeat;
	list-style: none;
	margin: 3px 0 3px 10px;
	padding: 2px 0 2px 15px; 
}
#about a {
	color: #d2b95e;
}
#about a:hover {
	color: #5982b5;
}
#about h5 {
	color: #ffffff;
	padding: 0 0 0.4em 0;
}
#about #badges {
	padding: 30px 0 0 3px;
}
#about #badges a{
	padding: 0 20px 0 0;
}
