/*
Theme Name: Alexandrina
Theme URI: http://igraycon.com/
Description: Custom WordPress theme developed for Alexandrina
Version: 1.0
Author: Iain Gray
Author URI: http://igraycon.com/
Tags: custom
*/

* {
  margin: 0;
  padding: 0;
  font-family: "Verdana","Geneva",sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
  font-weight: bold;
  color: #8cc63f;
  font-size: 16px;
  line-height: 18px;
}
h1, h2, h1 a, h2 a {
  font-size: 24px;
  line-height: 26px;
  font-family: "Times New Roman", "Times", serif;
}
h2, h2 a {
  color: #acacac;
}
h5, h6, h5 a, h6 a {
  font-size: 16px;
  line-height: 18px;
  font-family: "Times New Roman", "Times", serif;
}
h6, h6 a {
  color: #acacac;
}

p, li, td, th, dd, dt, a, input, textarea {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

div.side p, div.side li, div.side td, div.side th, div.side dd, div.side dt, div.side a, div.side input, div.side textarea {
  font-size: 10px;
  line-height: 12px;
}

a {
  color: #8cc63f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

b, strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #8cc63f;
}

body {
  background-color: #fff;
}
div#page {
  width: 1024px;
  margin: 0 auto;
}
a#identity {
  display: block;
  background: transparent url(images/identity.png) no-repeat scroll top left;
  width: 140px;
  height: 0;
  padding-top: 88px;
  overflow: hidden;
  margin: 26px 0 24px 48px;
}
div#content {
  position: relative;
  padding: 106px 141px 0 48px;
  overflow: hidden;
}
div#content.home {
  padding: 0;
}
ul#topnav li {
  display: block;
  float: left;
  height: 23px;
  width: 136px;
  padding-top: 1px;
}
ul#topnav li a {
  font-size: 10px;
  line-height: 22px;
  text-decoration: none;
  font-weight: bold;
  color: #acacac;
}
ul#topnav.home li a, ul#topnav li.current_page_item a {
  color: #050505;
}
div#nav_container {
  background: transparent url(images/top_nav.png) repeat-x scroll top left;
  width: 549px;
  padding-left: 475px;
}
div#nav_container.home {
  background: transparent url(images/home_nav.png) repeat-x scroll top left;
  position: absolute;
  top: 330px;
}
div.clear {
  clear: both;
}
div#footer {
  margin: 62px 0 20px 48px;
}
div#footer p {
  font-weight: lighter;
  font-size: 6px;
  line-height: 10px;
}
div.side, div.main {
  float: left;
  margin-bottom: -5000px;
  padding-bottom: 5000px;
}
div.main {
  width: 407px;
}
div.side {
  width: 300px;
  padding-right: 128px;
  float: left;
}
p {
  margin-bottom: 20px;
}
p.clean {
  margin: 0;
}
div.side p.project, div.side p.project a {
  font-size: 14px;
  line-height: 18px;
}
img {
  margin-bottom: 4px;
}

/* this is for the about page only */
div#post-2 div.main h1, div#post-2 div.main h2, div#post-2 div.main h1 a, div#post-2 div.main h2 a {
  font-size: 20px;
  line-height: 22px;
}
