/* STANDARD */
html {
  height: 100%;
  width: 100%;
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.70em;
  color: #333333;
  text-align: center;
  background-color: #333333;
  font-family: Helvetica, Arial, Verdana;
  background: #FFFFFF url(img/website/background.png) 0 0 repeat;
}

img {
  border: 0;
}
a {
  outline: none;
  color: #333333;
  text-decoration: underline;
}
a:visited {
  color: #666666;
  text-decoration: underline;
}
a:hover, a:active {
  color: #EC008C;
  text-decoration: none;
}
br {
  clear: left;
}

/* 	MAIN 	*/
#horizon{
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  display: block;
}
#container {
  width: 1024px;
  height: 576px;
  top: -288px;
  display: block;
  margin-left: -512px;
  left: 50%;
  position: absolute;
  text-align: left;
  background-image: url(img/website/background.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
}

/* MENU */
#nav {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 110px;
  display: inline-block;
}
#nav #logo {
  width: 158px;
  height: 47px;
  margin: 50px 0 30px 40px !important;
  margin: 50px 0 30px 20px;
  background: url(img/website/logo.png) 0px 0px no-repeat;
  display: block;
  float: left;
}
#nav a {
  font-size: 0.1em;
  line-height: 0.1em;
  height: 14px;
  float: left;
  margin: 60px 0 5px 13px;
  padding: 0;
  display: block;
}
#nav a.about, #nav a.aboutA {
  width: 47px;
  background-image: url(img/website/button-about.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#nav a:hover.about, #nav a:active.about, #nav a:focus.about{
  background-position: 0 -14px;
}
#nav a.aboutA{
  background-position: 0 -14px;
}

#nav a.projects, #nav a.projectsA {
  width: 107px;
  background-image: url(img/website/button-latestprojects.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#nav a:hover.projects, #nav a:active.projects, #nav a:focus.projects{
  background-position: 0 -14px;
}
#nav a.projectsA{
  background-position: 0 -14px;
}

#nav a.logos, #nav a.logosA {
  width: 47px;
  background-image: url(img/website/button-logos.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#nav a:hover.logos, #nav a:active.logos, #nav a:focus.logos{
  background-position: 0 -14px;
}
#nav a.logosA{
  background-position: 0 -14px;
}

#nav a.posters, #nav a.postersA {
  width: 59px;
  background-image: url(img/website/button-posters.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#nav a:hover.posters, #nav a:active.posters, #nav a:focus.posters{
  background-position: 0 -14px;
}
#nav a.postersA{
  background-position: 0 -14px;
}

#nav a.tshirts, #nav a.tshirtsA {
  width: 57px;
  background-image: url(img/website/button-tshirts.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#nav a:hover.tshirts, #nav a:active.tshirts, #nav a:focus.tshirts{
  background-position: 0 -14px;
}
#nav a.tshirtsA{
  background-position: 0 -14px;
}

#nav a.photos, #nav a.photosA {
  width: 54px;
  background-image: url(img/website/button-photos.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#nav a:hover.photos, #nav a:active.photos, #nav a:focus.photos{
  background-position: 0 -14px;
}
#nav a.photosA{
  background-position: 0 -14px;
}

#nav a.random, #nav a.randomA {
  width: 57px;
  background-image: url(img/website/button-random.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#nav a:hover.random, #nav a:active.random, #nav a:focus.random{
  background-position: 0 -14px;
}
#nav a.randomA{
  background-position: 0 -14px;
}

#nav a.guestbook, #nav a.guestbookA {
  width: 76px;
  background-image: url(img/website/button-guestbook.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#nav a:hover.guestbook, #nav a:active.guestbook, #nav a:focus.guestbook{
  background-position: 0 -14px;
}
#nav a.guestbookA{
  background-position: 0 -14px;
}

#nav a.contact, #nav a.contactA {
  width: 59px;
  background-image: url(img/website/button-contact.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#nav a:hover.contact, #nav a:active.contact, #nav a:focus.contact{
  background-position: 0 -14px;
}
#nav a.contactA{
  background-position: 0 -14px;
}
#nav a.magazine, #nav a.magazineA {
  width: 87px;
  height: 87px;
  position: absolute;
  margin: 0;
  padding: 0;
  right: 40px;
  top: 25px;
  background-image: url(img/website/button-magazine.png);
  background-position: 0 -87px;
  background-repeat: no-repeat;
}
#nav a:hover.magazine, #nav a:active.magazine, #nav a:focus.magazine{
  background-position: 0 0;
}
#nav a.magazineA{
  background-position: 0 0;
}

/* CONTENT */
#content {
  width: 740px;
  margin: 10px 0 0 147px;
  padding: 0;
  display: block;
}
#content div {
  float: left;
  display: block;
}
#content div.news {
  margin-right: 25px;
}
#content div#process {
  margin-left: 25px;
  width: 416px;
}
#content div#magazine {
  margin-left: 80px;
}
#content div#thumbs {
  margin-top: 50px;
}
#content div#gbMessages {
  margin-left: 150px !important;
  margin-left: 50px;
}
#content div#gbForm {
  margin-left: 15px;
}
#gbForm {
  color: #FFFFFF;
}
#content div#contactForm{
  margin-left: 180px !important;
  margin-left: 80px;
}
#contactForm span {
  color: #FFFFFF;
  margin-left: 10px;
}
#process span {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
#process #nav_photo {
  right: 8px;
  font-weight: normal;
  margin-top: -13px;
  position: absolute;
  color: #CCCCCC;
}
#nav_photo a {
  color: #666666;
  text-decoration: none;
}
#nav_photo a:hover, #nav_photo a:active {
  color: #EC008C;
}
#process img {
  margin-bottom: 6px;
  width: 440px;
  height: 170px;
}

#content h1, h2 {
  font-size: 1.0em;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #EC008C;
  margin: 0;
  padding: 3px 15px 3px 15px;
  display: inline;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#content h2 {
  background-color: #000000;
  border: 2px solid #EC008C;
}
#content p {
  display: inline-block;
  background-color: #FFFFFF;
  margin: -10px 0 20px 10px;
  padding: 18px 15px 15px 15px;
  position: relative;
  z-index: 1;
  line-height: 1.3em;
  text-align: justify;
}
#content p#photo {
  padding: 8px;
  font-size: 0.85em;
  height: 185px;
}
#content p#welcome {
  width: 180px;
  height: 168px !important;
  height: 172px;
}
#content p.news_message {
  width: 180px;
  height: 130px;
  text-align: left;
}
#content p#contactinfo {
  width: 300px;
}
#content .img_news {
  width: 180px;
  height: 50px;
  position: absolute;
  bottom: 15px;
}
#content p.gbMessage {
  width: 300px;
  height: 70px;
}
#content hr {
  width: 700px;
  border: 1px solid #FFFFFF;
  margin: 0 0 25px 10px;
  clear: both;
  display: block;
}

#content a.thumb {
  width: 150px;
  height: 70px;
  border: 5px solid #FFFFFF;
  margin: 12px !important;
  margin: 7px;
  padding: 0;
  display: block;
  float: left;
}
#content a.thumb:hover, #content a.thumb:active, #content a.thumb:focus {
  border: 5px solid #EC008C;
}
#content img.thumb_img {
  width: 150px;
  height: 70px;
  margin: 0;
  padding: 0;
}

#content #next_button {
  margin: 0 155px 40px 0;
  padding: 3px 6px 3px 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  text-decoration: none;
}
#content #next_button:hover, #content #next_button:active {
  color: #EC008C;
}
#content #prev_button  {
  margin: 0 0 40px 160px;
  padding: 3px 6px 3px 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  text-decoration: none;
}
#content #prev_button:hover, #content #prev_button:active {
  color: #EC008C;
}
#content #next_button_gb {
  margin: 0 390px 40px 0;
  padding: 3px 6px 3px 6px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFFFFF;
  text-decoration: none;
}
#content #next_button_gb:hover, #content #next_button_gb:active {
  color: #EC008C;
}
#content #prev_button_gb  {
  margin: 0 0 40px 310px;
  padding: 3px 6px 3px 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  text-decoration: none;
}
#content #prev_button_gb:hover, #content #prev_button_gb:active {
  color: #EC008C;
}
#content #pages  {
  margin: 0 0 40px 450px;
  padding: 3px 6px 3px 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
}

/* FOOTER */
#footer {
  position: relative;
  top: 270px;
  color: #666666;
  font-size: 0.8em;
}

/* FORM */
#gbForm form {
  width: 180px;
}
#gbForm input {
  width: 180px;
  height: 15px;
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 0.9em;
  font-family: Helvetica, Arial, Verdana;
}
#gbForm input#form_captcha {
  width: 82px;
  float: left;
  margin-top: 6px;
}
#gbForm label {
  width: 180px;
  margin: 4px 0 0 0;
  padding: 0;
  display: inline-block;
  color: #FFFFFF;
}
#gbForm label#label_code {
  width: 90px;
  height: 20px;
  margin-top: 6px;
  float: left;
}
#gbForm textarea {
  width: 180px;
  height: 100px;
  font-size: 0.9em;
  font-family: Helvetica, Arial, Verdana;
}
#gbForm button {
  float: right;
  color: #FFFFFF;
  background-color: #EC008C;
  margin: 0 3px 0 0;
  font-size: 0.9em;
  padding: 1px 4px 1px 4px;
  border: 3px solid #EC008C;
}
#gbForm button:hover, #gbForm button:active {
  background-color: #000000;
  cursor: pointer;
}

#contactForm form {
  width: 330px;
  padding-top: 10px;
  margin-left: 10px;
}
#contactForm input {
  width: 170px;
  height: 15px;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0.9em;
  font-family: Helvetica, Arial, Verdana;
  display: inline-block;
  float: left;
}
#contactForm input#form_captcha {
  width: 40px;
  float: left;
  margin-top: 6px;
}
#contactForm label {
  width: 90px;
  margin: 4px 0 0 0;
  padding: 0;
  display: inline-block;
  color: #FFFFFF;
  float: left;
}
#contactForm label#label_code {
  height: 20px;
  margin-top: 6px;
}
#contactForm textarea {
  width: 235px;
  height: 130px;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  font-family: Helvetica, Arial, Verdana;
  display: inline-block;
  float: left;
}
#contactForm button {
  float: right;
  color: #FFFFFF;
  background-color: #EC008C;
  margin: 5px 3px 0 0;
  font-size: 0.9em;
  padding: 1px 4px 1px 4px;
  border: 3px solid #EC008C;
}
#contactForm button:hover, #contactForm button:active {
  background-color: #000000;
  cursor: pointer;
}

/* lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 25px auto auto auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/website/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/website/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 60%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 101px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
