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

*/

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

/* Header */
#header
{
	height: 314px;
	line-height: 54px;
	background: #1e1e1e;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	color: #aeff00;
	background: url("../images/bannertop.png") no-repeat;
	text-indent:-5000px;
}

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

#cols
{
	
}


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

#menu
{
	background:transparent url(../images/navbar.jpg) no-repeat scroll 0 0;
	height:38px;
	line-height:28px;
	margin-left:2px;
	width:833px;
}

#items
{
	color:#000000;
	margin-left:auto;
	margin-right:auto;
	adding-left:190px;
}

#menu2 {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#menu2 a {
	color:#aeff00;
}

#menu2 a:hover {
	color:#71ab0b;
}

#post	{ 	
background:black url(../images/contentborder.png) repeat scroll 0 0;
margin-left:6px;
margin-top:0;
padding:10px 20px 100px;
width:786px;
}

#Content	{
background:transparent url("../images/hello2.jpg") no-repeat 400px 50px;
}

#footer
{
background:transparent url(../images/footer.jpg) no-repeat scroll 0 50px;
font-size:10px;
height:48px;
margin:-50px 0 10px 6px;
padding-bottom:50px;
width:826px;
}


#footer .col {
width:260px;
}

#footer p{
text-align:center;
}

/* Styling */

#header a
{
	color: #aeff00;
}

#menu a
{
color:#FF0000;
display:block;
float:left;
font-size:16px;
font-weight:bold;
height:20px;
padding:0 25px;
}

#menu a:hover
{
color:#ffff00;	
}

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

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

a:hover
{
	color: #f0e155;
}

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

p
{
	line-height:1.5em;
	margin:0;
	padding:0 15px 0 0;
}

.typography p
{
color:#ffff00;
}

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;
}

.clear	{
	clear:	both;
}

.float-right {	float:right;	}

.float-left {	float:left;	}
