/* Reset */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,  
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {  
    margin: 0; padding: 0; border: 0; outline: none;  list-style: none;
}

/* Basic */

body { 
    /* font: 11px 'Helvetica', Arial, sans-serif; */
    font: 11px "Trebuchet MS", "Geneva CE", lucida, sans-serif; 
    text-align: center;
    margin: 0;
    padding: 0;
    color: #777;
    background: #000 url("../img/bg.jpg") top center no-repeat;
}

img {
    border: none;
}
.cBoth {
    clear: both;
}
.hidden {
    display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* Links */

a {
    color: #16a4d5;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

abbr { 
    color: #16a4d5;
    border-bottom: 1px dotted #16a4d5;
    margin: 0 10px 0 0;
}
/* Structure */

#wrapper {
    position: relative;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 984px;
    text-align: left;
}

#header {
    background: transparent url("../img/2e2e2e.png") left bottom repeat-x;
    height: 90px;
    margin: 0;
    padding: 60px 0 0 0;
    position: relative;
    width: 984px;
}

#content {
    float: left;
    margin: 0;
    padding:0;
    position: relative;
    width: 984px;
}

#compass {
    float: left;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    width: 984px;
}


#leftBar {
    margin: 0;
    padding: 0 0 20px 0;
    width: 200px;
    float: left;
}

#rightBar {
    margin: 0;
    padding: 0 0 30px 50px;
    width: 650px;
    float: left;
}

#footer {
    background: transparent url("../img/2e2e2e.png") top left repeat-x;
    float: left;
    height: 20px;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0 0 50px 0;
    text-align: right;
    width: 984px;
}


/** Typography **/


/* header */

/* Phark Method */
#header h1 {
    background: transparent url("../img/logo.png") center left no-repeat;
    height:66px;
    margin: 0;
    width:370px;
    
}
#header h1 a {
    text-indent:-9999em;
    display:block;
    width:370px;
    height:66px;
}

/* my method */
/*
#header h1 {
    position: absolute;
    left: 0px;
    top: 60px;
    margin: 0;
    padding: 0;
    z-index: 1;
}

#header h1 a {
    display: block;
    width: 370px;
    height: 66px;
    margin: 0;
    padding: 0;
    background: transparent url("../img/logo.png") center left no-repeat;
}

#header h1 a span {
    display: none;
}
*/

/* Gilder/Levin Method */
/*
#header h1 a {
    display:block;
    width:370px;
    height:66px;
    position:relative;
}

#header h1 a span {
    position:absolute;
    width:100%;
    height:100%;
    background: transparent url("../img/logo.png") center left no-repeat;
    cursor:pointer;
}
*/


/* menu */
ul#nav {
    margin: 0;
    padding: 10px 0 30px 0;
    list-style: none;    
    float:left;
}

ul#nav li {
    background: transparent url("../img/2e2e2e.png") left bottom repeat-x;
}

ul#nav li a {
    color: #555;
    background: transparent url("../img/arrow.png") center right no-repeat;
  display: block;
  font-size: 11px;
    font-weight: normal;
    height: 30px;
  line-height: 30px;
  margin: 0;
    padding: 0 10px 0 0;    
    text-align: right;
    text-decoration: none;
    width: 190px;
}

ul#nav li a:hover, ul#nav li.active a {
    color: #777;
    background: transparent url("../img/arrow-red.png") center right no-repeat;
}

ul#nav li ul {
  display:none;
  list-style: none;
}

ul#nav li.active ul {
  display: block;
  list-style: none;
}
ul#nav li.active li a {
  background: transparent url("../img/arrow-right.png") center left no-repeat;
  color: #555;
  list-style: none;    
  text-align: left;    
  padding: 0 0 0 10px;
    width: 170px;
}
ul#nav li.active li {
    background: transparent url("../img/2e2e2e.png") left top repeat-x;
}

ul#nav li.active li a:hover, ul#nav li.active li.active a   {
    color: #777;
    background: transparent url("../img/arrow-red-right.png") center left no-repeat;
}

/* languageselection */
#languageselection {
  position: absolute;
  top: 0;
  right: 0;
}
#languageselection ul {
  list-style: none;
  width: 52px;
}

#languageselection ul li {
  float:left;
}

#languageselection ul li a {
  background-color: #222;
  border: 1px solid #2e2e2e;
  color: #444;
  float: left;
  height: 20px;
  line-height: 20px;
  list-style: none;
  margin: 0 0 0 4px;
  text-align: center;
  width: 20px;
}
#languageselection ul li a:hover,
#languageselection ul li.active a {
  border: 1px solid #444;
  color: #777;
  text-decoration: none;
  
}

/* Images */

img.right {
    float: right;
    margin: 0 0 3px 10px;
    padding: 5px 0 0 0;
    border: none;
}

img.left {
    float: left;
    margin: 0 10px 3px 0;
    padding: 5px 0 0 0;
    border: none;
}

img.imgRight {
    background: #313131 url("../img/img-bg2.png") top left repeat-x;
  border:none;
    float: right;
    margin: 0 0 3px 20px;
    padding: 8px;
}

img.imgLeft {
    background: #313131 url("../img/img-bg2.png") top left repeat-x;
  border:none;
  float: left;
    margin: 0 20px 3px 0;
    padding: 8px;
}

.headimg img,
img.imgRam,
img.link {
    margin: 0;
    padding: 8px;
    background: #313131 url("../img/img-bg2.png") top left repeat-x;
    border:none;
}


/* Typography */

#rightBar h2 {
    color: #fff;    
    font-size: 340%; 
    font-weight: normal;
  margin: 0;
    padding: 30px 0;

}

#rightBar h3 {
  color: #fff;
    font-size: 160%;
    font-weight: normal;
      
}

#rightBar h3.view {
  background-image: url("../img/h3.png");
  cursor: pointer;
  height: 40px;
    line-height: 40px;
    margin: 0 0 1px 0;
    padding: 0 0 0 38px;
}

#detail #rightBar h2 {
    float: left;
    width: 570px;
}

h3.plus {
  background-position: 0 0;
}

h3.minus {
  background-position: 0 -40px;
}

#rightBar h2 span,
#rightBar h3 span {
    color: #555;
    margin: 0;
    padding: 0 0 0 10px;
    font-weight: normal;
}

#rightBar h4 {
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: normal;
    font-size: 150%;
    color: #fff;
}

#rightBar p {
    margin: 5px 0 10px 0;
    padding: 0;
    line-height: 1.7em;
}
/* leftBar */
#leftBar h2,
#leftBar h3 {
    color: #333;
    margin: 25px 0 5px 0;
    padding: 0;
    font-size: 180%; 
    font-weight: normal;
}

#leftBar p {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.7em;
}

#footer p {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 90%;
}

/* list menu */
ul.listMenu {
    margin: 0 0 8px 5px;
    padding: 0;
    list-style: none;
}

ul.listMenu li {
  background: transparent url("../img/square.png") 0px 7px no-repeat;
    margin: 0;
    padding: 3px 0 3px 20px;
    line-height: 1.7em;
}

ul.listMenu a:hover {
    background-color: #eee;
}

/* portfolio gallery */
ul.gallery {
  /*float: left;*/
  list-style: none;    
    margin: 0;
    padding: 0;
    width: 650px;
}

ul.gallery li.first {
}

ul.gallery li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 20px 30px 0;
    padding: 0;
    position: relative;
    width: 300px;
}

ul.gallery li a {
    background: #222 url("../img/img-bg.png") top left repeat-x;
    display: block;
    margin: 0;
    padding: 8px;
    text-decoration: none;
    text-align:center;
    width: 240px;
}

ul.gallery li a img {
    border-right: 2px solid #3d3e39;
    border-bottom: 2px solid #3d3e39;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

ul.gallery li a:hover {
  background-position: bottom left;
    text-decoration: none;
}

ul.gallery li dl a,
ul.gallery li dl a img {
  background:none;
  border: none;
  margin: 0;
  padding: 0;
  text-align:left;
}

ul.gallery dl.legend {
    background:black none repeat scroll 0 0;
    bottom:10px;
    display:none;
    height:0;
    padding: 10px;
    position:absolute;
    left: 8px;
    width:220px;
    z-index: 1000;
}

ul.gallery dl.legend dt,
ul.gallery dl.legend dd {
    margin: 0;
    padding: 0;    
}

ul.gallery dl.legend dt {
    font-weight: normal;
}

ul.gallery dl.legend dd {
    margin: 0 0 0 30px ;
    padding: 0;
}

ul.gallery dl.legend dt {  
    clear: left; 
    color: #bbb;
    float: left;
    font-weight: normal;
    text-align: left;
    width: 50px; 
} 

dl.legend dd {

}



/* legend */
dl.legend {
    background:black none repeat scroll 0 0;
    bottom:14px;
    display:none;
    height:0;
    padding: 10px;
    position:absolute;
    left: 8px;
    width:220px;
    z-index: 1000;
}

dl.legend dt,
dl.legend dd {
    margin: 0;
    padding: 0;    
}

dl.legend dt {
    font-weight: normal;
}

dl.legend dd {
    margin: 0 0 0 30px ;
    padding: 0;
}

dl.legend dt {  
    clear: left; 
    color: #bbb;
    float: left;
    font-weight: normal;
    text-align: left;
    width: 50px; 
} 

dl.legend dd a:hover {
    text-decoration: underline;
}

/* detailegend */

.date {
    background: transparent url("../img/date-bg.png") top left no-repeat;
    float: right;
    height: 112px;
    width: 72px;
}

.month {
    font-size: 30px;
    margin-top: 30px;
}

.year {
    font-size: 24px;
}

.month, .year {
    color: #555;
    display: block;
    line-height: 30px;
    text-align: center;
    width: 72px;
}

dl.detailegend {
    float: left;
    padding: 0 0 15px 0;
    width: 577px;
}

dl.detailegend dt,
dl.detailegend dd {
    margin: 0;
    padding: 5px 0;
}

dl.detailegend dt {
    font-weight: normal;
}

dl.detailegend dd {
    margin: 0 0 0 30px ;
    
}

dl.detailegend dt {
    clear: left;
    color: #fff;
    float: left;
    font-weight: normal;
    text-align: left;
    width: 70px;
}

dl.detailegend dd {

}

/* legend */
ul.portfolio dl.legend {
    background:black none repeat scroll 0 0;
    bottom:80px;
    display:none;
    height:0;
    padding: 10px;
    position:absolute;
    left: 0;
    width:220px;
    z-index: 1000;
}

/* portfolio gallery detail*/
ul.detail {
    float: left;
    list-style: none;    
    margin: 0;
    padding: 0;
    width: 650px;
}

ul.detail li.first {
}

ul.detail li {
    display: block;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    position: relative;
    width: 650px;
}

ul.detail li a {
    /*background-color: #000;*/
    background: transparent url("../img/imgBgPattern.png") top left;
    display: block;
    margin: 0;
    padding: 9px 8px 12px 9px;
    text-decoration: none;
    text-align:center;
}

ul.detail li a img {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

ul.detail li a:hover {
  background: transparent url("../img/imgBgPatternHover.png") top left;
  background-position: top left;
    text-decoration: none;
}

/* portfolio jcarousel legend*/
ul.portfolio li strong {
    color: #c6c7c7;
    font-weight: normal;
}

ul.portfolio li {
  position: relative;
}

ul.portfolio li span.legend {
    background:black none repeat scroll 0 0;
    bottom:80px;
    display:none;
    height:0;
    padding:10px;
    position:absolute;
    left: 0;
    width:220px;
    z-index: 1000;
}

a.view-all {
      background: transparent url("../img/view-all.png") top right;
    color: #555;
    display: block;
    float: right;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 10px;
    width: 70px;
}

.view a:hover {
      background-position: bottom right;
}

a.view-all span {
  display: none;
}


/* leftThumbs */

#leftThumbs {
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
}

#leftThumbs li {
    float: left;
    margin: 0;
    padding: 0;
}

#leftThumbs li a {
    float: left;
    border: 3px solid #333;
    margin: 0 5px 5px 0;
    padding: 0;
    width: 55px;
    height: 34px;
}

#leftThumbs li a img {
    margin: 0;
    padding: 0;
}

#imgPreviewWithStyles {
    background: #222;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
}

/* Text below image */
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}


#tooltip {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    background: none repeat scroll 0 0 rgba(34, 34, 34, 0.85);
    border: 1px solid #000;
    
    color: #fff;
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;

	padding: 10px;
	opacity: 1;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip span { 
    padding-top: 5px; 
}

.leftTbumsBox {
    display: block;
    width: 252px;
}

.leftTbumsBox .img,
.leftTbumsBox span {
    width: 240px;
    float: left;
}


/* DL kontakt */
dl.kontakt {
    margin:5px;
    padding:0 15px;
    list-style: none;
    width: 30em;
}

dl.kontakt dt {
    float: left;
    display: block;
    width: 10em;
    font-weight: bold;
    margin:0;
    padding: 3px 0;
}
dl.kontakt dd {
    float: left;
    display: block;
    width: 20em;
    margin: 0;
    padding: 3px 0;
}



/* Tables */

table.default {
    margin: 3px;
    color: #666;
    background:transparent url(../img/editbox_bg.png) repeat-x scroll 0% -4px;
    border-collapse: collapse;
    border: 1px solid #efefef;
    font-size: 90%;
}

table.default td {
    padding: 4px;
    border: 1px solid #efefef;
}

table.default tr:hover {
    background-color: #efefef
}

/* Boxes */

div.leftBox {
    width: 300px;
    float: left;
}

div.rightBox {
    width: 300px;
    float: right;
}

div.sauce {

}

div.sauce img {
  float: left;
  width: 72px;
}

div.sauce p {
    float: right;
    padding: 0 0 20px 0;
    width: 218px;
}


/* Forms */


.input:hover, .input:focus, select:hover, select:focus {
    border: 1px solid #9c3;
}

form fieldset {
  background: transparent url("../img/transparent-dot.png") top left;
  border-top:1px solid #222;
  border-left:1px solid #222;
  border-bottom:1px solid #000;
  border-right:1px solid #000;
  color:#777;
  margin-top:2em;
  padding:6px;
  width: 600px;
}

form ol {
  margin:20px 0 20px 75px;
  list-style:none;
}

form li {
  margin-bottom:20px;
}

form a {
  color:#fff;
}

form label, form label.required {
  display:block;
  color:#fff;
  margin-bottom:0.5em;
}

form input.textfield, textarea {
  padding:6px;
  background-color: #000;
  border:1px solid #222;
  color:#777;
}

form input.textfield:focus, textarea:focus {
  background-color: #111;
  border:1px solid #333;
}

form textarea {
  line-height:1.5;
  height:180px;
  color:#777 !important;
}

input.textfield.con, textarea.con {
  width:435px;
}

select, select.required {
  background-color:#003245;
  border:1px solid #0e475e;
  color:#bad5de;
  padding:6px;
}

form label.inset {
  color:#184759;
}

form label.required-field:after {
  content:'*';
  color:#AC2222;
  margin-left:1px;
}

form label.error {
  position:absolute;
  left:-9999px;
}

form .button {
  background: transparent url("../img/transparent-dot.png") top left;
  border:1px solid #222;
  color:#777;
  cursor:pointer;
  display:block;
  font-size: 100%;
  height:29px;
    padding: 0 10px;
}

form .button:hover,
form .button:focus {
  border:1px solid #333;
  color:#fff;
}
  
input.error, textarea.error, select.error, input.textfield.error, input.textfield.error:focus, textarea.error:focus, select.error:focus {border:1px solid #4d413c;color:#bad5de;}


/* breadcrumbs */
#breadcrumbs {
    background: transparent url("../img/stripe.png") top left;
    float: right;
    font-size: 16px;
    margin: 0;
    padding: 0 ;
    width: 31px;
}

#breadcrumbs .B_crumbBox {
    margin: 0;
    padding: 0 ;
}

#breadcrumbs canvas {
    margin: 0;
    padding: 0 5px;
}

#breadcrumbs a,
#breadcrumbs a.B_crumb {
    color: #555;
    display: block;
    padding: 0;
}
#breadcrumbs a:hover,
#breadcrumbs a.B_crumb:hover {
    color: #777;
    display: block;
    text-decoration:none;
}

#breadcrumbs .B_currentCrumb, 
#breadcrumbs a.B_crumb {
    background: transparent url("../img/varrow.png") top left no-repeat;
    margin: 0;
    padding: 30px 0 0 0;
}

#breadcrumbs .B_firstCrumb a {
    background: transparent url("../img/home1.png") 50% 50% no-repeat;
    display: block;
    height: 50px;    
    padding: 0;
    width: 31px;
}

#breadcrumbs .B_firstCrumb a:hover {
    background: transparent url("../img/home.png") 50% 50% no-repeat;
}

#breadcrumbs .B_lastCrumb .B_homeCrumb {
    background: transparent url("../img/home.png") 50% 50% no-repeat;
    display: block;
    height: 50px;    
    padding: 0;
    width: 31px;
}

#breadcrumbs .B_firstCrumb a span,
#breadcrumbs .B_firstCrumb .B_homeCrumb span,
#breadcrumbs .B_lastCrumb .B_homeCrumb span {
    display: none;
}

#breadcrumbs .B_currentCrumb {
    display: block;
    padding: 30px 0 5px 0;
}

#breadcrumbs .B_homeCrumb canvas {
    display: none;
}
#breadcrumbs .B_lastCrumb .B_firstCrumb .B_currentCrumb {
    
}
/*
B_lastCrumb
B_homeCrumb
B_currentCrumb
*/

iframe.googlemaps {
    width: 560px;
    height: 264px;     
    margin: 0;
    padding: 2px;
    background-color: #FAFAFA;
    border:1px solid #efefef;
}


/*= paginacia */

.pagination {
    margin: 0;
    padding:0;
}


.pagination a,
.pagination .ditto_currentpage,
.pagination .ditto_off,
.pagination .ditto_page {
    padding:5px;
    margin: 0 5px 10px 0;
    text-decoration:none;
    color: #fff;
}

.pagination .ditto_currentpage,
.pagination .ditto_page {
    padding: 5px 10px;
}

.pagination a:link, .pagination a:visited {
    background-color: #a80532;
    text-decoration:none;
}

.pagination a:hover {
    color:#fff;
    text-decoration:none;
    background-color:#2eaab5;
}

.pagination .ditto_currentpage {
    background-color:#2eaab5;
    cursor:default;
}

.pagination .ditto_off {
}

.pagination small {
    margin:10px 0;
    padding:10px 0;
}

div.rockStudio {
    margin: 15px 0 0 0;
    padding: 0;
    display: block;
    float: right;
    width: 118px;
    height: 39px;
    background: transparent url("../img/RockStudio.png") top left no-repeat;
}
div.rockStudio a {
    display: block;
    width: 118px;
    height: 39px;
    margin: 0;
    padding: 0;
}
div.rockStudio a span {
    display: none;
}

div.adorei {
    margin: 5px 0 0 0;
    padding: 0;
    display: block;
    float: right;
    width: 101px;
    height: 33px;
    background: transparent url("../img/adorei.png") top left no-repeat;
}
div.adorei a {
    display: block;
    width: 101px;
    height: 33px;
    margin: 0;
    padding: 0;
}
div.adorei a span {
    display: none;
}

blockquote {
  /*background-color: #111;*/
  background: transparent url("../img/transparent-dot.png") top left;
  border-top: 1px dashed #222;
  border-bottom: 1px dashed #222;
  color:#444;
  display: block;
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 200px;
  padding: 15px 15px 15px 45px;
  text-indent: -45px;
}

blockquote em {
  background: transparent url("../img/blockquote-close.png") no-repeat right top;
  color:#333;
  float: right;
  font: italic 0.8em Georgia, "Times New Roman", Times, serif;
  margin: -5px 0 0 0;
  padding: 15px 25px 0 0;
  text-align: right;
  width: 200px;
}

blockquote:first-letter {
  background: url(" ../img/blockquote-open.png") no-repeat 15px 0;
  padding-left: 45px;
  font: italic 1.4em Georgia, "Times New Roman", Times, serif;
}

ul.address {
    float: left;
    font-style:normal;
    list-style:none;
    margin: 0 0 15px 30px;
    padding: 0;
    width: 250px;
    
}

ul.address li {
    display:block;
    float:left;
    height: 2em;
    line-height: 2em;
    margin:2px 0 0 0;
    width: 300px;
}

ul.address li.rockstudio {
    color:#fff;
    font-weight:normal;
    font-size: 140%;
}

ul.address li.mail {
    background: transparent url(" ../img/mail.png") no-repeat center left;
    padding: 0 0 0 30px;
}

ul.address li.phone {
    background: transparent url(" ../img/phone.png") no-repeat center left;
    padding: 0 0 0 30px;
}

ul.address li.icq {
    background: transparent url(" ../img/icq.png") no-repeat center left;
    padding: 0 0 0 30px;
}

ul.address li.skype {
    background: transparent url(" ../img/skype.png") no-repeat center left;
    padding: 0 0 0 30px;
}


dl.invoice {
}

dl.invoice dt {
    color: #fff;
    font-weight: bold;
    font-size: 120%;
    margin: 15px 0 5px 0;
}

dl.invoice dd {
    padding:5px 0 5px 30px;
}

#compass {


}

#compass .footerNav {
    margin-top: 15px;
  float: right;
}

#compass .footerNav li {
  display: inline;
  list-style: none;
  float:right;
}

#compass .footerNav li#scrollTop,
#compass .footerNav li.next {
  border-left: 1px solid #333;
}

#compass a {
  color:#777;
  display:block;
  float: left;
  font-size: 100%;
  height:18px;
  line-height:18px;
  padding: 0 10px;
}

#compass a:hover {
  color:#fff;
  text-decoration: none;
}

.countchildren {
    color: #333;
    float: left;
    font-size: 200%;
    margin: 10px 0 0 250px;
}

.countchildren .current {
    color: #777;
}

#fb_likebox {
    background-color: white;
    margin: 30px 0;
}

.fb_likebutton {
    float: right;
    width: 50px;
    height: 60px;
    margin: 10px 8px 10px 10px;
}


 #slider1 {
    
 }

 /* images with caption */
 #slider1 img { width: 100%; height: 100%; }
 /* position the panels so the captions appear correctly */
 #slider1 .panel { position: relative; }
 /* captions */
 #slider1 .caption-top, #slider1 .caption-right,
 #slider1 .caption-bottom, #slider1 .caption-left {
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 0;
  position: relative;
  z-index: 10;
  opacity: .8;
  filter: alpha(opacity=80);
 }
 /* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
#slider1 .caption-top {
    text-transform: uppercase;
    left: 0;
    top: 0;
    width: 610px;
    height: 20px;
    position: absolute;
    z-index: 1000;
}
 /* Caption close button */
.caption-top .close, .caption-right .close,
.caption-bottom .close, .caption-left .close {
    cursor: pointer;
    float: right;
    display: inline-block;
 }
 
 
 

