#Head {
background-color: #000;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:  Verdana, Arial, 'Lucida Grande', Sans-Serif;
	background: #000000 url('images/bg-matrixdark.jpg');
	background-repeat:no-repeat;
	background-position:top;
	background-attachment: fixed;
	color: #ffffff;
	text-align: center;
	margin: 0px 0 20px 0;
	}
	
#Content {
	background:#0a0401 url(images/gradientbg.png) repeat top left;
	border-width:1px 0 0 1px;
	border-color:#585453;
	border-style:solid;
	text-align:left;
	margin-left: 200px;
	}

a {
  color: #97c279;
}


a:hover {
  color: #fff;
}

.Activities .Excerpt a, .Activities .Meta a {
  color: #97c279;
}

.Activities .Excerpt a:hover, .Activities .Meta a:hover {
  color: #fff;
}

.MessageForm,.Tabs,.Headings {
	display:block;
	color: #009933;
	font-weight: bold;
	font-size: 18px;
	border-bottom:1px solid #abdafb;
	background-color:#000;
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	background-clip:border-box;
	background-origin:padding-box;
	background-size:auto auto;
	position:relative;
	margin:0;
	padding:5px 8px;
}

.DataList .Item {
  margin: 5px;
  padding:4px 0;
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  position: relative;
  border-bottom: 0px solid #97c279;
}

.Mine
{
  background-color: #222;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}

.MeBox
{
	background-color: #fff;
	border: 1px solid #97c279;
}

.Activities .Excerpt, .Activities li.Condensed .Excerpt {
	color: #fff;
}

.Activities .DataList li
{
  background-color: #97c279;
}

#DiscussionForm form {
  background-color: #97c279;
  border-color:#030;
}

#DiscussionForm a.Cancel, #DiscussionForm label, #DiscussionForm .PostOptions label {
  color: #000;
}

.Tabs .SubTab {
	background-color:#222;
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	background-clip:border-box;
	background-origin:padding-box;
	background-size:auto auto;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	margin:10px 0 0;
	padding:4px 8px;
}

.DataList .Meta a.Category, .DataList li.Mine .Meta a.Category {
	background-color:#111;
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	background-clip:border-box;
	background-origin:padding-box;
	background-size:auto auto;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
	padding:2px 4px;
}

.DataList .Excerpt a
{
  color: #090;
  display: block;
}

.ChildCategories
{
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #97c279;
  display: block;
}

.MessageList,.MessageList li {
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	margin:0;
	padding:5px;
	font-size:12px;
}

.TabLink,.TabLink:link,.TabLink:hover,.TabLink:active,.TabLink:visited {
	border: 1px solid #334D22;
	border-image-source: none;
	border-image-slice: 100% 100% 100% 100%;
	border-image-width: 1 1 1 1;
	border-image-outset: 0 0 0 0;
	border-image-repeat: stretch stretch;
	border-radius: 3px;
	background-color: #97c279;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	display: inline;
	font-weight: 700;
	color: #334D22;
	line-height: 1.8;
	white-space: nowrap;
	margin: 0;
	padding: 5px 10px;
}

.TextBoxWrapper
{
  width: auto;
  margin-top:10px;
  padding-right: 8px;
}

.Box
{
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  background:#0a0401 url(images/gradientbg.png) repeat top left;
  color: #888888;
  padding-top: 6px;
  padding-right: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  box-shadow: #999999;
}

.Box h4
{
  font-size: 120%;
  color: #97c279;
  font-weight: bolder;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 1px;
  padding-left: 0px;
}

.Item.Read {
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: .9;
}

.Item.Read:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.PanelInfo li
{
  background-color:transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-bottom-style:none;
  padding-top: 2px;
  padding-right: 4px;
  padding-bottom: 2px;
  padding-left: 4px;
  text-align: right;
}

.PanelCategories .Depth1 {
  padding-left: 4px;
  font-weight:bold;
}

.PanelCategories .Depth2 {
  padding-left: 10px;
}

.PanelCategories .Depth3 {
  padding-left: 20px;
}

h1, .User h1 {
	line-height:100%;
	border-width:0;
	border-style:none;
	border-image-source:none;
	border-image-slice:100% 100% 100% 100%;
	border-image-width:1 1 1 1;
	border-image-outset:0 0 0 0;
	border-image-repeat:stretch stretch;
	margin:0;
	padding:5px;
	font-size:18px;
	color:#73c237;
}

body.Profile #Content
{
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 50px;
  width: 600px;
  float: right;
}

#sharethis {
	background:#222 url(images/gradientbg.png) repeat top left;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	border-style:solid;
	padding:7px;
	margin-top:10px;
}

.SFBox {
	background-color:transparent;
	background-image:none;
	background-repeat:repeat;
	background-attachment:scroll;
	background-position:0 0;
	background-clip:border-box;
	background-origin:padding-box;
	background-size:auto auto;
	color:#99e2fe;
	float:right;
	height:38px;
	text-align:center;
	font-weight:700;
	font-size:18px;
	line-height:1.2;
	padding:5px 5px 0;
	margin:4px;
	margin-top:20px;
}

.widget {
	background:#0a0401 url(images/gradientbg.png) repeat top left;
	border-width:1px 0 0 1px;
	border-color:#585453;
	border-style:solid;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom:7px;
	padding:7px;
	width:275px;
}

#Foot {
	background-color: #000;
	border-bottom:none;
}

#PagerMore.Foot {
	background-color: #222;
	margin-top:#333;
	margin-left:#333;
	margin-right:#111;
	margin-bottom:#111;
}