/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(../images/bodyBG.jpg) #fff repeat-x;
	font: 1em/120% Arial, Helvetica, sans-serif;
	color: #333333;
}

/************** Layout Elements *******************/

#wrapper {
	width: 740px;
	margin: 15px auto;
	font-size: .8em;
}

#content {
	padding: 1px 0 0 0;
	margin: 0 0 0 13em;
}

#content p {
	text-align: left;
}

#content ol {
	padding: 0 30px;
}

#content ol li {
	padding: 5px 0;
}

#contentwrapper {
	background: url(../images/contentBG.jpg) repeat-x;
	padding-top: 1px;
}

#header {
	background: url(../images/headerBG.jpg) #d8d1c7 no-repeat;
	min-height: 152px;
	border-bottom: 5px solid #999900;
}

#leftcol {
	width: 12em;
	float: left;
	margin: 1.1em .1em;
}

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

#leftcol li {
	margin: 1px 0;
}

#leftcol a {
	display: block;
	background-color: #990000;
	color: #fff;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	text-decoration: none;
	padding: .2em .4em;
	margin-top: .1em;
	text-align: center;
}

/**** provides the marker for the sub navigation ****/
 #leftcol a:hover, #leftcol a:focus {
	background-color: #d2ccc0;
	color: #333333;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

body#visualartpage li#visualart a, body#sewnppage li#sewnp a, body#personalcarepage li#pcare a, body#wearableartpage li#wearableart a {
	background-color: #d2ccc0;
	color: #333333;
}

/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 .4em .7em;
	padding: 0 0 0 0;
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
	color:#666;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.9em;
}

p {
	margin: 1em;
}

#leftcol h5, p {
	text-align: center;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin: 5px 0 2px 10px;
}

.left {
	float: left;
	margin: 5px 0 2px 10px;
}

.clearit {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/***************** classes ************************/

.vendor {
	border: 1px solid #CCCCCC;
	margin: 1em;
}

.vendor p {
	font: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

.vendor img {
	padding: 0 20px 10px 0;
}

.vendor ul {
	list-style-type: none;
}

.vendor ul li {
		display: inline;
		margin: 0 20px;
}

/****** allows a border if required *******/
img.borderRight {
	border: 1px solid #d6cfc5;
	float: right;
	margin: 5px 0 2px 10px;
}

img.borderLeft {
	border: 1px solid #d6cfc5;
	float: left;
	margin: 5px 0 2px 10px;
}


/************** Link Styles *******************/

a img {
	border: none;
}

a {
  color: #b71401;
}

a:hover {
	text-decoration: none;
	color: #5d302d;
}

/******************** Sliding door nav *****************/

#header ul {
  margin-top: 118px;
  padding: 10px 5px 0;
  list-style-type: none;
  float: right;
 }
  
#header li {
  float: right;		
  background: url("../images/right.jpg") no-repeat top right;
  padding: 0 7px 0 0;
  margin-left: .1em;
}
  
#header a {
  float: left;
  display: block;
  background: url("../images/left.jpg") no-repeat left top;
  padding: 3px 5px 1px 13px;
  text-decoration: none;
  color: #000;
}
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {
float: none;
}
/* End IE5-Mac hack */


#header a:hover, #header a:focus {
  color: #5d302d;
}

/* provides marker for header sliding door nav*/
body#indexpage li#index, body#newmemberspage li#newmembers, body#rulespage li#rules, body#policypage li#policy, body#historypage li#history {
  background-image: url("../images/right_on.jpg");
}

body#indexpage li#index a, body#newmemberspage li#newmembers a, body#rulespage li#rules a, body#policypage li#policy a, body#historypage li#history a {
  background-image: url("../images/left_on.jpg");
  color: #6f3f6f;
}

#footer {
	background-color: #990000;
	color: #FFFFFF;
	margin: 2px;
	padding: 2px;
	text-align: center;
}

/* colours: blue #006699, pale yellow #ffffcc, gold #999900, red #cc0000, dark red #990000 */
