/* @override 
	http://beta.wilmslowrugby.com/wp-content/themes/wrufc/_css/main.css
	http://www.wilmslowrugby.com/wp-content/themes/wrufc/_css/main.css
*/

/*
Theme Name: WRUFC
Theme URI: http://www.wilmslowrugby.com
Description: Custom theme for Wilmslow Rugby Club
Version: 1.3
Author: Robin Morgan
Author URI: http://electricsnow.co.uk/
Tags: Custom

	WURFC v1.3
	http://electricsnow.co.uk/welcome

	This theme was designed and built by Robin Morgan
	for Wilmslow Rugby Club. Developed with David Scanlon

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* @group CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Staple */

body {
	font: 62.5%/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	margin: 0 0 10px;
	background: url(../_img/layout.body.png) repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #8a012b;
	outline: none;
	text-decoration: none;
}

h1 {
	font-size: 2em;
	font-weight: normal;
	color: #333;
	letter-spacing: -1px;
	padding: 0;
	margin: 0 0 .7em;
}

h2 {
	margin: 0 0 15px;
	padding: 0;
	color: #8a012b;
	text-transform: capitalize;
	font-size: 1.5em;
	text-shadow: none
}

h2 a {
	text-decoration: none;
	border: none;
}

h3 {
	margin: 0;
	padding: 0;
	color: #8a012b;
	text-transform: capitalize;
	font-size: 1.4em;
}

.clear {
	display: block;
	clear: both;
	height: 0;
}

p em {
	font-style: italic;
}

blockquote {
	border-left: 5px solid #efefef;
	padding-left: 10px;
	margin-left: 5px;
	line-height: 1.4em;
	font-size: 1.3em;
	color: #7d7d7d;
	text-align: justify;
}

/* @end */

/* @group Layout */

.description {
	display: none;
}

#wrufc a {
	display: block;
	background: url(../_img/wrufc_logo.png) repeat;
	width: 200px;
	height: 250px;
	float: right;
	margin-top: -25px;
	position: absolute;
	margin-left: 620px;
}

#wrufc span {
	display: none;
}

#footer {
	text-align: right;
	color: #fff;
	background: transparent url(../_img/layout.footer.bg.png);
	float: left;
	padding-left: 25px;
	padding-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}

#footerCap ul {
	list-style-type: none;
}

#footerCap ul li {
	float: left;
	margin-left: 15px;
}

#footerCap {
	text-align: right;
	color: #fff;
	background: transparent url(../_img/layout.footer.png) no-repeat;
	height: 40px;
	width: 820px;
	padding: 20px 25px 0;
	margin-left: -25px;
}

select#cat.postform {
	width: 200px;
}

.footerCopy {
	text-align: left;
	margin-top: 20px;
	color: #9d9d9d;
	font-size: .8em;
}

.footerAd a {
	background: url(../_img/layout.footer.ad.png) no-repeat 0 0;
	height: 80px;
	width: 850px;
	display: block;
}

.headerAd a {
	position: absolute;
	background: url(../_img/layout.header.ad.gif) no-repeat 0 0;
	height: 65px;
	width: 200px;
	display: block;
	margin-left: 25px;
	margin-top: 7px;
}

.footerAd span {
	display: none;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#header {
	height: 77px;
	background: transparent url(../_img/layout.header.png) no-repeat;
	display: block;
	margin-top: 0;
}

#header h1 a {
	text-align: right;
	float: right;
	font-size: 2.4em;
	text-transform: uppercase;
	color: #000;
	width: 376px;
	height: 10px;
	display: block;
	background: transparent url(../_img/layout.title.gif) no-repeat;
	margin-top: 15px;
	padding: 20px;
	margin-right: 25px;
}

#header h1 span {
	display: none;
}

#wrapper {
	width: 868px;
	margin: 0 auto;
	background-image: url(../_img/layout.content.png);
}

#subnav {
	padding-top: 15px;
	height: 218px;
	padding-right: 25px;
	padding-left: 25px;
	background: url(../_img/layout.subnav.png) no-repeat 0 0;
	color: #666;
	margin-top: -5px;
}

div#subnav.small {
	height: 80px;
	background: url(../_img/layout.subnav_sm.png) no-repeat 0 -2px;
	margin: -5px 0;
	padding: 0;
}

div#subnav.small #wrufc a {
	display: block;
	background: url(../_img/wrufc_logo_sm.png) repeat 0;
	width: 100px;
	height: 125px;
	float: right;
	margin-top: -30px;
	position: absolute;
	margin-left: 751px;
}

#subnav #col1 a {
	color: #000;
	padding-bottom: 1px;
	background-color: #8c012c;
	padding: 3px;
	border-bottom: 1px solid #93012d;
	text-shadow: none;
}

#subnav #latest_news a {
	color: #000;
	text-shadow: none;
}

#latest_news div.headline h3 {
	color: #000;
	text-shadow: none;
}

/* @group Nav */

/* @group Current Page */

#mainNav li.current_page_item a,
#mainNav li.current_page_item a span,
#mainNav li.current_page_parent a,
#mainNav li.current_page_parent a span,
#mainNav li.current_page_ancestor a,
#mainNav li.current_page_ancestor a span {
	padding: 12px 6px 7px 4px;
	margin-top: -9px;
	margin-bottom: 5px;
	text-shadow: #000 1px 1px 1px;
	height: 18px;
	position: relative;
}

#mainNav li.current_page_item a,
#mainNav li.current_page_parent a,
#mainNav li.current_page_ancestor a {
	color: #fff;
	background: url(../_img/nav.on.right.png) no-repeat right top;
	height: 18px;
}

#mainNav li.current_page_item a span,
#mainNav li.current_page_parent a span,
#mainNav li.current_page_ancestor a span {
	color: #fff;
	background: url(../_img/nav.on.left.png) no-repeat left top;
	padding: 11px 11px 11px 16px;
	margin-left: -4px;
}

#mainNav li.current_page_item a:hover,
#mainNav li.current_page_parent a:hover,
#mainNav li.current_page_ancestor a:hover {
	cursor: default;
	color: #fff;
}

/*

@end */

#nav {
	background: #000 url(../_img/layout.mainNav.png);
	height: 45px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: -2px;
	width: 82em;
	min-width: 815px;
}

#mainNav li {
	float: left;
	list-style: none;
	margin-top: 14px;
}

#mainNav li a {
	color: #fff;
	background: transparent;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding-right: 15px;
	padding-left: 15px;
	text-shadow: none;
	font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	border: none;
}

#mainNav li a:hover {
	color: #4e4e4e;
	text-decoration: none;
}

#mainNav li a.active {
	color: #ccc;
	text-decoration: none;
}

/*

@end */

#content {
	margin: 10px 0 0;
	padding: 0 25px 10px;
	height: auto;
}

#content p {
	margin: 10px 0;
	font-size: 110%;
	word-spacing: 2px;
}

#content a:hover {
	color: #000;
}

#content.col1 {
	margin: 0;
	padding: 10px 0 0 25px;
	width: 555px;
	float: left;
}

#content.col1 ul {
	list-style-type: decimal;
}

#content.col1 ul li {
	padding-bottom: 5px;
}

#inner_wrapper {
	float: left;
	width: 870px;
	background-image: url(../_img/layout.content.png);
}

/* @end */

/* @group Pages */

/* @group General */

div.entry ol {
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

div.entry ol li {
	margin-left: 15px;
	margin-bottom: 5px;
}

/* @group Sidebar */

#sidebar {
	color: #fff;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 5px 0 10px;
	list-style-type: none;
	padding: 0;
}

#sidebar h1,
#sidebar h2,
#sidebar h3,
#sidebar h4,
#sidebar h5 {
	display: block;
	color: #fff;
	margin: 10px 0;
	padding: 0;
	text-shadow: none;
	text-shadow: #000 -1px 0 0;
}

#sidebar.col2 {
	width: 260px;
	float: right;
	margin-right: 20px;
	color: #fff;
	display: block;
}

#sidebar div.title {
	font-weight: bold;
	text-transform: uppercase;
	background: url(../_img/layout.sidebar.line.png) no-repeat center top;
	font-size: 1.3em;
	color: #21000a;
	/*

text-shadow: #000 -1px 0 0;*/
	text-align: left;
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 15px;
	margin: 15px -15px 10px;
}

#sidebar div.first {
	margin-top: -15px;
}

#sidebar div.search {
	margin-top: -15px;
}

#sidebar a {
	color: #fff;
}

#sidebar-box {
	background-image: url(../_img/layout.sidebar.mid.png);
	padding: 25px;
	margin: -5px 0 0;
}

#sidebar-boxtop h2 {
	color: #fff;
	text-align: center;
	text-shadow: #121212 0 -1px 0;
	font-size: 2.8em;
	margin: 0;
	padding-top: 29px;
}

#sidebar-boxtop {
	background-image: url(../_img/layout.sidebar.top.png);
	height: 70px;
	width: 260px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar-boxbot {
	height: 30px;
	margin-left: 0;
	background: url(../_img/layout.sidebar.bot.png) no-repeat 0 -5px;
}

#recent-posts ul li {
	list-style-type: decimal;
	margin-left: 18px;
	margin-top: 0;
	padding: 0;
}

table#wp-calendar {
	width: 200px;
}

/* @end */

.headline {
	position: absolute;
	top: 250px;
	height: 110px;
	width: 250px;
}

/* @end */

/* @group News */

#entry-head h2 {
	margin-top: 0;
	margin-bottom: 7px;
}

#entry-head .author {
	display: block;
	text-align: left;
	font-size: 1.35em;
	line-height: 1.9em;
}

/* @group Post */

div.wpg2tag-image img {
	border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-top: 3px;
}

.post-date {
	float: left;
	text-align: center;
	display: inline;
	margin: -5px 5px 0 -8px;
	background: url(../_img/layout.post.date.jpg) no-repeat center top;
	width: 80px;
	height: 75px;
	padding-top: 15px;
	clear: both;
}

.post-date .month {
	font-size: 2em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 0;
}

.post-date .day {
	font-size: 3.5em;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 0 18px;
	padding: 15px 0 10px;
	position: absolute;
}

#entry-head {
	margin-top: 0;
	margin-bottom: 10px;
	color: #000;
	height: 9em;
}

#entry-head h2 {
	text-shadow: none;
	font-size: 2.2em;
	line-height: 1em;
}

.postmetadata {
	margin-bottom: 70px;
	display: block;
	clear: both;
}

.meta {
	margin-top: -10px;
}

.entryAd {
	background: #fff url(../_img/layout.entry.ad.png);
	height: 85px;
	width: 550px;
	opacity: 0.5;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	margin-top: .5em;
	margin-bottom: .5em;
	padding-top: .5em;
	padding-bottom: .5em;
}

.entryAd:hover {
	opacity: 1;
}

/* @end */

#searchsubmit {
	margin-left: 0;
}

#archive {
	width: 330px;
	height: 175px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#archive ul li {
	float: left;
}

#archive ul li a {
	margin: 0;
	padding: 0;
	color: #fff;
}

#archive ul li a:hover {
	color: #ccc;
}

#archives div.title {
	font-size: 2em;
	padding: 0;
	margin: 10px 0;
	color: #fff;
}

#content.search ul li.post {
	width: 365px;
	border: 1px solid #909090;
	margin: 10px 20px 10px 0;
	padding: 10px;
	float: left;
	list-style-type: none;
}

#content div.navigation {
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}

div.alignright {
	float: right;
	text-align: right;
}

div.alignleft {
	text-align: left;
	float: left;
}

h2.pagetitle {
	text-shadow: none;
	margin-bottom: 20px;
}

/* @end */

/* @group Teams */

/* @group Junior Teams */

/* @group frame */

#juniors_content {
	margin-left: 24px;
	width: 820px;
	background-image: url(../_img/layout.juniors.newspaper.mid.gif);
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	float: left;
}

#juniors_content div.date {
	position: relative;
	top: 85px;
	left: 32px;
}

div#junior_header {
	background: url(../_img/layout.juniors.newspaper.head.gif) no-repeat;
	height: 140px;
	padding-top: 25px;
	padding-left: 25px;
	float: left;
	width: 820px;
}

div#junior_header div.title {
	position: relative;
	text-align: center;
	font-size: 3.5em;
	top: -47px;
	margin-left: -30px;
}

div#junior_footer {
	background: url(../_img/layout.juniors.newspaper.foot.gif) no-repeat;
	height: 65px;
	float: left;
	width: 820px;
}

#junior_cols1,
#junior_cols2,
#junior_cols3 {
	float: left;
}

#junior_cols1 {
	margin-left: 25px;
	width: 155px;
	margin-right: 12px;
}

#junior_cols1 ul {
	list-style-type: none;
}

#junior_cols1 div li,
#junior_cols2 div li,
#junior_cols3 div li {
	list-style-type: none;
	margin-left: 0;
	color: #000;
	margin-top: 3px;
	padding-top: 3px;
}

#juniors_content li.ec3_list.ec3_list_day {
	border: 1px dotted #000;
	padding: 5px;
	margin-bottom: 5px;
}

div.title {
	margin-top: 15px;
	font-size: 1.3em;
	padding-bottom: 5px;
}

#junior_cols1 ul li {
	margin-left: 0;
	color: #000;
	margin-top: 3px;
	padding-top: 3px;
}

input#s {
	margin-bottom: 10px;
}

#junior_cols1 img {
	width: 150px;
	height: 150px;
}

#junior_cols2 {
	padding-left: 10px;
	width: 408px;
	padding-right: 10px;
}

#junior_cols2 h2 {
	margin-top: 20px;
}

#junior_cols3 {
	width: 155px;
	padding-left: 10px;
}

#junior_cols3 img {
	width: 150px;
	height: 150px;
}

/* @end */

/* @group footer info */

#footer_note {
	float: left;
}

#footer_note .cols {
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
	margin-right: 10px;
	width: 245px;
	font-size: 1.2em;
	margin-bottom: 10px;
}

#footer_note .cols ul {
	list-style-type: none;
	margin-bottom: 15px;
}

#footer_note .cols div li {
	list-style-type: none;
	margin-bottom: 7px;
	padding: 3px;
	background-color: #f5f5f5;
}

#footer_note .cols div.title {
	font-size: 1.6em;
	margin-bottom: 10px;
}

/* @end */

#teamHeader {
	background: #000;
	display: block;
	height: 120px;
	margin-top: 3px;
	margin-bottom: 16px;
	border: 2px solid #000;
	width: 550px;
}

#teamHeader .bg {
	position: absolute;
	padding: 10px;
	font-size: 3em;
	line-height: 1em;
	background-color: #000;
	color: #fff;
	opacity: 0.74;
	width: 235px;
	text-align: center;
	height: 100px;
}

#teamHeader .sponsors {
	position: absolute;
	font-size: 3em;
	line-height: 1em;
	color: #fff;
	opacity: 1;
	width: 235px;
	text-align: center;
	height: 105px;
	background: transparent url(../_img/layout.team.header.logo.gif) no-repeat center bottom;
	padding: 5px 10px 10px;
	text-shadow: #000 1px 2px 0;
	border-right: 1px solid #000;
}

/* @group Unique Img */

/* @group Junior */

#teamHeader {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

#teamHeader.team-1511 {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

#teamHeader.team-54 {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

#teamHeader.team-56 {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

#teamHeader.team-60 {
	background: url(../_img/layout.team.header.u10.jpg) no-repeat center center;
}

#teamHeader.team-62 {
	background: url(../_img/layout.team.header.u11.jpg) no-repeat center center;
}

#teamHeader.team-64 {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

#teamHeader.team-66 {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

#teamHeader.team-68 {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

#teamHeader.team-70 {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

#teamHeader.team-72 {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

#teamHeader.team-1326 {
	background: url(../_img/layout.team.header.u7.png) no-repeat center center;
}

/* @end */

/* @group Senior */

#teamHeader.team-3 {
	background: url(../_img/layout.team.header.senior.jpg) no-repeat center center;
}

#teamHeader.team-s24 {
	background: url(../_img/layout.team.header.s24.png) no-repeat center center;
}

#teamHeader.team-s30 {
	background: url(../_img/layout.team.header.s24.png) no-repeat center center;
}

#teamHeader.team-s32 {
	background: url(../_img/layout.team.header.s24.png) no-repeat center center;
}

#teamHeader.team-s35 {
	background: url(../_img/layout.team.header.s24.png) no-repeat center center;
}

/* @end */

/* @end */

/* @end */

/* @group Nav */

/* @group Sliding Door */

/* @group Red */

div#subnav.teams #col1 li a {
	background: transparent url(../_img/layout.subNav.right.gif) no-repeat 100% 1px;
	float: left;
	padding-top: 3px;
	padding-left: 0;
	padding-bottom: 3px;
	margin: 0;
	opacity: .85;
	border: none;
	cursor: pointer;
}

div#subnav.teams #col1 li a span {
	float: left;
	display: block;
	background: transparent url(../_img/layout.subNav.left.gif) no-repeat 0 -2px;
	padding-top: 3px;
	padding-left: 14px;
	margin: 0;
	line-height: 2em;
	text-shadow: none;
	opacity: .98;
	height: 2.35em;
	cursor: pointer;
}

/* @end */

div#subnav.teams #col1 li a:hover,
div#subnav.teams #col2 li a:hover,
div#subnav.teams #col1 li a:hover,
div#subnav.teams #col2 li a:hover {
	opacity: 1;
}

/* @group Blue */

div#subnav.teams #col2 ul {
	margin: 0 0 0 -15px;
	padding: 0;
}

div#subnav.teams #col2 li {
	float: left;
}

div#subnav.teams #col2 li a {
	background: transparent url(../_img/layout.subNav2.right.gif) no-repeat 100% 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	opacity: .85;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
	cursor: pointer;
}

div#subnav.teams #col2 li a span {
	float: left;
	display: block;
	background: transparent url(../_img/layout.subNav2.left.gif) no-repeat 1px -1px;
	padding-top: 3px;
	padding-left: 16px;
	line-height: 2em;
	text-shadow: none;
	opacity: .98;
	height: 2.35em;
	cursor: pointer;
}

/* @end */

/* @end */

#col1 ul, #col2 ul, #col3 ul {
	list-style-type: none;
}

#col1 li a, #col2 li a {
	text-transform: uppercase;
	padding: 3px;
	background: transparent;
	margin-top: 2px;
	margin-bottom: 5px;
	display: block;
	width: 12.1em;
	border: none;
	margin-left: -2px;
}

#col2 li a {
	text-transform: uppercase;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 5px;
	display: block;
	float: left;
	width: 10.8em;
}

div#subnav.teams div#col2 li a {
	margin: 2px 3px 3px;
}

div#subnav.teams div#col1 {
	margin: 11px 0 0 15px;
	width: 15em;
	height: 20em;
	padding: 0;
}

div#subnav.teams div#col2 {
	margin: 14px 0 0 150px;
	width: 39em;
	height: 15.23em;
	padding: 0 0 0 10px;
}

div#subnav.teams div#col2 h2 {
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 0;
	font-size: 1em;
	color: #fff;
	text-shadow: none;
	font-weight: normal;
	font-style: normal;
}

div#subnav.teams div#col2 li a {
	margin-top: -3px;
}

/* @end */

/* @group Senior Teams */

#content ul.post-meta li span.post-meta-key {
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	list-style-type: none;
	color: #000;
}

#content ul.post-meta li {
	list-style-type: none;
	margin-bottom: 20px;
}

/* @end */

/* @end */

/* @group Home page */

/* @group Overview */

/* @group tabs */

.ui-tabs {
	margin-bottom: 16px;
	min-height: 148px;
}

#tabs-news #tabs-1 p,
#tabs-news #tabs-2 p,
#tabs-news #tabs-3 p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#tabs-news #tabs-1 h2,
#tabs-news #tabs-2 h2,
#tabs-news #tabs-3 h2 {
	font-size: 1.4em;
	margin: 0 0 7px;
	padding: 0;
	text-shadow: none;
}

.more {
	color: #8a012b;
	margin-top: 10px;
	text-align: center;
	font-size: 1.3em;
	background-color: #e9e9e9;
	padding: 5px;
	margin-bottom: 10px;
}

/* @end */

/* @group News */

#news p {
	display: block;
	float: left;
	text-align: left;
	border: 1px solid #e7e7e7;
	padding: 1em;
	background: url(../_img/layout.result.bg.png) repeat-x 0 top;
	width: 46em;
	overflow: hidden;
	color: #666;
	line-height: 1.8em;
	height: 62px;
}

#news h1, #news h2 {
	margin: 0;
	padding: 0;
}

#news h2 {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Layout */

#subCol1 {
	float: left;
}

#subCol2 {
	float: left;
	margin-left: 3em;
	width: 535px;
}

/* @end */

/* @group Results */

#tabs-results {
	width: 240px;
}

.subBox {
	margin-bottom: 15px;
}

.subBox h3 span {
	color: #000;
}

.subBox h3 {
	margin-bottom: 3px;
}

/*

 @end */

/* @group Gallery */

div#gallery img {
	padding: 0;
	margin: 0;
}

#gallery {
	margin: 0;
	padding: 0;
}

div#gallery img {
	padding: 0;
	margin-top: 0;
	border: 1px solid #1c1c1c;
	margin-bottom: .5em;
	margin-right: .5em;
}

/* @end */

/* @end */

/* @group Header */

div#subnav div#col1, div#subnav div#col2 {
	float: left;
	padding: 10px;
	height: 170px;
	overflow: hidden;
	position: absolute;
	text-shadow: #000 1px 1px 1px;
	color: #fff;
}

div#subnav div#col1 {
	width: 25em;
	margin: 0;
}

div#subnav div#col2 {
	width: 32em;
	margin: 0 0 0 300px;
}

div#col1 h1, div#col2 h1 {
	font-size: 2em;
	padding: 0;
	margin: 10px 0;
	color: #fff;
	text-shadow: #000 1px 1px 1px;
}

/* @end */

/* @group Layout */

#mainCol1 {
	float: left;
	width: auto;
/

*background: url(../_img/layout.wolves.watermark.gif) no-repeat left bottom;*/
}

#sponsors_ad_home {
	border: 1px solid #aaa;
	margin-bottom: 20px;
	padding: 10px;
}

#mainCol1 ul li.col2 {
	float: left;
	margin-right: 2.5em;
	width: 450px;
}

#mainCol2 {
	margin-left: 590px;
	width: 220px;
	height: 240px;
}

/* @end */

/* @end */

/* @end */