/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
        font-weight: bold;
        background: #fff;
        color: #333333;
        letter-spacing: 0.05em;
}

h1 {
  font-weight: normal;
}

a:link { 
  text-decoration: none; 
  color: #333333;
}
a:active { 
  text-decoration: none; 
}
a:visited { 
  text-decoration: none;
  color: #333333;
}
a:hover { 
  text-decoration: none; 
  color: #0099ff;
}

a img { 
  border: none; 
}

#menu {
  width: 178px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  float: left;
}

#menu .container {
  margin-left: 45px;
}

#menu a:hover {
  color: #333333;
}

#menu h1 {
  font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", serif;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  left: 60px;
  letter-spacing: 0em;
}

#menu h1#title-1 {
  top: 60px;
}

#menu h1#title-2 {
  top: 102px;
}

#menu div#menu-items {
  position: absolute;
  width: 133px;
  top: 215px;
  left: 45px;
}

#menu ul {
  list-style: none;
  margin: 0 0 21px 0;
  position: relative;
}

#menu ul li {
  position: relative;
  margin-bottom: 9px;
  overflow: hidden;
}

#menu ul li a {
  position: relative;
  left: 0px;
}

.nav-plus-wrapper {
  text-align: left;
  overflow: hidden;
  position: relative;
  left: 0px;
  width: 15px;
  float: left;
}

.nav-plus-wrapper span {
  position: relative;
  text-align: left;
  letter-spacing: 0em;
  float: left;
}

#content {
  height: 100%;
  top: 0;
  width: 700px;
  float: left;
}

#content .container {
}

#content p { 
  width: 450px; 
  margin-bottom: 0;
}

p {
    margin: 0 0 9px 0;
}

#img-container	{ 
  position: absolute;
  top: 60px;
  left: 178px;
  margin: 0; 
  padding: 0; 
  max-width: 1200px;
  #width: 1200px;
}

.random-image,
#slideshow-img-container {
  position: absolute;
  top: 60px;
  left: 277px;
  width: 700px;
  height: 675px;
}

#slideshow-img-container div {
}

#img-container p { 
  width: 400px; 
  margin: 0; 
  padding: 0 0 12px 0; 
}

.random-image,
.slideshow-img-wrapper-wrapper {
  width: 700px;
  height: 675px;
  display: table;
  text-align: center;
}

.random-image-img-wrapper,
.slideshow-img-wrapper {
  display: table-cell;
  vertical-align: middle;
  #position: absolute;
  #left: 0;
  #top: 50%;
}

.random-image-img-wrapper img,
.slideshow-img-wrapper img {
  #position: relative;
  #top: -50%;
}

.thumb-container {
  float: left;
  width: 200px;
  height: 150px;
  margin-bottom: 27px;
  display: table;
  #position: relative;
}

.thumb-container-inner {
  #position: absolute;
  #top: 50%;
  display: table-cell;
  vertical-align: middle;
}

.thumb-container-inner a {
  width: 200px;
  display: block;
  text-align: center;
  #position: relative;
  #top: -50%;
}

#gallery-content-div {
  position: absolute;
  left: 400px;
  top: 40px;
}

#gallery-content-div p {
  margin-bottom: 15px !important;
}

#slideshow-nav-div {
  width: 700px;
  position: absolute;
  left: 277px;
  top: 40px;
  text-align: right;
}

#slideshow-nav-div p {
  width: auto;
}

.page-content {
  position: absolute;
  left: 275px;
  top: 215px;
}

.page-content p {
  margin-bottom: 4px !important;
}

a.contact-link {
  text-decoration: underline;
  color: #333333;
}

a.contact-link:visited {
  text-decoration: underline;
  color: #333333;
}

a.contact-link:hover {
  color: #0099ff;
}

#once { clear: left; }

/* Colors for naviatigation plus signs */

#portfolio-1-plus {
  color: #ff33ff;
}

#portfolio-2-plus {
  color: #0099ff;
}

#portfolio-3-plus {
  color: #33cc00;
}

#portfolio-4-plus {
  color: #cc9900;
}

#portfolio-5-plus {
  color: #ff6699;
}

#portfolio-6-plus {
  color: #9966ff;
}

#portfolio-7-plus {
  color: #cc0066;
}

#portfolio-8-plus {
  color: #ff6600;
}

#portfolio-9-plus {
  color: #00cccc;
}

#portfolio-10-plus {
  color: #ff9933;
}

#portfolio-11-plus {
  color: #3399ff;
}

#news-1-plus {
  color: #996600;
}

#pages-1-plus {
  color: #669900;
}

#pages-2-plus {
  color: #333333;
}
