/* Tags */
* {
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
  background-color: #ffffff;
  font-size: 80%;
  margin: 2em;
}
h1 {
  margin: 0 0 1em 0;
  padding: 0 50px 0 50px;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  color: #000000;
  background-image: url("../images/common/neme.gif");
  background-position: top left;
  background-repeat: no-repeat;
  height: 42px;
}
.h1text {
  display: none;
}
h2 {
  margin: 0 0 1em 0;
  padding: 0;
  border: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
}
h3 {
  margin: 0 0 1em 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}
div {
  margin: 0;
  padding: 0;
  border: 0;
}
p {
  margin: 0 0 1em 0;
  padding: 0;
  border: 0;
}
img {
  border: 0;
}
ul {
  margin: 0 0 1em 0;
  padding: 0;
  border: 0;
}
li {
  margin-left: 1.2em;
}
a {
  color: #6699ff;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/* Common */
.main,
.footer {
  padding: 0 50px 0 50px;
}
.portfoliopage .main {
  padding: 0 22px 0 50px;
}

ul.menu {
  margin: 0 0 1em 0;
  padding: 0 50px 0 50px;
  border: 0;
  word-spacing: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: lowercase;
}
ul.menu li {
  list-style: none;
  display: inline;
  margin-left: 0;
}
ul.menu li a {
  text-decoration: none;
}
ul.menu li a:hover {
  text-decoration: underline;
}
.homepage      ul.menu li#homemenuoption      a,
.portfoliopage ul.menu li#portfoliomenuoption a,
.aboutpage     ul.menu li#aboutmenuoption     a,
.contactpage   ul.menu li#contactmenuoption   a {
  color: #cccccc;
}
.homepage      ul.menu li#homemenuoption      a:hover,
.portfoliopage ul.menu li#portfoliomenuoption a:hover,
.aboutpage     ul.menu li#aboutmenuoption     a:hover,
.contactpage   ul.menu li#contactmenuoption   a:hover {
  color: #6699ff;
}

.article,
.footer {
  padding-bottom: 1em;
  clear: both;
}

.footer {
  font-size: 0.7em;
  border-top: 1px dashed black;
  padding-top: 1em;
}

/* Project boxes */        
div.projectImage,
div.newsimage {
  width: 220px;
  height: 170px;
  background-image: url("../images/common/mediumbox.gif");
  background-position: top left;
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
div.newsimage {
  float: right;
  margin-left: 20px;
}
div.projects {
  
}
div.project {
  margin: 30px 60px 0 -7px;
  height: 310px;
  width: 220px;
  float: left;
  font-size: 1em;
  color: #333333;
}
div.projectTitle {
  margin: 15px 7px 0px 7px;
  font-weight: bold;
  font-size: 1em;
  text-transform: lowercase;
}
html>body div.projectTitle {
  margin-top: 5px;
}
div.projectDescription {
  margin: 10px 7px 0px 7px;
  height: 48px;
}
div.projectCredit {
  margin: 10px 7px 0px 7px;
  font-size: 0.7em;
}
html>body div.projectCredit {
  margin-bottom: 1em;
}
div.projectTitle a,
div.projectCredit a {
  text-decoration: none;
}
div.projectTitle a:hover,
div.projectCredit a:hover {
  text-decoration: underline;
}
input,
textarea {
   color: #6699ff;
}
input.text,
textarea {
  width: 450px;
  font-size: 12px;
}
html>body input.button {
  padding: 5px;
}
textarea.contact {
  height: 54px;
}
textarea.message {
  height: 108px;
}
.error {
  color: #ff0000;
  font-weight: bold;
}

