body {
  font-family: Arial, sans-serif;
}

button {
  background-color: #9accff;
  border: 0;
  color: #fff;
  width: 180px;
  display: inline;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 75%;
}

.spacer,
.row {
  clear: both;
}

.spacer {
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}


h1, h2, h3, h4, p {
  padding: 0 .3em;
}

h1, h2, h3, h4 {
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: .5em;
}

h4 {
  font-size: 95%;
}

p {
  font-size: 90%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.half {
  width: 50%;
}

.petra-current {
  color: #9a9a9a !important;
}

address {
  font-size: 75%;
  padding: 1em;
}
/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *   navigation
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/

#petra-nav-1 {
  padding-top: .5em;
  background-color: #fe7a3f;
}

#petra-nav-2 {
  background-color: #fea140;
}

#petra-nav-3 {
  background-color: #fed55b;
}

.petra-nav li {
  float: left;
  padding: .1em 3.4em 0 .5em;
  width: 5%;
}

.petra-nav a {
  color: #fffdfc;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-size: 70%;
  letter-spacing: 1px;
}

.petra-nav a:hover {
  text-decoration: underline;
}

/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *   #bd
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/
#bd {
  background: url(../img/petra-home-bg.png) #fff top center no-repeat;
  height: 774px;
}

#bd a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

#bd a:hover {
  text-decoration: underline;
}

/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *   sidebars
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/

.petra-sidebar {
  padding: 1em;
  background-color: #fff;
  color: #9accff;
  height: 725px;
  width: 125%;
}

.petra-sidebar h2 {
  color: #9accff;
  text-transform: uppercase;
  border-bottom: 1px solid #9accff;
  margin-bottom: .5em;
  font-size: 120%;
}

/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *   home
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/

#petra-home-photo {
  text-align: center;
}

.petra-home-box {
  padding: .3em;
}
.petra-home-feature-box,
.petra-home-box {
  margin: .2em 0;
  background-color: #9accff;
  color: #fff;
}

#petra-home-news-links .right {
  width: 50%;
}
.petra-home-box .right {
  width: 75%;
}

.petra-home-feature-box {
  width: 49.5%;
  height: 25em;
}

#petra-home-news-links {
}

#petra-home-news-links li {
  float: left;
  width: 2em;
}

/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *   gallery
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/
.petra-pc-list {
  background-color: #fff;
  letter-spacing: 1px;
  min-height: 180px;
}

.petra-pc-list h3 {
  color: #9accff;
}

#bd .petra-pc-list a {
  color: #dcdcdc;
  text-transform: uppercase;
  padding-left: .3em;
}

.petra-photo-list li {
  display: inline;
}

/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *   forum
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/
#petra-forum-container {
  background: url(../img/petra-forum-bg.png) #fff left center no-repeat;
  color: #dcdcdc;
  height: 180px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

#petra-forum-container h2,
#petra-forum-container a {
  color: #9accff;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 120%;
  letter-spacing: 1px;
}

#petra-forum-container h2,
#petra-forum-container p {
  padding: 1em 2em;
  font-size: 100%;
}

/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *   links
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/
#petra-links-container {
  background-color: #fff;
  color: #dcdcdc;
  height: 180px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

#petra-links-container h2,
#petra-links-container a {
  color: #9accff;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 120%;
  letter-spacing: 1px;
}

#petra-links-container h2,
#petra-links-container p {
  font-size: 100%;
}

#petra-links-container ul {
  margin-top: 1em;
  padding: 1em;
}

#petra-links-container a img {
  border: 1px solid #dcdcdc;
}

#petra-links-list-container {
  background-color: #fff;
}

/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *   contact
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/
#petra-contact-container {
  background-color: #fff;
  color: #dcdcdc;
  height: 180px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

#petra-contact-container h2,
#petra-contact-container a {
  color: #9accff;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 120%;
  letter-spacing: 1px;
}

#petra-contact-container h2,
#petra-contact-container p {
  font-size: 100%;
}

#petra-contact-container ul {
  padding: 0 0.3em;
}

#petra-contact-container ul li a {
  font-size: 100%;
  color: #dcdcdc;  
}

#petra-contact-container a img {
  border: 1px solid #dcdcdc;
}

#petra-contact-list-container {
  background-color: #fff;
}

#petra-contact-container h3 {
  color: #9accff;
}

#petra-contact-container h4,
#petra-contact-container address {
  color: #666;
}

.petra-address-list li {
  float: left;
}

/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *   videos
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/
#petra-videos-container {
  background-color: #fff;
  color: #dcdcdc;
  height: 180px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

#petra-videos-container img {
  position: relative;
  left: 15%;
}

#petra-videos-container h2,
#petra-videos-container a {
  color: #9accff;
  text-transform: uppercase;
  margin-bottom: .5em;
  font-size: 120%;
  letter-spacing: 1px;
}

#petra-videos-container ul li a {
  font-size: 100%;
  color: #dcdcdc;  
}


#petra-videos-container h2,
#petra-videos-container p {
  font-size: 100%;
}

#petra-videos-container ul {
  margin-top: 1em;
  padding: 0 0.4em;
}

#petra-videos-container a img {
  border: 1px solid #dcdcdc;
}

#petra-videos-list-container {
  background-color: #fff;
}

/********************************
 *  *  *  *  *  *  *  *  *  *  *  *  *  news 
 *   *   *   *   *   *   *   *   *   *   *   *   ********************************/
.petra-news-detail {
  background-color: #fff;
}

.petra-news-detail .petra-pc-list p {
  text-transform: uppercase;
  font-weight: bold;
  color: #ddd;
  font-size: 105%;
}

.petra-news-detail p,
.petra-news-detail h4 {
  color: #666;
}

.petra-personal {
  color: #9accff;
  letter-spacing: 1px;
}

.petra-personal p {
  margin: 3em 0;
}

.petra-personal p {
  font-size: 120%;
}

.petra-personal a {
  color: #999 !important;
}

.petra-personal img {
  padding: 0 .5em;
}

/*
 *  *  *  *  *  *  *  *  *  *  *  * jCarousel
 *   *   *   *   *   *   *   *   *   *   *   */
.jcarousel-scope {  
    width: 255px;
    -moz-border-radius: 10px; 
}
.jcarousel-list li { 
    width: 180px; 
    height: 180px;
    margin-right: 0;
}
.jcarousel-list li img { 
}
.jcarousel-list li a { 
    display:block;  
    outline: none;
    -moz-outline:none;
}
.jcarousel-list li a:hover { 
}
.jcarousel-prev,
.jcarousel-next {  
    cursor: pointer;
}
.jcarousel-next {
    text-align: right;
}
.jcarousel-prev {
    text-align: left;
}
.jcarousel-next-disabled,
.jcarousel-prev-disabled { 
    cursor: default; 
    background-color: #ddd;
    visibility: hidden;
}
.loading { 
    position: absolute; 
    top: 0px;
    right: 0px; 
    display: none; 
}

#petra-carousel {
  text-align: right;
  width: 540px;
}