/*
Theme Name: NuHeVi WordPress Theme
Theme URI: http://nuhevi.net/
Description: WordPress theme for the Green Youth of Helsinki.
Version: 1.0
Author: Markus Koljonen
Author URI: http://iki.fi/markus.koljonen
Tags: green, yellow, fixed width, two columns
*/

/*
Colours used:
Orange: #E64218;
Dark Green: #690;
Light Green: #97BD00;

*/

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: smaller;
  color: black;
  background: #B2D100;
  width: 770px;
  margin: 0 auto;
}

#page {
  position: relative;
}

#header {
  background: url(img/bghd.gif) 0 0 no-repeat;
}
#logo {
  margin: 0 0 0 64px;
  width: 400px;
  height: 80px;
  background: url(img/logo4.gif) right 9px no-repeat;
}
  #logo h1 {
    display: none;
  }
#header .description {
  display: none;
}

a { color: black; }
a:hover { text-decoration: none; }

/*****************/
/*** Page menu ***/

#pages {
  position: absolute;
  top: 85px; /* header distance */
  left: 10px;
  font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
  height: 49px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#pages h2 {
  display: none;
}
#pages ul {
  padding: 0 !important;
}
#pages ul li {
  float: left;
  margin: 0 8px 0 0;
  padding: 0 !important;
}
#pages a {
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  height: 34px; /* li height - padding */
  padding-top: 15px;
}

.page-item, .page-item a {
  background-repeat: no-repeat;
}
.page-item-1, .page-item-6 { background: url(img/bgm1.gif); width: 66px; }
.page-item-2, .page-item-7 { background: url(img/bgm2.gif); width: 67px; }
.page-item-3, .page-item-8 { background: url(img/bgm3.gif); width: 77px; }
.page-item-4, .page-item-9 { background: url(img/bgm4.gif); width: 79px; }
.page-item-5, .page-item-10 { background: url(img/bgm5.gif); width: 76px; }

.page-item-1 a:hover, .page-item-1 a:active, .page-item-1.current_page_item,
.page-item-6 a:hover, .page-item-6 a:active, .page-item-6.current_page_item {
  background: url(img/bgm1o.gif);
}
.page-item-2 a:hover, .page-item-2 a:active, .page-item-2.current_page_item,
.page-item-7 a:hover, .page-item-7 a:active, .page-item-7.current_page_item {
  background: url(img/bgm2o.gif);
}
.page-item-3 a:hover, .page-item-3 a:active, .page-item-3.current_page_item,
.page-item-8 a:hover, .page-item-8 a:active, .page-item-8.current_page_item {
  background: url(img/bgm3o.gif);
}
.page-item-4 a:hover, .page-item-4 a:active, .page-item-4.current_page_item,
.page-item-9 a:hover, .page-item-9 a:active, .page-item-9.current_page_item {
  background: url(img/bgm4o.gif);
}
.page-item-5 a:hover, .page-item-5 a:active, .page-item-5.current_page_item,
.page-item-10 a:hover, .page-item-10 a:active, .page-item-10.current_page_item {
  background: url(img/bgm5o.gif);
}

/*******************/
/*** Left column ***/

/** Content **/

#content {
  float: left;
  width: 432px;
  position: relative;
  margin-top: 56px; /* room for page menu */
  padding: 38px 0 0 50px;
  background: url(img/content-background.png) #b2d100 no-repeat top left;
  color: black;
}

.post {
  padding: 0 20px 5px 20px;
  background: url(img/content-background-bottom.png) white no-repeat bottom left;
}
#content h2, #content h3 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
#content h2 {
  width: 300px;
  font-size: 120%;
  line-height: 120%;
  letter-spacing: .5px;
  margin: 0 0 .5em 0;
  padding: 0 0 3px 0;
  border-bottom: 1px solid #97BD00;
}
#content h3 {
  font-size: 120%;
  margin: 0 0 .5em 0;
  padding: 5px 0;
}
#content p {
  padding: 0 0 13px 0;
  margin: 0;
  line-height: 140%;
}
#content a {
  padding: 0 2px;
  font-weight: bold;
}
#content a:link, #content a:visited {
  color: #690;
  text-decoration: none;
}
#content a:hover, #content a:active {
  background-color: #97BD00;
  color: white;
}
#content ol, #content ul {
  margin: 0;
  padding: 0 0 13px 30px;
}

/********************/
/*** Right column ***/

#sidebar {
  float: right;
  width: 268px;
  color: white;
}
#sidebar dl, #sidebar dt, #sidebar dd, #sidebar ul, #sidebar ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
#sidebar .emphasized {
  background: url(img/bgdl.gif) 0 0 no-repeat;
  padding: 32px 0 10px 0;
}
#sidebar .emphasized2 {
  width: 200px;
  padding: 0 10px 20px 15px;
  margin: 15px 0 0 9px;
  background: #97BD00 url(img/bgdd.gif) 0 bottom no-repeat;
}

#sidebar p {
  margin: 0 0 .5em 0;
}
#sidebar p.signature {
  text-align: right;
  font-style: italic;
}
#sidebar h2 {
  margin: 10px 54px 0 27px;
  border-bottom: 1px solid #97BD00;
  padding: 0 0 0 0;
}

address {
  font-style: normal;
  font-size: 85%;
}

#search {
  margin-left: 12px;
  display: none;
}


/**************/
/*** Footer ***/


#footer {
  height: 90px;
  padding: 28px 0 0 64px;
  clear: both;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 85%;
  background: url(img/bgft.jpg) no-repeat 26px 0;
  color: white;
}
#footer a {
  font-weight: bold;
  text-decoration: none;
  color: white;
}
#footer a:hover {
  text-decoration: underline;
}

/**************/
/*** Images ***/

.pic {
  display: block;
  float: right;
  border: 6px solid #BAD457;
  margin: 5px 5px 5px 5px;
}
#sidebar img {
  display: block;
  float: right;
  border: 6px solid #BAD457;
  margin: 0 0 0 5px;
}
hr {
  width: 50%;
  margin: 1em auto;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #B2D100;
}