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

  Design by Free CSS Templates
  http://www.freecsstemplates.org
*/


/*------------------- Defaults -----------------*/

* {
	margin: 0;
	padding: 0;
}

html {
	height:100%;
}

body {
	min-height:100%;
	background: #F6F6F6 url(../images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6B6B6B;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

.Small {
	font-size: 11px ;
}

img.left {
	float: left;
	/* margin: 5px 0 0 20px; */
	margin: 10px 10px 10px 0px ; /* my modification - original  is above*/
}

img.right {
	float: right;
	/* margin: 5px 0 0 20px; */
	margin:10px 0px 0px 20px  ; /* my modification - original  is above*/
}

/* Wrapper */

#Wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(../images/img02.jpg) repeat-y;
}

#Wrapper2 {
	background: url(../images/img10.jpg) no-repeat left bottom;
}

/*-------------- Header --------------*/

#Header {
	height: 140px;
	background: #087FE7 url(../images/img03.jpg) no-repeat;
}

/*-------------- Logo --------------*/

#Logo {
	margin-top:30px;
	float: left;
}

#Logo h1 {
	margin: 0;
	padding: 0 0 0 78px;
	/*text-transform: lowercase;
	letter-spacing: -3px;*/
	font-size: 40px;
	color: #FFFFFF;
}

#Logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#Menu {
	clear:both;
}

#Menu ul {
	margin: 0;
	padding: 32px 78px 0 32px;
	list-style: none;
	line-height: normal;
}

#Menu li {
	display: inline;
}

#Menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	outline: 0px;
}

#Menu a:hover {
	background:none;	
	text-decoration: underline;
}

.current {
	text-decoration:underline !important;
}

.section {
	text-decoration:underline !important;
}


/*-------------- Page --------------*/

#Page {
	background: url(../images/img04.jpg) no-repeat;
}

/*-------------- Content --------------*/


iframe#find-us {
	margin-top: -220px;
	margin-left: 240px;
	
	
}

#Content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
}

div.breadcrumbs {
	margin-bottom: 10px;
	font-size : 80%;
}


#StaffList li {
	margin: 0;
	list-style-type: none;
}


h2.Staff {
	border-bottom: none;
}

#StaffList .staffname { 
	clear: both;
	padding-left: 80px;
	height: 1.2em;
}

#StaffList .staffphoto {
	float: left;
	margin-left: 3px;
	margin-top: -1.2em;
}     
#StaffList .staffphoto img {
	border:1px solid #AAA;
}

#StaffList .staffdescription {
	margin-left: 80px;
	margin-bottom:30px;
}

#StaffPhoto {
	float: left;
	margin-right: 10px;
}

#StaffPhoto img {
	border:1px solid #AAA;
}

.post {
	padding-top: 40px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(../images/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(../images/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(../images/img08.gif) no-repeat left center;
}

.post .meta .editthis {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(../images/edit_icon.gif) no-repeat left center;
}

.post .meta .unpublish {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(../images/unpublish.png) no-repeat left center;
}




/*-------------- Sidebar --------------*/


#Sidebar .HtmlContentWidget ul {
list-style-type : square;
padding-left : 15px;
}

#Sidebar {
	float: right;
	width: 186px;
	padding: 52px 76px 0 0;
}


#Sidebar h3 {
	font-weight: bold;
}

#Sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#Sidebar li {
	margin-bottom: 10px;
}

#Sidebar li ul {
}

#Sidebar li li {
	margin: 0;
}


ul#NewsList  {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#NewsList li {
	margin-bottom: 1px;
}

#NewsList a {
	text-decoration:none;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

#NewsList a:hover {
	text-decoration:none;
    border-width: 0px 0px 3px 0px;
    border-style: none none solid none;

}

#NewsList li.newsDateTitle {
	font-size: 16px;
	font-weight: bold;
}

#NewsList li.newsDate {
	font-size: 11px;
	font-style: italic;
}

#NewsList li.newsSummary {
	margin-bottom: 20px;
}

/*-------------- Comments --------------*/


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

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 515px;
}
#PageComments li.odd {
	background: #eef7fe url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 1px dotted #BCE4FE;
	border-top: 1px dotted #BCE4FE;
}

#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: #3AA0C3;
}

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

/*---------------- Search --------------*/

#Search {
}

#Search br {
	display: none;
}

#Search input {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(../images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#Search #S {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/*---------------- Widebar (not used, if you want you can implement it just like the sidebar on your own - looks nice!) --------------*/

#Widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(../images/img11.gif) repeat-x;
}

#Widebar #ColA {
	float: left;
	width: 260px;
}

#Widebar #ColB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#Widebar #ColC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

#Content .field {
	float:left;
}


/*---------------- All the text stuff that for some reasons shouldn't be in typography --------------*/

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	/*letter-spacing: -0.035em;8*/
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

hr {display: block;
position: relative;
padding: 0;
margin: 8px auto;
height: 0;
max-height: 0;
width: 100%;
clear: both;
border: none;
border-bottom: 1px solid #F2F2F2;
font-size: 1px;
line-height: 0;

	
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: left;
}

 p.rightImgCaption{
	font-size : 80%;
	margin-bottom: 1.5em;
	text-align:right;
}

p.leftImgCaption{
	font-size : 80%;
	margin-bottom: 1.5em;
	text-align:left;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


/* Footer */

#Footer {
	height: 108px;
	background: url(../images/img05.jpg) no-repeat;
}

#Footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#Footer a {
	color: #666666;
}