/* ----------------------------------------------------------------------------------------------------------------------

style sheet for organic art workshops pages.

Inclusive of: Didgeridoo, flute, bird box, bird table, walking stick, puppet and  schools


Version: 1.1
Author: Darren Baldwin
Email: darren@brightonwebsitedesigns
Website: www.brightonwebsitedesigns.co.uk


------------------------------------------------------------------------------------------------------------------------ *


/* container height adjustment for workshops pages. ID for each page container as problems with IE recognising height!? */

#container_d, #container_f {
	margin: 0px auto;
	width: 961px;
	height: 1380px;
}

#container_bb {
	margin: 0px auto;
	width: 961px;
	height: 1430px;
}

#container_bt, #container_s {
	margin: 0px auto;
	width: 961px;
	height: 1600px;
}

#container_w {
	margin: 0px auto;
	width: 961px;
	height: 1270px;
}

#container_p {
	margin: 0px auto;
	width: 961px;
	height: 1510px;
}
#container_c {
	margin: 0px auto;
	width: 961px;
	height: 1230px;
}




/* h3 main individual workshop headings */


#birdbox {
	background: url(../workshop-pages-images/birdbox-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
}

#didge

  {
	background: url(../workshop-pages-images/didge-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
}

#birdtable
  {
	background: url(../workshop-pages-images/birdtable-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
}

#flute
	{
	background: url(../workshop-pages-images/flute-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
}

#walking
  {
	background: url(../workshop-pages-images/walking-stick-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
}

#puppet
  {
	background: url(../workshop-pages-images/puppet-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
}

#chainsaw
  {
	background: url(../workshop-pages-images/chainsaw-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
}


#schools
  {
	background: url(../workshop-pages-images/schools-heading.gif) no-repeat left;
	height: 30px;
	text-indent: -9999px;
}




/* Main left hand text column */

h4 {
	color: #7c902c;
	font-size: 1.6em;
	margin: 0px 0px 5px;
	padding: 20px 0px 0px;
	font-weight: normal;
}


#main_text_col {
	float: left;
	width: 485px;
	padding-left: 65px;
}

#main_text_col  a:link   {
	text-decoration: none;
	color: #e3dbd1;
	border-bottom: 1px dotted #D7D2C7;
}

#main_text_col a:visited {
	text-decoration: none;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #282119;
	background: #77892B;
}

#main_text_col a:hover, #main_text_col a:active {
	background: #C3D1DD;
	color: #282119;
	border-style: none;
}

#main_text_col ul {
	margin: 0px;
	padding: 0px;
}

#main_text_col li {
	line-height: 1.5;
	font-size: 1em;
	font-weight: normal;
}

#main_text_col p {
	margin-bottom: 20px;
	padding-left: 5px;
}

/* workshop details div main left hand text column */

#main_text_col #courses {
	float: left;
	width: 230px;
	border-right: 2px solid #3A352B;
	padding: 0px;
	margin: 0px;
	height: 351px;
}

#main_text_col #courses  a:link   {
	text-decoration: none;
	color: #e3dbd1;
	border-bottom: 1px dotted #D7D2C7;
}

#main_text_col #courses a:visited {
	text-decoration: none;
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	color: #282119;
	background: #77892B;
}

#main_text_col #courses a:hover, #main_text_col #courses a:active {
	background: #C3D1DD;
	color: #282119;
	border-style: none;
}

#note {
	font-size: 1.3em;
	font-style: italic;
}


/* Workshop list div main left hand text column */

#main_text_col  #workshops_list {
	float: left;
	width: 215px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

/* Main right hand pictures column */

#main_pics_col {
	float: left;
	width: 390px;
	text-align: center;
}
#main_pics_col img {
	float: right;
	margin-bottom: 50px;
}

