/*
  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: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
}

html {
height:100%;
}

	
body {
  min-height:100%;
	/*background-color: #6B6D82;*/
    /*background-color: #91abb7;*/
    background-color: #90b1bf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72.5%;
}

p {
  padding-top: 7px;
  padding-bottom:7px;
}

	
h3 {
	padding-top: 7px;
	padding-bottom:7px;
	font-style: italic;
	color: #787C87;
	font-size: 1.4em;
}

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 */

	
#Container {
  background: url(../images/content_tile-copy.jpg);
  background-repeat:no-repeat;
	margin: 0px auto;
	width: 900px;
	color: #797D88;
	font-size: 1.2em;
}

#Header {
	background-image: url(../images/New-Header-Edit.jpg);
    background-repeat:no-repeat;
	height: 128px;
	
}

#Header h1 {
  font-family: Georgia, "Cosmic San", Times, serif;
	padding-top: 200px;
	padding-right: 90px;
	text-align: right;
	font-size: 1.9em;
	line-height: 1.2em;
	font-style: italic;
	color: #FFFFFF;
}

#Header h2 {
  font-family: Georgia, "Cosmic San", Times, serif;
	padding-right: 92px;
	text-align: right;
	font-size: 1.3em;
	line-height:1em;
	font-style: italic;
	color: #EAEEF7;
}
	
#LinkBar {
	background-image: url(../images/linkbar_bg-colored2.jpg);
    background-repeat:no-repeat;
	height: 79px;
}

#Content {
	background: url(../images/content_tile-copy.jpg);
	background-repeat: repeat-y;
	padding-left: 80px;
	padding-right: 80px;
}


#GaleryContent {
	background: url(../images/content_tile-copy.jpg);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 80px;
}

fieldset #Content {
background:transparent;
padding:0px;
}

#RightMenu {
	background-image: url(../images/right_menu-copy.jpg);
	height: 365px;
	width: 277px;
	float: right;
	margin-right: -80px !important;
	margin-right: -40px;
}

.rightMenu {
  width: 277px;
	float: right;
	margin-right: -30px !important;
	margin-right: 10px;
	margin-left:30px;
	padding:5px;
	background:#e9edf6;
	border:1px solid #c1c5ce;
}

.rightMenua {
  width: 277px;
	float: right;
	margin-right: -30px !important;
	margin-right: 20px;
	margin-bottom:5px;
	padding:5px;
	background:#e9edf6;
	border:1px solid #c1c5ce;
}

.rightMenuinside {
padding:10px;
  width:255px;
	background:#e3e7f2;
	border:1px solid #e3e7f2;
}

#RightMenu h4 {
  font-size:1.2em;
  font-weight:bold !important;
}

#Footer {
  clear:both;
	background-image: url(../images/footer-copy.jpg);
    background-repeat:no-repeat;
	height: 63px;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: 0.9em;
}

#Footer2 {
  clear:both;
	background-image: url(../images/footer-copy.jpg);
    background-repeat:no-repeat;
	height: 63px;
	padding-top: 80px;
	padding-left: 80px;
	padding-right: 80px;
	text-align: center;
	font-size: 0.9em;
}

/******************************* menu ****************************************/

#Navcontainer ul {
	/*margin-left: 100px!important;*/
	margin-left: 40px;
	color: White;
	float: left;
	margin-top: 14px;
}

#Navcontainer ul li { 
  display: inline;
  font-size:1.15em;
}

#Navcontainer ul li a {
  padding: 0.2em .7em;
  color: White;
  text-decoration: none;
  float: left;
}

#Navcontainer ul li a.current,
#Navcontainer ul li a.section {
  text-decoration:underline;
  font-weight:bold;
}
#Navcontainer ul li a:hover {
  color: #E3E9F1;
}

/********************************' right menu *******************************/

.navcontainer {
	width: 200px;
	margin-left: 40px;
    
}

.navcontainer ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.navcontainer a {
  font-size: 1em;
  display: block;
  padding: 3px;
  width: 168px;
  border-bottom: 1px solid #BFC2C9;
}

.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: #8D5764;
  color: #fff;
}

#RightMenu h4{
  margin-left:40px !important;
}

.rightMenua li {
  list-style-type:none !important;
}
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: #dee2ec url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #d5d9e4;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #989ead;
}

.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;
}