/*
--------------------------------------------------
{$company_name} - Screen base styles
Author: James Hill, SonicIQ - [soniciq.com]
-------------------------------------------------- */

body {
  margin: 0;
	padding: 0;
	font: small Verdana, sans-serif;
	text-align: center;
	color: #666;
	line-height: 1.4em;
}
.line {
	margin: 0px 8px 8px 8px;
}
.line h1 {
	margin: 0px 28px 28px 8px;
}

#wrapper {
	font-size: 85%;
	background-repeat: repeat-x;
}
#w2 {
	width: 760px;
	margin: 0 auto;
	padding-left: 5px;
	text-align: left;
	position: relative;
	background-color: #fff;
	background-repeat: repeat-y;
	backgroung-position: 0 0;
}
#w3 {
	padding-right: 6px;
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: 100% 0;
}
#disclaimer {
	width: 760px;
	margin: 0 auto;
	padding-left: 5px;
	text-align: left;
	position: relative;
	background-color: #fff;
	background-repeat: repeat-y;
	backgroung-position: 0 0;
}

#disclaimer h1 {
	margin: 8px 8px 8px 8px;
}
#disclaimer h2 {
	margin: 10px 10px 10px 10px;
}
#disclaimer h3 {
	margin: 12px 12px 12px 12px;
}
#disclaimer p {
	margin: 15px 15px 15px 15px;
}

/* Fixed Layout
-------------------------------------------------- */

body.fixed {
	background-position: 50% 0;
}
.fixed #wrapper {
	padding: 20px 0 0;
	background-position: 50% 0;
	text-align: center;
}
.fixed #w2 {
	/* 768 - 5 due to negative margins */
	width: 763px;
	text-align: left;
}

hr {
	margin: 10px 2px 18px 8px;
  color: gray;
}

.oldref {
  width: 609px;
  height: 518px; 
	margin: 0 auto;
	background-image: url(../img/bolt_stone_henge.jpg);
  background-position: left;
  background-repeat: no-repeat; 
	background-color: #7C000A;
  color: #4E4E4E;
  font-family: verdana; 
  font-style: normal; 
  font-variant: normal;
  font-weight: normal; 
}
.oldref .content {
  width: 450px; 
  height: 400px; 
  text-align: left; 
  margin-left: 65px; 
  margin-right: auto;
}

.oldref hr {
  color: red;
}
.oldref h1 {
  font-size: 26px; 
  line-height: 30px; 
  text-align: center;
}
.oldref #text {
  font-size: 14px; 
  line-height: 26px; 
  font-size-adjust: none; 
  color: black; 
  margin-left: 20px;
}
.oldref #backhome {
  font-family: Georgia, Garamond, Trebuchet;
  font-weight: bold;
  font-size: 35px; 
  line-height: 270px; 
  text-align: center;
  color: black; 
}
.oldref #footer {
  border-bottom: 0;
  color: black; 
}


/* = Links
-------------------------------------------------- */
a {
	color: #8E111B;
	border-bottom: 1px dotted #bbb;
}
a:visited {
	color: #BB1624;
	border-bottom: 1px dotted #bbb;
}
a:hover {
	color: #5C0008;
	border-bottom-style: solid;
}
a img {
  border-width: 0;
}
.disclaimer {
	font-size: 16px;
}


/* = Misc
-------------------------------------------------- */
p, form, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
  padding: 0;
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}
h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 200%;
}
h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	margin-bottom: 1em;
}
h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding-bottom: .2em;
	margin: 1.2em 0 1em;
	font-size: 130%;
	color: #666;
	border-bottom: 1px solid #eaeaea;
}
h3 a:link, h3 a:visited {
	font-size: 130%;
	text-decoration: none;
	border-bottom: none;
}
h3 a:hover {
	color: #036;
}
h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 1em 0;
	color: #333;
}
h4 { font-size: 120%; }
h5 { font-size: 110%; }
h6 { font-size: 105%; }

blockquote {
	margin: 1.5em;
	padding: 1.3em 1.6em .5em;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
blockquote cite { font-style: normal; }

code {
	color: #8ac;
	font-size: 120%;
	line-height: 1.2em;
	text-align: left;
}
code strong {
	color: #469;
}
abbr, acronym {
	font-style: normal;
	border-bottom: 1px dotted #aaa;
	cursor: help;
}
a abbr {
	border: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
del {
	text-decoration: line-through;
	color: #999;
}
ins {
	text-decoration: none;
	font-style: italic;
}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
}



/* = Header
-------------------------------------------------- */
#header {
	position: relative;
	background-position: 0 0;
	background-repeat: repeat-x;
}
#header h1 {
	margin-bottom: .2em;
}
#header h1 a {
	border-bottom: none;
}
#header h2 {
	color: #666;
	font-size: 125%;
	margin-bottom: 0;
}
#logo {
	float: left;
	position: relative;
	left: -5px;
	padding: 30px 30px 24px;
	background-position: 0 0;
	background-repeat: no-repeat;
}


/* = Search
-------------------------------------------------- */
#search {
	position: relative;
	width: 29%;
	float: right;
	padding: 38px 16px 30px 0;
	background-position: 100% 0;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: -6px;
}
#centered {
	position: relative;
	width: 29%;
	float: left;
	padding: 78px 16px 30px 0;
	background-position: 100% 0;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: -6px;
}

/* = Structure
-------------------------------------------------- */
#w3, {
  clear: both;
}
#content {
	overflow: hidden;
	background-repeat: repeat-y;
	background-position: 100% 0;
	margin-right: 10px;
}
* html #content {
	float: left;
	display: inline;
}
#maincol {
  float: left;
  width: 71%;
}
#mc2 {
	margin: 0 12px;
}
#subcol {
  float: right;
  width: 29%;
	line-height: 1.4em;
	background-repeat: repeat-y;
	background-position: 0 0;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
	overflow: hidden;
}
#sc2 {
	margin: 0 8px;
	padding: 2px;
	background-repeat: repeat-y;
	background-position: 0 0;
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

/* Top border */
#subcol .bt {
	background-repeat: no-repeat;
	background-position: 100% 0;
	margin: 0 0 0 8px;
	height: 8px;
}
#subcol .bt div {
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	left: -8px;
	height: 8px;
	width: 8px;
}
/* Bottom border */
#subfoot {
	clear: both;
	margin-right: 10px;
}
#subfoot .bb {
	width: 29%;
	float: right;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	height: 8px;
	margin-bottom: 10px;
}
#subfoot .bb div {
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 8px;
	width: 8px;
}
#subcol h3 {
	font-size: 100%;
	border-width: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #ddd;
	margin: 0;
	padding: 12px 8px 4px 24px;
}
#subcol ul {
	margin: 0 0 10px;
	padding: 8px 0 10px;
	font-size: 95%;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
#subcol ul li {
	margin: 0;
	padding: 2px 11px 2px 24px;
	background-repeat: no-repeat;
	background-position: 13px 50%;
}
#subcol ul li a {
	border-width: 0;
}
#subcol ul li em {
	color: #666;
}


/* = Footer
-------------------------------------------------- */
#footer {
  clear: both;
  padding-top: 0;
  border-bottom: 1px solid #fff;
  text-align: center;
}
#footer p {
  background-color: #f5f5f5;
  margin: 0;
  padding: 10px 20px;
  border-top: 1px solid #ddd;
  color: #777;
}
/* Fix IE-Win but hide from IE5-Mac \*/
* html #footer p { height:1%; }
/* Resume IE5-Mac */
#footer a, #footer a:visited {
  color: #666;
  border-color: #444;
}
#footer a:hover {
  color: #933;
  border-color: #b55;
}


/* Posts
-------------------------------------------------- */
.post {
  position: relative;
	padding-bottom: 16px;
}
/* For some bizarre reason IE Win needs a width to
   be able to position absolute inside relative */
* html .post { width: 100%; }

.post .post-title {
  color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #999;
  margin: 0 0 0 26px;
  padding-bottom: 5px;
}
.post .post-title h1 {
  display: block;
	font-size: 125%;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-color: #aaa;
	padding: 5px 36px 0;
}
* html .post .post-title h1 {
	height: 1%;
}
.post .post-title h1 a {
	color: #fff;
	border-width: 0;
}
.post .auth {
  display: block;
  color: #888;
  margin: 0;
  padding: 5px 0 0;
  text-align: right;
  font-size: 95%;
	line-height: 1.2em;
}
.post .auth em, .post .auth em span {
  display: block;
  width: 52px;
  color: #666;
  text-align: center;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-style: normal;
	line-height: 1.3em;
}
.post .auth em {
  position: absolute;
  top: 0;
  left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
  background-color: #fff;
  padding: 7px 0 0;
  text-transform: uppercase;
}
.post .auth em span {
	background-repeat: no-repeat;
	background-position: 0 100%;
  background-color: #eee;
  padding: 1px 0 4px;
  font-size: 150%;
}
.post-body {
	clear: both;
	padding: 16px 16px 10px;
	line-height: 1.6em;
}
.post .meta {
	margin: 4px 16px 10px;
	padding: 6px 10px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}
.post .meta strong {
	font-weight: normal;
}

/* = Self-clearing floats
-------------------------------------------------- */

/* Compliant browsers */
#w3:after,
#header:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/* IE 5/6 */
* html #w3,
* html #header {
  height: 1%;
}
/* IE7 */
#w3,
#header {
  min-height: 1px;
}

#formframe {
  font-family: georgia; 
  text-align: left; 
  margin-left: 60px;
}
#formframe h1 {
	margin: 8px 8px 8px 8px;
}
#formframe h2 {
	margin: 10px 10px 10px 10px;
}
#formframe h3 {
	margin: 12px 12px 12px 12px;
}
#formframe p {
	margin: 15px 15px 15px 15px;
}

#formcontent {
  width: 460px; 
  background-color: #ccc; 
  border: 1px dotted #333; 
  padding: 5px; 
  margin: 0px auto;
}

/* = Aligning forms
------------------------------------------------ */

div.row {
  clear: both;
  padding-top: 5px;
}

div.row span.label {
  float: left;
  width: 90px;
  text-align: right;
}

div.row span.formw {
  float: right;
  width: 350px;
  text-align: left;
} 

.spacer:after {
  clear:both;
  display:block;
  visibility:hidden;
  overflow:hidden;
	line-height: 5px;
	content:"+";
}
/* = Red
-------------------------------------------------- */
.cs0 {
	background-color: #7C000A;
}
.cs0 h1, .cs0 h2, .cs0 h3, .cs0 h4, .cs0 h5, .cs0 h6 {
	color: #7d000a;
}
.cs0 #sc2 {
	background-color: #d6c69c;
}
.cs0 #subcol .bt, .cs0 #subcol .bt div,
.cs0 #subfoot .bb, .cs0 #subfoot .bb div {
	background-image: url(skin/mod/cs0_subcol.gif);
}
.cs0 .post .post-title, .cs0 .post .post-title h1 {
	background-color: #7d000a;
	background-image: url(skin/mod/cs0_post_head.gif);
}
.cs0 .post .auth em, .cs0 .post .auth em span {
  color: #7d000a;
	background-image: url(skin/mod/cs0_cal.gif);
}
.cs0 #subcol h3 {
	background-color: #e1d5b6;
	background-image: url(skin/mod/cs0_sidenode_header.gif);
}
.cs0 #subcol ul {
  background-color: #e1d5b6;
	background-image: url(skin/mod/cs0_sidenode_foot.gif);
	padding-top: 2px;
}
.cs0 #subcol ul li {
	background-image: url(skin/mod/cs0_sidenode_bullet.gif);
	border-top: 1px solid #e8e0c9;
	border-bottom: 1px solid #d6c69c;
}
