/*
  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
*/

ul#menu {
  background: rgb(77, 138, 149);
}

ul#submenu {
	background: rgb(99, 158, 170);
}

ul#subsubmenu {
	background: rgb(125, 179, 188);
}

ul#menu li a.current,
ul#menu li a.section,
ul#menu li a:hover{
  background: rgb(99, 158, 170);
  color: #4A4A24;
  text-decoration: none;
}

ul#submenu li a.current,
ul#submenu li a.section,
ul#submenu li a:hover{
  background: rgb(125, 179, 188);
}

ul#subsubmenu li a.current,
ul#subsubmenu li a.section,
ul#subsubmenu li a:hover{
  background: rgb(151, 198, 205);
}

* {
  padding: 0;
  margin: 0;
}

html {
  height:100%;
}

body{
  height:100%;
  background: #F9F9F7 url('../images/ivory-bg.png') repeat;
  font-family: "trebuchet ms", helvetica, sans-serif;
  font-size: small;
  color: #333;
  line-height: 18px;
}

a{
  color: #FF7800;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

sup{
  font-size: 0.5em;
}


p{
  margin-bottom: 14px;
  text-align: justify;
}

img.picA
{
  position: relative;
  top: -2px;
  background: url('../images/a47.gif') no-repeat;
  width: 76px;
  height: 74px;
  padding: 8px;
}

img.picB{
  position: relative;
  top: -2px;
  background: url('../images/a26.gif') no-repeat;
  width: 146px;
  height: 75px;
  padding: 7px;
}

img.floatleft{
  float: left;
  margin: 0px 14px 3px 0px;
}


ul.linklist{
  list-style: none;
}

ul.linklist li{
  border-top: solid 1px #EEEEEE;
  padding-top: 5px;
  margin: 5px 0px 0px 0px;
}

ul.linklist li a.current,
ul.linklist li a.section{
  text-decoration:none;
}

ul.linklist li.first{
  border-top: 0px;
  margin-top: 0px;
  padding-top: 0px;
}


#Outer{
  position: relative;
  width: 790px;
  margin: 0 auto;
  background: transparent url('../images/page-bg.png') repeat-y;
  min-height:100% !important;
}

#Inner{
  position: relative;
  padding: 13px 30px 13px 30px;
  z-index: 2;
}

#Header{
  background: rgb(52, 102, 110) url('../images/sps-banner-bg.png') repeat-x;
  color: #fff;
  padding: 25px 15px;
}

#Header span{
  color:#fff;
  font-weight: normal;
  font-size: 23px;
}

#Header h1{
  font-size: x-large;
  letter-spacing: -1px;
  top: 30px;
}

#Splash{
  position: absolute;
  right: 30px;
  background: #EAEAE2 url('../images/a10.jpg') no-repeat;
  width: 458px;
  height: 92px;
}

#Menu{
}

#Menu ul {
  margin: 0px;
  text-align: center;
}

#Menu ul li{
  display: inline;
  line-height: 32px;
  padding-left: 3px;
	white-space: nowrap;
}

#Menu ul li.first{
  border-left: 0px;
}

#Menu ul li a{
  background-color: transparent;
  background-repeat: repeat-x;
  padding: 6px 12px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

#Menu a.section {
	padding-bottom: 14px;
}

#Menu a.section,
#Menu a.current,
#Menu a:hover {
	color: #4A4A24;
	text-decoration: none;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-topleft: 1em;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-top-left-radius: 1em;
}

#Menu a.current,
#Menu a:hover {
  -moz-border-radius-bottomright: 1em;
  -moz-border-radius-bottomleft: 1em;
  -webkit-border-bottom-right-radius: 1em;
  -webkit-border-bottom-left-radius: 1em;
}

#Menu a.section {
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-left-radius: 0 !important;
}

#Date{
  position: absolute;
  top: 0px;
  line-height: 52px;
  color: #BDBDA2;
  right: 30px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -1px;
}

#Secondarycontent{
  position: relative;
  width: 180px;
  float: right;
}

#Secondarycontent h3{
  position: relative;
  top: 4px;
  font-size: 16px;
  line-height: 25px;
  color: #656551;
  letter-spacing: -1px;
  background: url('../images/a22.gif') bottom repeat-x;
  padding: 0px 0px 10px 10px;
  margin-bottom: 20px;
}

#Secondarycontent .content{
  padding: 0px 10px 0px 10px;
  margin-bottom: 20px;
}

#Primarycontent{
  position: relative;
  width: 727px;
  float: left;
}

#Primarycontent h2{
  top: 4px;
  font-size: large;
  line-height: 25px;
  color: #656551;
  margin: 15px;
  border-bottom: dotted #8C8C73 1px;
}

#Primarycontent .content{
  padding: 0 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');
}

#Footer{
  position: relative;
  clear: both;
  text-align: center;
  background-image: url('../images/a50.gif');
  color: #A8A88D;
}

#Footer a{
  color: #8C8C73;
}

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: #8c8c73;
}

.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;  
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

img.left {
	float: left;
	margin-right: .25in;
}

img.right {
	float: right;
	margin-left: .25in;
}

p.login {
	float: right;
}