* {
	margin:0;
	padding:0;
}
body {
	font-family:sans-serif;
	font-size:62.5%;
	margin: 10px;
	padding: 0;
	background:#44443F none repeat scroll 0 0;
	color:#111111;
	
}A {
  text-decoration:none;
}
A:link, A:visited { 
  color: #2361A1;
}
a:hover {
	text-decoration:underline;
}
h1,h2,h3,h4 {
  text-align:left;
  letter-spacing:1.4px;
  font-variant:small-caps;
  margin:0.5em 0 0.1em 0.1em;
}
h1 {
  font-size:2em;  
  font-weight:bold;
}
h2 {
  font-size:1.8em;  
  font-weight:bold;
}
h3 {
  font-size:1.5em;  
  font-weight:bold;
}
h4 {
  font-size:1.2em;  
  font-weight:bold;
}
blockquote {
 margin: 1em;
 padding: 0.5em;
 width: 80%;
 border: 1px solid #D8D2BD;
 background-color: #EDEBD9;
}
p{
 margin-top:0.5em;
}
ul,ol{margin-left:2em;}
/* static divs -- to set up vertical positioning */
div#pageContainer {
	background:#33332F none repeat scroll 0 0;
	border:0.4em solid #3E3E3A;
	margin-bottom:2em;
	margin-top:2em;
	padding:0.3em;
	margin:0 auto;
	width:1010px;
}

div#pageHeader {
	position:relative;
	background-image:url('/warehouse/fizzbomb.jpg');
	background-repeat:no-repeat;
	background-color:#41ABFF;
	height:150px;
	color:white;
}
div#pageHeader div#toplinks {
	position: absolute;
	bottom:0;
}	
div#pageHeader div#toprightlinks {
	position: absolute;
	right:0;
}	
div#pageHeader ul, div#pageHeader li {
	display: inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
div#pageHeader li {
	/*background:#EFEFEF none repeat scroll 0 0;
	border-color:#DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
	border-style:solid solid solid none;
	border-width:1px 1px 1px 0;*/
	float:left;
	margin-bottom:-0.1em;
	padding:0.2em;
}
div#pageHeader a{
	font-size:1.4em;
	padding:0 0.9em;	
	line-height:1.6em;
	letter-spacing:2px;
}
div#pageHeader ul#top a{
	color:#9F9F9F;
}
div#pageHeader ul#topright a{
	color:#ffffff;
}
div#pageHeader ul#related a{
	color:#111111;
}
div#pageContentContainer {
	width:100%;
	float:left;
	background-color:white;
	font-size:1.4em;
	line-height:1.51em;
}
	

div#pageContent {
	width:655px;
	float:left;
	text-align:left;
	padding:4px;
overflow:hidden;
}
div#pageSidebar {
  width:308px;
  float:left;
  text-align:left;
  padding:2px 1em 1em 1em;
	border-left: 1px solid #DDDDDD;
}
div#pageSidebar ul, div#pageSidebar li {
	list-style-type:none;
}
div#pageSidebar li {
	margin-bottom:-0.1em;
	padding:0.2em 0 0 0;
}

div#pageSidebar li:before {
	content: "\00BB \0020";
}
div#pageSidebar ul#related a{
	padding:0 0.9em;	
	letter-spacing:2px;
}
div#pageSidebar ul#related a{
	color:#111111;
}

div#pageFooter {
	clear:both;
	width:100%;
	color: #D8D5C5;
}

div#pageFooter a  {
	color: #D8D5C5;
}


div.Entry {
 border:0px;
 border-bottom: 1px solid #2a2a2a;
 clear:both;
}

.commentsform {
	position:relative;
	float:center;
	width:85%;
	border:groove green;
 border: 1px solid #D8D2BD;
 background-color: #EDEBD9;
}
.commentsform tr td {
	color: black;
}
.commentdiv {
background-color:white;
border:2px solid #a0a0a0;
padding:10px;
}
.divhidden {
visibility:hidden;
position:absolute;
float:left;
margin:0px;
padding:0px;
}
.divvisible {
visibility:visible;
float:left;
position:absolute;
margin:0px;
padding:0px;
}


div.newsfeed {
 background-color:#fafafa;
 margin-bottom:10px;
width:100%;
}

div.newsfeed a {
 color:#0909ff;
 font-weight:bold;
}

div.newsfeed div.header {
 background-color: #769f33;
 border: 1px solid black;
padding:2px;
}

div.newsfeed div.header span {
 color: #ffffff;
font-weight:bold;
font-size:1.5em;
}

div.newsfeed div.header a {
 color: #ffffff; 
}

div.newsfeed div.item {
padding-top:2px;
padding-bottom:2px;
}

div.newsfeed div.item div.header {
 background-color:#d0a005;
border:0px;
padding:3px;
}

div.newsfeed div.item div.header span {
 font-weight:bold;
 font-size:1.0em;
}

div.newsfeed div.item div.contents {
margin-bottom:2px;
}

div.newsfeed div.item div.contents span {

}

div.featured h2{
 margin-top:2px;
 margin-bottom:2px;
}
div.featured h3 {
 margin:0px;
 margin-right:5px;
 font-size:1.3em;
}
div.featured span.date {
  margin:0px;
  color: #0a0a0a;
}
div.featured p{
 margin:0px;
}
div.featured img {
 position:relative;
 float:left;
 margin:3px;
 margin-right:10px;
 max-height:70px;
 border:1px solid #0a0a0a;
}
div.featured hr {
 color:#0a0a0a;
}
