/*
  SilverStripe AcidLemon Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik (SilverStriped.com)
  http://silverstriped.com

*/

/* General */
html, body
{
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #000000 url("../images/background.jpg") no-repeat;
	font-size: 12px;
}

/* Header */
#header
{
	height: 54px;
	line-height: 54px;
	background: bannertop.png;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	color: #aeff00;
}

/* Structure */
.body
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 900px;
}

#cols
{
	background: url("../images/bannertop.png") no-repeat;
	height: 111px;
	width:900px;
}


.col
{
	float: left;
	width: 400px;
}

#menu
{
	background:url(../images/mbg.gif) repeat scroll 0 0;
	height:42px;
	line-height:42px;
	margin:auto;
	width:900px;
}

#items
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	color: #000;
}

#menu2 {
	background:#000000 none repeat scroll 0 0;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-top:5px;
	width:880px;
}

#menu2 a {
	color:#999999;
}

#menu2 a:hover {
	color:#cccccc;
}

.post
{
ackground:white;
adding:8px;
}

#MemberLoginForm_LoginForm
{
background:white;
padding:8px;
}

#footer
{
	background:#000000 url(../images/fbg.gif) repeat-x scroll 0 0;
	font-size:10px;
	height:100px;
	margin:auto;
	padding-left:20px;
	width:880px;
	color:gray;
}

/* Styling */

#header a
{
	color: #000000;
}

#menu a
{
	color: #999999;
	font-weight: normal;
	
	display: block;
	float: left;
	padding: 0 25px;
}

#menu a:hover
{
	color: #cccccc;
	background: #000000 url("../images/mbg2.gif");
}

.selected
{
	background: #aeff00 url("../images/mbg2.gif");
}

a
{
	color: #707070;
	text-decoration: none;
}

a:hover
{
	color: #cccccc;
}

h1
{
	color: #aeff00;
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	margin: 0.2em 0;
}

p
{
	
	margin: 0;
	padding: 0;
}

blockquote
{
	border: 1px #333 solid;
	border-left: 5px #333 solid;
	background: #262626;
	margin: 10px 0;
	padding: 10px;
}

code
{
	border: 1px #333 solid;
	border-left: 5px #333 solid;
	background: #262626;
	margin: 10px 0;
	padding: 10px;
	display: block;
	white-space: pre;
}

.postInfo
{
	margin: 10px 0;
	font-size: 10px;
}

ul
{
	margin: 10px 0;
	padding-left: 32px;
}

li
{
	list-style-image: url("../images/dot.gif");
}

.right
{
	float: right;
}

.about
{
	padding-top: 8px;
	padding-left: 24px;
}

/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	list-style-image:none !important;
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #292929;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom:1px dotted #565656;
border-top:1px dotted #565656;
}

#PageComments li.even {
	background: #000;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #72a545;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat !important;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

table {
margin-top:-2px;
}

/*			general
*************************************************/

.left	{ float:left; }

.right	{ float:right; }

.clear { clear:both; }
