/* FRCchat.org css  */
body { /* set background color and center the page with a maximum width */
	background-color: #e9e2f9;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: 100%;
	margin: auto;
}
#container {
  width: 760px;     /* Width for IE6 */
  width: 100%;      /* Width for all other browsers */
}
body > #container {
  width: 100%;      /* Width for all other browsers */
  max-width: 1100px; /* set a maximum width */
  min-width: 760px; /* set a minimum width */
}
#header {
	background: blue none repeat scroll 0% 50%;
}
/* Turn off skip to content link put up by theme */
#skip-nav {display: none; }

/* Make main content have a white background */
#main-content { 
	background: white; 
	padding: 1em;
	margin: 0 .75em 0;
}
/* Node content wrapper. */
.node-content {
	margin:1em 0 0.5em;
}
p {
	margin-bottom:0.8em;
	margin-top:0.4em;
}
h1, h2, h3, h4 { color: blue; }
/* block formating */
.block-inner,
.block-content {
	background: white; 
	padding: 1em;
}
/* #branding wraps #logo, #site-name and #site-slogan. */
#branding {
  float: none; /* LTR */
}
/* Logo. */
#logo { float: left;}
#site-name {
	padding: 1em;
	text-align: left;
	background: blue none repeat scroll 0% 50%;
	font-size: 200%; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
}
#site-name a,
#site-name a:active, 
#site-name a:visited {
	text-decoration: none; 
	color: white; 
}
#site-name a:hover {
	color: black; 
}
#site-slogan { color: white; }

/* class for the info box on the front page */
.infobox {
	border: medium solid blue;
	padding: 2px 10px; 
	margin-left: 10px; 
	float:right;
	width: 35%;
}
/* Hide search info on node: content type, name, date */
.search-info {
	display: none;
}
/* Taxonomy block themeing */
.taxonomy_block {
}