/*
                            FRONT Design
                    http://www.designbyfront.com              

            FRONT is a web design studio based in Belfast,
            Northern Ireland. We design and develop high
            quality web sites and software applications. 

            We *heart* CSS.
            :)

*/

/* =Structure */
html,
body{
  margin: 0;
  padding: 0;
  color: #333;
  background: #743749;
  font: 12px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
}


#wrapper{
  margin: 30px auto 20px auto;
  width: 760px;
  background: #FFF;
  text-align: left;
}

#content{
  padding: 20px 20px;
}

#leftColumn{
  width: 203px;
  float: left;
  background: #E4E4E4;
}

p{
	line-height:18px;
	font-size:12px;
}

b{
  font-weight: bold;
}

p.line{
	line-height:16px;
	font-size:11px;
}

p.italic{
	line-height:16px;
	font-size:11px;
	color:#666;
	font-style:italic;
}

h5{
	line-height:16px;
	font-size:13px;
	color:#333;
	font-weight:bold;
	margin-top:40px;
}

#homepage #leftColumn{
  width: 520px;
  height: 350px;
  background: #E4E4E4 url(../img/homepagePhoto.jpg) right no-repeat;
}

#contact #leftColumn{
  height: 442px;
}

#feedback #leftColumn{
  height: 560px;
}

#howtouse #leftColumn p,
#workshops #leftColumn p,
#searchResults #leftColumn p{
	font-size:11px;
	margin: 15px;
}

#contact #leftColumn p,
#feedback #leftColumn p{
  font-size: 12px;
  margin: 15px;
}

#rightColumn{
  padding: 20px;
  width: 460px;
  height: 402px;
  overflow: auto;
  float: right;
  background: #E4E4E4;
}

#homepage #rightColumn{
  padding: 20px;
  width: 160px;
  height: 310px;
}

#howtouse #rightColumn,
#workshops #rightColumn,
#searchResults #rightColumn{
  padding: 0;
  width: 500px;
  height: auto;
  background: #FFF;
}

#feedback #rightColumn{
  height: 520px;
}

#usefullinks #rightColumn,
#support #rightColumn{
  height: 325px;
}

#register #rightColumn{
  height: 351px;
}

#pageHeader{
  padding: 20px 260px 20px 20px;
  height: 140px;
  overflow: hidden;
  background-color: #E4E4E4;
  background-position: right;
  background-repeat: no-repeat;
}

#pageHeader_how{
  padding: 0 260px 0 0;
  height: 235px;
  overflow: hidden;
  background-color: #E4E4E4;
  background-position: right;
  background-repeat: no-repeat;
}

#howinside{
  padding: 20px 10px 20px 20px;
}

#footer {	 
	text-align:right;
	background-color: #733749;
	height:70px;
}

#footer img {
border:0;
}

#howtouse #pageHeader_how{
  background-image: url(../img/howtouseHeading.jpg);
}

#workshops #pageHeader{
  background-image: url(../img/sampleworkshopHeading.jpg);
}

#searchResults #pageHeader{
  background-image: url(../img/searchresultsHeading.jpg);  
}

#pageContent{
  padding: 10px;
}

#pageContent p{
  margin: 0;
  padding: 0;
}

#browseOptions{
  margin: 5px 5px 0 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

#browseOptions .lowrow{
  background: url(../img/dottyUnderlines.gif) bottom repeat-x;
}

#browseOptions .lowrow td{
  padding: 0 0 5px 0;
} 

#browseOptions td.formfield{
  width: 200px;
  padding:10px;
}

.searchResult img{
  display: block;
  margin: 0 10px 20px 0;
  float: left;
  clear: both;
}

/* =Nav */
ul#nav{
  margin: 0;
  padding: 0;
  list-style: none;
  background: #743749;
}

ul#nav li{
  margin: 0 1px 0 0;
  float: left;
}

ul#nav li a{
  display: block;
  padding: 0 12px;
  color: #FFF;
  background: #542835;
  line-height: 30px;
  text-decoration: none;
}

ul#nav li a.current{
  border-right: 2px solid #743749;
  color: #343434;
  background: #FFF;
  cursor: default;
}

.underline{
  text-decoration: underline;
}

/* =Headings */
h1{
  margin: 0;
  padding: 0;
  height: 365px;
  width: 203px;
  text-indent: -9000px;
}

#homepage h1,
#howtouse h1,
#workshops h1,
#searchResults h1,
#contact h1,
#feedback h1{
  background: url(../img/toolboxHeading.jpg);
  height: 89px;
}

#register h1{
  background: url(../img/registerHeading.jpg);
}

#usefullinks h1{
  background: url(../img/usefullinksHeading.jpg);
}

#register h1{
  background: #FFF url(../img/registerimg2.jpg) no-repeat;
  height: 351px;
}

#support h1{
  background: #FFF url(../img/registerHeading.jpg) no-repeat;
}

h2{
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 14px;
}

#leftColumn h2{
  margin: 0;
  padding: 0;
}

h3{
  margin: 10px 0 0 0;
  padding: 0;
  color: #542835;
  font-size: 14px;
}

h3 span.artist,
h4 span.artist,
h5 span.artist{
  display: block;
  color: #666;
  font-size: 11px;
  font-weight: normal;
}

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

/* =Lists */
.linksbox{
  width: 230px;
  float: left;
}

.linksbox ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.linksbox ul li{
  padding: 0 0 0 15px;
  background: url(../img/bullet.gif) left no-repeat;
  font-size: 11px;
}

/* =Forms */
fieldset{
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

#register fieldset,
#contact fieldset,
#feedback fieldset{
  float: left;
}

#leftColumn fieldset{
  padding: 20px;
  background: url(../img/dottyUnderlines.gif) bottom repeat-x;
}

#leftColumn fieldset.searchcontainer{
  padding: 18px 18px 50px 18px;
}

fieldset.rightFloated{
  padding-left: 25px;
}

fieldset.feedbackForm{
  margin-top: 10px;
}

#textareabox{
	font-size:11px;
	float:left;
}

input,
select{
  display: block;
  margin: 0 0 10px 0;
  width: 150px;
  padding: 2px;
  border: 1px inset #808080;
  color: #333;
  background: #FFF;
  font: 11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

label input{
  width: auto;
  margin: 0;
  border: 0;
  display: inline;
}

input.button{
  margin: 5px 0 5px 0;
  width: 65px;
  border: none;
  color: #FFF;
  background: #542835;
  font-weight: bold;
}

#check{
  width: 250px;
}

input.checkbox{
  background-color:#E2E2E2;
}

input.sml{
  display: block;
  margin: 0 0 10px 0;
  width: 105px;
  padding: 2px;
  border: 1px inset #808080;
  color: #333;
  background: #FFF;
  font: 11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#leftColumn fieldset input.button,
#howtouse input.button{
  width: 25px;
  height: 20px;
  font-weight: normal;
  border: none;
  background: #AB271B;
  padding: 0 0 3px 0;
}

#leftColumn fieldset input, 
#leftColumn fieldset select{
  display: inline;
  margin: 0;
  width: 130px;
  font: 11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea{
  display: block;
  margin: 0 0 10px 0;
  padding: 2px;
  width: 343px;  
  height: 120px;
  border: 1px inset #808080;
  color: #333;
  background: #FFF;
  font: 11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input.town{
  display: block;
  margin: 0 0 10px 0;
  width: 245px;
  padding: 2px;
  border: 1px inset #808080;
  color: #333;
  background: #FFF;
  font: 11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

textarea.reg{
  display: block;
  margin: 0 0 10px 0;
  padding: 2px;
  width: 245px;  
  height: 110px;
  border: 1px inset #808080;
  color: #333;
  background: #FFF;
  font: 11px/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#left{
	float:left;
	margin:0 15px 0 0;
}

#right{
	float:left;
}

.leftfloatedForm{
   float: left;
}

.leftfloatedForm textarea{
  width: 285px;
}

.rightfloatedForm{
  float: right;
}

/* =Links */
a{
  color: #AE291A;
}

a:hover{
  color: #7D1D13;
  text-decoration: none;
}
a.sml{
  color: #666;
  text-decoration: underline;
}

a.sml:hover{
  color: #666;
  text-decoration: none;
}

a.xsml{
  color: #666;
  text-decoration: underline;
  font-size:10px;
}

a.xsml:hover{
  color: #666;
  text-decoration: none;
  font-size:10px;
}

.browseworkshopsButton{
  display: block;
  width: 172px;
  height: 42px;
  text-indent: -9000px;
  overflow: hidden;
}

#leftColumn .browseworkshopsButton{
  margin: 15px 0 0 15px;
  background: url(../img/leftcolumnBrowsebutton.gif);
}

#browseOptions .browseworkshopsButton{
  margin: 0;
  background: url(../img/rightcolumnBrowsebutton.gif);	
}

.backtosearchButton{
  display: block;
  width: 155px;
  height: 12px;
  text-indent: -9000px;
  overflow: hidden;
  background: url(../img/backtosearchButton.jpg) no-repeat;
}

#pageTabs{
  margin: 29px 0 0 0;
}

#pageTabs a{
  padding: 10px;
  border-right: 1px solid #E4E4E4;
  color: #9A9997;
  background: #F3F2F0;
  text-decoration: none;
}

#pageTabs a.liveTab{
  color: #333;
  background: #FFF;
  cursor: default;
}

.generaloverviewLink{
  line-height: 40px;
}

.downloadContainer{
  margin: 25px 0;
  padding: 10px;
  border-top: 1px dashed #ABA899;
  border-bottom: 1px dashed #ABA899;
  font-size:11px;
}

#tdpdf{
	  background: url(../img/PDFicon.gif) no-repeat;
	  margin:0;
	  padding:0;
	  width:40px;
}

p.tdpdftxt{
	  display:none;
}

.post{
  margin: 25px 0;
  padding: 10px 10px 10px 0;
  border-top: 1px dashed #ABA899;
  border-bottom: 1px dashed #ABA899;
  font-size:11px;
  font-weight:bold;
}

.downloadContainer a{
  font-weight: bold;
}

/* =Misc */
p.excerpt{
  margin: 15px 0 0 20px;
  padding: 120px 335px 0 0;
  background: url(../img/excerpt.gif) top left no-repeat;
  font-size: 12px;
}

p.base{
  margin: 0;
  padding: 15px 0 0 0;
  clear: both;
}
p.sml{
  margin: 0;
  padding: 15px 0 0 0;
  clear: both;
  font-size: 11px;
  color:#666;
}
.xtrasml{
  font-size: 10px;
}

p.footer{	 
	display:none;
}

#icon {	 
	background: #FFF url(../img/comment.gif) 15px 8px no-repeat;
	margin:45px 0 0 0;
	padding:0 0 0 48px;
}

p.icon{	 
	display:none;
}

ul#nav:after,
#wrapper:after,
#content:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#userDetails{
  margin: 0;
  padding: 0 0 25px 0;
  color: #ECD7DC;
  text-align: right;
  background: #743749;
  font-size: 11px;
}

#userDetails b{
  color: #FFF;
  font-weight: normal;
}

#userDetails a{
   color: #ECD7DC;
}

.searchResult h4 { margin: 0; }
.SpacerSmall { clear: both; height: 0.2em; font-size: 0.2em; line-height: 0.2em; }
