/*
  SilverStripe Terrafirma Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by Wojtek Szkutnik
  http://silverstripe.pl

  terrafirma1.0 design by nodethirtythree design
	http://www.nodethirtythree.com
*/

* {
  padding: 0px;
  margin: 0px;
}

body{
  background: #09141e url('../images/background.jpg') no-repeat center top fixed;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  color: #666;
  line-height: 18px;
}

a{
  color: #000;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

sup{
  font-size: 0.5em;
}

img.left {
 margin-right: 15px;
 float: left;
}

p{
  margin-bottom: 14px;
  text-align: justify;
}



#Outer{
  position: relative;
  width: 835px;
  margin: 0 auto;
  border: 15px solid #ddd;
  background: #fff;
}

#Inner{
  position: relative;
  border: 1px solid #bbb;
  padding: 20px 20px 12px 20px;
  z-index: 2;
}

#Header {
  margin: 0 auto;
  height: 186px;
  width: 865px;
}
#Header h1{
  text-indent: -9999px;
  float: right;
  height: 174px;
  width: 433px;
  background: url('/logo.png');
}
#Header h1 a{
  display: block;
  height: 176px;
}



#Menu{
  font-family: Arial, Verdana, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0 0 0 35px;
  padding-top: 15px;
  width: 300px;
  
}
#Menu ul{
  list-style: none;
}
#Menu ul li{
  line-height: 1.2em;
}
#Menu ul li.first{
  border-left: 0px;
}
#Menu ul li a{
  padding: 2px 5px;
  color: #eee;
  text-decoration: none;
}
#Menu ul li a.current,
#Menu ul li a.section,
#Menu ul li a:hover{
  color: #4491E2;
}

ul.linklist{
  list-style: none;
  margin: 0 0 20px 0 !important;
}
ul.linklist li{
  line-height: 1.2em;
}
ul.linklist li a {
  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Verdana, sans-serif;
  padding: 2px 5px;
  color: #666666;
  text-decoration: none;
}
ul.linklist li a.current,
ul.linklist li a.section {
  color: #4491E2;
  background: #eee;
}
ul.linklist li a:hover {
  color: #4491E2;
}





#Date{
  position: absolute;
  top: 0px;
  line-height: 52px;
  color: #BDBDA2;
  right: 30px;
  font-weight: bold;
  font-size: 12px;
  
}

#Secondarycontent{
  position: relative;
  width: 215px;
  float: right;
}

#Secondarycontent h3{
  font-size: 18px;
  color: #222222;
  border-bottom: 1px solid #666666;
  padding: 0px 10px 10px 10px;
  margin-bottom: 20px;
}

#Secondarycontent .content{
  padding: 0px 10px 0px 10px;
  margin-bottom: 20px;
}

#Primarycontent{
  position: relative;
  width: 560px;
  float: left;
}

#Primarycontent h1{
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: normal;
  color: #222222;
  border-bottom: 1px solid #666666;
  padding: 0px 0px 10px 10px;
  margin-bottom: 20px;
}

#Primarycontent .content{
  padding: 0px 15px 0px 15px;
  margin-bottom: 20px;
}

#Primarycontent .post{
  margin-bottom: 30px;
}

#Primarycontent .post .header{
  position: relative;
}

#Primarycontent .post .date{
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 35px;
  color: #AFAFA4;
  font-weight: bold;
}

#Primarycontent .post .content{
  margin-bottom: 0px;
}

#Primarycontent .post .footer{
  position: relative;
  top: -10px;
  background: url('../images/a33.gif') repeat-x;
  height: 64px;
}

#Primarycontent .post .footer ul{
  list-style: none;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

#Primarycontent .post .footer ul li{
  display: inline;
  line-height: 14px;
  padding-left: 17px;
  margin-left: 25px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

#Primarycontent .post .footer ul li.printerfriendly{
  background-image: url('../images/a41.gif');
}

#Primarycontent .post .footer ul li.comments{
  background-image: url('../images/a36.gif');
}

#Primarycontent .post .footer ul li.readmore{
  background-image: url('../images/a38.gif');
}

.clear {
  clear:both;
  }

#Footer {
  position: relative;
  clear: both;
  border-top: 1px solid #eee;
  padding-top:1em;
  font-size: 0.9em;
}
#Footer p {
  line-height: 1.2em;
  font-size: 0.9em;
  margin: 10px 2px;
  float: left;
}
#Footer span {
  color: #000;
  float:right;
  font-size: 2em;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.3em;
  }
#Footer a{
  color: #999999;
}
#Footer ul {
  list-style: none;
}
#Footer ul li {
  display: inline;
}
#Footer ul li a {
  padding: 0 3px;
}
#Footer ul li a.current,
#Footer ul li a.section,
#Footer ul li a:hover {
  color: #4491E2;
}


#footnote {
  width: 815px;
  margin:0 auto;
  color: #ccc;
  font-size: 0.8em;
  line-height: 1.2em;
  padding: 20px;
  }

#footnote a {
  color: #ddd;
  }
#footnote span {
  float: right;
  }

img {
  border:0 !important;
}


/*---- Comments ------ */

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #f5f5ec;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #b0b096;
}

#PageComments li.even {
	background: #fff;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #888;
}

.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;
}

.WidgetHolder li{
  list-style:none !important;  
}

.column {
  width: 50%;
  float: left;
  }

#footnote a.andij {
  color: #999;
  text-decoration: none;
  }
#footnote a:hover.andij {
  color: #ccc;
  text-decoration: none;
  }