/*  

	Theme Name: NWRCGi
	Theme URI: not available for distribution
	Description: Theme has been designed for the North West Recreational Cycling Group Inc.
	Version: 1.8
	Author: Rob Boyle
	Author URI: #

*//*

______________________________________________________________________________________________________________________________________		

													
													TABLE OF CONTENTS

______________________________________________________________________________________________________________________________________

1. Import of external Style Sheets

2. General typography and Pseudo-class styles

3. Page Structure

4. Navigation

5. Header Styles

6. Content styles

7. Post styles

8. Side bar styles

9. Calendar styles

10. Links page wp_link_list styles

11. Search form

12. Comment styles

13. Membership page form styles

14. Colours: 
			 - background
			 - text

15. Javascript Styles
	


*//*--------------------------------------------------------------------------------------------------------------------------------*/
/*												1. IMPORT OF EXTERNAL STYLE SHEETS 													*/														
/*----------------------------------------------------------------------------------------------------------------------------------*/

/* no external sheets 
*/


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*												2. GENERAL TYPOGRAPHY and PSEUDO-CLASS STYLES										*/														
/*----------------------------------------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6, address, blockquote,p,dd,dl,hr, form, body{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	page-break-after: avoid;
	page-break-inside: avoid;
	}

h1 {
	font-size: 24px;
	padding: 5px 0 10px 0;
	}

h2 {
	padding:5px 0;
	font-size:18px;
	}

h3 {
	font-size: 14px;
	line-height: 1.2em;
}

h4 {
	font-size: 12px;
	padding: 0 0 10px 0;
	}

body {
	font-size: 10px;
	}

p {
	padding: 10px 0;
	font-size: 12px;
	}

.eight {
	font-size: 8px;
}

.pod_paragraph, .pod_paragraph p, .pod_paragraph span{
	padding: 10px 0;
	}
	
.txtLeft{	
	text-align: left;
	}

.copyright {
	position: absolute;
	top: 40px;
	left: 10px;
	width: 145px;
	font-size: 10px;
	font-family: Georgia,sans-serif;
	text-transform: uppercase;
	color: #555;
	}

.blurb {
	position: absolute;
	display: inline-block;
	top: -25px;
	left: 1px;
	width: 200px;
	height: 25px;
	font-family: "bookman old style","Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-transform: uppercase;
	text-align: justify;
	font-size: 12px;
	line-height: 25px;
	color: #444;
	z-index: 10;
	}

#NWTasAus {
	position: absolute;
	margin: 280px 4px 0;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #FAFAFA;
	}

.blurb span{
	display: inline-block;
	font-size: 20px;
	vertical-align: middle;
	}
	

.smalltext, .content_column_small p {
	padding: 2px 10px 10px;
	font-size: 10px;
	line-height: 14px;
	}

.bold {
	font-weight: bold;
	}

.italic {
	font-style: italic;
	}

a:link, .content_column_large h3 {
	color: #069;
	}



/*----------------------------------------------------------------------------------------------------------------------------------*/
/*														3. PAGE STRUCTURE															*/														
/*----------------------------------------------------------------------------------------------------------------------------------*/


body {
	background: #FFF url('images/common/bg.png');
	}


html, body {
	height: 100%;
	min-height: 100%;
	margin: 0 0 1px;
	padding: 0;
	}
	
#highbox {
	position: relative;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 100%;
	min-width: 950px;
	overflow: hidden;
	}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
	width: 100%;
	min-width: 960px;
	overflow: hidden;
	}

#mainbox {
	min-height: 100%;
	height: 100%;
	height: auto !important;
	width: 960px;
	margin: 0 auto -80px auto;
	overflow: hidden;
	-moz-box-shadow: 0px 5px 14px 5px #222;
	-webkit-box-shadow: 0px 5px 10px 5px #333;
	}

#footer {	
	position: relative;
	bottom: 0px;
	width: 960px;
	margin: 0 auto -70px auto;
	}

.footerspace{
	clear: both;
	}
	
.footerspace, #footer {
	height:81.5px;
	}

/*#footer{
	height: 300px;
	-moz-box-shadow: 0px 90px 14px 5px #222;
	-webkit-box-shadow: 0px 5px 10px 5px #333;
	}
*/


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*														4. NAVIGATION															*/														
/*----------------------------------------------------------------------------------------------------------------------------------*/

#nav {
	position: absolute;
	top: 25px;
	right: -2px;
	height: 28px;
	width: auto;
	padding: 12px 14px 0;
	border: 2px solid white;
	vertical-align: top;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}

#nav ul {
	margin: 1px 0 0;
	padding: 0;
	list-style-type: none;
	}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#nav a {
	bottom: 0;
	padding: 0 15px;
	text-decoration: none;
	font-size: 12px;
	}

.navthispage:hover {
	background-color: #aaa;
	}

#nav a.navthispage, #nav a {
	float: left;
	}

	
#nav a:hover {
	text-decoration: underline;	
	}

#home .thispage_home,
#news .thispage_news,
#ride .thispage_ride,
#membership .thispage_membership,
#membershipPage .thispage_membership,
#links .thispage_links,
#contact .thispage_contact {
background-color:white;
	height: 80px;
	margin-top: -10px;
	padding: 10px 15px;
	color: #000000 !important;
	text-decoration: none;
	opacity: 0.9;
	filter:alpha(opacity=95);
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	}

#nav li.rss , #nav li.rss a {
	width:14px;	
	height:15px;
	padding: 1px;
	margin: -2px 0 0 1px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;
}

#nav li.rss a:hover {
	background-color: #DF4800;
}

#nav li.rss a img {
	margin: 2px 0 0 1px;
}



/*----------------------------------------------------------------------------------------------------------------------------------*/
/*														5. HEADER STYLES															*/														
/*----------------------------------------------------------------------------------------------------------------------------------*/

.logo {
	position: absolute;	
	top: 8px;
	right: 60%;
	z-index: 3;
	}

#header img {
	border: 0px;
	}


#logostrip {
	position: absolute;
	top: 25px;
	left: 0px;
	height: 70px;
	width: 65%;
	background-color: #FFF;
	z-index: 2;
	opacity: 0.4;
	filter:alpha(opacity=10);
	}
	
.noShow {
	position: absolute;
/*	display: none; */
	height: 0px;
	width: 0px;
	left: 100%;
}	
	
/*----------------------------------------------------------------------------------------------------------------------------------*/
/*														6. CONTENT STYLES															*/														
/*----------------------------------------------------------------------------------------------------------------------------------*/

.content_header {
	position: relative;
	display: block;	
	height: 300px;
	width: 100%;
	overflow: hidden;	
	}

#banner {
	display: inline-block;
	position: relative;
	width: 960px;
	text-align: center;
	}

.content_column_small {
	display: block;
	float: left;
	top: 233px;
	height: auto;
	width: 250px;
	padding: 10px 35px;
	text-align: left;
	}
	
.content_column_large {
	float: left;
	display: block;
	height: auto;
	width: 210px;
	top: 233px;
	padding: 10px 35px;
	text-align: left;
	}

.content_column_large ul {
	margin-left: -30px;
	list-style: none;
	text-align: left;
	}

.content_column_large p a {
	margin-left: 10px;
	}

#content_container {
	height: auto !important;
	min-height: 100%;
	width: 563px;
	padding: 5px 15px 10px;
	margin: 0px;
	overflow: hidden;
	float: left;
	color: #333;
	text-align: justify;
	line-height: normal;
	}

#content_container_titlepage {
	position: relative;
	height: 100%;
	width: 100%;
	line-height: normal;
	text-align: justify;
	z-index: 6;
	}

#content_body {
	float: left;
	clear: both;
	color: #333;
	}

	

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*														7. POST STYLES																*/
/*----------------------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 910px;
	margin: 0 auto;
	text-align: left;
	}


#container{
	float: left;
	width: 630px;
	}
	
.post {
	height: 100%;
	padding: 10px 0 80px 0;
	}

.post img {
	border: none;
	}

.post metadata {
	font-size: 10px;
	}

.post h2 {
	text-align: left;
	}

.post h2 a:link, .post h2 a:visited {
	color: #446688;
	border: 0px;
	}
	
	
.entry {
	line-height: 18px;
	}

p.postmetadata {
	margin: 10px 0 0;
	font-size: 10px;
	border-top: 1px solid #ccc;
	}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}

.postfooter {
	position: relative;
	height: auto;	
	width: 100%;
	left: -20px;
	margin: 0 0 70px 0;
	padding: 5px 0 9px 20px;
	}

.postfooter img{
	position: absolute; 
	top: 15px;
	right: 0px;
	}



/*----------------------------------------------------------------------------------------------------------------------------------*/
/*													8. SIDE BAR STYLES																	*/
/*----------------------------------------------------------------------------------------------------------------------------------*/

#sidebar {
	float: left;
	height: auto !important;
	min-height: 100%;
	width: 336px;
	margin: 0;
	padding: 10px 15px 10px;
	overflow: hidden;
	text-align: left;
	}

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

#sidebar ul li {
	padding: 3px 0;
	}	

#sidebar ul li h2 {
	font-size: 14px;
	}

#sidebar ul ul li  {
	margin: 0px 0;
	line-height: normal;
	}

#sidebar ul ul li:first-child  {
	margin-top: 0px;
	}

#sidebar ul ul li:last-child  {
	margin-bottom: 5px;
	}

#sidebar a:link, #sidebar a:visited{

	color: #224466;
	}
	
#sidebar a:hover {
	text-decoration: none;
	color: #446688;
	}

.underline {
	border-bottom: 1px solid #a6a6a6;
	}



/*----------------------------------------------------------------------------------------------------------------------------------*/
/*														9. CALENDAR STYLES																*/
/*----------------------------------------------------------------------------------------------------------------------------------*/

table#wp-calendar {
	width: 70%;
	margin:0 auto;
	font-size: 8px;
	text-align: center;
	}

table#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	}

table#wp-calendar tr {
	line-height: 6px;
	}

table#wp-calendar a {
	font-weight: bold;
	}

#today {
	background: #ddd;
	border: 1px #666 solid;
	}



/*----------------------------------------------------------------------------------------------------------------------------------*/
/*														10. LINKS PAGE WP_LINK_LIST STYLES											*/														
/*----------------------------------------------------------------------------------------------------------------------------------*/

.mainList{
	padding:0px;
	margin:0px;
}

.mainList li {
	list-style:none;
	margin: 30px 0 80px;
}

.mainList li ul li{
	list-style:disc;
	margin: 5px 0;
}

.linkcat{
	font-size:11px;
}

.linkcat a{
	font-size:13px;
}




/*----------------------------------------------------------------------------------------------------------------------------------*/
/*														11. SEARCH FORM																	*/
/*----------------------------------------------------------------------------------------------------------------------------------*/

#searchform {
	position: relative;
	top: 0;
	margin: -5px 5px 5px;
	padding:13px 0px;
	z-index: 1;
	opacity: 0.8;
	filter:alpha(opacity=80);
	}

#home #searchform {
	position: absolute;
	margin: 8px 0px 0;
}

#searchform  p{
	display:inline;
	padding:0;
	margin:0;
	}

#searchform input {
	float: right;
	padding: 0 0 0 5px;
	}	

#searchFor{
	height: 18px;
	width: 238px;
	border: 1px solid #555;
	-moz-border-radius-topleft: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-left-radius: 7px;
	}

#searchsubmit {
	height:20px;
	width:60px;
	padding:0 0 2px 0 ;
	margin:0;
	background-color:#555;
	border:0px solid #555;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	}

.searchPopup {
	position:absolute;
	display:none;
	top:175px;
	right:2500px;
	height:15px;
	width:302px;
	border:2px #333 solid;
	padding:0;
	margin:0 2px 0 0px;
	text-align:center;
	z-index:99;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-border-radius: 7px;
	-webkit-border--radius: 7px;
	}

#home .searchPopup {
	top:43px;
	}

#searchsubmit:hover{
	background-color:#468;	
	}

#home #searchform ,  #home  #search:hover .searchPopup{
	left:65%;
	display:inline;
}

#home #searchform {
	*margin:0  0 0 -50px;
}

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

.footer p {
	line-height: 18px;
	}

.meta_footer li, .meta_footer ul{
	display: inline;
	list-style-type: none;
	}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*	 												12. COMMENTS STYLES																*/
/*----------------------------------------------------------------------------------------------------------------------------------*/

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #ccc;
	}
	
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	}

.comments-template ol li{
	margin: 10px 0 0;
	padding: 0 0 10px;
	line-height: 18px;
	border-bottom: 1px solid #ccc;
	}	

.comments-template h2, .comments-template h3{
	font-size: 16px;
	font-family: Georgia, Sans-serif;
	}

.commentmetadata{
	font-size: 12px;
	}

.comments-template p.nocomments{
	padding: 0;
	}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*													13. MEMBERSHIP PAGE FORM STYLES														*/
/*----------------------------------------------------------------------------------------------------------------------------------*/


#firstnameDiv{}    
#lastnameDiv{}   
#phone1Div{}   
#phone2Div{}        
#emailDiv{}
#memcategoryDiv{}
#submitDiv {}

#submitMe, #back {
	width: 150px;
	}

.membership {
	position: relative;
	width: 90%;
	margin: 0 auto 75px; 
	padding: 20px;
	clear: both;
	font-size: 12px;
	}

.membership legend{
	*margin-left: -7px; 
	color: #000; 
	}

#junior_frm_acknowledge {
	width: 30px;
	vertical-align: top;
	}

.membership fieldset {
	padding: 10px 15px;
	border: 2px solid #666; 
	}
	
.membership fieldset div {
	display: block;
	padding: 5px;
	overflow: hidden; 
	border-bottom: 2px solid #fafafa;
	}

#family {
	margin: 0 0 50px;
	}

#addfamilymember {
	display: block;
	float: right;
	margin: -18px 121px 0;
	width: 100px;
	}	

#recieveEmail {
	padding: 0px;
	}

.membership label {
	float: left;
	width: auto; 
	}

 .radio {
	margin: 50px 0; 
	border: 0;
	}
	
.radio label,  .radio input {
	width: 25px !important; 
	margin: 0 0 5px 0;
	text-align: center;
	vertical-align: middle;
	border: 0px solid #fafafa !important; 
	}
	
.radio p {
	float: right;
	padding: 0 5px;
	}

.membership .radio p:first-child {
	float: left;
	}

.membership select {
	width: 15.5em;
	margin: 5px 0;
	padding: 0.15em;
	border: 1px solid #666; 
	}
	
.pleaseselect {
	color: #dadada;
	background-color: #222;
	}


/* FAMILY SUB-FORM */

.membership fieldset .family_frm1{
	width: 93%;
	margin: 0 auto;
	}

#family_list {
	width: 350px;
	}

#family_frm label {
	width: 70px;
	margin: 0 100px;
	font-size: 12px;
	text-align: center;
	background-color: #555;
	}

ol.olist {
	margin: 0 0 15px;
	font-size: 14px;
	text-align: justify;
	color: #FFFFFF;
	background-color: #444;
	}

ol.olist li {
	height: 30px;
	width: 350px;
	font-size: 12px;
	background-color: #fafafa;
	}

ol.olist li input {
	height: 24px;
	width: 142px;
	margin: 0 0 10px 0;
	border: 1px solid #666;
	}

ol.olist li input value {
	color: #aaa;
	}

.deletemember {
	position: relative;
	float: right;
	top: 3px;
	right: 8px;
	height: 24px;
	width: 34px;
	margin: 0 0 0 5px;
	cursor: pointer;
	background: url('images/membership/mem_delete.png')  center top no-repeat #fafafa;
	}
	
.deletememberSpacer {
	position: relative;
	float: right;
	top: 3px;
	right: 8px;
	height: 24px;
	width: 34px;
	margin: 0 0 0 5px;
	}
	
/* SURVEY SUB-FORM */

.survey {
	position: relative;
	height: auto;
	width: 93%;
	margin: 25px 0 0;
	padding: 0px;
	font-size: 12px;
	clear: both;
	}

.survey fieldset {
	padding: 10px 10px 10px 20px;
	border: 2px solid #e5e5e5; 
	}

.membership legend{
	color: #000; 
	}

/*----------------------------------------------------------------------------------------------------------------------------------*/
/*													14. COLOURS																		*/
/*----------------------------------------------------------------------------------------------------------------------------------*/

/*
DF4800 orange
222222 dark-gray
3C3A28 brown-gray
78A080 dark-Aqua
98CD9E Aqua
FFFFAE Light
fafafa off-white
*/


.orange, #header  {
	background-color: #DF4800;
	}

.gray-dark, #highbox, #nav, #footer{
	background-color: #222;
	}	
	
.gray-light, .searchPopup, body{
	background-color: #555;
	}

.gray-brown {
	background-color: #3C3A28;	
	}

.dark-aqua {
	background-color: #00395B;
	}

.aqua {
	background-color: #98CD9E;
	}

.off-white, #searchFor, #content_container, #mainbox, #sidebar {
	background-color: #fafafa;
	}

.red {
	background-color: #800000;
	}


/****** TEXT COLOURS ******/

.white_txt, #nav, #nav a,#nav a:link,#nav a:visited, #highbox ,  #searchsubmit{
	color: #dadada;
	}

.darkgray_txt , #sidebar{
	color: #636363;
	}
	
.red_txt {
	color: #800000;
	}

.background-camotxt, .searchPopup, .footerspace {
	color: #fafafa;
	}


/*----------------------------------------------------------------------------------------------------------------------------------*/
/*														15. Javascript Styles														*/														
/*----------------------------------------------------------------------------------------------------------------------------------*/


/* Membership form inputs set to class .ok when input is valid. 
 * This will only happen when the a field has failed validation 
 * previously. This is a clone of the initial class that is 
 * applied to the form elements. This class is included in an 
 * attempt to increase transparency in the javascript code and
 * this file. */
.ok {
	overflow: hidden; 
	display: block;
	padding: 5px;
	border-bottom: 2px solid #fafafa;
	background-color: #fafafa;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 10px;
	}

/* Membership form inputs set to class .fixMe when input is 
 * not valid. */
.fixMe{
	display: block;
	padding: 5px;
	overflow: hidden; 
	border-bottom: 2px solid #fafafa;
	background-color: #F0E68C;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 10px;
	}

.membership input {
	width: 200px;
	margin: 5px 0;
	padding: 3px;
	background: #fefefe none repeat scroll 0 0;
	border: 1px solid #666; 
	}

/* Set up class for the effects mootools effects. Related to 
 * .morphTo */
.morphStart {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	}

/* Set up class for the effects mootools effects. Related to 
 * .morphStart */
.morphTo{
	width: 210px;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #222;
	}

/* Zebra table plug-in styles */
.highlight			{ background:#d5fcdc; }
.even				{ background:#fafafa; }
.mo					{ background:#ddd; }
.odd				{ background:#fefefe; }
.list-table th		{ padding:5px; background:#444; color:#dadada; border-bottom:1px solid #999; text-align:left; font-weight:bold; }
.list-table td		{ padding:5px 20px 5px 5px; border-bottom:1px solid #ddd; }
.list-table  		{ width:100%;font-size:12px;margin:50px 0;}
.noshow 			{ display:none; }

/* The following class describes how the next ride countdown will be displayed */
.rideCountdown_highres,
.rideCountdown_lowres {
	position: absolute;
	display: block;
	height: 150px;
	right: 50%;
	width: 130px;
	padding: 5px 0;
	font-size: 26px;
	letter-spacing: 0;
	line-height: 21px;
	color: #DADADA;
	}

/* The following class describes how the next ride countdown will be displayed at higher resolutions
 * Screen resolution higher than 1250px wide */
.rideCountdown_highres {
	position: absolute;
	top: 280px;
	right: 50%;
	margin-right: -620px;
	padding: 5px 0;
	opacity: 0.2;
	filter:alpha(opacity=20);
	}

/* The following class describes how the next ride countdown will be displayed at lower resolutions
 * Screen resolution lower than 1250px wide */
.rideCountdown_lowres {
	top: 325px;
	margin-right: -480px;
	z-index: 7;
	opacity:0.5;
	filter:alpha(opacity=50);
	}
