/* Purpose: colour schemes & background pics for site */
body{
  color: black;
  background-color: #eee; /* #f4a854;*/ /* orange */
  background: white url(../images/custom_pics/0css/back4.jpg) no-repeat top left ;
}

/*--- link colouration ---*/
/*:link,:visited {text-decoration: underline}*/
a{
  text-decoration: none; /*underline;*/
  color: #526BB5;
  border-right: 1px solid transparent;
  border-bottom: 1px dotted #888;
  .border-bottom: 1px solid #888; /* IE6 hack */
}
a.rssfeed, #content ul li a.rssfeed {
  padding-right: 15px;
  padding-top: 2px;
  background: url(../images/custom_pics/0design/rss2feed.gif) no-repeat bottom right ;
}

/* a:visited  {color: #526BB5;} */

/*  highlighting external links using CSS3 selector  */
#content a[href^="http:"],#content a[href^="https:"] {
  background: url(../images/custom_pics/0css/external_link.gif) no-repeat right 25%;
  padding-right: 8px;
}

#content a[href^="http://www.itutormusic.com"], a[href^="http://itutormusic.com"]  {
  background-image: none;
  padding-right: 0;
}

a:hover {
  color: black;
  background-color: #edebd5;
  text-decoration: none;
  border-bottom: 1px solid #800;
  border-right: 1px solid #800;
}

#logo a, #logo a:link {
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

  /*--- links colour secondary content ---*/
#contentsec a{
  /*color:  #444;*/
  border-right: 1px solid #DB903D;
}
/*#contentsec a:visited{color: #444;}*/


/* --- other colour stuff ---*/


#header h1{color: white;}
#header h1 a {color: white; border-right: 0;}
h1 span#kword{color: white;}

#header #header_txt h1 a:hover {
  color: black;
  border-bottom: 1px solid black;
}

p#strapline{
  color: #888;
  background-color: transparent;
}

#content {

 }
.#content_marg  a{border-right: 1px solid #fff4cc;}

#content h2,#content h3 a{
  color: #a00;
}

#content #introsect h2 {
  background: transparent url(none);
}


#content h3, #content h3 a{
  color: #a00;
}
#content p.para1 {color: black;}
#content p.para1 em {color: #a00;}
#content h2 a{color: #a00;}

div.imgcen img, div.imgleft img, div.imgright img  {
  border: 1px solid #bbb;
  background-color: #eee;
}
#content div#googlemap img{
  background-color: transparent; /*crucial color images otherwise google map markers dont show!!*/
}

#content li{
  list-style: square;
  list-style-position: inside;
}

#contentsec h2{
  color: #a00;
}

#contentsec #membership a, #contentsec #membership a:hover{
  border-right: 0;
  /*border-bottom: 0;
  text-decoration: none;
  background-color: white; */
}


hr {
  color: #fffbee; /* IE6 */
  background-color: transparent;
  border: 0;
}
#introsect hr {
  padding: 0;
  margin: 0;
  color: white;
  background-color: white;
}

#helps {
  color: white;
  /*background-color: black;*/
}
#helps a {
 color: #eee;
 border-right: 0;
 border-bottom: 1px dotted white;
 .border-bottom: 1px solid white;
}

#helps a:hover {
  background: black;
  color: white;
}

#footer {color: #888;}



