/*
  SilverStripe Decayed Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik (SilverStripe Polska)
  http://silverstriped.com

  Freestyle design by Viktor Persson
  http://templates.arcsin.se
*/


/* standard elements */

html {
  background: #000 url('../images/body.gif') no-repeat;
  min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {color: #CC3;}
a:hover {color: #FF3;}

body {
	background: #000 url('../images/body.gif') no-repeat;
	color: #DDD;
	font: normal 62.5% "Trebuchet MS",Verdana,sans-serif;
	padding-left: 90px;
}

p,code,ul,ol {padding-bottom: 0.5em;}

h1 {
	color: #CCC;
	font: normal 2em Impact,sans-serif;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #F00;
}

h2 {font: normal 1.8em Tahoma,sans-serif;}

h1,h2 {padding-top: 6px;}

h3 {padding-top: 1.0em;}
h4 {padding-top: 0.8em;}

blockquote {
	color: #CCA;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

/* misc */
.clearer {
	clear: both;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.decay,.decay-small {
	background: url('../images/decay.gif') no-repeat left center;
	color: #000;
	font: normal 2em Impact,sans-serif;
	letter-spacing: 1px;
	padding: 0 0 12px 22px;
}
.decay-small {
	background: url('../images/decay-small.gif') no-repeat left center;
	padding-top: 6px;
}

p.postinfo {
	border-top: 1px dashed #333;
	color: #666;
	font: bold 0.9em sans-serif;
	margin-bottom: 24px;
	padding: 8px;
}
p.postinfo a {color: #888;}
p.postinfo a:hover {color: #CCC;}

p.moderation {font-size: 0.8em;}

.translations div {
	float:right;
}

ul.translations  {
	display:inline;
	float:right;
	list-style-type:none;
}

.translations li {
	list-style-type:none;
	float:left;
}

/* structure */
#Container {
	font-size: 1.3em;
}

/* title */
#SiteTitle {font: normal 3em Tahoma,sans-serif;}
#SiteTitle a {
	color: #DDD;
	text-decoration: line-through;
}
#SiteTitle a:hover {
	color: #FFF;
	text-decoration: none;
}
#SiteDescription {color: #CCC;}

/* content */
#TheContent {
	left: 360px;
	position: absolute;
	top: 90px;
	width: 610px;
}
#TheContent .descr {
	color: #8DC63F;
	margin-bottom: 6px;
}
#TheContent li {margin-left: 18px;}

/* navigation */
#Navigation {
	left: 120px;
	position: absolute;
	top: 290px;
	width: 210px;
}
#Navigation h2 {
	color: #000;
	font-size: 1.5em;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0;
}
#Navigation ul {margin: 0 0 0 1em;}
#Navigation li {list-style: none;}
#Navigation li a {
	color: #777;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
}
#Navigation li a.section,
#Navigation li a.current,
#Navigation li a:hover {
	color: #8DCA3F;
}

/* footer */
#Footer {
	border-top: 1px dashed #333;
	color: #666;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
}
#Footer a {
	color: #999;
	text-decoration: none;
}
#Footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
#Footer .left, #Footer .right {padding: 10px 0;}
#Footer .right a {color: #777;}

/*--------------- Comments -----------------*/
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #000 none no-repeat 1% 10%;
	padding-left: 10px;
	padding-right: 40px;
	border-bottom: 2px solid #1f1f1f;
}

#PageComments li.even {
	background: #0f0f0f none no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #777;
}

.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;
	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;
}