/* ------------------------------------------------------------------
	MAIN STYLESHEET
	
	Project: Mushrooms Canada Member Site
	Created: 2009-08-06
	Created by: RKD Web Studios info@rkd.ca
	
------------------------------------------------------------------- */

@import("reset.css");

html { 
	overflow-y: scroll; /* keeps vertical scroll bar in firefox at all times so page doesn't jump around */
	height: 100%;
	}

body {
	background: #FFF;  /* background colour should be same as content area background colour to ensure WYSIWYG looks same as website */
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	}
	
	.bodystyle { /* use this class to set body background colour so that it does not interfere with the WYSIWYG editor */
		color: #000;
		background: url(../../images/sitebg.png) top left repeat-x;
		}

img, form { /* removes all default formatting on images and forms */
	margin: 0;
	padding: 0;
	border: 0;
	}

:focus { outline: none; } /* removes dotted outline from links */

.clear { clear: both; } /* clears all floats; apply to empty divs */


/* ---------------------
	GLOBAL STYLES - style as necessary
--------------------- */

a:link { color: #a71e34; text-decoration: none; }
a:visited { color: #a71e34; text-decoration: none; }
a:hover { color: #a71e34; text-decoration: underline; }
a:active { color: #a71e34; text-decoration: none; }
.current {color: #a71e34; font-weight: bold; text-decoration:underline;}

p { 
	font-size: 14px; line-height: 25px;
	margin: 0 0 14px 0;
	}

strong, b {
	font-weight: bold;
	color: #666;
	}

em, i {
	font-style: italic;
	}

h1 { 
	font-size: 20px;
	color: #98755f;
	margin: 15px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #98755f;
	}
	h1 .forum { 
	font-size: 22px;
	}
h2 {
	font-size: 14px;
	color: #98755f;
	}
h3 {
	font-size: 14px;
	}
	
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 13px;
	}
h6 {
	font-size: 10px;
	text-transform: uppercase;
	color: #8e8d8d;
	margin: 0 0 10px 0;
	padding: 0;
	}

ul { }

ol { }

hr {height:1px; border: 0; background: #CCC;}
	

/* styles used by WYSIWYG - style as necessary */
pre { }

address { }

.red {color:#900; font-weight:bold;}

/*==================
STRUCTURE
=================*/
/*head*/
#header {
	width: 940px;
	height: 140px;
	margin: 0 auto;
	border-left: 1px solid #e1ddda;
	border-right: 1px solid #e1ddda;
	background:url(../../images/headerimage.jpg) top left no-repeat;
}

/*main nav*/
#navigation {
	width: 940px;
	height: 38px;
	margin: 0 auto;
	background: url(../../images/menubg.png) top left no-repeat;
	border-left: 1px solid #e1ddda;
	border-right: 1px solid #e1ddda;
	text-align:right;
	color: #a71e34;
}

#navigation .menu {
	padding: 7px 5px;
	font-size:14px;
	}
	
#navigation .menu a {padding: 0 13px 0 13px;}

/*content*/
#contentarea {
	width: 940px;
	margin: 0 auto;
	background: url(../../images/contentbg.png) top left no-repeat;
	border-left: 1px solid #e1ddda;
	border-right: 1px solid #e1ddda;
	border-bottom: 1px solid #e1ddda;
	/*height: 500px;*/
}

#wrapper {float: left; width: 100%; margin: 0 auto;}

#mainarea { margin: 0 15px 0 220px;}

#mainarea a:link { color: #98755f; text-decoration: none; }
#mainarea a:visited { color: #98755f; text-decoration: none; }
#mainarea a:hover { color: #98755f; text-decoration: underline; }
#mainarea a:active { color: #98755f; text-decoration: none; }

/*homepage columns*/

#col1 {
	float:left;
	width: 221px;
	margin-left: 0;
	margin-bottom: 40px;
}

#col1 p {font-size:12px; margin:5px 0 0 0;}
#col1 a:link, #col1 a {text-decoration:underline;}
#col1 a:hover{text-decoration:none;}

#col2 {
	float:left;
	width: 221px;
	margin-left: 21px;
}

#col2 p {font-size:12px; margin:5px 0 0 0;}
#col2 a:link, #col1 a {text-decoration:underline;}
#col2 a:hover{text-decoration:none;}

#col3 {
	float:left;
	width: 221px;
	margin-left: 21px;
}

#col3 p {font-size:12px; margin:5px 0 0 0;}
#col3 a:link, #col1 a {text-decoration:underline;}
#col3 a:hover{text-decoration:none;}

.moreinfo {
	width: 100%;
	text-align: right;
	font-weight:bold;
}

/*ads*/

.ads img {
	margin: 0 0 0 0;	
	padding: 0;
}

/*left column*/

#leftcol {
	float: left;
	width: 185px;
	margin-left: -935px;
	padding:15px 0 0 5px;
}

#leftcol ul {font-size: 11px; line-height: 25px; margin:0; padding:7px 0 25px 20px;}
#leftcol li{
	list-style:none;
	}

/*footer*/
#footer {
	font-size: 11px;
	color: #b6a292;
	text-align:center;
	margin: 10px 0 25px 0;
	height: 50px;
	clear: both;
}

#footer a {color: #b6a292; text-decoration:underline;}
#footer a:hover {color: #b6a292; text-decoration:none;}

/*Splash Buttons*/

.splashbuttons {
	width: 100%;
	text-align: center;
	margin: 50px 0 50px 0;
}

.splashbuttons img {margin: 0 20px 0 20px;}


/*==================
FORM STYLES
=================*/

fieldset {
	border:1px solid #CCC;
	padding: 10px;
	margin:5px 0 20px 0;
	background:url(../../images/submenu_bg.png) top left repeat-x;
	font-size: 12px;
	}

fieldset ul {
	margin: 0;
	}

fieldset li {
	list-style:none;
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
fieldset label {float: left; width: 150px; padding-top: 2px; font-weight:bold;}

fieldset .alt {float: left; width: 100px; padding-top: 2px;}

fieldset input {
	border: 1px solid #666;	
}

fieldset .radio {
	border: 0;	
}

fieldset .text {width: 250px;}

fieldset .textarea {
	border: 1px solid #666; width:250px; height: 200px;	
}

fieldset .textareaforum {
	border: 1px solid #666; width:450px; height: 200px;	
}

/*==================
SIDE MENU
=================*/

.submenu {
	float: right;
	width: 170px;
	border: 1px solid #e1ddda;
	background: url(../../images/submenu_bg.png) top left repeat-x;
	padding: 5px;
	margin: 0 0 15px 15px;
}

.submenu p {font-size: 11px; color:#000; font-weight: bold; margin:0 0 0 5px; padding:0;}

.submenu ul {padding: 0; margin:0 0 0 20px;}

.submenu li {
	list-style:none;
	font-size: 11px;
	line-height: 13px;
	margin: 0 0 10px 0;
}

.submenu .current {border: 0; text-decoration:none;}

/*==================
Results
=================*/

table { 
width: 100%;
font-size: 12px;
color:#666;
margin: 0 0 25px 0;
}

tr{}

td {padding: 10px;}

th {}

.tdalt {background:#ebebeb;}

.tdhead {background:#98755f; color:#FFF; padding:1px; font-weight: bold;}

/*==================
=================*/
.RadioButtonList label {float: inherit; width: 150px; padding-top: 2px; font-weight: normal;}


/*==================
FORUM
=================*/
.forum { 
	background:#fff;
	padding: 15px;
	}
	
.forum p {font-size: 12px; line-height:18px;}

.altforum { 
	background:#ebebeb;
	padding: 15px;
	}
	
.altforum p {font-size: 12px; line-height:18px;}

.notrequired {
	background:#FF6;
	color:#000;
	font-weight:bold;
}

/* -------------------------------------------- ClueTip */

.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #EEE;
  color: #000;
}
.cluetip-default h3#cluetip-title {
  padding: 7px 5px 1px 8px;
  margin: 0 0 5px;
  font-size: 14px;
  line-height:19px;
  font-weight: bold;
  background-color: #645849;
  color: #fff;
}
.cluetip-default #cluetip-inner {
  padding: 7px;
}