body{
  padding: 0px;
  margin: 0px;
  background-color: #A2A4A3;
  color: #000000;
  font-family: Georgia, 'Century Schoolbook', serif;
}

#banner {
  background-image: url(images/banner.jpg);
  background-color: #000000;
  background-repeat: no-repeat;
  height: 150px;
  margin: 0px;
}

#banner span {
  visibility: hidden;
  font-size: 1%;
  line-height: 1%;
}

#search {
  float: right;
  margin: 10px 10px 0px 0px;
  border: none;
  padding: 0px;
  border: #4c4d4b solid 1px;
  clear: right;
}

#search-text {
  padding: 1px 0px;
  background: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  margin: 0px;
}

#search-submit {
  padding: 0px;
  background: #333332;
  border: 1px solid #333332;
  color: #FFFFFF;
  margin: 0px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#search-text:focus,
#search-text:hover {
  background: #FFFFFF;
  color: #000000;
  border-color: #FFFFFF;
}

#search-submit:hover {
  background: #a2a4a3;
  border-color: #a2a4a3;
}

a {
  text-decoration: none;
  color: #1234B7;
  padding: 1px 0px 1px 0px;
}

a:hover {
  border-bottom: 1px dashed #1234B7;
  border-top:    1px dashed #1234B7;
  padding: 0px;
}

a:active {
  color: #34B712;
  border-bottom: 1px dashed #34B712;
  border-top:    1px dashed #34B712;
  padding: 0px;
}

a.link-with-img,
a.link-with-img:hover,
a.link-with-img:active {
 border-style: none !important;
 padding: 1px 0px 1px 0px !important;
}

#content h2.navihead {
  text-align: center;
  font-weight: normal;
  font-size: medium;
}

#footer {
  background-image: url(images/navibar-gray.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #A2A4A3;
  padding: 1em  1em 1em 1em;
  font-size: x-small;
}

#footer a img {
  border-width: 0;
}

#footer div.footer-notice {
  float: left;
  width: 165px;
  text-align: center;
}

#face {
  float: right;
  clear: right;
  border: 1px solid #4c4d4b;
  padding: 2px;
  margin: 5px 10px 0px 0px;
}

#navibar {
  background-image: url(images/navibar-gray.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-color: #A2A4A3;
  border-bottom: 1px solid #6C6F70;
  min-height: 2em;
}

#navibar:after,
#footer:after,
div.entry-body:after,
#content ul.horizontal:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
   padding: 0;
   margin: 0;
}


#navibar ul {
	margin: 0;
	padding: 0;
}

#navibar li {
	float: right;
	list-style: none;
	height: 2em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	border-left:   solid #CECFCB 1px;
	border-top:    solid #CECFCB 1px;
	border-right:  solid #6C6F70 1px;
	border-bottom: solid #6C6F70 1px;
}

#navibar li:hover,
#navibar li.current {
  background-position: top left;
  background-repeat: repeat-x;
}

#navibar li.color-0:hover,
#navibar li.color-0.current {
  background-image: url(images/navibar-red.png);
  background-color: #a3102e;
  border-left:   solid #cf143b 1px;
  border-top:    solid #cf143b 1px;
  border-right:  solid #6f0b20 1px;
  border-bottom: solid #6f0b20 1px;
}

#navibar li.color-1:hover,
#navibar li.color-1.current {
  background-image: url(images/navibar-blue.png);
  background-color: #102ea3;
  border-left:   solid #143bcf 1px;
  border-top:    solid #143bcf 1px;
  border-right:  solid #0b206f 1px;
  border-bottom: solid #0b206f 1px;
}

#navibar li.color-2:hover,
#navibar li.color-2.current {
  background-image: url(images/navibar-green.png);
  background-color: #2ea310;
  border-left:   solid #3bcf14 1px;
  border-top:    solid #3bcf14 1px;
  border-right:  solid #206f0b 1px;
  border-bottom: solid #206f0b 1px;
}

#navibar a,
#navibar a:hover {
	text-decoration: none;
	display: block;
	line-height: 2em;
	padding: 0em 1em 0em 1em;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFF;
	border: 0px;
}

#navibar a:active {
	background-color: #2ea310;
}

#content-outer {
  background-color: #FFFFFF;
  background-image: url(/images/strip.jpg);
  background-repeat: repeat-y;
  background-position: top left;
  padding-left: 128px;
}

#content {
  padding: 0.5em 2em 0.5em 2em;
  margin: 0px;
}

#trackbacks,
#comments {
  margin-top: 1em;
}

div.entry {
  background-color: transparent;
  margin-top: 2em;
}

div.trackback,
div.comment {
  margin-top: 1em;
}

div.entry-header,
div.trackback-header,
div.comment-header {
  margin-bottom: 0px;
}

div.entry-body p,
div.trackback-excerpt p,
div.comment-body p  {
  text-align: justify;
}

#content h3 {
  text-transform: uppercase;
  margin: 0.25em 0em 0em 0em;
  padding: 0px;
  line-height: 125%;
  font-size: x-large;
  letter-spacing: 0.05em;
  border-width: 0px;
}

#content div.trackback-header h3,
#content div.comment-header h3 {
  font-size: large;
}

#content h3 a {
  border: none;
  padding: 0px;
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  margin: 0px;
  padding: 0.2em 0.5em 0.2em 0.5em;
  background-position: top left;
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;

  background-color: #A3102E;
  border-color: #CF143B #6F0B20 #6F0B20 #CF143B;
  background-image: url(images/navibar-red.png);
}

#content h3 a:hover {
  background-color: #102EA3;
  border-color: #143BCF #0B206F #0B206F #143BCF;
  background-image: url(images/navibar-blue.png);
}

#content ul.tab-list {
  margin: 0;
  padding: 0;
  font-size: x-small;
  letter-spacing: 0.1em;
  text-align: center;	
  list-style: none;
}

#content  ul.tab-list li {
	float: right;
	height: 1.75em;
	margin: 0;
	padding: 0;
}

#content ul.tab-list li:hover {
	list-style: none;
}

#content  ul.tab-list a {
	text-decoration: none;	
	display: block;
	line-height: 2em;
	height: 2em;
	padding: 0em 0.5em 0em 0.5em;
	color: #FFFFFF;
    -moz-border-radius-bottomright: 20px;	
    -moz-border-radius-bottomleft: 20px;
	
	border-style: solid;
	border-width: 1px;

    background-color: #A3102E;
    border-color: #CF143B #6F0B20 #6F0B20 #CF143B;
}

#content  ul.tab-list a:hover {
	text-decoration: none;
	color: #FFFFFF;

	background-color: #102EA3;
	border-color: #143BCF #0B206F #0B206F #143BCF;
}

div.entry div.entry-header h4,
div.entry div.entry-author,
div.entry div.trackback-url,
div.entry div.entry-more-link,
div.comment div.comment-more-link,
div.trackback div.trackback-author,
div.comment div.comment-author {
  font-size: small;
  font-weight: normal;
  margin: 0em 0em 0em 0em;
  padding: 0.5em 0.5em 0.5em 0.5em;
  background-color: #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

div.entry-body,
div.trackback-excerpt,
div.comment-body {
  border: 4px solid #E6E6E6;
  margin-top: 0px;
  padding: 0em 1em 0em 1em;
}

div.entry-main,
div.comment-main,
div.trackback-main {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E6E6FF #A6A6A6 #A6A6A6 #E6E6FF;
  padding: 4px;
  background: #E6E6E6;

}

div.entry-main div.entry-body,
div.trackback-main div.trackback-excerpt,
div.comment-main div.comment-body {
  background: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #A6A6A6 #E6E6FF #E6E6FF #A6A6A6;
}

div.entry-main,
div.entry-main div.entry-body,
div.trackback-main,
div.trackback-main div.trackback-excerpt,
div.comment-main,
div.comment-main div.comment.body { 
  -moz-border-radius-bottomright: 6px;	
  -moz-border-radius-bottomleft: 6px;
}

div.trackback-excerpt,
div.comment-body {
  font-size: small;
}

#content pre {
  overflow: auto;
  margin: 0.25em 2em 0.25em 4em;
  line-height: 100%;
  border: 2px solid #A2A4A3;
  padding: 0.25em;
  background-color: #F6F6F6;
}

#content blockquote {
  border-left-style: solid;
  border-left-width: 0.25em;
  margin: 0.25em 2em 0.25em 4em;
  padding-left: 0.25em;
  color: #5F5F5F;
  border-left-color: #B71234;
  color: #400612;
}

#content p.kw_dimg {
  text-align: center;
  margin: 0px;
}

#content a img {
  margin: 2px;
  border-width: 0px;
  padding: 2px;
}

#content a:hover img {
  border-color: #1234B7;
  border-width: 2px;
  padding: 0px;
}

#content a:active img {
  border-color: #B71234;
  border-width: 2px;
  padding: 0px;
}

#content div.kw_figure > a {
  margin-left: -2px !important;
  margin-right: -2px !important;
}


#content p.kw_dimg a,
#content p.kw_dimg a:hover,
#content div.kw_figure a,
#content div.kw_figure a:hover {
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

#content div.kw_figure {
  margin: 0.25em auto 0.25em auto;
  line-height: 100%;
  border: 2px solid #A2A4A3;
  padding: 0.25em;
  background-color: #F6F6F6;
}

#content div.kw_figure p {
  font-size: small;
}

#content img {
  margin: 0.25em 0.35em;
}

div.trackback,
div.comment {
  margin-top: 1em;
}

#content p.kw_qref {
  text-align: right;
}

div.trackback div.trackback-header,
div.comment div.comment-header {
  margin-bottom: 0px;
}

div.trackback div.trackback-excerpt p,
div.comment div.comment-body p {
  text-align: justify;
}

div.trackback div.trackback-header h3,
div.comment div.comment-header h3 {
  text-transform: capitalize;
  margin: 0.25em 0em 0em 0em;
  border-bottom-width: 0.25em;
  border-bottom-style: solid;
  line-height: 125%;
  font-size: large;
  letter-spacing: 0.05em;
}

div.trackback div.trackback-header h3 a,
div.comment div.comment-header h3 a {
  border: none;
  padding: 0px;
  text-decoration: none;
}

div.trackback div.trackback-header h4,
div.comment div.comment-header h4 {
  font-size: small;
  font-weight: normal;
  margin: 0em 0em 0em 0em;
  padding: 0.1em 0.5em 0.1em 0.5em;
  background-color: #E6E6E6;
}

div.trackback div.trackback-excerpt,
div.comment div.comment-body {
  font-size: small;
}

table.commentarea {
  margin-left: auto;
  margin-right: auto;
}

#content ul {
  list-style: circle;
}

#content ul li:hover {
  list-style: disc;
}

#content ul.horizontal li {
  float: left;
  margin-right: 2em;
  width: 8em;
}

#content input[type="submit"],
#content input#preview,
#content input#post {
  background-position: top left;
  background-repeat: repeat-x;
  padding: 0.5em 0.25em;
  color: #FFFFFF;
  border-style: solid;
  border-width: 1px;

  background-image: url(images/navibar-gray.png);
  background-color: #A2A4A3;
  border-color: #CECFCB #6C6F70 #6C6F70 #CECFCB;
}

#content input[type="submit"]:hover ,
#content input#preview:hover ,
#content input#post:hover {
   background-color: #A3102E;
  border-color: #CF143B #6F0B20 #6F0B20 #CF143B;
  background-image: url(images/navibar-red.png); 
}

#content input[type="submit"]:active ,
#content input#preview:active,
#content input#post:active {
    background-color: #102EA3;
  border-color: #143BCF #0B206F #0B206F #143BCF;
  background-image: url(images/navibar-blue.png); 
}

div.technorati div.tr-member-embed {
  width: 150px !important;
  background-color: #FFF;
}

div.technorati a {
  padding: 0px;
}

