@charset "utf-8";
* {
  padding: 0;
  margin: 0
}

body {
  background: #eaeaea;
  color: #000000;
  font-family: Tahoma, Verdana, Arial, "Times New Roman";
  font-size: 12px;
  text-shadow: 1px 1px 0 #1a1a1a;
  -moz-text-shadow: 1px 1px 0 #1a1a1a;
  -webkit-text-shadow: 1px 1px 0 #1a1a1a
}

a {
  color: #000000;
  text-decoration: none;
  border: 0;
}

img {
  border: 0 !important
}

h1 {
  font-family: Tahoma, Verdana, Arial, "Times New Roman";
  font-size: 18px;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  margin-bottom: 20px
}

h2 {
  color: #ffffff;
  margin: 10px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Myriad Pro";
}

.clear {
  clear: both;
}

#top-menu a:hover {
  color: #d6f037
}

#top-bar {
  background: #363636 url('elements/top-bg.jpg') repeat-x;
  color: #ffffff;
  width: 100%;
  height: 66px;
  box-shadow: 0px 2px 15px #5d5d5d;
  -moz-box-shadow: 0px 2px 15px #5d5d5d;
  -webkit-box-shadow: 0px 2px 15px #5d5d5d
}

#top-title {
  background: #363636 url('elements/top-title.jpg') no-repeat;
  width: 293px;
  height: 66px;
  float: left
}

#top-menu {
  float: left;
  margin-top: 40px;
  text-transform: uppercase
}

#top-menu a {
  color: #ffffff;
  margin-right: 30px
}

#subscribe {
  position: absolute;
  top: 20px;
  right: 20px;
}

#subscribe input {
  padding: 5px;
  border: 1px solid #2d2d2d;
  background: #333333;
  width: 150px;
  color: #ffffff;
}

#subscribe input#email {
  border-right: none;
}

#subscribe input#go {
  border-left: none;
  padding: 4px;
  width: 20px;
}

#content_wrap {
  padding: 20px 0;
  text-align: center;
}

#content {
  text-align: justify !important;
  width: 90%;
  background: #f6f6f6;
  padding: 20px;
  margin: auto;
  border: 1px solid #dadada;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 1px 2px 2px #dadada;
  -moz-box-shadow: 1px 2px 2px #dadada;
  -webkit-box-shadow: 1px 2px 2px #dadada;
  text-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none
}

span.small-thumb
{
width:262px;
height:162px;
overflow: hidden;
display: inline-block;
margin: 0 22px 23px 0;
}


.boxgrid, .boxgrid2{
  display:block;
  position:relative;
  background:url('elements/thumb-small.png') no-repeat;
  width:262px;
  height:162px;
  margin-bottom: -155px;
}

.boxgrid2 {
  width: 250px;
  height: 150px;
  padding: 5px
}

.boxcaption{
  float: left;
  position: absolute;
  background: #000;
  height: 150px;
  width: 250px;
  opacity: 0;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

span.imgwrap {
  height: 150px;
  width: 250px;
  display: block;
  margin-bottom: -150px;
  overflow: hidden;
  padding-left: 5px
}

.captionfull .boxcaption {
  top: 5px;
  left: 5px
}

.boxcaption span {
  margin: 0 10px;
  color: #ffffff
}

.boxcaption span a {
  padding-left: 10px;
  text-transform: uppercase;
  color: #d6f037
}

#footer {
  background: #434343 url('elements/footer.jpg') repeat-x;
  margin-top: 30px;
  padding: 50px 0;
  text-align: center;
}

#footer-whole {
  width: 990px;
  margin: auto;
}

.footer-section {
  width: 250px;
  display: inline;
  float: left;
  text-align: right;
  verical-align: top;
  color: #ffffff;
  line-height: 2em;
  margin: 0 40px;
}

.about-section {
  line-height: normal;
  text-align: justify;
}

.footer-section h3 {
  width: 100%;
  text-align: left;
  font-size: 18px;
  color: #d6f037;
  border-bottom: 1px solid #d6f037;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.footer-section a {
  color: #ffffff;
}

.footer-section a:hover {
  color: #d6f037
}

#admin-upload {
  width: 40%;
  float: left;
  display: inline;
}

#admin-newsletter {
  width: 40%;
  float: right;
  display: inline;
}