/*  
Theme Name: LoungeFM
Theme URI: http://www.lounge.fm/
Description: Wordpress theme for LoungeFM
Version: 1.2
Author: Walter Krivanek, VividVisions.com
Author URI: http://www.vividvisions.com/
*/

/*

   CSS for LoungeFM
   
   Design by upart.at
   Realisation by VividVisions.com

*/

/********** Reset **********/

* {
   margin: 0;
   padding: 0;
}

a {
   outline: none;
}

a img {
   border: none;
}

body {
   background-color: #ffffff;
   font: normal normal normal 0.8em/1.5em Verdana, Arial, sans-serif;
}

/********** Generic classes **********/

.alignleft,
img[align="left"] {
   float: left;
   margin: 0 8px 5px 0;
}

.alignright,
img[align="right"] {
   float: right;
   margin: 0 0 5px 8px;
}

.gold {
   color: #c7a86b;
}

.small {
   font-size: 0.9em;
   color: #999999;
}

.small a {
   color: #999999 !important;
}

.small a:hover {
   color: #333333 !important;
}

/********** Container **********/

#container {
   position: relative;
   margin: 0 0 0 2px;
   padding-left: 8px;
   background: transparent url(images/floral.gif) no-repeat 1px 65px;
}

#header,
#nowplaying,
#buttons,
#body {
   width: 806px;
}

/********** Container with player **********/

.container-play {
   padding: 0 10px 0 0 !important;
   margin: 0 0 0 10px !important;
   width: auto !important;
   background: none !important;
   overflow: hidden !important;
}

.container-play .button-guestbook {
   width: 235px !important; /* 262 */
}

.container-play .button-guestbook a {
   width: 211px !important;
}

.container-play textarea.comment-input {
   width: 453px;
}

.container-play #wp-email textarea {
   width: 453px;
}

.container-play #nowplaying,
.container-play #buttons,
.container-play #body {
   width: 780px !important;
}

/********** Container **********/

#ad-skyscraper {
   position: absolute;
   left: 825px;
   top: 10px;
   width: 120px;
   height: 600px;
   overflow: visible;
}

#ad-skyscraper-1 {
   margin: 0 0 20px 0;
}

#ad-top {
   text-align: center;
   margin: 15px 0 25px 0;
}

#ad-bottom {
   text-align: center;
   margin: 15px 0 25px 0;
}

#ad-vamed {
   width: 158px;
   height: 4px;
   position: absolute;
   right: 0;
   top: 8px;
}

/********** Header **********/

#header {
   height:220px;
   background: #c7a86b url(images/header_background.jpg) no-repeat left top;
   position: relative;
}

#header h1 a.logo {
   display: block;
   width: 221px;
   height: 49px;
   position: absolute;
   left: 25px;
   bottom: 9px;
   background: transparent url(images/loungefm_logo_trans.png) no-repeat left top;
   overflow: hidden;
   text-indent: -10000px;
}

#header h2 {
   position: absolute;
   left: 270px;
   bottom: 16px;
   font-weight: normal;
   font-size: 1.2em;
   color: #ffffff;
   letter-spacing: 0.03em;
}

#player {
   position: absolute;
   background-color: #c7a86b;
   left: 560px;
   bottom: 8px;
   width: 174px;
   height: 50px;
}

#player a {
   display: block;
   width: 75px;
   height: 50px;
   background: #c7a86b url(images/play.gif) no-repeat left top;
   overflow: hidden;
   text-indent: -1000px;
}

#player a.player-stop {
   background-image: url(images/stop.gif);
   width: 75px;
}

#player #flashcontent {
   position: absolute;
   left: 75px;
   top: 0;
   width: 105px;
   height: 35px;
   overflow: hidden !important;
   background-color: #c7a86b;
}

.popup-link {
   position: absolute; 
   bottom: 3px; 
   left: 610px;
   font-size: 0.75em;
   text-decoration: none;
   color: #74642F; /* #8d7136;  */ 
}

.popup-link:hover {
   text-decoration: underline;
}

#header #sommer-im-mq {
   position: absolute;
   right: 10px;
   top: 10px;
   width: 115px;
   height: 50px;
}

/********** Now Playing **********/

#nowplaying {
   height: 64px;
   border-bottom: 1px solid #cfcfcf;
   font: normal normal normal 10px/1.4em Verdana, Arial, sans-serif;
   letter-spacing: 0.03em;
   position: relative;
}

#nowplaying a {
   color: #333333;
}

#nowplaying iframe {
   border: 0 none;
   width: 620px;
   height: 64px;
   overflow: hidden;
}

#programme {
   width: 238px;
   height: 61px;
   float: left;
   padding: 3px 0 0 24px;
   margin-right: 10px;
   white-space: nowrap;
   overflow: hidden;
}

.programme-current {
}

.programme-title {
   font-weight: bold;
   color: #c7a86b;
}


#trackinfo {
   width: 350px;
   height: 61px;
   float: left;
   padding: 3px 0 0 0 ;
   white-space: nowrap;
   overflow: hidden;
}

#trackinfo img {
   position: relative;
   top: 4px;
   height: 50px;
   width: 50px;
   float: left;
   margin-right: 6px;
   background: #ffffff url(images/no_album.gif) no-repeat left top;
}

.trackinfo-title {
   font-weight: bold;
}

.trackinfo-buy a {
   padding-left: 19px;
   background: url(images/itunes_logo.gif) no-repeat left top;
   overflow: visible;
}

#nowplaying-loading {
   position: absolute;
   left: 242px;
   bottom: 2px;
   width: 20px;
   height: 20px;
   background: #ffffff url(images/loading.gif) no-repeat left top;
}

#nowplaying #sponsor {
/*
   position: absolute;
   right: 0;
   top: 10px;
*/
   padding-top: 10px;
   float: left;
   width: 180px;
   height: 50px;
}

/********** Buttons **********/

#buttons {
   margin: 10px 0 0 0;
   overflow: hidden;
}

#buttons a span {
   cursor: pointer;
}

.buttons {
   list-style: none;
}

.buttons li {
   display: block;
   position: relative;
   float: left;
   width: 262px;
   padding: 0;
   margin-right: 10px;
}

.buttons li a {
   display: block;
   width: 238px;
   height: 44px;
   color: #666666;
   padding: 44px 0 0 24px;
   text-decoration: none;
}

.button-receive {
   background: transparent url(images/button_receive.jpg) no-repeat left top;
}

.button-receive a:hover,
.button-receive-active a {
   background: transparent url(images/button_receive_hover.jpg) no-repeat left top;
}

.button-receive-wien {
   background: transparent url(images/button_receive_wien.jpg) no-repeat left top;
}

.button-receive-wien a:hover,
.button-receive-wien-active a {
   background: transparent url(images/button_receive_hover_wien.jpg) no-repeat left top;
}

.button-programme {
   background: transparent url(images/button_programme.jpg) no-repeat left top;
/*    margin: 0 10px 0 10px; */
}

.button-programme a:hover,
.button-programme-active a {
   background: transparent url(images/button_programme_hover.jpg) no-repeat left top;
}

.button-guestbook {
   margin-right: 0 !important;
   background: transparent url(images/button_guestbook.jpg) no-repeat left top;
}

.button-guestbook a:hover,
.button-guestbook-active a {
   background: transparent url(images/button_guestbook_hover.jpg) no-repeat left top;
}


/*

.buttons li a span {
   position: absolute;
   left: 24px;
   top: 57px;
   color: #666666;
   text-decoration: underline;
}

.button-radio {
   background: transparent url(images/button_radio.jpg) no-repeat left top;
}

.button-radio a:hover,
.button-radio-active a {
   background: transparent url(images/button_radio_hover.jpg) no-repeat left top;
}

.button-mobile {
   background: transparent url(images/button_mobile.jpg) no-repeat left top;
   margin: 0 10px 0 10px;
}

.button-mobile a:hover,
.button-mobile-active {
   background: transparent url(images/button_mobile_hover.jpg) no-repeat left top;
}

.button-contact {
   background: transparent url(images/button_contact.jpg) no-repeat left top;
}

.button-contact a:hover,
.button-contact-active {
   background: transparent url(images/button_contact_hover.jpg) no-repeat left top;
}
*/

/********** Body **********/

#body {
   clear: both;
   min-height: 200px;
   margin-top: 5px;
}   

/********** Sidebar **********/

#sidebar {
   width: 262px;
   float: left;
}

.sidebar-item {
   margin: 0 0 30px 0;
   font-size: 0.8em;
   color: #666666;
}

.sidebar-item h2 {
   padding: 0 0 3px 0;
   letter-spacing: 0.05em;
   font-weight: normal;
   color: #c7a86b;
   border-bottom: 1px solid #cfcfcf;
   margin: 0 0 10px 0;
   font-size: 1em;
}

.sidebar-item input {
   color: #999999;
   border: 1px solid #cecece;
   margin: 0 0 4px 0;
   padding: 1px 5px 1px 5px;
   width: 250px;
}

.sidebar-item form {
   text-align: right;
}

.sidebar-item form a {
   color: #333333;
}

.sidebar-item form a:hover {
   color: #c7a86b;
}

.sidebar-item-subnavigation {
   /* border-bottom: 1px solid #cecece; */
   padding-bottom: 10px;
   margin-bottom: 10px !important;
}

/********** Navigation **********/

.navigation {
   list-style: none;
   text-transform: uppercase;
   letter-spacing: 0.04em;
   padding-top: 1px;
   font-size: 1.1em;
}

.navigation li {
/*
   display: block;
   width: 260px;
   height: 32px;

*/   margin-bottom: 3px;
}

.navigation li a {
   display: block;
   width: 240px;
   height: 32px;
   padding-left: 20px;
   border: 1px solid #cfcfcf;
   background: #ffffff url(images/navigation_background.jpg) no-repeat 1px 1px;
   line-height: 32px;
   vertical-align: middle;
   text-decoration: none;
   color: #999999;
}

.navigation li a:hover {
   background-image: none;
}

.navigation li.current-cat a,
.navigation li.current_page_item a {
   border: 1px solid #c7a86b;
   background: none;
   color: #c7a86b;
}


/********** Content **********/

#content {
   margin-left: 272px;
}

#content h1 {
   margin: 0 0 20px 0;
   font-size: 1.4em;
   font-weight: normal;
   color: #333333;
}

#content h2 {
   margin: 20px 0 10px 0;
   font-size: 1.3em;
   font-weight: normal;
   color: #333333;
}

#content h3 {
   margin: 20px 0 5px 0;
   font-size: 1.2em;
   font-weight: normal;
   color: #333333;
}

#content p.single-float {
   overflow: hidden;
}

#content p,
#content ul,
#content ol,
#content table,
#content pre {
   margin: 0 0 15px 0;
}

#content ul {
   padding-left: 15px;
}

#content ol {
   padding-left: 30px;
}

#content ul li,
#content ol li {
   margin: 0 0 5px 0;
}

#content ul {
   list-style-type: square;
}

#content table {
   border-collapse: collapse;
   border: 1px solid #cfcfcf;
   margin-left: 1px;
   width: 99%;
}

#content table td,
#content table th {
   padding: 6px;
   border-top: 1px solid #cfcfcf;
   border-bottom: 1px solid #cfcfcf;
}

#content table th {
   text-align: left;
   background-color: #f5f5f5;
   font-weight: bold;
}

#content table.frequenztabelle {
   font-size: 0.8em;
   color: #999999;
}

#content table.frequenztabelle th {
   background: none;
}

#content pre {
   display: block;
   background: #f8f8f8;
   padding: 5px;
   font-size: 1.2em;
   white-space: pre-wrap;
}

#content a {
   color: #333333;
}

#content a:hover {
   color: #c7a86b;
}

#content:after {
   content: "";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}

.post {
   margin: 0 0 20px 0;
   overflow: hidden;
}

.post .fb-like {
   height: 35px;
}

.post-content img {
   padding: 5px;
   background-color: #ffffff;
   border: 1px solid #cfcfcf !important;
}

.post-content img.no-border {
   padding: 0 !important;
   border: 0 none !important;
}

.post-category {
   padding: 0 0 3px 0;
   margin: 0 0 5px 0;
   border-bottom: 1px solid #cfcfcf;
   font-size: 0.8em;
   color: #c7a86b !important;
   text-transform: uppercase;
   letter-spacing: 0.05em;
}

.post-category a {
   text-decoration: none;
   color: #c7a86b !important;
}

.post-category a:hover {
   text-decoration: underline;
}

.post-heading {
   font-size: 1.4em;
   font-weight: normal;
   line-height: 1.3em;
   margin: 0 0 4px 0 !important;
   color: #333333;
}

.post-heading a {
   color: #333333;
}

.post-properties {
   font-size: 0.8em;
   color: #999999;
   margin: 0 0 7px 0;
}

.post-properties a {
   color: #999999 !important;
   text-decoration: none;
}

.post-properties a:hover {
   color: #c7a86b !important;
}


.post-properties-comments {
   padding-right: 20px;
   background: transparent url(images/icon_comment.gif) no-repeat right 50%;
}

.post-properties a:hover .post-properties-comments {
   background-image: url(images/icon_comment_hover.gif);
}

.post-content {
   color: #333333;
}

.post-footer {
   position: relative;
   overflow: hidden;
   font-size: 0.85em;
   border-top: 1px solid #cecece;
   border-bottom: 1px solid #cecece;
   text-align: center;
   margin: 0 0 10px 0;
   padding: 3px 0 3px 0;
}

.post-footer-list {
   margin: -15px 0 35px 0;
   background: #fafafa;
   border-top: 0 none !important;
   border-bottom: 0 none !important;
/*
   font-size: 1em !important;
   color: #333333 !important;
*/
}

.post-footer .articles-page {
   color: #8d8d8d !important;
}

.post-footer .articles-prev {
   float: left;
   margin-left: 5px;
}

.post-footer .articles-next {
   float: right;
   margin-right: 5px;
}

.post-footer-respond {
   margin-right: 20px;
}

.post-footer-recommend {
   margin-left: 20px;
}

.post-footer-recommend a {
   padding-right: 20px;
   background: transparent url(images/icon_recommend.gif) no-repeat right top;
}

.post-footer-recommend a:hover {
   background-image: url(images/icon_recommend_hover.gif);
}

.post-footer-fblike {
/*
   float: right;
   outline: 1px dotted #eeeeee;
*/
}

.post-footer-respond a {
   padding-right: 20px;
   background: transparent url(images/icon_comment.gif) no-repeat right top;
}

.post-footer-respond a:hover {
   background-image: url(images/icon_comment_hover.gif);
}

.post-footer a:hover {
   color: #c7a86b !important;
}

.post-footer a {
   color: #8d8d8d !important;
   text-decoration: none;
}

.post-footer-list a {
   color: #333333 !important;
}

.post-footer-list a:hover {
   color: #c7a86b !important;
}

.addthis {
   text-align: right;
}

/********** Page Nav **********/

.prev-next-page {
   overflow: hidden;
   font-size: 1.1em;
   margin: 0 0 25px 0;
}

.prev-page {
   float: left;
}

.next-page {
   float: right;
}



/********** Comments **********/

#comments {
   margin-top: 30px;
   min-height: 200px;
   padding: 20px 15px 20px 15px;
   background-color: #f5f5f5;
}

.comments-guestbook {
   margin-top: 0 !important;
}

.comments-guestbook form {
   margin: 0 0 20px 0;
}

.comment {
   margin: 0 0 25px 0;
}

.comment-content {
   position: relative;
   padding-left: 50px;
}

.comment-content,
.comment-content p {
   margin: 0 0 6px 0 !important;
}

.comment-content .avatar {
   position: absolute;
   left: 0;
   top: 0;
   width: 40px;
   height: 40px;
   border: 1px solid #cecece;
}

.comment-author {
   padding-left: 50px;
}

.comment-author,
.comment-author a {
   color: #999999;
}

.comment-input {
   color: #000000;
   border: 1px solid #cecece;
   margin: 0 0 5px 0;
   padding: 1px 5px 1px 5px;
   font-size: 1em;
}

input.comment-input {
   width: 200px;
}

textarea.comment-input {
   width: 483px;
   height: 10em;
   font-family: Verdana, Arial, sans-serif;
   font-size: 1em;
}

#comments label {
   color: #999999;
   font-size: 0.85em;
}

.comment-loungefm {
   border-left: 5px solid #c7a86b;
   padding: 0 0 0 8px;
}


/********** Comment page numbers **********/

.comment-page-numbers a {
   margin: 0 4px 0 0;
}

/********** Facebook Connect **********/

#facebook-login {
   color: #999999;
   font-size: 0.85em;
   margin: 0 0 5px 0;
}

#fb-user {
   overflow: hidden;
   margin: 0 0 15px 0;
   color: #999999;
}

#fb-user img {
   float: left;
   margin: 0 10px 0 0;
   padding: 3px;
   background: #ffffff;
   border-left: 1px solid #f0f0f0;
   border-top: 1px solid #f0f0f0;
   border-right: 1px solid #586066;
   border-bottom: 1px solid #586066;
}

#comment-user-details {
   padding-bottom: 5px;
   border-bottom: 1px dashed #cecece;
   margin-bottom: 10px;
}

/********** Page numbers **********/

#wp_page_numbers {
   text-align: center;
   font-size: 0.8em;
   margin: -20px 0 25px 0;
} 

#wp_page_numbers ul {
   list-style: none;
}

#wp_page_numbers ul li {
   display: inline;
   margin: 0 0 0 0;
}

#wp_page_numbers a {
   padding: 5px;
   background: #ffffff;
   border: 1px solid #cccccc;
   text-decoration: none;
}

#wp_page_numbers a:hover {
   text-decoration: underline;
   color: #c7a86b;
}

.active_page a {
   font-weight: bold;
   color: #c7a86b !important;
   background: #fefefe !important;
}

.space {
   padding: 5px 8px;
}

.page_info {
   display: block !important;
   margin: 0 0 5px 0;
   padding: 0 0 10px 0;
}


/********** Newsletter **********/

.newsletter {
   /* margin-top: 30px; */
   padding: 20px 15px 20px 15px;
   background-color: #f5f5f5;
}

.newsletter label {
   color: #999999;
   font-size: 0.85em;
   font-weight: normal;
   padding: 10px 0 0 0;
   display: block;
}

.newsletter input#email {
   color: #999999;
   border: 1px solid #cecece;
   margin: 0;
   padding: 1px 5px 1px 5px;
   width: 200px;
}

.newsletter p {
	text-align: left !important;
	margin: 0 0 0 0;
}

.newsletter fieldset {
   border: 0 none;
}

.newsletter form {
   margin: 0 0 15px 0;
}

/********** Footer **********/

#footer {
   clear: both;
   margin: 10px 0 0 0;
   padding: 10px 0 15px 30px;
   border-top: 1px solid #cfcfcf;
   font-size: 0.85em;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   color: #999999;
}

#footer a {
   color: #999999;
   text-decoration: none;
}

#footer a:hover {
   color: #333333;
   text-decoration: underline;
}

#footer .current_page_item {
   font-weight: bold;
}


ul.footer-menu  {
   list-style: none;
}

.footer-menu li {
   display: inline;
   margin-right: 20px;
}

/********** Special **********/

/* Taste It Ad */
.navigation li.cat-item.cat-item-4 a:hover {
   background: #ffffff url(images/ad_taste_it_hover.gif) no-repeat 105px 50% !important;
}

div.post-category {
   position: relative;
   overflow: visible;
}

a.post-category-tasteit {
   position: absolute;
   right: 8px;
   bottom: 4px;
}

/* Bad Kleinkirchheim 
.navigation li.cat-item.cat-item-471 a:hover {
   background: #ffffff url(images/ad_badkleinkirchheim_hover.gif) no-repeat 97% 52% !important;
}*/

a.post-category-badkleinkirchheim {
   position: absolute;
   right: 8px;
   bottom: 0px;
}
