html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, 
code,del, dfn, em, font, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, 
form, label, legend,table, caption, tbody, tfoot, thead, 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;
}
span.Date{
	color:#E8D6B4;
}
.post * A{
	color:#E8D6B4;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td, .post {
	text-align: left;
	font-weight: normal;
	color:#9B8767;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Headings */
H1, H1 A, H2, H2 A, H3, H3 A, H4, H4 A, H5, H5 A, H1.DocumentTitle A, .post H1 A{
	color:#E8D6B4;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:10px;
}

.post H1, .post H1 A{
	font-size:28px;
	padding-bottom:10px;
}
.post H2, .post H2 A {
	font-size:23px;
}
.post H3, .post H3 A {
	font-size:16px;
	font-weight:bold;
}
.post H4, .post H4 A {
	font-size:14px;
}
.post H5, .post H5 A {
	font-size:12px;
}

/* Content Font */
P, .txt, UL, OL, PRE{
	color:#9B8767;
	line-height:2em;
	font-size: 13px;
}

/* Saurus Custom */

/* Sebra */
TR.dark TD{
	background-color:#301C01;
}
TR.light TD{
	background-color:#281700;
}

/* Article Container */
DIV#ArticleContainer .ZebraTable *{
	padding:10px;
}
DIV#ArticleContainer .ZebraTable P{
	padding:10px;
}

/* News List Container */
DIV#NewsListContainer P{
	padding-top:5px;
}

/* Search */
span#FoundResults{background-color:#000; color:#FFF;}
span#SearchCount{color:#FFF;}
span.highlight{background-color:#FFFF00;}
div.ResultDescription{ color:#E8D6B4; line-height:1.5em; }
div.ResultTitle A{ color:#E8D6B4; }

/* Blog */
DIV#BlogAddOns UL{
	margin:0px;
	padding:0px;
	margin-left:15px;
}
DIV#BlogAddOns DIV#BlogLatestLinks UL LI, DIV#BlogAddOns DIV#BlogArchiveLinks UL LI{
	margin:0px;
	padding:5px 0px;
}
DIV#BlogAddOns DIV#BlogLatestLinks{
	padding-bottom:15px;
}
DIV#BlogAddOns DIV#BlogArchiveLinks{
	padding-bottom:15px;
}

/* Gallery Doctype Fix */
DIV#GalleryListContainer{ padding:10px 0px;}
div.gallery {clear:none;height:150px;}
div.GalleryThumbnail {position:relative;display:block;text-align: left;margin: 5px;clear:none;}
* html div.GalleryThumbnail div.wrapper {position: absolute;  top: 0%; left: 0%;clear:both;}
* html div.GalleryThumbnail a {position: relative;  top: 0%; left: 0%;clear:both;}
div.GalleryThumbnail a img {border:none;}
div.gallery div.GalleryThumbnail {margin: 0px 10px 0px 0px;}

/* Form elements */
.FormTable TD INPUT{
	padding: 3px;
	border: none;
	color: #4F4F4F;
	font-size:12px;
}
.FormTable TD textarea.FormTextArea{
	width:300px;
	height:100px;
}
.FormTable TD input.FormText, select.FormSelect, textarea.FormTextArea{
	padding:0px;
	background-image:none;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
}

/* Search */
#s {
	width: 90px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #2F1B02;
	color:#9B8767;
	background-color:#3C2A10;
	font-size:12px;
}
#x {
	padding: 3px;
	border: none;
	color:#9B8767;
	background-color:#2F1B02;
	background-image: url(../images/img1.jpg);
	cursor:pointer;
}
