/* (C) Copyright Bobbing Wide 2010-2012 */
/* bwlink.css */

/* Colour table copied from bobb-bobbingwide.css
   Except for the logo (class prefixed with an h) the darker colours should now be used instead of the brighter ones
   
   relative dir    classname     color    note                    darker color
   ------------    -----         -----    ------------------      ------------
   ../bwb1         home          #36e2b7  turquoise               #159374
   ../bwo          static        #61e236  light green             #359315
   ../bwb2         dynamic       #e2b736  orange                  #937415
   ../bwb3         portfolio     #e23661  red                     #931535
   ../bwi          quote         #3661e2  blue                    #153593
   ../bwn          contactus     #6136e2  purple                  #351593
   ../bwg          aboutus       #b736e2  magenta                 #741593

   ../bw           offers        #555     greys
   ../bwi2         bwi2          #666     NOT IMPLEMENTED
   ../bwd          bwd           #777     "
   ../bwe          bwe           #888     "

*/         

em.hB1 { color:  #213623; color: #36e2b7; font-size: 1.9em; vertical-align: -0.1em; text-transform: uppercase}
em.hb1 { color:  #213623; color: #36e2b7; font-size: 1.9em; vertical-align: -0.1em; text-transform: lowercase;}
em.ho { color: #61e236;  font-size: 1.8em; vertical-align: -0.2em;} 
em.hb2  { color: #e2b736; font-size: 1.7em; vertical-align: -0.1em;} 
em.hb3  { color: #e23661; font-size: 1.6em; vertical-align: 0.1em;} 
em.hi1  { color: #3661e2; vertical-align: 0.3em;} 
em.hn  { color: #6136e2; } 
em.hg { color: #b736e2; vertical-align: -0.2em;}
em.hW { font-weight: bold; color: #555; letter-spacing: 2pt; font-size: 1.5em; text-transform: lowercase;}
em.hi2 { font-weight: bold; color: #666; letter-spacing: 3pt; font-size: 1.5em; }
em.hd { font-weight: bold; color: #777; letter-spacing: 4pt; font-size: 1.5em; }
em.he { font-weight: bold; color: #888; letter-spacing: 5pt; font-size: 1.6em; /* font-variant: small-caps; */}


em.B1 { color:  #213623; color: #159374; text-transform: uppercase; }
em.b1 { color:  #213623; color: #159374; text-transform: lowercase; }
em.o { color: #359315;  } 
em.B2  { color: #937415; text-transform: uppercase; } 
em.b2  { color: #937415; text-transform: lowercase; } 
em.b3  { color: #931535; } 
em.i1  { color: #153593; } 
em.n  { color: #351593; } 
em.g { color: #741593; }
em.space { }
em.W { font-weight: bold; color: #555; text-transform: lowercase;}
em.i2 { font-weight: bold; color: #666;  }
em.d { font-weight: bold; color: #777;  }
em.e { font-weight: bold; color: #888; }

span.B1, span.B1 a { color:  #213623; color: #159374; text-transform: uppercase; }
span.b1, span.b1 a { color:  #213623; color: #159374; text-transform: lowercase; }
span.o, span.o a { color: #359315;  } 
span.B2, span.B2 a  { color: #937415; text-transform: uppercase; } 
span.b2, span.b2 a  { color: #937415; } 
span.b3, span.b3 a  { color: #931535; } 
span.i1, span.i1 a  { color: #153593; } 
span.n, span.n a  { color: #351593; } 
span.g, span.g a { color: #741593; }
span.W, span.W a { font-weight: bold; color: #555; text-transform: lowercase;}
span.i2, span.i2 a { font-weight: bold; color: #666;  }
span.d, span.d a { font-weight: bold; color: #777;  }
span.e, span.e a { font-weight: bold; color: #888; }


/* This is to remove the italics from bobbing wide when used in a link */
.url em, a em { font-style: normal; font-weight: bold; }
h1 a em { font-style: italic; font-weight: normal; }
.header h1 { margin: 0px; }
.url a, a.url, .art-postcontent a.url:link, .art-postcontent a.url:visited  { color: black; text-decoration: none; }  
.art-postcontent a.url:hover { text-decoration: underline; }
.url em, a em { text-shadow: black 0px 1px 1px; }


/* This is to remove the space between bobbing and wide when used in an URL */
/* bc is abbreviation for business card */

/* Removal of the space can also be done in a link or when the whole domain name is within the url class */
.bc em.B1 { color:  #213623; color: #159374; text-transform: uppercase; }
.bc em.b1 { color:  #213623; color: #159374; text-transform: lowercase; }
.bc em.o { color: #359315;  } 
.bc em.b2  { color: #937415; } 
.bc em.b3  { color: #931535; } 
.bc em.i1  { color: #153593; } 
.bc em.n  { color: #351593; } 
.bc em.g { color: #741593; }
.bc em.space, .url em.space , a em.space { font-size: 1px; margin-right: -1px; }
.bc em.W { font-weight: bold; color: #555; text-transform: lowercase;}
.bc em.i2 { font-weight: bold; color: #666;  }
.bc em.d { font-weight: bold; color: #777;  }
.bc em.e { font-weight: bold; color: #888; }

