html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #0082ff;
	border: 0px;
	outline: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

a:focus {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

br {
	clear: left;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	background: #7fa5ca url('/images/pattern120.png') repeat;
	color: #222222;
  font-family: verdana, sans-serif;	
	font-size:12px;	
}

code {
	font-size: 14px;
	font-family:  monaco,monospace;	
}

pre code {
	font-size: 13px;
  color: #a0a0a0;
}

pre, pre.prettyprint {
	background: #101010;
	padding: 16px;
	overflow-x: auto;
	font-size: 13px;
  font-family: monaco,monospace;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

blockquote {
	font-family: Georgia,"Times New Roman",Times,serif;	
	color: #999999;
	font-size: 13px;
	font-style: italic;
	background: url('/images/quote.png') no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 40px;
	min-height: 24px;
}

kbd {
	background: #eeeeee none repeat scroll 0 0;
	border-color: #cccccc #aaaaaa #888888 #BBBBBB;
	border-style: solid;
	border-width: 2px 4px 5px 3px;
	color: #000000;
	padding: 5px 3px;
	white-space: nowrap;
}

hr {
	height: 0px;
	border: 0px;
	margin-left: 2px;
	margin-right: 2px;
	border-bottom: 1px dotted #c0c0c0;
}


.PageContainer {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-height: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
 	background: url('/images/body_bg.png') repeat-y top;
}

.HeaderContainer {
	margin: 0 auto;
	width: 900px;
	height: 39px;
	position: relative;
}

.Header {
	padding-top: 14px;
	width: 100%;
	height: 30px;
	margin: auto;
	position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.01);
  background: #101010;
}

.Main {
	width: 820px;
	margin: auto;
	padding-bottom: 100px;
  min-height: 100%;
  position: relative;
  margin-top: -10px;
}

.Footer {
	width: 100%;
	min-height: 140px;
	margin: auto;
	
	position:absolute;
	bottom: 0; /* stick to bottom */

  border-bottom: 4px solid black;
}

.FooterContent {
	width: 840px;
	margin: auto;
	font-size: 11px;	
	padding-top: 10px;
  padding-bottom: 0px;
  height: 120px;
  position: relative;
 	font-family: verdana, helvetica, sans;
  margin-bottom: 0px;
}

.FooterContent a {
}

.CenterContent {
	padding: 25px 0px 30px 0px;
}

.ArticleMainBody {
	width: 100%;
	font-size: 18px;
	color: #202020;
  margin-top: 10px;
  font-family: georgia,serif;
}

#tweetmeme_button {
	float: left;
}

.ArticleDate {
  color: #000000;
  font-size: 14px;
  font-style: italic;
  font-family: georgia,serif;
  margin-left: 2px;
  margin-top: 2px;
}

.ArticleBody li, .ArticleMainBody li, #wmd-preview li {
	margin: 4px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: square;
}

.ArticleBody ul, .ArticleMainBody ul, #wmd-preview ul {
	padding: 0px;
	margin: 0px 0px 10px 22px;
}

.ArticleMainBody img {
  border: 0px;
  margin: auto;
  display: block;
}

/**/
.News {
  font-size: 17px;
  padding: 8px 0px 8px 0px;
  border-bottom: 1px dotted #a0a0a0;
}

.NewsDate {
  color: #000000;
  font-style: italic;
  font-family: georgia,serif;
  float: right;
  font-size: 15px;
}

.NewsSubject {
  float: left;
}

/**************** Headings */

h1, h2, h3, h4, h5, h6, .ArticleHeadline, .ArticleHeadline a {
	color: #303030;
	padding: 0px;
	margin: 0px;
/*	font-family: georgia, serif;*/
	font-family: verdana,sans-serif;
	font-weight: bold;		
}

h1, .ArticleHeadline, .ArticleHeadline a {font-size: 27px; padding-bottom: 0px; }
h2 {font-size: 24px; padding-bottom: 3px; margin-top: 12px}
h3 {font-size: 21px; padding-bottom: 2px; margin-top: 8px}
h4 {font-size: 20px}
h5 {font-size: 18px}
h6 {font-size: 16px}

h1, .ArticleHeadline a {
	color: #303030;
	font-size: 29px;
	display: block;
}

.ArticleHeadline {
}

h1 {
}

.ArticleHeadline a:hover {
	text-decoration: none;
	color: #195d9d;	
	text-shadow: none;
}

.ArticleBullet {
	font-size: 9px;
	font-weight: bold;
	color: #909090;
}

.ArticleSideDate {
  color: #6e95ba;
  font-size: 10px;
}

.Micro {
	display: none;
}


.NextArticle, .PreviousArticle {
  font-size: 18px;
	font-family: "Open Sans",sans-serif;
}

.NextArticle {
  float: right;
}

.PreviousArticle {
  float: left;
}

/***************************/
.AdBox {
	width: 300px;
	margin: auto;
	left-align: left;
}

/****************************/
.ImageBox {
	border: 0px;	
}

.AdBanner {
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}

.CenterBox {
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}

.Animal {
  float: right;
  position: absolute;
  bottom: -10px;
  left: 10px;
  background: url('/images/gremlin2.png') no-repeat;
  width: 191px;
  height: 105px;
}

.GoogleBanner {
  text-align: center;
  margin: 10px;
}

