/* @override http://www.boxerwelfarescotland.co.uk/css/style.css */

/* Layout */


body {
	background-color: #d8e1f8;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 1000px;
}
.twoColHybLtHdr #container {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 955px;
}
.twoColHybLtHdr #header {
	background-image:url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 175px;
	width: 955px;
	margin: 0 0 15px 0;
	background-repeat:no-repeat;
}
.twoColHybLtHdr #sidebar1 {
	float: left;	
	margin: 0 0 0 10px;
}
.twoColHybLtHdr #sidebar2 {
	width: 300px;
	float: right;
	margin: 30px 5px 30px 30px;
	padding: 0 0 0 0;
}
.twoColHybLtHdr #mainContent {
	margin: 0 10px 0 235px;
	color: #002c58;
	background-color: #f6f8ff;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 15px 10px 15px;
}
.twoColHybLtHdr #footer {
	height: 120px;
	background-image: url(../images/footer_bg.png);
	width: 955px;
	overflow: hidden;
	background-repeat:no-repeat;
}
.twoColHybLtHdr #footer_p {
	font-size: 0.6em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	padding: 10px 20px 10px 20px;
}
#footer_p a {
	color: #CCC;
}

#bar_search_box {
	width: 200px;
	height: 30px;
	padding: 0 0 0 5px;
	text-align: center;
	overflow:hidden;
}


#side_adverts {
	margin: 15px 0 0 0;
	width: 200px;
	border: 1px solid #CCC;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f6f8ff;
	padding: 10px 0 10px 0;	
}
.block {
	display:block;
	height: 310px;
	width: 100%;
	margin: 10px 0 30px 0;
	padding: 0;
}
/* Typography */

h1 {
	font-size: 1.4em;
	font-weight: bolder;
	color: #00274f;
	font-variant: small-caps;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #00274f;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #00274f;
}
a {
	color: #0d6aaf;
	text-decoration: none;
	border: hidden;
	padding: 2px;
}
#mainContent a:hover {
   -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #0C7BCE;
    color: #FFF;
	text-decoration: none;
	padding: 2px;
}

#mainContent a:visited {
	text-decoration: none;
}

img {background: none; !important}
/* a[href ^='#'] {
 color: #00274f;
} */
 a#top {
 display:none;
}
/* Maps */

.map_bubble {
	overflow: scroll;	
	width: 450px;
	height: 350px;
}
.map_bubble img{
	display: block;
	padding: 5px;
	float: left;
	width: 200px;
	height: auto;
}

/* Happy Endings Navigation */

#happynav {
	height: auto;
	width: auto;
	position:fixed;
	right: 0;
	top: 40%;
	float: right;
	background: #2981C1;
	padding: 0px 0 5px 5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	
}

#happynav a{
	color: #FFF;
}
/* How to adopt page bubbles */
ul.bubble {	list-style:none;
}

ul.bubble li {
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
	padding: 10px 10px 10px 100px;
	min-height: 90px;
	background-repeat:no-repeat;
	background-position: 10px 50%;
	background-color:#FFF;
	margin: 5px;
	vertical-align:middle;
	list-style:none;
}
ul.bubble li p {vertical-align:middle;}
ul.bubble li.bubble1 {background-image:url(/images/1.png);}
ul.bubble li.bubble2 {background-image:url(/images/2.png);}
ul.bubble li.bubble3 {background-image:url(/images/3.png);}
ul.bubble li.bubble4 {background-image:url(/images/4.png);}
ul.bubble li.bubble5 {background-image:url(/images/5.png);}
ul.bubble li.bubble6 {background-image:url(/images/6.png);}
ul.bubble li.bubble7 {background-image:url(/images/7.png);}
ul.bubble li.bubble8 {background-image:url(/images/8.png);}
ul.bubble li.bubble9 {background-image:url(/images/9.png);}




/* Miscellaneous classes for reuse */

.fltrt {
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.box {
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
	margin: 10px;
	width:180px;
	float: left;
	background-image: url(../images/box-head.png);
	background-repeat: repeat-x;
	padding: 0px 5px 5px 5px;
	height: 300px;
}
.box h3 {
	color: #FFF;
	padding: 0;
	font-size: 1em;
	display: block;
	margin: 5px 0 0 0;
}




img {
	border:  none;
}
.rssinfo {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
}
.warning, .urgent, .information {
	padding: .5em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	min-height: 20px;
}
.warning {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
	background-image:url(../images/dialog-warning.png);
	background-repeat:no-repeat;
	padding-left: 60px;
	background-position: 15px 50%;
}
.urgent {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
	background-image:url(../images/emblem-important.png);
	background-repeat:no-repeat;
	padding-left: 60px;
	background-position: 15px 50%;
}
.information {
	background: #b4cdfe;
	color: #1f2538;
	border-color: #8698bd;
	background-image:url(../images/dialog-information.png);
	background-repeat:no-repeat;
	padding-left: 60px;
	background-position: 15px 50%;
}
.quote {
	background-image:url(/images/quote.png);
	background-color:#f8f9ff;
	border-color:#d2d8f0;
	font-style:italic;
	background-repeat: no-repeat;
	padding: 0.5em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	background-position: bottom right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.quote .name {
	text-align:right;
	padding: 15px;
	font-style:normal;
	display: block;
}
.quote img {
	padding: 20px;
	display: inline;
	text-align: right;
}
.caps {
	font-variant:small-caps;
}
/* classes for input boxes */
.widetext {
	height: 100px;
	width: 300px;
}
.talltext {
	height: 200px;
	width: 300px;
}
.smallbox {
	width: 40px;
}

input.google {
	width: 150px;
	border:1px solid #bbb;
	height: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
input.google:focus {
	width: 150px;
	border:1px solid #666;
	height: 20px;
}
input.search_button {
	background:url(../images/search.png) no-repeat top left;
	border: none;
	height: 22px;
	width: 22px;
}
input.search_button:active, input.search_button:hover, input.search_button:focus {
	background:url(../images/search_glow.png) no-repeat top left;
	border: none;
	height: 22px;
	width: 22px;
}
/* WordPress CSS 
****************/

#sidebar {
	float: right;
	width: 190px;
	padding: 30px 0 10px 30px;
	margin: 0px auto 0px auto;
}
#sidebar form {
	margin: 0;
}
#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;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
}
.entry form {
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;
	float: right;
}
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}
#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
