/*
  Wordwood Theme adapted from --

  SilverStripe Under the Bridge Theme
  http://www.silverstripe.com
  
  adapted to SilverStripe by SilverStriped
  http://silverstriped.com

  Under the Bridge design by Dieter Schneider
	http://csstemplateheaven.com/
*/

* {
  font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}
/*
html {
height:100%;
}
	*/
body {
  /*min-height:100%;*/
	background-color: #162009;
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}

p {
  padding-top: 7px;
  padding-bottom:7px;
}
	
img {
  border:0 !important;
  margin:0 !important;
  padding:0 !important;
}

h3 {
	padding-top: 7px;
	padding-bottom:7px;
	color: #162009;
	font-size: 1.7em;
	border-bottom: 3px solid black;
  font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center
}

h4 {
	margin-top: 40px;
	margin-left: 0px;
	margin-bottom: 10px;	
}

a:link {color: #666666}     /* unvisited link */
a:visited {color: #666666}  /* visited link */
a:hover {color: #794353}   /* mouse over link */
a:active {color: #666666}   /* selected link */

.clear {
  clear:both;
}

#Container {
  background: url(../images/content_tile.jpg);
  border: 6px solid black;
	margin: 0px auto;
	width: 90%;
	color: #162009;
	font-size: 1.2em;
}

#Fixed {
  max-width:680px;
  margin-left:auto;
  margin-right:auto;
}
#FixedWide {
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}
* html #Fixed {
  width:auto;
}
* html #FixedWide {
  width:auto;
}

#Header {
	background-image: url(../images/header.jpg);
	height: 180px;
	text-align: right;
	line-height: 25px;
}

#Header h1 {
  padding-top:140px;
  padding-right:20px;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.9em;
/*	line-height:1px; */
	font-style: italic;
	color: #162009;
}

#Header h2 {
  padding-right:22px;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.9em;
	position:relative;
	top:-24px;
/*	line-height:1px;*/
	font-style: italic;
	color: #EBFFD1;
}
	
#LinkBar {
/*  background-image: url(../images/linkbar_bg.jpg);*/
/*	height: 25px; */
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}

#Content {
	padding: 0 40px 40px 40px;
}

fieldset #Content {
  background:transparent;
  padding:0px;
}

.TOC {
	border:3px double #162009;
	padding:0 1em 1em 1em;
	margin:0 0 1em 1em;
	background-color:#FDFDFD;
}

#TOC {
	float:right;
	display:inline;
	border:3px double #162009;
	padding:0 1em 1em 1em;
	margin:0 0 1em 1em;
	background-color:#FDFDFD;
}
#TOC ol {
  list-style-type:decimal;
}
#TOC ol ol {
  list-style-type:lower-alpha;
}
#TOC ol ol ol {
  list-style-type:lower-roman;
}

.rightMenu {
  width: 277px;
	float: right;
	padding:5px;
	background:#e9edf6;
	border:1px solid #c1c5ce;
}

.rightMenua {
  width: 277px;
	float: right;
	padding:5px;
	background:#e9edf6;
	border:1px solid #c1c5ce;
}

.rightMenuinside {
padding:10px;
  width:255px;
	background:#e3e7f2;
	border:1px solid #e3e7f2;
}

#Footer {
  color: #EBFFD1;
  clear: both;
	background-image: url(../images/footer.jpg);
	height: 60px;
	padding-top: 30px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: 0.9em;
	border-top: 3px solid black;
}
#Footer a:link {color: #EBFFD1}
#Footer a:visited {color: #EBFFD1}
#Footer a:hover {color: #FFFFFF}
#Footer a:active {color: #FFFFFF}

#Stats p {
	padding-right:1em;
  text-align:right;
  font-size: 85%;
}

/******************************* menu ****************************************/

#Navcontainer2 {
	padding:0 0 6px 6px;
	float: right;
	color: #162009;
	background-color: #000;
	margin-top: 0px;
}
#Navcontainer ul {
  padding-left:40px;
  padding-right:40px;
	float: left;
	color: #162009;
	margin-top: 0px;
}
#Navcontainer2 ul li,
#Navcontainer ul li { 
  display: inline;
  font-size:1.1em;
}
#Navcontainer2 ul li a {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.2em 1em;
  color: #648030;
  text-decoration: underline;
  float: right;
}
#Navcontainer ul li a {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0.2em 1em;
  color: #648030;
  text-decoration: underline;
  float: left;
}
#Navcontainer2 ul li a.current,
#Navcontainer2 ul li a.section,
#Navcontainer ul li a.current,
#Navcontainer ul li a.section {
  color: #162009;
  font-weight:bold;
  text-decoration:none;
}
#Navcontainer2 ul li a:hover,
#Navcontainer ul li a:hover {
  color: #162009;
}

/********************************' right menu *******************************/

#RightMenu {
	padding: 0 40px;
	border-bottom: 1px dashed black;
	margin: 0 20px;
}
#RightMenu h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:1.2em;
  font-weight:bold !important;
  margin:5px 0px 5px -5px;
}


.navcontainer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navcontainer ul li {
  display:inline;
}

.navcontainer a {
  font-family: Georgia, "Times New Roman", Times, serif;
  float:left;
  font-size: 1em;
  display: block;
  padding: 3px;
  width: 168px;
  border-bottom: 1px solid #BFC2C9;
  border-left: 1px solid #BFC2C9;
  margin: 2px
}

.navcontainer a:link, .navlist a:visited {
  color: #666666;
  text-decoration: none;
}


.navcontainer a.current,
.navcontainer a.section {
  font-weight:bold !important;
}
.navcontainer a:hover {
  background-color: #648030;
  color: #fff;
}

.rightMenua li {
  list-style-type:none !important;
}

/* Comments
******************************************/
#DivComments {
  border-top: 3px solid black;
}

#PageComments_holder {
  width:680px;
	margin: 20px auto;
}

#CommentHolder ul {
	list-style: none;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
}

ul.actionLinks {
  margin-bottom: 5px;
  border: 1px solid #787C87;
  border-top-width: 0;
  padding: 0 0 4px 0;
}

.actionLinks li a {
	padding: 0 14px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid #787C87;
}

.actionLinks li.last {
    border-right: none;
}

.commentrss {
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}

#PageComments .comment {
  border: 1px solid #787C87;
  padding: 14px;
  background-color: #F0FFEA;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
  border: 1px solid #787C87;
  border-top-width: 0;
  padding: 4px 14px;
	color: #787C87;
	line-height: 1em;
	font-size: 0.9em;
}