/*  
Theme Name: FitzRoy
Theme URI: 
Description: 
Version: 1.0
Author: 
Tags: 
*/

img {border:none; padding: 0px; margin: 0px; }
.blue {	color: #40c8f4;}
.smalltext { font-size: 0.8em; line-height: 1.4em; }
.smalltext img { margin: 5px 0px;}
.brlink img {display: inline; margin-top: 0px; display:block;}
.blogroll {margin-bottom: 20px;}
.linkcat { margin-bottom: 10px; font-size: 1.0em; line-height: 1.3em; font: helvetica, arial, san-serif; font-weight: normal}
.linkcat h2 { font-size: 1.5em; font-weight:bold; margin: 4px 0px;}

#simple-section-nav li { padding: 0px 0px 8px 0px;}
#simple-section-nav li a { padding: 0px 0px 8px 0px;}
#simple-section-nav li li {  font-size: 0.9em;}
#simple-section-nav li li a { color: #333; margin: 0px 0px 3px 5px;}
#simple-section-nav li li a:hover { color:#ee333f;}
#simple-section-nav li li li  { color: #333; margin: 0px 0px px 15px;}

.ddsg-wrapper { text-transform: capitalize; margin-top: 20px;}
.ddsg-wrapper h2 { color:#40c8f4; font-size: 1.3em;}
.ddsg-wrapper li a { color: #ee333f; font-size: 1.2em; margin: 8px 20px; }
.ddsg-wrapper li li a { color: #333333; font-size: 1.0em; margin: 4px 30px;}
.ddsg-wrapper li li li a { color: #666666; font-size: 0.9em; margin: 3px 30px;}
.ddsg-wrapper ul { color: #333333; font-size: 1.0em; margin: 2px 30px; }
.ddsg-xml-link { margin: 20px 0px;}

#map { /* background image block */
display: block;
width: 400px;
height: 400px;
background: url(images/map.gif) no-repeat;
margin-top: 0px;
}
#map a {
text-decoration:none; /*border: 1px solid pink;*/
}
.hide {
visibility:hidden;
}
#southregion { 
float: left;
position:absolute;
width : 130px;
height: 100px;
margin-left: 265px;
margin-top: 273px;
}
#eastregion { 
float: left;
position:absolute;
width : 90px;
height: 75px;
margin-left: 305px;
margin-top: 175px;
}
#westregion { 
float: left;
position:absolute;
width : 110px;
height: 110px;
margin-left: 190px;
margin-top: 140px;
}



/*

This next bit fixes a validation error in the WP gallery element where it inserts a HTML code version of the flash gallery and styles it using html that doesnt validate. The below lines are in the themes functions.php file -- below that is the CSS to allow for stripping it out through the php functions file

The width for .gallery-item is a dynamic value determined by the columns attribute specified in the [gallery] shortcode. The default is 3 columns which makes the width 33%,  floor(100/$columns) 

add_filter('gallery_style', create_function('$a', 'return "
<div class=\'gallery\'>";'));


<style type='text/css'>
        .gallery {
                margin: auto;
        }
        .gallery-item {
                float: left;
                margin-top: 10px;
                text-align: center;
                width: 33%;
        }
        .gallery img {
                border: 2px solid #cfcfcf;
        }
        .gallery-caption {
                margin-left: 0;
        }
</style>
*/

/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	margin:  0px 0 0;
	font: normal 80%/160% helvetica, arial, san-serif;
	color: #333333;
	background-color: #fff;
}
li {
	list-style: none;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	font-family: tahoma, helvetica, arial, san-serif;
	font-weight: normal;
}
h1 {
	font-size: 2.0em;
		line-height: 1.2em;
		color: #ee333f;
		font-weight:bold;
		margin-bottom: 5px;
		font: tahoma, helvetica, arial, san-serif;
}
h2 {
	font-size: 1.3em;
}

h3 {
	margin-bottom: 5px; 	color: #40c8f4;
}
/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #000;
	text-decoration: underline;
	border: none;
}
a:hover {
	text-decoration: underline;
	color: #40c8f4;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#wrapper{position:relative;width: 730px;margin: 0px auto;}
#logo{position:absolute;left: 515px;top: 25px; }
#donate{position:absolute;left: 0px;top: 72px;}

#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position: relative;
	height: 160px;
	left: 7px;
	margin-bottom: 10px;
}
/*#content {
	width: 550px;
	float: left;
	min-height: 455px;
	padding: 35px 25px 20px 20px;
}*/
#sidebar {
	width: 210px;
	min-height: 455px;
	float: right;
	padding: 20px;
	padding-top: 55px;
}
/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#main{position:absolute;left: 0px;top: 105px;}
#nav{position:relative;width: 140px;margin: 0px; float:left; background-color:#40c8f4; min-height:238px; text-align:right; padding: 10px 10px 0 0;}
#feature{position:relative;width: 580px;margin: 0px; float:left;}


#nav li {
   margin-bottom: 0px;
   font-size: 1.3em;
   line-height: 1.3em;
   font-weight:100;
   display:inline;
}
#nav a {
/* background colour for a link of subnav    background: #fafafa;*/
/* typeface colour for a link  of subnav*/   color: #fff;
   display: block;
   text-decoration:none;
    font-weight:100;
}
#nav a:hover {
/* background colour on hover of subnav    background: #0060a4;*/
/* typeface colour on hover of subnav */   color: #666666;
   text-decoration: none;
    font-weight:100;
   	   
}
#nav li.current_page_item a { color:#ee333f;}
#nav li.page-item-3 a { color:#fff;}
#nav li.page-item-3 a:hover{ color:#666666;}

.breadcrumb { font-size: 0.9em;
	color: #666666;
	margin: 6px 0 0 0px;
	position: relative;
	float: left;
	text-transform:capitalize;
}

#row1c1 li {
   margin-bottom: 6px;
   font-size: 0.9em;
   line-height: 1.2em;
   font-weight: normal;
   text-transform: uppercase;
   display:inline;

}
#row1c1 a {
/* background colour for a link of subnav    background: #fafafa;*/
/* typeface colour for a link  of subnav*/   color: #ee333f;
   display: block;
   text-decoration:none;
   font-weight:bold;
}
#row1c1 a:hover {
/* background colour on hover of subnav    background: #0060a4;*/
/* typeface colour on hover of subnav */   color: #000;
   text-decoration: none;
   	   
}


#row1c1_news li {
   margin-bottom: 6px;
   font-size: 0.9em;
   line-height: 1.2em;
   font-weight: normal;
   text-transform: uppercase;

}
#row1c1_news a {
/* background colour for a link of subnav    background: #fafafa;*/
/* typeface colour for a link  of subnav*/   color: #ee333f;
   display: block;
   text-decoration:none;
}
#row1c1_news a:hover {
/* background colour on hover of subnav    background: #0060a4;*/
/* typeface colour on hover of subnav */   color: #000;
   text-decoration: none;
}

.widgettitle { margin: 5px 0; font-size: 0.9em; color: #40c8f4; font-weight:bold; padding: 0px; text-align:left;}



#site-meta {
	position: absolute;
	left: 0;
	top: 30px;
}
#header h1 {
	position: relative;
		   left: -1000px;

}
#header h1 a {
	color: #7e4c10;
}
#header h1 a:hover {
	color: #5a360b;
	color: #7e4c10;
}
#header span.description {
	position: relative;
	margin-left: 5px;
	color: #7e4c10;
		   left: -1000px;

}
#header ul {
	position: absolute;
	left: 0;
	bottom: 1px;
	font: 12px helvetica, arial, san-serif;
	list-style: none;
	margin-top: -6px;
	padding: 0;
	text-transform: none;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 8px 8px 8px 8px;
	color: #547a60;
	text-decoration: none;
	margin-right: 2px;
	background:#fff;
	/*border: 1px solid #f7951e;*/
	border-bottom: none;

}
#header li a:hover {
	color: #c2b049;
	background-color:#fff;
	/*border: 1px solid #f7951e;*/
	border-bottom: none;
}
#header li.current_page_item a {
	color: #c2b049;
	background-color:#FFF;
	/*border: 1px solid #f7951e;*/
	border-bottom: none;
}
#topsearch {
	position: absolute;
	right: 14px;
	top: 35px;
	width: 218px;
	height: 42px;
	text-align: center;
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding: 9px 8px 5px 32px;
	margin-right: 0px;
	float: left;
	font: normal 1em helvetica, arial, san-serif;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}
/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content{position:relative;width: 730px;margin: 0px; display:block;float:left;
top:387px;}
#content_home{position:relative;width: 730px;margin: 0px; display:block;float:left;
top:387px;}
#row1c1{position:relative;width: 145px;margin: 0px; float:left;display:block; background-color:#fff; border:1px solid white; padding-right: 5px;}
#row1c2{position:relative;width: 404px;margin: 0px; float:left; border-right:1px solid #999999; padding-right: 10px;}
#row1c3{position:relative;width: 145px;margin-left: 10px; float:left;  }

#row1c1_home{position:relative;width: 500px;margin: 0px; float:left;display:block; padding-right: 20px;}
#row1c2_home{position:relative;width: 210px;margin: 0px; float:left; border:none; padding-right: 0px;}

#row1c2_dblright{position:relative;width: 555px;margin: 0px; float:left; border-right:none; padding-right: 10px;}

#row1c1_news{position:relative;width: 150px;margin: 0px; float:left;display:block; background-color:#fff; border:1px solid white;}
#row1c2_news{position:relative;width: 555px;margin: 0px; float:left; border-right:none; padding-right: 10px;}

#row1c2_lr{position:relative;width: 347px;margin: 0px; float:left; border-right:none; padding-right: 10px;}
#row1c3_lr{position:relative;width: 210px;margin-left: 10px; float:left;  }

#row1c1_fullwidth{position:relative;width: 730px;margin: 0px; float:left;display:block; padding-right: 20px;}


p { margin-bottom: 10px; font-size: 1.0em; line-height: 1.4em;}

.post {
	margin: 0 0 25px 0;
/*	background: url(images/hr.gif) 0% 100% no-repeat;*/
	padding: 0 0 15px 0;
	

}

.post h1 {
	margin: 0 0 .3em;
	font-size: 2.1em;

}
.post h1 a {
	color: #40c8f4;
}
.post h1 a:hover {
	color: #000;
}

.post h2 {
	margin: 0 0 .3em;
	font-size: 1.1em;
	  text-transform: uppercase;
}
.post h2 a {
	color: #40c8f4;
}
.post h2 a:hover {
	color: #000;
}
.post-info {
	/*background: url(images/hr.gif) 0% 0% no-repeat;*/
	padding: 5px 0;
	font-size: 90%;
	margin: 10px 0;
	color: #4d4d4d;
}
.post-info a {
	color: #4d4d4d;
}
.post-info a:hover {
	color: #40c8f4;
}
.post-info .setting {
	padding:3px;
	padding-left:0px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff  0 2px;
}
.post-info .user{
	background:#fff  0 2px;
}
.post-info .filedlink{
	background:#fff  0 2px;
}
.post-info .commentslink{
	background:#fff  0 2px;
}
.post-info .editlink{
	background:#fff  0 2px;
}
.post-entry p {
	margin: 1em 0 1em 0;
	font-size: 1.0em;
	
	
}
.post-entry a {
	color: #ff0000;
}
.post-entry a:hover {
	color: #c2b049;
	text-decoration:underline;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
}
.post-entry span.more-link a {
	color: #40c8f4;
}
.post-entry span.more-link a:hover {
	color: #000;
		text-decoration:underline;

}
.post-entry h3 {
	font-size: 1.25em;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
	list-style-position:inside;
}
.post-entry ul {
	margin-left: 1.5em;
	list-style-position:inside;
}
.post-entry ul li, .post-entry ol li {
	list-style: square;
	border-bottom: 1px solid #fafafa;
	padding: .2em 0;
	list-style-position:inside;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em 0em;
	padding: 1em;
	color: #547a60;
	font-style: italic;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	clear: both;
}
.post-entry img {
	float: left;
	margin: 0em 0 0 0em;
	padding: 0 10px 10px 0;
}
.post-entry img.align-right {
	float: right;
	margin: .4em 0 0 1em;
	padding: 0 0 10px 10px;
}
.post-entry img.align-left {
	float: left;
	margin: .4em 1em 0 0;
	padding: 0 10px 10px 0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 0 10px 10px 10px;
}
.post-meta {
	font-size: 95%;
	color: #999;
	 border-bottom: 1px solid #666666;
	 margin: 20px 0px;

}
.post-meta a {
	color: #999;
}
.post-meta a:hover {
	color: #84755c;
}
.post-arch-info {
	font-size: 95%;
	color: #999;
	margin: 0 0 2em;
	padding: 0 0 1em;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 11px;
	text-transform: uppercase;
	clear: both;
	color: #555;
	padding: 0;
	text-align: right;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #ccc;
	color: #f7951e;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/** wordpress specific styles **/
.wp-caption img {
margin-bottom: 5px;
padding:5px;
background-color:#FFFFFF;
}

.wp-caption-text {
color:#FFFFFF;
text-align:center;
padding-top: 5px;
padding-bottom: 5px;
width: auto;
font-weight: bold;
text-transform: uppercase;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 5px;
margin: 0 0 2px 10px;
display: inline;
}

img.alignleft {
padding: 5px;
margin: 0 10px 2px 0;
display: inline;
}

.alignright {
float: right;
margin-left: 15px;
}

.alignleft {
float: left;
margin-right: 15px;
}

#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#wp-calendar #next a {
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a {
padding-left: 10px;
text-align: left;
}

#wp-calendar a {
display: block;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

blockquote {
margin: 15px 30px 0 10px;
padding-left: 20px;
border-left: 5px solid #ddd;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
text-align: center;
background-color: #FFF;
padding: 10px 5px 0 5px;
margin-bottom: 5px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 4px 4px 5px;
margin: 0;
background: none;
color: #333;
}
/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#comments {
	margin: 0 0 1em;
	background: url(images/hr.gif) 0% 100% no-repeat;
	padding: 0 0 1em;
}
#comments h3 {
	font-size: 1.2em;
}
#comments img {
	float: left;
	margin: 0 5px 5px 0;
}
#comments p {
	padding-left: 40px;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ccc;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;
	cursor: pointer;
}
#respond button#submit {
	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#sidebar h2 {
	margin: 0 5px 0 0;
	padding: 0 0 .5em 0;
	font-size: 16px;
	text-indent: -3px;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	padding: 3px 0;
	padding-left: 0px;
	margin-right: 5px;
	/*background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;*/
}
#sidebar li ul li:hover {

}
#sidebar li ul li.current_page_item {
	padding-left: 0px;
	padding-right: 0px;
	background: #fff;
}
#sidebar li ul li.current_page_item a {
	color: #c2b049;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	padding-left: 5px;
}
#sidebar li ul li {
	color: #222;
}
#sidebar li a {
	color: #6d905d;
}
#sidebar li a:hover {
	color: #c2b049;
}
#calendar  {
	margin-top: 10px;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}
/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer{position:relative;left: 0px; padding: 6px 0px 20px 0px; border-top: 1px solid #b0b0b0; width: 730px; float:left; margin-top:20px; fo}
#footer_c1{float:left; width: 630px;}
#footer_c2{float:left; width: 100px;}
#footer_wrap {
	position: relative;
	clear: both;
	
	text-align: center;
	padding: 20px 0 20px 40px;
	color: #aaaa90;
	margin-top: 20px;
}

.footcopy {font-size: 0.8em; color:#999999; text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif;}
.footcopy a {color:#999999;text-decoration:none;}
.footcopy a:visited { color:#999999;text-decoration:none;}
.footcopy a:hover { color:#999999;text-decoration:underline;}


/*#footer {
	position: relative;
	clear: both;
	text-align: left;
	font-size: 11px;
	width: 860px;
	padding: 0 10px;
	margin: 0 auto;
}
#footer a {
	color: #aaaa90;
}
#footer a:hover {
	color: #c2b049;
}
#rss {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
#rss-entries {
	background: url(images/rss-entries.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(images/rss-entries.png) no-repeat 0 -18px;
}
#rss-comments {
	background: url(images/rss-comments.png) no-repeat 0 0;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(images/rss-comments.png) no-repeat 0 -18px;
}
*/







.boxhead h2 {
	height: 1%;
}

.sidebox {
	margin: 0 auto; 
	width: 45em; 
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.6em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; 
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}







.galleryhome {
	width: 165px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
.galleryhome {
	float: left;
	margin: 1px; padding: 0;
	text-align: center;
	border: 2px solid #33ccff;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
.galleryhome a.thumb {
	width: 150px; /*--Width of image--*/
	height: 110px; /*--Height of image--*/
	padding: 8px;
	border-bottom: 2px solid #33ccff;
	cursor: pointer;
}
.galleryhome span { /*--Used to crop image--*/
	width: 150px;
	height: 110px;
	overflow: hidden;
	display: block;
}
.galleryhome a.thumb:hover {
	background: #cc0033; /*--Hover effect for browser with js turned off--*/
}
.galleryhome h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: captalize;
	margin: 0; padding: 10px;
	background: #fff;
	border-top: 1px solid #f0f0f0; /*--Subtle bevel effect--*/
}

.galleryhome a {text-decoration: none; color: #cc0033; display: block;
}



.galleryvacancies {
	width: 265px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
.galleryvacancies {
	float: left;
	margin: 1px; padding: 0;
	text-align: center;
	border: 2px solid #33ccff;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
.galleryvacancies a.thumb {
	width: 250px; /*--Width of image--*/
	height: 139px; /*--Height of image--*/
	padding: 8px;
	border-bottom: 2px solid #33ccff;
	cursor: pointer;
}
.galleryvacancies span { /*--Used to crop image--*/
	width: 250px;
	height: 157px;
	overflow: hidden;
	display: block;
}
.galleryvacancies a.thumb:hover {
	background: #cc0033; /*--Hover effect for browser with js turned off--*/
}
.galleryvacancies h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: captalize;
	margin: 0; padding: 10px;
	background: #fff;
	border-top: 1px solid #f0f0f0; /*--Subtle bevel effect--*/
}

.galleryvacancies a {text-decoration: none; color: #cc0033; display: block;
}
