/*
Theme Name: Rugby Boots Theme
Theme URI: http://www.rugbyboots.net
Description: A Rugby Boots focused theme
Version: 1.0
Author: Ian Ebbs
Author URI: http://www.rugbyboots.net
Tags: rugby, boots

	Rugby Boots v1.1

	This theme was designed and built by Ian Ebbs

*/



/* Begin Typography & Colors */


body {
	margin:0px;
	padding:0px;
	font:12px/16px arial, verdana, helvetica, sans-serif;
	color:#000000;
	background: #006600 url(http://www.rugbyboots.net/wp-content/themes/bootstheme/images/field.jpg) repeat;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:18px;
	line-height:18px;
	font-weight:900;
	color:#000000;
	}
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:16px;
	line-height:16px;
	font-weight:900;
	color:#000000;
	}
h3 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:13px;
	line-height:13px;
	font-weight:900;
	color:#000000;
	}
h4 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:13px;
	line-height:13px;
	font-weight:900;
	color:#000000;
	}
td {
	font:12px/16px arial, verdana, helvetica, sans-serif;
	}
p {
	font:13px/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 5px 0px;
	}
a {
	color:#4167AE;
	font-size:11px;
	text-decoration:none;
	font-weight:600;
	font-family:arial, verdana, helvetica, sans-serif;
	}
a:link {color:#4167AE;}
a:visited {color:#4167AE;}
a:hover {text-decoration : underline;}

.gen { font-size : 14px; }

#Toptext {
	position:absolute;
	top:3px;
	left:3px;
	width:1000px;
	padding:0px;
	border:0px dashed #999;
	z-index:11;
	line-height:12px;
	font:11px/11px arial, verdana, helvetica, sans-serif;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:1000px;
	}
/* Again, "be nice to Opera 5". */
body>#Toptext {width:1000px;}

#Article {
	position:absolute;
	top:85px;
	left:20px;
	width:800px;
	background-color:#FFFFFF;
	line-height:12px;
	z-index:12;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#Article {width:800px;}

#Sidebar {
	position:absolute;
	top:85px;
	left:830px;
	width:160px;
	background-color:#FFFFFF;
	line-height:12px;
	z-index:5;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	}
/* Again, "be nice to Opera 5". */
body>#Sidebar {width:160px;}

p.brand { 
	margin-bottom:2px;
	}
p.types { 
	margin-top:2px;
	margin-left:10px;
	}

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

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

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

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

#TopBanner {
	position:absolute;
	top:10px;
	left:521px;
	width:468px;
	padding:0px;
	z-index:10;
	background-color:#FFFFFF;
	border:1px dashed #FFF;
	line-height:12px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:468px;
	}
/* Again, "be nice to Opera 5". */
body>#TopBanner {width:468px;}


#Banner {
	position:absolute;
	top:0px;
	left:775px;
	width:125px;
	padding:0px;
	background-color:#FFFFFF;
	border:0px dashed #999;
	line-height:12px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:125px;
	}
/* Again, "be nice to Opera 5". */
body>#Banner {width:125px;}

/* Begin Images */
p li img {
	padding: 0;
	max-width: 100%;
	}

#Text img { 
	border: 0;
	 }


/*	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 */

