﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, img, strike, tt, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

p, h1, h2, h3, h4, blockquote
{
	margin-bottom: 14px;
}

h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 100%; }
h4 { font-size: 80%; }
h1, h2, h3, h4 { font-weight: bold; }

a, a:visited { color: #06266f; }
a:hover { color: #6c8cd5; }

hr { background-color: #06266f; color: #06266f; height: 1px; border: 0 none; }

ul
{
	margin-left: 1em;
	margin-bottom: 10px;
}

ol li
{
	margin-bottom: 20px;
}

blockquote
{
	margin-left: 30px;
}

table tr td
{
	padding: 2px;
}

td.label
{
	text-align: right;
	vertical-align: top;
}
td.field
{
	vertical-align: top;
}

td.horizontalCascade
{
	vertical-align: middle;
}

input.textField, textarea.textField
{
	width: 400px;
}

.ipInput
{
	width: 200px;
}

#PostEdit textarea
{
	width: 80%; height: 500px;
}

.pagerLinks
{
	padding: 4px 2px;
	right: 0px;
}
.pagerLinks span, .pagerLinks a
{
	padding: 2px 6px; margin: 1px;
	font-weight: bold;
	background-color: #ff7400;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16px;
}

body
{
	background-color: #000000;
}

body.mceContentBody {
   background-color: #ffffff;
   padding: 10px;
}

#Container 
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16px;
	line-height: 22px;
	width: 970px; margin-left: auto; margin-right: auto;
	background-color: #ffffff;
}

#Header
{
	background-color: #000000;
	background-image: url(headerbg.jpg);
	background-repeat:no-repeat;
	margin-bottom: 0;
	height: 270px;
	position: relative;
}
#Header #Admin a, #Header #Admin a:visited
{
	color: White;
}
#Header #Admin
{
	color: White;
	position: absolute; top: 236px; left: 760px;
}

#HomeLink
{
	width: 200px; height: 200px;
	position: absolute; top: 10px; left: 10px;
}
#ArchiveLink
{
	width: 100px; height: 100px;
	position: absolute; top: 50px; left: 420px;
}
#ResumeLink
{
	width: 100px; height: 34px;
	position: absolute; top: 50px; left: 550px;
}
#PortfolioLink
{
	width: 100px; height: 24px;
	position: absolute; top: 84px; left: 550px;
}
#MediaLink
{
	width: 100px; height: 34px;
	position: absolute; top: 108px; left: 550px;
}
#BioLink
{
	width: 100px; height: 50px;
	position: absolute; top: 50px; left: 665px;
}
#ContactLink
{
	width: 100px; height: 50px;
	position: absolute; top: 100px; left: 665px;
}

#Body
{
}

#Main
{
	width: 640px; padding: 20px;
	margin-left: auto; margin-right: auto;
}

h1.blogPostTitle, h2.blogPostTitle
{
	margin-bottom: 2px;
}
h3.blogPostDetails, h3.commentDetails
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px; font-weight: lighter;
	margin-top: 2px; color: #6c8cd5;
}
div.blogPost
{
	margin-bottom: 40px;
}

#Comments
{
	margin-top: 20px;
}
.comment, .newComment
{
	margin-bottom: 20px;
	border: solid 1px #06266f;
	padding: 10px 20px;
}
.newComment
{
	background-color: #ffe773;
}

.warning
{
	color: Red; font-weight: bold;
}

.input-validation-error
{
	border: solid 1px red; background-color: #ffeeee;
}
.field-validation-error, .validation-summary-errors
{
	color: Red; font-weight: bold;
}

#Footer
{
	clear: both;
	font-size: 12px;
	padding: 20px;
	text-align: center;
}

.editor
{
	height: 650px; width: 700px;
}


/* image manager */

#ImageManager
{
	position: relative;
}
#ImageManager div
{
	position: absolute; border: solid 1px black; padding: 10px;
}
#ImageManager #Navigator #List
{
	border: none; padding: 0;
	overflow: auto; height: 520px; width: 196px;
}
#ImageManager #Navigator
{
	left: 0px; top: 0px; width: 210px; height: 530px;
}
#ImageManager #Navigator select
{
	width: 150px;
}
#ImageManager #Upload
{
	left: 240px; top: 0px; width: 400px; height: 60px;
}
#ImageManager #Preview
{
	left: 240px; top: 90px; width: 400px; height: 400px;
	overflow: auto;
}
#ImageManager #SelectionButton
{
	position: absolute; right: 2px; top: 520px; height: 30px;
}
#ImageManager #AddFolder
{
	width: 360px;
}
#ImageManager #DeleteFolder
{
	top: 50px;
	width: 360px;
}
#ImageManager .inputs
{
	width: 230px;
}