body {
	margin-left:30px;
  margin-right:30px;
  background-color: black;
  background-image: url(images/atoms.png);
  background-repeat: repeat-y;
  background-attachment: fixed;
}

body, td {
	color:#CCCCCC;
  font-family:verdana,arial,helvetica;
  font-size:10pt;
}

a {
	color:#FF0099;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
	color:#99CCFF;
}

h1 {
	color:#FF9900;
  font-size:16pt;
  font-weight:bold;
}

h2 {
	color:#FF9900;
  font-size:12pt;
  font-weight:bold;
}

h3 {
	color: #FF9900;
   font-size:10pt;
   font-weight:bold;
}

blockquote {
	font-style: italic;
}

#logo {
	position: relative;
   text-align: right;
}

#side-section {
	border: 0px;
}

#content-section {
	padding-left: 20px;	
}

#footer {
	position:relative;
  font-size:8pt;
	text-align:center;
}

#footer i {
	color: #9999FF;
}

.log_title, td .log_title {
	color:#FF9900;
  font-size:14pt;
}

.log_created, td .log_created {
	color:#666666;
  font-size:8pt;
  text-align:right;
}

.log_updated, td .log_updated {
	color:#666666;
  font-size:8pt;
  font-weight:bold;
}

.icon {
	padding: 5px 10px 5px 5px;
}

.storycontent p a img {
	margin: 0px 0px 0px 10px;
}

.storytitle, .storytitle a {
	color: #FF9900;
}

.meta {
	font-size: 8pt;
   font-style: italic;
   color: #9999FF;
}

.break {
	text-align: center;
   padding: 20px;
}

#wp-calendar {
	color: #FF9900;
   background-color: black;
   border: solid 1px #9999FF;
   width: 160px;
}

#wp-calendar caption {
	font-weight: bold;
   padding-bottom: 5px;
}

#wp-calendar #next {
	text-align: right;
}

#wp-calendar #next a, #wp-calendar #prev a {
	color: #FF9900;
}

#side-section ul {
	margin: 0px;
   padding: 0px;
	list-style: none;
}

#side-section li {
	padding: 4px 5px 4px 0px;
   font-size: 8pt;
}

#searchform .text {
	border: solid 1px #9999FF;
   color: #FF9900;
   background-color: black;
   padding: 2px 5px 2px 5px;
   width: 148px;
   margin-bottom: 5px;
}

#searchform .button {
	border: solid 1px #9999FF;
   color: white;
   background-color: #333399;
   padding: 2px 5px 2px 5px;
   width: 160px;
   height: 22px;
}

.redalert {
	color: red;
   font-weight: bold;
   font-style: italic;
}

#const p { margin-top: 1em; margin-bottom: 1em; text-align: justify;
           text-indent: 2em; }
#sig p { margin-top: 1em; margin-bottom: 1em; text-align: justify;
         text-indent: 0em; }
#sig p.state { margin-top: 2em; }


