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

*/

/* General */
html, body
{
	background:#FFFFFF none repeat scroll 0 0;
	border-top:thin solid #5F5B58;
	color:#8C909A;
	font-family:Verdana,sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

/* Header */
#header
{
	order-bottom:2px solid #5F5B58;
	height: 150px;
	line-height: 54px;
	background: #1e1e1e;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	color: #aeff00;
	background: #1e1e1e url("../images/header.jpg") no-repeat;
	text-indent:-5000px;
}

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

#cols
{
	background: #1e1e1e url("../images/boxed.gif") no-repeat;
	height: 0px;
}


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

#menu
{
	margin: 0px 0;
	background: #aeff00 url("../images/mbg2.gif");
	height: 42px;
	line-height: 42px;
}

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

#menu2 {
	margin:8px auto 10px 10px;
	width:800px;
}

#menu2 a {
	color:#78AF00;
	font-size:125%;
	font-weight:bold;
	text-decoration:underline;
}

#menu2 a:hover {
	color:#547F07;
}

/* Styling */

#header a
{
	color: #aeff00;
}

#menu a
{
	color: #000;
	font-weight: bold;
	border-right: 1px solid #5b9400;
	display: block;
	float: left;
	padding: 0 10px;
}

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

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

a
{
	color: #0077BF;
	text-decoration: none;
}

a:hover
{
	color: #2DA6F0;
}

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

p
{
	line-height: 1.5em;
	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;
}

#footer
{
	eight: 150px;
	background:#1E1E1E url(../images/boxed.gif) no-repeat scroll 10px 20px;
	font-size:10px;
	margin:10px 0 0;
	padding-top:20px;
}

#footer ul{ text-align:left; margin-left:25px; font-size:130%; margin-top:15px;}

#footer .selected, #footer .selectedLink {
display: inline;
}

#footer .Menu li {
display: inline;
border-right:1px solid #BFBFBF;
}

#footer .Menu li.last {
border-right:none;
}

#footer .Menu a{
color:#8C909A;
display:inline;
font-size:12px;
font-weight:normal;
padding-left:15px;
padding-right:15px;
text-align:left;
text-decoration:none;
}

#footer .selected 	{	background: none; font-weight:bold;	}

#footer p
{
color:#8C909A;
margin-left:50px;
padding-bottom:15px;
padding-left:15px;
text-align:left;
}

.left{float:left;}

.right{float:right;}

.clearBoth 	{clear:both;}