/* BASE Stylesheet */
/* Written by Angelo Lakra */
/* <angelo.lakra@gmail.com>
/* October 2, 2008 */

/* ELEMENTS */

html, body {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url(/images/background.png) repeat;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 2px;
}

hr {
  background-color: #FFFFFF;
  height: 1px;
  border: none;
}

a, a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #E1ECF9;
  text-decoration: none;
}

a img {
  border: none;
}

input.browsetext {
  color: #A8A8A8;
  width: 400px;
}

#container {
  margin: 0 auto;
  width: 900px;
}

#header {
  height: 30px;
  width: 100%;
}

#menu {
  float: right;
}

#menu ul {
  margin: 0;
}

#menu ul li {
  display: inline;
  list-style-type: none;
  margin-left: 10px;
}

#menu,
#logo {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
}

#stage {
}

#stage h3 {
  font-size: 12px;
}


#stage img {
  padding: 8px;
  background: #ffffff;
}

div.buffer-top {
  margin-top: 4px;
}

#carousel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#carousel ul li {
  display: inline;
}

#light-box {
  text-align: center;
}

#top-part {
  position: relative;
  width: 900px;
  height: 162px;
  margin-bottom: 12px;
}

#image-one {
  position: absolute;
  left: 0px;
}

#image-two {
  position: absolute;
  left: 274px;
}

#image-three {
  position: absolute;
  left: 458px;
}

#image-four {
  position: absolute;
  left: 730px;
}

#middle-part {
  position: relative;
}

#middle-part-one {
  position: absolute;
  left: 0px;
}

#middle-part-two {
  position: absolute;
  left: 274px;
}

#middle-part-three {
  position: absolute;
  left: 612px;
}

#actions {
  clear: both;
}

#footer {
  clear: both;
  font-size: 12px;
}

#sourcebox-images {
  position: relative;
}

#default-dropbox,
#dropbox {
  border: 2px solid #000000;
  padding: 2px;
  margin-bottom: 10px;
  background-color: #555555;
  width: 100%;
  height: auto;
  min-height: 210px;
}

#default-dropbox {
  width: 120px;
  min-height: 120px;
}

#default-dropbox-legend,
#dropbox-legend {
  height: 20px;
  width: 100%;
}

#default-dropbox-legend {
  height: auto;
  min-height: 100px;
  width: 100%;
}

#dropbox-contents {
  height: auto;
  min-height: 190px;
  width: 100%;
}

#default-dropbox-contents {
  height: auto;
  min-height: 100px;
  width: 100%;
}

.actionbar {
  margin: 10px 0 10px 0;
  width: 100%;
}

.sample {
  position: relative;
}


#caption {
  margin-bottom: 8px;
}

.caption {
  font-size: 11px;
  font-family: "Trebuchet MS", Verdana, serif;
  position: absolute;
  color: #000000;
  background-color: #ffffff;
  right: 8px;
  bottom: 0px;
  margin-bottom: 8px;
  padding: 2px 0 0 4px;
}

.photo-box {
  position: relative;
  float: left;
  display: inline;
  width: 80px;
  height: 90px;
  padding: 0px 16px 0px 0;
  background-color: #ffffff;
  margin: 0px 4px 4px 0px;
}

.photo-box div {
  position: absolute;
  width: 92px;
  bottom: 2px;
  padding-left: 4px;
}

.photo-box div a {
  color: #000000;
}

.photo-box div a:hover {
  color: #6a6a6a;
}

.box {
  position: relative;
  float: left;
  display: inline;
  width: 160px;
  height: 100px;
  padding: 0px;
  margin: 0px 10px 50px 0px;
}

.box img {
  display: block;
}

.box ul {
  margin: 0;
  padding: 0;
}

.box ul li {
  list-style-type: none;
  margin-top: 2px;
}

.removelink {
  width: 100%;
  float: right;
  text-align: center;
  color: #000000;
}