/*
  Chill Website ~ Text CSS.

  Crated by Nick hughes nick@nickhughes.co.nz.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
  font: 12px  Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
}

p {
  color:#444;
  padding: 0px 0px 0px 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}


a {
  color: #E2003B;
  text-decoration:none;
  font-family:Typewrite, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  border:none;
  font-size: 13px;
  text-transform: uppercase;
}

a:hover {
  color: #333;
  text-decoration:none;
}

hr
{
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
}


/* =Headings
--------------------------------------------------------------------------------*/

h1
{
  font-size: 25px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family:Typewrite, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #005373;
}

h2
{
  font-size: 25px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family:Typewrite, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #E2003B;
}

h3
{
  font-size: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family:Typewrite, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #005373;
}

h4
{
  font-size: 20px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family:Typewrite, "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #E2003B;
}

h5
{
  font-size: 16px;
  padding: 5px;
  margin: 0 0 0 0;
  font-family:Typewrite, Helvetica, sans-serif;
    color: #333;
}

h6
{
  font-size: 18px;
  padding: 0 0 0 0;
  margin: 5px 0 5px 0;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  margin-bottom: 0px;
}




.white {
  color:#FFF;
  background-color:#005373;
  }

.pink {
  color: #E2003B;
}


/* =Sidemenu links
--------------------------------------------------------------------------------*/

a.sidemenu
{
  font-size: 18px;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
  font-family:Typewrite, "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #666;
  text-transform: none;
}

.sidemenu a:link, a:active, a:visited
{
  text-decoration:none;
}

.sidemenu a:hover
{
  color: #333;
  text-decoration:none;
}



/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
  list-style: decimal;
}

ul
{
  list-style: square;
}

li
{
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
  margin-bottom: 5px;
}



/* =Revvedit and RevvNews H1 styling work arounds
--------------------------------------------------------------------------------*/

strong {
    font-family:Typewrite, "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* articles list */
.article-list ul li .article-list-content-read {
    background: url(../images/layout/sprites.gif) no-repeat 0 5px;
    width: 85px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.article-list ul li h3 a {
    border: none;
    color: inherit;
    font: inherit;
    text-transform: none;    
}                        
.article-list ul li .article-list-content-read a {
    color: #005272;
    text-transform: none;
    text-decoration: underline;
} 