/*
  SilverStripe Street Style Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik
  http://silverstripe.pl

  design by Arcsin
  http://www.arcsin.se
*/

html {
    height:100%;
    background: #111;
}

body {
  min-height:100%;
  background: #111 url(../images/bg.gif);
  text-align: center;
  font: normal 0.9em sans-serif,Arial;
}

img { 
border: 0px; 
}

body,.image,h1,p {
  margin: 0; padding: 0;
}

.main {
  background: #222;
  width: 720px;
  margin: 0 auto;
  margin-right:500px;
  border: 10px solid #222;
  border-bottom: 0;
  border-top: 0;
  text-align: left;
}

.content {
  background: #222;
  padding-top:30px;
  clear: both !important;
  border-top: 10px solid #222;
  color: #CCC;
}

.content h1 {
  font: normal 1.4em sans-serif,Arial;
  padding: 2px 6px;
  background: #000;
  color: #FFF;
}

.content h2 {
  font: normal 1em sans-serif,Arial;
  margin-top:2px !important;
  padding: 2px 6px;
  background: #000;
  color: #FFF;
}

.content h3 {
  font: bold 1.1em sans-serif,Arial;
  margin-top:2px !important;
  padding: 2px 6px;
  color: #b42642;
}
.content h4 {
  font: bold 1em sans-serif,Arial;
  margin-top:2px !important;
  padding: 2px 6px;
  border-bottom:1px solid #b42642;
  color: #b42642;
}
.content h5 {
  font: normal 0.85em sans-serif,Arial;
  margin-top:2px !important;
  padding: 3px 6px;
  color: #FFF;
}
.content h6 {
  font: normal 0.7em sans-serif,Arial;
  margin-top:2px !important;
  padding: 3px 6px;
  color: #FFF;
}

.content h1 span {
  color: #999;
}

.content p {
  font: normal 1em Verdana,Arial; 
  padding: 6px 6px 10px;
}

.content a {
color: #b42642;
text-decoration:none;
}

.content a:hover {
text-decoration:underline;
}

.footer {
  clear:both !important;
  height: 120px;
  background: #222 url(../images/bgfooter.gif) no-repeat;
  border-top: 10px solid #222;
  margin: 0 auto;
  margin-right:500px;
  width: 740px;
  text-align: center;
  font: bold 0.7em Verdana,Arial;
  color: #333;
}

.footer a {
  color: #444;
}

/*------ header & navigation stuff ----------*/

.gfxHeader {
  text-align:right;
}

.gfxHeader h1 {
  color: #FFF; margin-top: 182px;
}
  
.gfxHeader h1,a#big {
  font: normal 4em sans-serif,Arial;
  background: #000;
  display: block;
  width:90%;
  float:right;
  margin-top: 8px;
}
  
.gfxMargin {
  height: 182px;
}
  
.gfxNav {
  height: 46px;
  width:100%;
  background: #000 url(../images/nav.gif) no-repeat;
}

.headerLeft {
  float: left;
  width: 220px;
  height: 280px;
  background: #222 url(../images/bgleft.png);
}

.headerRight {
  float: right;
  width: 500px;
  height: 280px;
  background: #222 url(../images/bgright.png) no-repeat;
}



.menu a {
  font: normal 1.1em sans-serif,Arial;
  color: #FFF;
  background: #000;
  display: block;
  margin-top: 5px;
  width: 220px;
  height: 22px;
}

.menu a span {
  padding-left: 4px; color: #FFF;
}

.menu a.current,
.menu a.section,
.menu a:hover {
  color: #b42642;
}

/*------ widget box ----------*/

.widgetBox {
  color: #CCC;
  background:#222222;
  background-image:url(../images/bg_men.png);
  background-position:bottom left;
  background-repeat:no-repeat;
  padding:10px;
  padding-bottom:20px;
  margin-bottom:20px;
  text-align:left;
}

.widgetBox ul{
  list-style:none;
}

.widgetBox li{
  font: bold 0.8em sans-serif,Arial;
  color:#fff;
  padding-left:10px;
  margin-left:-40px;
  background:#161616;
  margin-bottom:4px;
}
.widgetBox p{
  font: bold 0.8em sans-serif,Arial;
  color:#fff;
  padding-left:10px;
}

.widgetBox p a{
  color:#fff;
}

.widgetBox p a:hover{
  color:#b42642;
}


.widgetBox li a.current,
.widgetBox li a.section,
.widgetBox li a:hover{
  color:#b42642;
  text-decoration:none;
}

.widgetBox h2{
  font: normal 1.1em sans-serif,Arial;
  color: #FFF;
  line-height:1em;
  margin:0px;
}


/*------ page comments ----------*/

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

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #1a1a1a url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #0c0c0c;
	font-size:11px;
}

#PageComments li.even {
	background: url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
	font-size:11px;
}

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

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

ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
	background:#222222 !important;
}
