html, body
{
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", verdana, arial, helvetica, sans-serif;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	background-color: White;
	color: #111;
}

pre
{
	background-color: #e4eae4;
}

a img { border: none; }


a { color: #6a2; text-decoration: none;}
a:link { color: #6a2; }
a:active { color: #6a2; }
a:visited { color: #6a2; }
a:hover { color: #8b2; text-decoration: underline; background-color: transparent;}

a.hideshow { color: #6a2; text-decoration: none; cursor: pointer;}
a.hideshow:link { color: #6a2; }
a.hideshow:active { color: #6a2; }
a.hideshow:visited { color: #6a2; }
a.hideshow:hover { color: #8b2; text-decoration: underline; }

a.articleTitleLink { color: #000; text-decoration: none;}
a.articleTitleLink:link { color: #000; }
a.articleTitleLink:active { color: #000; }
a.articleTitleLink:visited { color: #000; }
a.articleTitleLink:hover { color: #6a2; text-decoration: none; }

.clearLine
{
	clear: both;
}

hr
{
	border: 0px;
	height: 1px;
	background-color: #aaa;
	color: #aaa;
}

strong
{
	font-weight: bold;
}

ul
{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

textarea
{
	font-family: gill sans, verdana, arial, helvetica, sans-serif;
	overflow: auto;
}

img.articleImage
{
	border: solid 1px #999;
	margin: 8px;
	padding: 2px;
	background-color: White;
}

img.articleImageLeft
{
	border: solid 1px #999;
	margin: 2px 12px 2px 0px;
	padding: 2px;
	background-color: White;
}

img.articleImageRight
{
	border: solid 1px #999;
	margin: 2px 0px 2px 12px;
	padding: 2px;
	background-color: White;
}

img.footerImageRight
{
	border: solid 1px #777;
	margin: 2px 0px 2px 12px;
	padding: 2px;
	background-color: #111;
}

img.sidebarImage
{
	border: solid 1px #999;
	margin: 2px;
	padding: 2px;
	background-color: White;
}

div.youtube_embed
{
	margin: 0px 0px 0px 0px;
	padding: 7px 5px 4px 5px;
	color: White;
	background-color: Black;
	width: 431px;
	text-align: center;
}

div.sidebarAdbox
{
	border: solid 1px #999;
	margin: 2px;
	padding: 2px;
	background-color: White;
	text-align: center;
}

.footer_heading
{
	font-family: gill sans, "Lucida Sans", verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	color: #8b2;
	font-size: medium;
}

.sitelinks
{
	background-color: #bcb;
	padding: 6px 8px 6px 8px;
	text-shadow: #fff 0px 1px 0px;
}

/* CONTAINERS ================ */

#pageTopBar
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #bcb;
	color: #333;
	font-size: small;
/*	width: 100%;*/
	border-bottom: solid 1px #888;
	line-height: 100%;
/*	background-image: url(../images/dino_back.png);
	background-repeat: no-repeat;*/
}


#pageFooter
{
	border-top: solid 1px Black;
	border-bottom: solid 5px Black;
	background-color: #333;
	color: #eee;
	font-size: small;
	padding-top: 20px;
	clear: both;
	text-shadow: #000 1px 1px 2px;
}

#pageFooter a, #pageFooter a:visited
{
	text-decoration: underline;
	color: #ddd;
}

#pageFooter a:hover
{
	text-decoration: underline;
	color: #9c2;
}

div.bodyContainer
{
	padding: 10px 20px 10px 15px;
	background-color: #fff;
	background-image: url(../images/topshadow2.jpg);
	background-repeat: repeat-x;
}

div.rightItems
{
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	text-align: right;
}

div.leftItems
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

div.articles_container
{
	margin: 20px 20px 0px 0px;
}

div.article
{
	margin: 0px 0px 10px 0px;
}

h1.article
{
	margin: 5px 0px 5px 0px;
}

div.article_body, div.comments_container
{
	text-align: justify;
	margin-top: 5px;
	margin-left: 115px;
	margin-right: 25px;
	margin-bottom: 15px;
	font-size: small;
}

div.bookmarks_container
{
	margin: 0px 25px 0px 115px;
}

div.comment
{
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 20px;
}

div.comment_name_date
{
	padding: 5px 3px 5px 3px;
	background-color: #e4eae4;
}

/* TABLES ======================= */

table.articleHeading
{
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}

table.articleHeading tr
{
	padding: 0px;
	background-color: #fff;
}

table.articleHeading td
{
	padding: 5px 5px 5px 5px;
	background-color: White;
	border: solid 2px #bcb;
}

table.articleHeading td.date
{
	font-family: gill sans, "Lucida Sans", verdana, arial, helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	background-color: #bcb;
	width: 75px;
	color: #333;
	text-shadow: #fff 0px 1px 1px;
	font-size: medium;
}