/*
Theme Name: British Lions
Theme URI: http://www.britishlions.org.uk
Description: A British and Irish Lions based theme
Version: 1.0
Author: British Lions
Author URI: http://www.britishlions.org.uk
Tags: lions, rugby, british, irish

	The Lions v1.1

	This theme was designed and built by BritishLions.org.uk

*/



/* Begin Typography & Colors */


body {
	margin:0px;
	padding:0px;
	font:12px/16px verdana, arial, helvetica, sans-serif;
	color:#000000;
	background: #C8251E;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:21px;
	line-height:21px;
	font-weight:900;
	color:#C8251E;
	}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:19px;
	line-height:19px;
	font-weight:900;
	color:#C8251E;
	}
h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	line-height:16px;
	font-weight:900;
	color:#C8251E;
	}
h4 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:15px;
	line-height:15px;
	font-weight:900;
	color:#C8251E;
	}
td {
	font:11px/12px arial, verdana, helvetica, sans-serif;
	}
p {
	font:12px/16px arial, verdana, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
ul {
	font:12px/16px arial, verdana, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	}
a {
	color:#000093;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:arial, verdana, helvetica, sans-serif;
	}
a:link {color:#000093;}
a:visited {color:#000093;}
a:hover {text-decoration : underline;}

.gen { font-size : 14px; }

#LionsContent {
	position:absolute;
	top:60px;
	left:10px;
	width:770px;
	background-color:#FFFFFF;
	line-height:12px;
	border:2px solid #FFCE00;
	z-index:4;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#LionsContent {width:770px;}

#Text {
	padding:10px;
	}

#LionsLogo {
	position:absolute;
	top:0px;
	left:0px;
	width:741px;
	padding:0px;
	z-index:2;
	}
/* Again, "be nice to Opera 5". */
body>#LionsLogo {width:741px;}

#Social {
	position:absolute;
	top:0px;
	left:789px;
	width:201px;
	padding:0px;
	z-index:2;
	}
/* Again, "be nice to Opera 5". */
body>#Social {width:201px;}

#Tours {
	position:absolute;
	top:115px;
	left:789px;
	width:201px;
	padding:0px;
	z-index:2;
	}
/* Again, "be nice to Opera 5". */
body>#Tours {width:201px;}

/* Begin Images */
p li 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;
	}

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
	}
/* End Images */

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
