
/*  
Theme Name: rockandmore.com
Theme URI: 
Description:
Version: 0.1
Author: Andreas Klinger
Author URI: http://www.rockandmore.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	If you replicate anything please put a little note in your disclaimer with a link to one of my 
	webpages (http://www.resident.at) - to raise my pagerank - thanks!
	
*/

/*div {  border: 1px solid red; }
a  {  border: 1px solid yellow; }*/

#oldbrowsers {
	display:  none;
}
 
* {
	margin:0;
	padding:0;
}

html,body {
  width: 100%;
/*  height: 100%;*/
}
body {
	font: 11px verdana, arial, sans-serif;
	text-align: left;
	color: #000;
	padding: 22px 21px;
	background-color: black;
}
h1, h2, h3, h4 { 
	font: 11px georgia, times, serif; 
	display: inline;
}
a img {
	border: 0;
}

ul { 
	list-style-type: none;
}

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

.dontshow {
	display: none; 
}
.jsdontshow {
	/* alternative display for non-js browsers */	
}
.fl { 
    float: left;
}
.fr { 
	float: right;
}

div.clearer {
  clear: both;
  line-height: 0; 
  height: 0;
}

.hr {
  border-top: 1px dashed #C9C9C9;
  line-height: 0;
  height: 1px;
  width: 100%;
}



.backtrace, pre {
  position: absolute;
  z-index: 99;
  color: white;
  background-color: black;
}
#bg {
  position:fixed; 
  top:0; 
  left:0;
  z-index: 0;
  width: 100%;
/*  height: 100%;*/
}
  #bgimg {
    min-width: 1020px;
    width: 100%;
/*    min-height: 628px;
    height: 100%;*/
  }
  
#left {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 42px;
  font-family: georgia;
  color: white;
  
}
a#playerpopup {
    color: white;
}

    #playerpopup img {
        position: relative;
        top: 1px;
    }
  #left img {
  }
    #left img.logo {
      margin-top:13px;
    }
  #left ul {
    font-family: georgia;
    margin: 18px 0 0 8px;
  }
    #left ul.first {
      margin-top: 15px;
    }
  
  #left ul.bottom {
    margin-top: 221px;
  }
    #left ul.bottom li {
      display: inline;
    }
  #left ul li a {
    color: #fff;
    font-weight: normal;
  }
  #left ul li a:hover {
    font-weight: bolder;
  }
  
#col1, #col2 {  
  position: relative;
  z-index: 1;
  float: left;
}
  #col1 {
  }
    #col1 h1, #col2 h1 {
      /*padding-top: 4px;*/
      display: block;
      margin-bottom: 12px;
    }
      #col1 h1 a, #col2 h1 a {
        padding: 4px 16px 4px 14px;
        background-color: #fff;
      }
      
.thin-col {
  margin: 27px 6px 0 6px;
  width: 196px;
  
}
  .thin-col a.box, .thin-col a.boxc {
    display: block;
    margin: 12px 0;
    padding: 10px 13px 11px 14px;
    width: 169px;
    background-color: #fff;
  }
  .thin-col strong {
    font-family: georgia;
    position: relative;
    left: -1px;
    display: block;
    margin: 1px 0;
    font-weight: normal;
  }
  .thin-col a.disco {
    display: block;
    margin: 12px 0;
    padding: 15px 13px 11px 15px;
    width: 169px;
    background-color: #fff;
  }

.wide-col {
  margin: 27px 6px 0 6px;
}
  .wide-col div.detailsbox, .wide-col div.comments_form, .wide-col div.comments {
    width: 278px;
    margin-bottom: 12px;
    padding: 10px 13px 11px 14px;
    background-color: #fff;
  }
  .wide-col img {
    margin-bottom: 1em;
  }
    .wide-col img.block {
      margin: 0;
      display: none;
      position: absolute;
      left: -12px;
      top: 0;
    } 
  .wide-col h2 {
    display: block;
    margin: 3px 0;
  }
  .wide-col p {
    margin-bottom: 1em;
  }
  
.details-col {
  margin-top: 51px;
}
/*
.wide-col .comments-wrapper {
  width: 251px;
  margin: 0;
  padding: 0;
}*/

/* comments and ordering form elements */
    
  .wide-col label {
    border: 0;
    float: left;
    display: block;
    width: 70px;
    clear: left;
    margin-top: 5px;
    
  }

  .wide-col input {
    float: left;
    width: 150px;
    font-size: 11px;
    margin-top: 5px;
    
  }

  .wide-col fieldset {
    border: 0;
  }
  .wide-col legend {
    display: none;
  }
  .wide-col input.checkbox {
    width: 14px;
    float: left;
  }

  .wide-col textarea {
    clear: both;
  }
  
  .wide-col #txpCommentHelpLink {
    clear: both;
  }
  
  .wide-col #amount {
    width: 20px;
  }
  
  .wide-col #zemSubmit, .wide-col .button {
    background-color: black;
    color: white;
    border: 0;
    padding: 3px 0;
    width: 100px;
  }
  .wide-col #zemContactForm input, .wide-col #zemContactForm label  {
  }
  .wide-col #zemContactForm p {
    margin-top: 20px;
  }
  
  .detailsbox a {
    text-decoration: underline;
  }
  
  
  
  
  
  
  /* SLIMBOX */

  #lbOverlay {
  	position: absolute;
  	left: 0;
  	width: 100%;
  	background-color: #000;
  	cursor: pointer;
  	z-index: 90;
  	
  }

  #lbCenter, #lbBottomContainer {
  	position: absolute;
  	left: 50%;
  	overflow: hidden;
  	background-color: #fff;
  	z-index: 91;
  	
  }

  .lbLoading {
  	background: #fff url(/images/layout/loading.gif) no-repeat center;
  }

  #lbImage {
  	border: 10px solid #fff;
  	background-repeat: no-repeat;
  }

  #lbPrevLink, #lbNextLink {
  	display: block;
  	position: absolute;
  	top: 0;
  	width: 50%;
  	outline: none;
  }

  #lbPrevLink {
  	left: 0;
  }

  #lbPrevLink:hover {
  	background: transparent url(/images/layout/prevlabel.gif) no-repeat 0% 15%;
  }

  #lbNextLink {
  	right: 0;
  }

  #lbNextLink:hover {
  	background: transparent url(/images/layout/nextlabel.gif) no-repeat 100% 15%;
  }

  #lbBottom {
  	font-family: Verdana, Helvetica, sans-serif;
  	font-size: 10px;
  	color: #666;
  	line-height: 1.4em;
  	text-align: left;
  	border: 10px solid #fff;
  	border-top-style: none;  	
  	z-index: 91;
  }

  #lbCloseLink {
  	display: block;
  	float: right;
  	width: 66px;
  	height: 22px;
  	background: transparent url(/images/layout/closelabel.gif) no-repeat center;
  	margin: 5px 0;
  }

  #lbCaption, #lbNumber {
  	margin-right: 71px;
  }

  #lbCaption {
  	font-weight: bold;
  }


.slideshow_div {
	clear: both;
	margin-bottom: 20px;
}
.slideshow_prev, .slideshow_next {
	background-color: black;
	display: block;
	padding: 7px;
	color: white;
	text-decoration: none;
	float: right;
}
.slideshow_prev {
	float: left;
}