/*
Theme Name: Gruntorád.cz theme
Theme URI: http://mishal.cz/
Description:
Version: 1.0
Author: Mishal
Author URI: http://mishal.cz/


*/



* {
    padding: 0;
    margin: 0;
}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #A9331E;
	font-size: 16px;
}

h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #A9331E;
	font-size: 14px;
}

h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #A9331E;
	font-size: 13px;
}


#right h3 {
    padding-bottom: 10px;
    margin: 5px;
    margin-left:0;
}
img {
    border: 0;
}

html {
    padding: 0;
    margin: 0;

    min-height: 101%;
    _height: 101%;
}

body {
    background: #000 url("graphics/body_bg.gif") bottom right repeat-x scroll;
    font-size: 73%;
    font-family: Verdana, Arial, sans-serif;
    min-height: 101%;
    _height: 100%;
}

#wrapper {
    background: transparent url("graphics/container_bg.jpg") top left no-repeat scroll;
    width: 100%;
    position: relative;
}

#container {
    width: 900px;
    position: relative;
    padding: 0;
    margin:0;

}

#header {
    background: transparent;
    height: 90px;
    margin-left: 125px;
}

#left {
    width: 125px;
    float: left;
    height: 100%;
    min-height: 500px;
    _height: 400px;
    position: relative;
    margin: 0;
    padding: 0;
}

#top {
    background: transparent url("graphics/header_bg.gif") bottom center no-repeat;
    background-position: 65%;
}

#main {
    width: 500px;
    background: white;
    /*
    min-height: 600px;
    _height: 600px;
    */
    float: left;
    padding: 10px;
}

#main p {
    line-height: 130%;
}
#right {
    width: 230px;
    background: #F3F3F2;
    min-height: 100%;
    _height: 100%;
    float: right;
    padding: 10px;

    padding-top: 30px;
}

#right p {
    padding: 0.5em;
}

#right #events {
 /*height: 500px;
 background: transparent url("graphics/sidebar_bg.gif") bottom left no-repeat;
 */
}

#main p {
    padding: 0.75em;
}

#footer {
    clear:both;
    background: white;
    /*margin-left: 125px;*/
    text-align: center;
    font-size: 80%;
    height: 20px;
    padding-bottom: 10px;
}


#extra1 {
    position: absolute;
    top: 50px;
    left: 730px;
    height: 90px;
    width: 170px;
    background: transparent url("graphics/onair.png") top left no-repeat;
}

#page {
    background: white;
    margin-left: 125px;
    background: white;
}

#mic {
    position: absolute;
    background: transparent url("graphics/mic.png") top left no-repeat;
    bottom: 0;
    left 0;
    height: 120px;
    width: 160px;
}

#banners {
    position: absolute;
    left: 20px;
    bottom: 100px;
}

#banners img {
    margin-bottom: 10px;
}


#tabsH {
    z-index: 9999;
    height: 21px;
    margin-left: 140px;
    font-size: 10px;
    background: transparent;
    line-height:normal;
}

#tabsH ul {
    margin:0;
	/*padding:10px 10px 0 50px;*/
	list-style:none;
}

    #tabsH li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsH a {
      float:left;
      background:url("graphics/tableftH.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsH a span {
      float:left;
      display:block;
      background:url("graphics/tabrightH.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsH a span {float:none;}
    /* End IE5-Mac hack */
    #tabsH a:hover span {
      color:#FFF;
      }
    #tabsH a:hover {
      background-position:0% -42px;
      }
    #tabsH a:hover span {
      background-position:100% -42px;
      }

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
a {
    
	color: #27d;
	
	text-decoration: none;
	}
	
a:hover {
    
    text-decoration: underline;
/*
    background: #B3CAE6;
    */    
}	

h2 a:hover, h3 a:hover	{
/*  color: #A9331E;*/
}
#right a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

#right a:hover {
	color: #FF5000;
	text-decoration: underline;
	}

#wp-calendar {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 80%;
}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.post {    
	margin: 0 0 40px;
	text-align: justify;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#right ul p, #right ul select {
	margin: 5px 0 8px;
	}

#right ul ul, #right ul ol {
	margin: 5px 0 0 10px;
	}

#right ul ul ul, #right ul ol {
	margin: 0 0 0 10px;
	}

ol li, #right ul ol li {
	list-style: decimal outside;
	}

#right ul ul li, #right ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#right #searchform #s {
	width: 115px;
	padding: 2px;
	}

#right #searchsubmit {
	padding: 1px;
}

hr.divider {
    width: 90%;
    height: 3px;
    display: block;
    background: #ADD9FB;
    border: 0;
    text-align: center;
    margin: 10px;
}

textarea {
    width: 80%;
}

div.post {
    margin: 15px;
}

/* events */
.event_list {
    margin-left: 15px;
}

/*comments */

.comments .commentlist {
	margin: 0;
	padding: 20px 0;
	position: relative;
	}

.comments .commentlist li {
	margin: 10px 0;
	padding: 10px 10px 5px;
	list-style: none;
	}

.comments .commentlist .commentmetadata {
	padding: 2px 0 2px 20px;
	background: url('images/time.png') left center no-repeat;
	display: block;
	}

.comments .commentlist li img {
	padding: 0;
	border: none;
	}

.comments .commentlist li img.gravatar {
	float: right;
	margin: -5px 0 0;
	}

.comments .commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}

.comments .commentlist li .counter {
	display: none;
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
	}

.comments .commentlist li.authorcomment {
	background: #f6f7f8;
	}

.comments .pinglist {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	}

.comments .pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

.comments .pinglist li .commentauthor {
	font-weight: bold;
	display: block;
	}

.comments .pinglist li small {
	font: .8em Arial, Sans-Serif;
	display: block;
	}

.comments .pinglist li .counter {
	display: none;
	}

.comments .pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

.comments #leavecomment {
	text-align: center;
	margin-bottom: 40px;
	color: #ddd;
	font-size: 2em;
	letter-spacing: -2px;
	}

#commentsform {
	clear: both;
	padding: 1px 0 30px;
	margin: 0;
	}

input[type=text], textarea {
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	padding: 3px;
	color: #777;
	border: 1px solid #666;
	}

input[type=text]:focus, textarea:focus {
	background: #fff;
	color: #333;
	border: 1px solid #666;
	}

.comments form input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	}

.comments form textarea {
	height: 250px;
	padding: 2px;
	width: 100%;
	_width: 98.5%; /* IE hack */
	}


#commentform #submit {
	margin: 0;
	float: right;
	}

#commentform input[type=text] {
	width: 45%;
	margin: 5px 5px 1px 0;
	border: 1px solid #ccc;
	}

#commentform textarea {
	height: 250px;
	padding: 2px;
	width: 100%;
	_width: 98.5%; /* IE hack */
	}
#main ul {
    margin: 2em;
}

p.postmetadata {
    font-size: 90%;
    color: #666;
    }
    
.navigation {
    width: 90%;
    float: right;
    font-size: 80%;
}
