/* Purpose: colour schemes & background pics for site */
body{
  color: black;
  background-color:  #f8f8f8;
}
#wrapper{
  background-color: white;

}

#wrapper_marg {
  background-color: #f8f8f8; /*#ddf8dd;*/
}


/*--- 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(../graphics/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(../graphics/external_link.gif) no-repeat right 25%;
  padding-right: 8px;
}

#content a[href^="http://www.shouldercentric.co.uk"], a[href^="http://shouldercentric.co.uk"]  {
  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;}

#contentsec h2 a{
  text-decoration: underline;
}


/* --- other colour stuff ---*/
#wrapper {
 background-color: white;
}

#header {
  background-color: white;
}
#header_marg {background: transparent url(../graphics/scctext.gif) repeat-y 700px 100%;}
#pid_rotate #header_marg{background:  url(../graphics/scctext.gif) repeat-y 420px 100%;}


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

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

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

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


#content h3, #content h3 a{
  color: #E06810;
}

#content h2 a{color: #E06810;}

div.imgcen img, div.imgleft img, div.imgright img  {
  border: 1px solid #bbb;
  background-color: #eee;
}


#content li /*, #contentsec li*/{
  list-style: square;
  list-style-position: inside;
}
#pid_conditions #content li {list-style: none;}

#contentsec {background-color: #F4F4F4;}
#contentsec {
  background: #E4E8CB url(../graphics/cont_sec_top.gif) no-repeat top center;
}
#contentsec_marg {
  /*background-color: #F7F8ED;*/
  color: #444;
  background: url(../graphics/cont_sec_bot.gif) no-repeat bottom center;
}

#contentsec .section {
  background: #8C8C8C url(../graphics/cont_sec_vis_top.gif) no-repeat top center;
  border-bottom: 1px solid #E4E8CB;
}
#contentsec .section_marg {
  background: transparent url(../graphics/cont_sec_vis_bot.gif) no-repeat bottom center;
}


#contentsec .section h2 {
  color: white;
  background-color: #FF9C31;
  background:#7AB002 url(../graphics/visit_bg.jpg) repeat-x top left;
}

#contentsec .section h2 a, #contentsec .section h2 a:hover{
  color: white;
  background: transparent;
  border: none;
  /*text-decoration: none;*/
}
#contentsec .section h2 a:hover{color: black;}

#contentsec .section p {color: white;}
/*#contentsec h2{
  color: #a00;
  border-bottom: 2px solid white;
  background: url(../graphics/h2_sec_back.gif) no-repeat top left;
}

#contentsec ul li {
  background: url(../graphics/li_sec_ptr.gif) no-repeat 0px 0.3em;
}

#contentsec a{border-right:0;}  */


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

#introsect hr {
  padding: 0;
  margin: 0;
  color: white;
  background-color: white;
}

#helps {
  color: #444;
}
#helps a {
 color: #444;
 border-right: 1px solid transparent;
 border-bottom: 1px dotted #888;
 .border-bottom: 1px solid #888;
 .border-right: 1px solid #c2d09d; /* IE6 hacks */
}


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

#helps2 {
  /*background:  url(../graphics/scissors.gif) no-repeat top left;*/
}

#helps2_marg {
  /*border-top: 2px dotted black;*/
  color: #ddd;
  background-color: transparent;
}
/*--- footer detail ---*/
#footer{
  color: #444;
  background-color: #f8f8f8;
}
#footer_marg div.fblock {
  border: 1px solid #f8f8f8; /*forces equi line spacing */
}

#footer p#bot {
  color: #ddd;
  background-color: transparent;
}

#footer a, #helps2 a, #footer ul li a{
  color: #526BB5;
}

#footer a:hover, #helps2 a:hover {color: black; border-right: 1px solid #a00;}

#pid_home #introsect{
  background:  url(../graphics/scctext.gif) repeat-y top left;
}

#pid_home div.youtube{
  border: 7px solid #E4E8CB;
  background-color: #E4E8CB;
}


