/* css for universal 2 col */
@import url(reset.css);
a {
  cursor: pointer; cursor: hand;  
}

body {
 background: #fdfdfe url('i/DSv2-1.jpg') no-repeat center top;
 color: #651; /* #806725; */
 font: 62.5%/1.5em  Verdana, Arial, sans-serif; 
 width: 99.9%;
}
img { border: none; }
a {
  color: #900;
  text-decoration: none;
}
a:hover {
  color: #430;
  text-decoration: underline;
}
h2, h3, p {
 margin: 0.5em 5% 0.8em; 
}
h2 {
 font-size: 1.6em;
 font-weight: bold;
 color: #762; 
}
h3 {
  font-size: 1.2em;
  font-weight : bold;
}
h4 {
  font-size: 1.0em;
  font-weight : bold;
  font-variant: small-caps;
 margin: 0.5em 1%; 
}
small {
  font-size: 10px;
  color: #cb7; 
}
body.a #left h2 { display: none; }

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 850px;
}

#header {
	height: 80px;
	/* border-bottom: 3px double #dfd5bc; */
	position: relative;
}
#header h1 {
  position: absolute;
  height: 80px;
  width: 300px;
}
#header h1 a {
  padding: 0 145px 60px;
  text-decoration: none;
}
#header h1 a:hover {
  text-decoration: none;
}
#header h1 a span {
  display: none;
}

#subheader {
	border-bottom: 3px double #dfd5bc;
  color: #cb9;
	font-size: 1.3em;
	 line-height: 1.7em; 
	text-align: right;
	font-family: Arial, sans-serif; 
}
#subheader a {
  color: #651;
  text-decoration: none;
	font-weight: bold;
  padding: 0 0.75em;
}
#subheader a:hover {
  color: #900;
  text-decoration: none;
}
body.a #subheader a.a,
body.b #subheader a.b,
body.c #subheader a.c,
body.d #subheader a.d,
body.e #subheader a.e,
body.f #subheader a.f
 {
  color: #cb9;
}
#subheader p {
  margin-right: 8px; 
}


#left {
	float: left;
	width: 600px;
	font-size: 1.2em;
  line-height: 1.5em;
}
.feed {
 font-size: 1.2em;
 line-height: 1.6em; 
}
#right {
	float: right;
	width: 240px;
	font-size: 1.2em;
  line-height: 1.5em;
}
h3 {
  color: #873;
  font-size: 1.2em; 
}
.dark {
  color: #762 !important; 
}
.light {
 color: #cb7;
}
#right p {
  font-size: 1.2em;
}
p.more {
 font-size: 11px !important;
  font-weight: bold;
  text-align: right; 
 color: #984; 
}
p.more a {
  color: #444;
  text-decoration: none; 
}
p.more a:hover {
  color: #200;
  text-decoration: underline; 
}
.cent {
 text-align: center; 
}
.underset {
  margin-left: 10%;
  text-indent: -5%; 
}
.barline {  
  padding-bottom: 1em;
	border-bottom: 1px solid #dfd5bc;
}


#subfooter {
	clear: both;
	border-bottom: 3px double #dfd5bc;
}
#footer {
	clear: both;
	padding: 0 0 15px 0;
	height: 80px;
	color: #cb9;
	font-size: 0.9em;
	text-align: center;
}
#footer a { 
  color: #cb9;
  text-decoration: none;
}
#footer a:hover { 
  color: #651;
  text-decoration: underline;
}

/* other */
#uno {
  width: 90%;
  margin: 2px auto 1em;
	font-size: 1.3em;
  line-height: 1.8em; 
}
#uno2 {
  width: 90%;
  margin: 2px auto 1em;
	font-size: 1.1em;
  line-height: 1.5em; 
}
/* Paganism 101 */
table {
 	width: 90%;
 	margin: 5px auto;
	border: 1px solid #dfd5bc; 
}
tr, td { 
	border-top: 1px dotted #dfd5bc; 
	margin-top: 2px;
	border-right: 1px dotted #dfd5bc; 
	margin-right: 2px;
}
.alt {
 background: url('i/td2.png') repeat 0 0;
 border: none;	
}
.colalt {
 background: url('i/td1.png') repeat 0 0;	
}
th {
 width: 17.5%;
 font-weight: bold;
 padding: 0 5px;
}
th.alt {
 width: 30%;	
}
td {
 padding: 0 5px;
}