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

*/

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



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

/* Structure */

.body
{
	margin-left: auto;
	margin-right: auto;	
	padding-left: 30px;
	padding-right: 30px;
	width: 800px;
}


.body2
{
background: url("../images/bg.png") ;
	margin-left: auto;
	margin-right: auto;	
	width: 800px;
	height: 550px;
}

.body3
{
	float:right;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;	
	width: 510px;
}

.leftcol
{
	float:left;
	margin-left: auto;
	margin-right: auto;	
	width: 280px;
}

.rightcol
{
	float:right;
	margin-left: auto;
	margin-right: auto;	
	width: 230px;
}

.leftfooter
{
	float:left;
	margin-left: auto;
	margin-right: auto;	
	width: 250px;
}

.rightfooter
{
	float:right;
	padding-right:40px
	margin-left: auto;
	margin-right: auto;	
	width: 250px;
}

.recentbox
{
	float:right;	
	width: 220px;
	height: 130px;
}


.recent1
{	
	background: url("../images/recents1.jpg") no-repeat; 
	height:130px;
	width: 35px;
}

.recent1:hover
{	
	background: url("../images/recents12.jpg") no-repeat; 
	height:130px;
	width: 55px;
}

.recent2
{	
	background: url("../images/recents2.jpg") no-repeat; 
	height:130px;
	width: 35px;
}

.recent2:hover
{	
	background: url("../images/recents22.jpg") no-repeat; 
	height:130px;
	width: 55px;
}

.recent3
{	
	background: url("../images/recents3.jpg") no-repeat; 
	height:130px;
	width: 35px;
}

.recent3:hover
{	
	background: url("../images/recents32.jpg") no-repeat; 
	height:130px;
	width: 55px;
}

.recent4
{	
	background: url("../images/recents4.jpg") no-repeat; 
	height:130px;
	width: 35px;
}

.recent4:hover
{	
	background: url("../images/recents42.jpg") no-repeat; 
	height:130px;
	width: 55px;
}

.recent5
{	
	background: url("../images/recents5.jpg") no-repeat; 
	height:130px;
	width: 35px;
}

.recent5:hover
{	
	background: url("../images/recents52.jpg") no-repeat; 
	height:130px;
	width: 55px;
}

.bodyside
{
	float:left;
	margin-top: 0px;
	padding-left:10px;
	margin-left: auto;
	margin-right: auto;	
	width: 240px;
	height: 100%;
}

.recents
{
	float:right;
	float:bottom;	
	width: 240px;
}

.test
{
	float:right;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 220px;
	height: 160px;
}

.sidebutton
{
	background: url("../images/sidebutton.png") no-repeat;
	color: #000000;
	text-align:right;
	padding-right: 20px;
	float:right;	
	width: 210px;
	height: 30px;
}

.sidebutton:hover
{
	background: url("../images/sidebuttonhover.png") no-repeat;
	color: #333333;
	text-align:right;
	padding-right: 20px;
	float:right;	
	width: 210px;
	height: 30px;
}

.buttontext
{
	padding-top: 3px;
	padding-right: 10px;
	float:right;	
	width: 200px;
	height: 30px;
	cursor:default;
}


#cols
{
	margin-top: 60px;	
	background: url("../images/boxed.png") no-repeat;
	height: 200px;
}


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

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

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

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

#menu2 a {
	color:#aeff00;
}

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

#footer
{	
	height: 150px;
	background: url("../images/footer.png") no-repeat;
	font-size: 10px;
	margin: 0px 0 0;

}

.footercontent
{	
	height: 150px;
	width: 750px;
	float: right;
	padding-right: 30px
	margin: 0px 0 0;

}



/* Styling */

#header a
{
	color: #aeff00;
}

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

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

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

a
{
	color: #0099FF;
	text-decoration: none;
}

a:hover
{
	color: #0000CC;
}

h1
{
	color: #0099FF;
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	padding-right: 15px;
	text-align: right;
	margin: 0.2em 0;
}

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

p2
{
	color: #00FFFF;
	font-size: 24px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-align: right;
	margin: 0.2em 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;
}