* {margin:0;padding:0;}
body {
	background-color:#999999;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
	position:relative;
	color:white;
}

body.FullPage {
	margin:0 auto 0 auto;
	width:820px;
	padding:30px 0 0 0;
	background-image:url(/images/background.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;	
}

body.PopupPanel {
	background-color:#767676;
	background-image:url(/images/stripe.png);
}

input, textarea {
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:12px;
	vertical-align:middle;
}

div.textfield {margin-right:3px;}
div.textfield textarea{width:100%;padding:1px 0px 0px 0px;margin:0;}


input.textfield, textarea.textfield, div.textfield textarea {
	border:1px solid #5C5C5C;
	background-color:#656565;
	color:white;
	font-weight:bold;
	height:20px;
	line-height:100%;
	font-size:11px;
	margin:1px;
}
input.textfield {padding:1px 3px;}


input.textfield.hint, textarea.textfield.hint, div.textfield textarea.hint {
	color:#424242;
}


input.button {
	border:1px solid #5C5C5C;
	background-color:#DF8E0C;
	background-image:url(/images/stripe_orange.gif);
	height:22px;
	line-height:100%;
	padding:0 20px;
	font-weight:bold;
	font-size:11px;
	color:black;
}
input.button:active {
	background-image:url(/images/stripe_red.gif);
	color:white;
}



img {border:0;vertical-align:middle;}
.png {behavior: url("/iepngfix.htc");}

table {border-collapse:collapse;}

img.logo {position:absolute;right:40px;top:0;}

a {text-decoration:none;color:#2DE267;text-shadow:0px 0px 3px #006513;}
hr {
	border:0 none;
	border-top:2px solid #999999;
	margin:4px -7px;
}

div.FoundationBox {
	background-color:#767676;
	background-image:url(/images/stripe.png);
	padding:5px 7px;
	margin-bottom:10px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}




.BGAqua {background-image:url(/images/stripe_aqua.gif);}
.BGBlue {background-image:url(/images/stripe_blue.gif);}
.BGPurple {background-image:url(/images/stripe_purple.gif);}
.BGRed {background-image:url(/images/stripe_red.gif);}
.BGOrange {background-image:url(/images/stripe_orange.gif);}
.BGLime {background-image:url(/images/stripe_lime.gif);}
.BGGreen {background-image:url(/images/stripe_green.gif);}
.BGDark {background-image:url(/images/stripe_dark.gif);}
.BGLight {background-image:url(/images/stripe_light.gif);}

.BrowserWarning {
	border:2px solid #767676;
	background-image:url(/images/stripe_orange.gif);
	font-size:12px;
	font-weight:bold;
	color:black;
	padding:10px;
}

.LeftColumn {
	float:left;
	width:500px;
	margin-left:120px;
}

.SingleColumn {
	margin-left:120px;
}

.RightColumn {
	width:190px;
	float:right;
}

#BlogCount {
	position:absolute;
	top:0;
	left:120px;
	width:190px;
	text-align:center;
	color:#5B5B5B;
	line-height:30px;
}

.BlogTitle {
	font-family:'Tahoma', 'Geneva', sans-serif;
	color:black;
	text-align:right;
	font-weight:bold;
	text-shadow:0px 0px 3px white;
	font-size:14px;
	line-height:18px;
	margin:-4px -7px -5px -7px;
	padding:4px 12px 5px 7px;
	display:block;
}
.BlogTitle input {
	line-height:20px;
	border:none;
	background:transparent;
	width:600px;
	text-align:right;
	font-weight:bold;
	text-shadow:0px 0px 3px white;
	outline:none;
}

.nicEdit-selected {
	border: none;
}

.nicEdit-pane {color:black;}

.BlogDate, .BlogDate a {
	text-transform:uppercase;
	font-size:10px;
	color:#3C3C3C;
	float:left;
	text-shadow:0px 0px 3px white;
}

.BlogEntry {
	text-align:justify;
	padding:0 5px;
}
.BlogEntry p {
	border:1px solid #575757;
	border-width: 1px 4px;
	background-image:url(/images/stripe_green.gif);
	margin:-4px -7px -4px -7px;
	padding:5px 15px;
	color:black;
}
.BlogEntry p a {
	font-weight:bold;
	color:black;
	text-shadow:none;
}
.BlogEntry img {max-width:100%;}
.BlogEntry blockquote {
	border:1px solid #575757;
	border-width: 1px 1px 1px 10px;
	border-left-color:#004D90;
	background-image:url(/images/stripe_aqua.gif);
	margin:10px 20px;
	padding:5px 10px;
	color:black;
	font-size:11px;
	font-family:monospace;
	line-height:14px;
}
.BlogEntry ul {
	padding-left:20px;
}


.CommentName {
	line-height:16px;
	font-size:10px;
	font-weight:bold;
	padding-left:10px;
	margin-bottom:4px;
	text-transform:uppercase;
}
.CommentBody {
	font-size:10px;
	background-color:#656565;
	padding:5px 6px;
	border:1px solid #626262;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:2px;
}


.Copyright {
	font-family:'Tahoma', 'Geneva', sans-serif;
	text-align:center;
	font-weight:bold;
/*	text-shadow:0px 0px 3px white;*/
	margin:0;
	padding:0;
	padding-bottom:40px;
	text-transform:uppercase;
	font-size:10px;
	color:#AAA;
}

.SmallBlock {
	text-transform:uppercase;
	font-size:9px;
	font-weight:bold;
}

.TwitterEntry {
	font-size:10px;
}
.TwitterEntry .Date,
.TwitterEntry .Source, 
.TwitterEntry .Source a {
	text-transform:uppercase;
	color:white;
	text-decoration:none;
	font-weight:bold;
}
.TwitterEntry .Date {}
.TwitterEntry .Source {float:left;}
.TwitterEntry .Message{display:block;padding-top:5px;font-family: 'Trebuchet MS', Helvetica, sans-serif;;}
