/*
Theme Name: West Riding Ruggers
Theme URI: http://www.westridingruggers.co.uk
Description: Wordpress Theme for West Riding Ruggers
Version: 1.0
Author: Creode
Author URI: http://creode.co.uk
Tags: blue, custom header, fixed width, two columns, widgets

*/

@charset "UTF-8";
/* 
	CSS Reset Document
	Credit to meyerweb.com
*/

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



/* Begin Typography & Colors */
/******************************************************************BODY**/
/************************************************************************/
* {margin:0;padding:0;} 


body {
	color: white;
	font-size: 75%;
	line-height: 1.48em;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

body#home {
	background-color: #950055;
}

body#roughguides {
	background-color: #00344C;
}

body#gallery {
	background-color: #6E926E;
}

body#history {
	background-color: #AF8EB1;
}

/* Sticky Footer Fix */
html, body, .wrapper {
	height: 100%;
}

body > .wrapper {
	height: auto; 
	min-height: 100%;
}

body#home .header {
	background-image: url(images/header/home/headerbg.jpg);
	background-repeat: repeat-x;
	width:100%;
	/* IE6 Min-Height Hack */
	min-height:20px; 
	height:auto !important; 
	height:20px;
}

body#roughguides .header {
	background-image: url(images/header/roughguides/headerbg.gif);
	background-repeat: repeat-x;
	width:100%;
	/* IE6 Min-Height Hack */
	min-height:20px; 
	height:auto !important; 
	height:20px;
}

body#gallery .header {
	background-image: url(images/header/gallery/headerbg.gif);
	background-repeat: repeat-x;
	width:100%;
	/* IE6 Min-Height Hack */
	min-height:20px; 
	height:auto !important; 
	height:20px;
}

body#history .header {
	background-image: url(images/header/history/headerbg.gif);
	background-repeat: repeat-x;
	width:100%;
	/* IE6 Min-Height Hack */
	min-height:20px; 
	height:auto !important; 
	height:20px;
}


.header .headerimage {
	width:970px;
	margin: 0 auto;
}

.navigation {
	display: inline;
	float:left;
	margin-top: 10px;
}

/* These two are for the pages with the default theme */

.maincontent {
	width:460px;
	float:left;
	display: inline;
	margin: 0 25px;
} 

.gallerypick {
	width:286px;
	float:right;
}

/* These two are for the pages with the gallery theme */

.gallerymain {
	width: 463px;
	float:left;
	display: inline;
	margin: 0 25px;
}

.gallerymenu {
	width:290px;
	float:right;
	padding-top:4em;
}

/******************************************************************MISC**/
/************************************************************************/

.footer p {
	padding:1em;
	margin-bottom: 0;
}

.gallerypick img {
	border:3px solid white;
}

.gallerypick h6, .gallerymain h6 {
	display:block;
	background-color: white;
	margin-top:-6px;
	padding-left:1em;
	padding-bottom:0.5em;
	padding-top:0.5em;
}

.gallerypick h6 {
	color: #950055;
}

.gallerymain h6 {
	color: #000000;
}

.gallerymain img {
	border:12px solid white;
}



/****************************************************************FOOTER**/
/************************************************************************/

.footer { clear: both; }

body#home .footer {
	width:960px;
	border-top:1px solid #B86788;
	position: relative;
	margin: -5.1em auto 0; /* negative value of footer height */
	height: 4em;
	clear:both;
}

body#roughguides .footer {
	width:960px;
	border-top:1px solid #006697;
	position: relative;
	margin: -5.1em auto 0; /* negative value of footer height */
	height: 4em;
	clear:both;
}

body#gallery .footer {
	width:960px;
	border-top:1px solid #A1D5A1;
	position: relative;
	margin: -5.1em auto 0; /* negative value of footer height */
	height: 4em;
	clear:both;
}

body#history .footer {
	width:960px;
	border-top:1px solid #E2B9E5;
	position: relative;
	margin: -5.1em auto 0; /* negative value of footer height */
	height: 4em;
	clear:both;
}

.container {
	width:960px;
	margin:0 auto;
	padding-bottom: 6em;
	background: none;
}
a, a:active, a:visited {
	color:#999999;
	text-decoration: none;
	border:none;
}

a:hover, a:focus {
	color:#eeeeee;
	text-decoration: underline;
}

body#gallery .footer a, body#gallery .footer a:active, body#gallery .footer a:visited {
	color:#1a1a1a;
	text-decoration: none;
	border:none;
}

body#gallery .footer a:hover, body#gallery .footer a:focus {
	color:#555555;
	text-decoration: underline;
}

body#history .footer a, body#history .footer a:active, body#history .footer a:visited {
	color:#1a1a1a;
	text-decoration: none;
	border:none;
}

body#history .footer a:hover, body#history .footer a:focus {
	color:#555555;
	text-decoration: underline;
}

/**************************************************************HEADINGS**/
/************************************************************************/

h1 {
	font-size: 2em;
	display:block;
	line-height:148%;
	margin-bottom:0.5em;
}

h2 {
	font-size: 1.8em;
	display:block;
	line-height:148%;
}

h3 {
	font-size:1.6em;
	display:block;
	line-height:148%;
}

h4 {
	font-size: 1.4em;
	display:block;
	line-height:148%;
}

h5 {
	font-size:1.2em;
	display:block;
	line-height:148%;
}

h6 {
	font-size: 1em;
	display:block;
	line-height:148%;
	color:#000000;
}



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

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



/* Begin Various Tags & Classes */
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;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

p {
	margin-bottom:1em;
}

/* End Various Tags & Classes*/

/************************************************************NAVIGATION**/
/************************************************************************/

ul.navigation, ul.navigation li {
	list-style: none;
	list-style-type: none;
}

ul.navigation li a, ul.navigation li a:active, ul.navigation li a:visited {
	width:154px;
	display:block;
	border-bottom:1px solid #ffffff;
	color:#ffffff;
	font-size: 1.33em;
	line-height: 148%;
	text-decoration: none;
}

body#home ul.navigation li a:hover, body#home ul.navigation li a:focus {
	color:#B86687;
	border-bottom-color: #B86687;
}

body#roughguides ul.navigation li a:hover, body#roughguides ul.navigation li a:focus {
	color:#006697;
	border-bottom-color: #006697;
}

body#gallery ul.navigation li a:hover, body#gallery ul.navigation li a:focus {
	color:#A1D5A1;
	border-bottom-color: #A1D5A1;
}

body#history ul.navigation li a:hover, body#history ul.navigation li a:focus {
	color:#E2B9E5;
	border-bottom-color: #E2B9E5;
}

/***************************************************************C FORMS**/
/************************************************************************/

/*                                                    */
/*  main 'top-level' form elements                    */
/*                                                    */
@import "calendar.css";

.cform { 
	margin:10px auto 0 auto; 
	width: 410px; 
}

.cform fieldset	{ 
	margin-top:10px; 
	padding:5px 0 5px 0; 
	border:none;
}

.cform .cf_hidden {
	display:none; 
	border:none!important;
	background:none!important;
	padding:0!important;
	margin:0!important;
}

.cform legend { 
	margin:0;
	padding:0; 
	font:normal 18px Helvetica; 
	color: #aaa;
	letter-spacing:3px;
}

ol.cf-ol { 
	margin:0!important; 
	padding:15px 0 0 0!important; 
}
ol.cf-ol li	{
	background:none!important; 
	margin:5px 0!important; /*some themes may interfere otherwise*/
	padding:0; 
	list-style:none!important; 
	text-align:left;
	line-height:1.1em;
}


/*                                                    */
/* just for text-only fields (no input)               */
/*                                                    */

ol.cf-ol li.textonly {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt !important;
	padding:0pt 0pt 0pt 100px;
}


/*                                                    */
/* global definitions for field labels                */
/*                                                    */

.cform label {
	width:90px; 
	margin:4px 10px 0 0; 
	display:-moz-inline-box; /*for mozilla*/
	display:inline-block; /*for Opera & IE*/
	text-align:left;
	vertical-align:top;
}
.cform label span {
	width:90px; /* must be the same as above!*/
	display:block; 
}

label.cf-before {
	margin:4px 10px 0 0; 
}

label.cf-after 	{
	margin:4px 2px 0pt 6px;
	text-align:left;
	width:75px;
}

label.cf-after span {
	width:75px;
	display:block;
}

label.cf-group-after {
	margin:4px 0 0 2px;
	width:60px;
	text-align:left;
}
label.cf-group-after span {
	width:60px;
	display:block;
}

/*                                                    */
/*   FORM FIELDS general formatting                   */
/*                                                    */

.cform input,
.cform textarea,
.cform select { 
	padding:1em 3px;
	background: #B86687;
	border: 3px solid #730033;
	vertical-align:top;
	margin:0.3em 0;
}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#A75576; 
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{ 
	background:#964465; 
}

.cform textarea,
.cform input {
	width:298px; 
}
.cform select {
	width:306px; /* attempt to have equal length */
}  

.cform select.cfselectmulti	{ 
	height:7.5em; 
}

.cform textarea {
	font-family: arial;
	font-size: 0.9em;
	overflow:auto;
}

/*                                                    */
/* formatting for text:  "(required)"  & other        */
/*                                                    */

span.reqtxt,
span.emailreqtxt { 
	margin:0px 5px 7px 98px;
	display: block; 
	vertical-align:top;
	font-size:0.7em;
	line-height:1.2em;
}


/*                                                    */
/*   radio button title                               */
/*                                                    */

ol.cf-ol li.cf-box-title {
	color:#888888;
	font-size:1em;
	letter-spacing:2px;
	margin:12px 0pt 0 !important;
	padding:0pt 0pt 0pt 100px;
}

/*                                                    */
/*   check boxes                                      */
/*                                                    */

input.cf-box-a,
input.cf-box-b 	{ 
	margin:1px 0 0 0; 
	width:16px; 
	height:22px;
	border:none!important;
	background:none!important;
}

input.cf-box-a 	{ 
	margin-left:100px; /* check with label 'width' incl. */
} 


/*                                                    */
/* check box groups                                   */
/*                                                    */

ol.cf-ol li.cf-box-group {
	padding: 0 0 5px 100px; 
} 


/*                                                    */
/*   FORM submit button                               */
/*                                                    */

p.cf-sb {
	margin: 0 auto;
	padding:0pt 3px 0pt 0pt !important;
	text-align: right;
}
.cform input.backbutton,
.cform input.resetbutton,
.cform input.sendbutton	{ 
	width:150px;
	padding:1em 3px;
	background: #A75576;
	border: 3px solid #730033;
	vertical-align:top;
	margin:0.3em 0;
	-moz-border-radius: 15px;
	-webkit-border-radius:15px;
	color: white;
}
.cform input.resetbutton {
	margin: 0 5px 0 0;
}
.cform input.backbutton {
	margin: 0 5px 0 0;
}

/*                                                    */
/*   FORM FIELDS enhanced error display               */
/*                                                    */
ol.cf-ol li.cf_li_err {
	padding:5px 0!important;
	margin:5px 0!important;
}

ol.cf-ol li ul.cf_li_text_err {
	margin:0 0 0 10px;
	padding:0;
	color:#333;
}

ol.cf-ol ul.cf_li_text_err li {
	list-style:none!important;
	font-weight:bold;
	text-indent:0;
	margin:0 0 2px!important;
	padding-left:15px;
}
ol.cf-ol ul.cf_li_text_err li:before {
	content:'';
}

/*                                                    */
/* 'visitor verification' related styles              */
/*                                                    */
label.secq,
label.seccap {
	vertical-align:text-bottom;
	margin-bottom:4px;
}

input.secinput {
	vertical-align:text-bottom;
}

#cforms_captcha6,
#cforms_captcha5,
#cforms_captcha4,
#cforms_captcha3,
#cforms_captcha2,
#cforms_captcha {
	height:15px;
	width:100px;
	padding: 4px 4px;
	margin: 0;
	vertical-align:text-bottom;
}

img.captcha	{
	vertical-align:text-bottom;
	margin:0 0 0 10px!important;
	padding:0!important;
	border:none!important;
	float:none!important;
}

img.captcha-reset {
	vertical-align:text-bottom;
	background:	url(captcha_reset_white.gif) no-repeat;
	margin:0 0 2px 3px;
	width:21px;
	height:21px;
	border:none;
}

img.imgcalendar {
	border:none;
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

div.cf_info {
	color:#fff;
	display:none;
	padding:10px 15px!important;
	width:380px;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 15px 0 30px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
}
div.cf_info a	{
	color:red!important;
	text-decoration:underline!important;
}
div.success {
	background-color:#A61166;
	color:#fff;
	display:block;
}
div.failure {
	display:block;
	background-color:#A61166;
}
div.waiting {
	background-color:#A61166;
	color:#fff;
	display:block;
}
/*                                                    */
/*   formatting for invalid user inputs               */
/*                                                    */
.cform .cf_error { 
	color:black; 
	border:3px solid #000000; 
}
div.mailerr {
	display:block;
}
.mailerr,
.cform .cf_errortxt {
	color:black; 
}

/*                                                    */
/* change formatting of response msgs here            */
/*                                                    */

p.cf_info 		{
	margin:10px 0;
	text-align:center;
}
p.success 	{
	color:green;
}
p.failure 	{
	color:red;
}

/*                                                    */
/* disabled fields [disabled] does not work on IE!    */
/*                                                    */

[disabled] {
	color:#dddddd;
	border-color:#dddddd!important;
	background:none!important;
}
.disabled {
	border-color:#dddddd!important;
}

/*                                                    */
/* upload box styling                                 */
/*                                                    */

.cform input.cf_upload  {
	width:220px;
	border:1px solid #888888;
}

/*                                                    */
/*  Other: link love                                  */
/*                                                    */
.linklove {
	margin:6px auto 10px !important;
	padding:0pt 6px 0pt 0pt !important;
	text-align:right;
	width:410px;
	display:none;
}
.linklove a,
.linklove a:visited {
	font-size: 0.8em;
	font-family: Tahoma;
	color:#aaaaaa!important;
}


/*                                                    */
/*  Other: browser hacks                              */
/*                                                    */
*+html ol.cf-ol,
*+html ol.cf-ol li	{
	display: inline-block;  /*for ie7*/
}
* html ol.cf-ol,
* html ol.cf-ol li,
* html span.reqtxt,
* html span.emailreqtxt { 
	display: inline-block;
}
* html .cform legend { 
	position:absolute; 
	left: -8px; 
	top:0;
	margin-left:0;
}
*+html .cform legend { 
	position:absolute; 
	left: -8px;
	top:0;
	margin-left:0;
}
* html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
*+html .cform fieldset {
	position: relative;
	margin-top:15px;
	padding-top:25px; 
}
* html img.captcha	{
	margin-bottom:1px!important;
}
*+html img.captcha	{
	margin-bottom:1px!important;
}



/**************************************************************CLEARFIX**/
/************************************************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.gallerymain p {
	margin:0;
	padding:0;
}

