/*
Theme Name: Scrapesound
Theme URI: http://www.scrapesound.org/
Description: Scrapesound Theme
Version: 1.0
Author: Posel
*/


body {
   background-color: #FFFFFF;
   font-family: Georgia, Serif;
}

img {
   border: 0px solid #FFFFFF;
}

#titul {
   width: 900px;
   height: 130px;
   margin: 0px auto;
}

#titul .logo {
   width: 175px;
   height: 130px;
   float: left;
   background: url(http://new.scrapesound.org/wp-content/web/logo_scrape.jpg) no-repeat;
}

#titul .scrapesound {
   width: 600px;
   float: left;
   font-size: 70px;
   letter-spacing: 2px;
   margin-bottom: 10px;
   margin-top: 0px;
}

#titul .sociallangs {
   width: 125px;
   float: left;
}

#titul .social {
   font-size: 12px;
   padding-top: 15px;
   padding-bottom: 15px;
}

#titul .langs {
   font-size: 12px;
}

#titul .menu {
   width: 710px;
   font-size: 11px;
   letter-spacing: 0px;
   text-align: left;
   color: #000000;
   border-top: 1px solid #000000;
   padding-top: 5px;
   font-weight: bold;
   float: left;
}

#titul a {
   color: #000000;
   text-decoration: none;
   padding: 2px 1px 2px 1px;
}

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

#titul a:active {
  color: #000000;
}

#obsah {
   width: 900px;
   margin: 20px auto;
}

#obsah a {
   color: #FF0000;
   text-decoration: none;
}

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

#obsah .datum {
   font-size: 10px;
   color: #666666;
   margin-bottom: 0px;
}

#obsah .nadpis {
   font-size: 20px;
   font-weight: bold;
   letter-spacing: 2px;
   margin-top: 0px;
}

#obsah .shows {
   width: 515px;
   float: left;
   font-size: 12px;
   margin: 0px 10px 0px 0px;
}

#obsah .video {
   width: 375px;
   height: 315px;
   text-align: center;
   padding-top: 5px;
   float: left;
   background-image: url(http://new.scrapesound.org/wp-content/web/video_bg.gif);
}

#obsah th {
   border-top: 1px solid #FFFFFF;
   border-bottom: 1px solid #333333;
   color: #999999;
}

#obsah .gigpress-artist {
   font-weight: bold;
}

#container {
   width: 900px;
   margin: 20px auto;
}

#news {
   width: 480px;
   float: left;
   padding: 0px 10px 0px 0px;
   border-right: 1px solid #999999;
}

#news a {
   color: #FF0000;
   text-decoration: none;
}

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

#news .datum {
   font-size: 10px;
   color: #666666;
   margin: 0px 0px 0px 0px;
}

#news .nadpis {
   font-size: 20px;
   font-weight: bold;
   letter-spacing: 1px;
   margin: 00px 0px 0px 0px;
}

#news .telo {
   font-size: 14px;
   margin: 10px 0px 50px 0px;
}

#news .navbar {
   margin-top: 0px;
   font-size: 16px;
   font-weight: bold;
   padding-top: 0px;
   padding-bottom: 50px;
   text-align: center;
}

#sidebar {
   width: 380px;
   float: left;
   padding: 10px 0px 0px 10px;
   font-size: 12px;
}

#sidebar li {
   font-size: 12px;
   list-style-type: none;
   margin-bottom: 10px;
}

#sidebar a {
   color: #FF0000;
   text-decoration: none;
}

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

#sidebar .nadpis {
   font-size: 14px;
   font-weight: bold;
}

#sidebar .sidebarline {
   width: 100%
   height: 1px;
   border-top: 1px solid #CCCCCC;
}

#tagcloud {
   width: 250px;
   color: #999999;
   margin: 10px auto;
   padding-top: 20px;
   text-align: center;
}

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

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

#friends {
   width: 900px;
   border-top: 1px solid #000000;
   margin: 10px auto;
   padding-top: 10px;
   text-align: center;
}

#friends img {
   margin-left: 6px;
   margin-right: 6px;
}

.alignleft {
	float: left;
        margin: 3px 5px 3px 0px;
}

.alignright {
	float: right;
        margin: 3px 5px 3px 0px;
}