/*
	Variable Grid System (Fluid Version).
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/ & 960 Fluid - http://www.designinfluences.com/
	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
/*.container_12, .article, #side-column {
	background-color: rgba(0,0,0,0.25);
}*/

.container_12 {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
}
.container_full {
	width: 100%;
}
.grid_3,
.grid_4,
.grid_9 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}
.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
.container_12 .grid_3 {
	width:23.0%;
}
.container_12 .grid_4 {
	width:31.333%;
}
.container_12 .grid_9 {
	width:73.0%;
}
.container_12 .prefix_3 {
	padding-left:25.0%;
}

.container_12 .prefix_4 {
	padding-left:33.333%;
}
.container_12 .prefix_9 {
	padding-left:75.0%;
}
.container_12 .suffix_3 {
	padding-right:25.0%;
}
.container_12 .suffix_4 {
	padding-right:33.333%;
}
.container_12 .suffix_9 {
	padding-right:75.0%;
}
.container_12 .push_3 {
	left:25.0%;
}
.container_12 .push_4 {
	left:33.333%;
}
.container_12 .push_9 {
	left:75.0%;
}
.container_12 .pull_3 {
	left:-25.0%;
}
.container_12 .pull_4 {
	left:-33.333%;
}
.container_12 .pull_9 {
	left:-75.0%;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* END OF GRID FIX */


* {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	outline: none;
}

body {
/*	background: #E7D6CE url('../elements/oldpaper.gif') repeat center top;*/
	background: #E7D6CE url('../elements/woodenfloor.jpg') repeat center top;
	color: #000;/*555;*/
	margin: 0;
	padding: 0;
}

a {
	color: #FFF;/*555;*//*C5B4AC;*/
	font-weight: bold;
	text-decoration: none;
	/*text-shadow: -1px -1px 0 #817068, 1px 1px 0 #FAE9FF;*/
}

a:hover {
	color: #888;/*E7D6CE;*/
}

hr {
	margin: 5px 10px 20px;
}

#container {
/*	background: url('../elements/funky.bg.png') no-repeat fixed 50px top;*/
/*	background-color: rgba(0,0,0,0.25);*/
  background-image: url('../elements/1px.png');
}

#nav {
  background-image: url('../elements/1px.png');
  float: left;
  margin: 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

#nav ul {
  float: right;
  font-size: 0.8em;
  margin: 0;
  padding: 10px 50px 10px 0;
}

#nav ul li {
  color: #FFF;
  float: left;
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
}

#nav ul li#site-name {
  margin: 0 50px 0 0;
}

#nav ul li a {
  color: #FFF;
  text-decoration: none;
  text-shadow: none;
}

#nav ul li a.selected,
#nav ul li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#site-title, h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}

#site-title {
	border-color: #F50;
	border-style: solid;
	border-width: 0 0 1px;
	clear: both;
	margin: 0 0 20px;
	width: 100%;
}

#site-title a {
/*	background: url('../elements/roots.logo.gif') no-repeat 10px bottom;*/
	background: url('../elements/roots.logo.png') no-repeat 10px bottom;
	display: block;
	height: 47px;
	margin: 55px 0 20px;
	width: 200px;
}

#site-title span {
	display: none;
}

h1 {
	border-color: #C5B4AC;
	border-style: dotted;
	border-width: 0 0 2px;
	color: #F50;/*888;*/
	font-size: 1.4em;
	margin: 10px 0 50px;
	padding: 10px;
	text-shadow: 0 0 3px #FFf;
}

.article {
	margin: 0 0 50px;
}

p.article-intro-header {
	color: #C5B4AC;
	margin: 0;
	padding: 0;
	text-shadow: -1px -1px 0 #817068, 1px 1px 0 #FAE9FF;
}

p.article-intro-header strong {
	margin: 0 0 0 15px;
	text-transform: uppercase;
}

h1.article-header, h2 {
	border-color: #C5B4AC;
	border-style: dotted;
	border-width: 0 0 2px;
	color: #E7D6CE;
	font-size: 4em;
	margin: 0 0 15px;
	padding: 0;
	position: relative;
	text-shadow: -1px -1px 0 #817068, 1px 1px 0 #FAE9FF;
	text-transform: uppercase;
}

h1.article-header:hover, h2:hover {
	border-color: #817068;
}

h1.article-header a, h2 a {
	color: #E7D6CE;
	display: block;
	padding: 10px;
	text-decoration: none;
}

h1.article-header a:hover, h2 a:hover {
/*	color: #D6C5BD;*/
}

.article-logo {
	background-color: #FFF;
	box-shadow: 0 0 10px #D6C5BD;
	-moz-box-shadow: 0 0 10px #D6C5BD;
	-webkit-box-shadow: 0 0 10px #D6C5BD;
	float: right;
	margin: 0 10px 10px 10px;
	padding: 10px;
}

.article-logo img {
	border: 1px solid #DDD;
	width: 150px;
}

.article-logo p {
	font-weight: bold;
	margin: 0;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

.article-text p {
	color: #FFF;/*555;*/
	line-height: 1.6em;
	margin: 0;
	padding: 0 10px 15px;
	text-shadow: 1px 1px 0 #000;/*FAE9FF;*/
}

.article-content img,
.article-content .flash {
	background-color: #FFF;
	box-shadow: 0 0 10px #D6C5BD;
	-moz-box-shadow: 0 0 10px #D6C5BD;
	-webkit-box-shadow: 0 0 10px #D6C5BD;
	margin: 0 auto 15px;
	padding: 10px;
}

.article-content img {
	max-width: 450px;
}

.article-content .flash {
	width: 600px;
}

.article-content strong {
	border-color: #AAA;
	border-style: dotted;
	border-width: 0 0 1px;
}

.article-meta {
	background-color: rgba(255,255,255,0.20);
	border-color: #FAE9FF #817068 #817068 #FAE9FF;
	border-style: solid;
	border-width: 1px;
	clear: both;
	font-size: 0.8em;
}

.article-meta p {
	margin: 0;
	padding: 0 10px 5px;
}

.article-meta a {
/*	color: #555;
	text-shadow: none;*/
}

.in-listings-ad {
	margin: 0 auto 40px;
	width: 468px;
}

#side-column ul {
	margin: 5px 0;
	padding: 0;
}

#side-column .mpu {
}

#side-column ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#side-column fieldset legend {
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

#side-column fieldset input[type="text"] {
	font-size: 0.9em;
	padding: 2px;
}

.side-module {
	border-color: #C5B4AC;
	border-style: dotted;
	border-width: 0 0 2px;
	margin: 0 0 25px;
}

fieldset {
/*	border-color: #C5B4AC;
	border-style: dotted;
	border-width: 0 0 2px;*/
	background-color: #FFF;
	border: 5px solid #F50;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	clear: both;
	margin: 0;
	padding: 25px;
}

fieldset legend {
	display: none;
}

fieldset ul {
	margin: 0;
	padding: 0;
}

fieldset ul li {
	clear: both;
	list-style-type: none;
	margin: 10px 0 0;
	padding: 0;
}

fieldset label {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-align: right;
	width: 150px;
}

fieldset input[type="text"],
fieldset input[type="password"] {
	padding: 4px;
	width: 200px;
}

fieldset textarea {
	font-size: 1em;
	height: 200px;
	padding: 5px;
	width: 400px;
}

.submit-button {
	margin: 0 0 0 160px;
}

.logged-in-as {
	background-color: #888;
	color: #FFF;
	margin: 10px 0 20px;
	padding: 10px;
	text-align: right;
}

.pagination ul {
	border-color: #888;
	border-style: dotted;
	border-width: 1px 0;
	float: left;
	margin: 0 0 25px;
	padding: 10px 0;
	width: 100%;
}

.pagination ul li {
	float: left;
	list-style-type: none;
	margin: 0 5px;
	padding: 0;
}

#post-comments {
	color: #555;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0 #FFF;
}

#post-comments li {
	list-style-type: none;
	margin: 0;
	min-height: 100px;
	padding: 20px;
}

#post-comments li.even {
	background-color: rgba(0,0,0,0.1);
}

#post-comments li img {
	float: left;
}

#post-comments li p {
	margin: 0 0 20px 120px;
}

#recaptcha_widget_div {
	float: left;
}

#footer {
	background-image: url('../elements/1px.png');
	clear: both;
	margin: 50px 0 0;
	padding: 10px 0;
}

#footer p {
	color: #FFF;
}

#footer a {
	color: #000;
	text-shadow: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#footer p a {
	color: #FFF;
}