/* $Id: blue.css 596 2010-06-11 02:44:33Z plousia $ */

/**
 * @file
 * colour specific stylint
 */

body {
  background-image:url(../images/bodybg.png);
  background-position:top left;
  background-repeat:repeat-x;
background-color:#e5ecef;
}

#header {
background-image:url(../images/headergradient.png);
background-position:center top;
background-repeat:no-repeat;
}

#main-wrapper {
 background-image:url(../images/topbar.png);
 background-position:top left;
 background-repeat:repeat-x;
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  border-bottom:1px solid #b5b9bc;
}

#footer {
  border-top:1px solid #b5b9bc;
}

h1, h2, h3, h4, h5, h6 {
color: #026798;
}

a:link {
color:#026798;
}

a:visited {
color:#026798;
}

a:hover,
a:focus {
color:#026798;
}

a:active {
}

