/*
	Theme Name: Car theme
	Theme URI: http://www.realitniatlas.cz
	Description: Téma pro automobilové weby.
	Author: Václav Král
	Author URI: http://www.realitniatlas.cz
	Version: 1.071
*/
body { 
 	background: #006699 url('images/bg-body.jpg') repeat-x;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; 
	font-size: small;
	margin: 0;
}

h1 { margin: 0 }
h2 { font-size: medium; margin: 0 }
h3 { font-size: small; margin: 0 }

a { color: #006699; text-decoration: none }
a:active { color: #006699 }

.left { }
.right { text-align: right }

#main { width:960px; margin:0 auto; overflow:hidden; }

    #header { position:relative; height: 100px; padding: 120px 50px 0 50px; background-image: url('images/bg-logo.jpg') }
    #header a { text-decoration: none }
        
    #menu { float: left; width: 940px; padding: 0 10px 0 10px; clear: both; color: white; height: 40px; background-image: url('images/bg-menu.gif') }
    	#menu ul { float: right; margin: 0; padding: 0 }
    	#menu li { float: left; list-style: none; margin: 0; padding: 5px 0 5px 20px; width: 100px; height: 25px; background-image: url('images/bg-menu_item.gif') }
    	#menu a { text-decoration: none; color: white }
    	#menu a:active { color: white }
    	
   	#links { float: left; width: 920px; background-color: white; height: 25px; padding: 5px 20px 0 20px }
   	
   	#container { float: left; background-color: white }
	    #content-top { float: left; height: 5px; width: 100%; background-image: url('images/content-top.gif') }	    
	    #content { float: left; width: 640px; padding: 5px 10px 10px 10px; background-color: white }
	    	#content-welcome { float: left; width: 630px; margin: 0 0 10px 0; border: 1px dotted silver; padding: 10px;  background-color: #FFFFDD }
	    	#content-welcome p { margin-bottom: 0 }
	    	#content-lead-article { float: left; width: 100%; margin: 5px 0 15px 0 }
	    		#content-lead-article img { float: left; width: 160px; height: 120px; margin-right: 15px; border: 1px solid silver; padding: 3px } 
	    		#content-lead-article h3 { font-size: medium }
	    		#content-lead-article p { margin: 5px }
	    	#content-lead-adv { float: left; width: 100%; margin: 0 0 10px 0 }
	    		
	    	#content-articles { float: left; width: 100%; margin: 0 0 15px 0 }
	    		#content-articles p { margin: 5px 0 20px 0 }
	    	#content-images { float: left; width: 390px; margin: 20px 0 20px 0 }
	    		#content-images img { width: 115px; height: 90px; border: 3px silver solid; margin: 5px 4px 0 0 }
	    	#content-adv  { float: left; width: 250px; margin: 20px 0 10px 0 }
	    	#content-annotation { float: left; width: 630px; border: 1px dotted silver; padding: 5px }
	    		#content-annotation h2 { margin-bottom: 5px }
	    		#content-annotation h3 { margin-top: 10px }
	    		#content-annotation p { margin-bottom: 0px }
	    	
	    	.article { float: left; width: 100% }
	    	.article.a { font-weight: bold }
	    	.article img { float: left; margin: 0 10px 10px 0; border: 1px solid silver; padding: 3px }
	    	.adv { float: left; width: 100%; margin-bottom: 10px }
	    	.navigation { float: left; margin: 5px 0 10px 0; width: 100% }
	    	.single-title { font-size: large } 
	    
	    #sidebar { float: left; width: 280px; height: 100%; background-color: white; margin-left: 20px }
	    	#sidebar .top { float: left; width: 260px; height: 5px; margin: 10px 20px 0 0; border-top: 1px dotted silver }
	    	#sidebar .top-first { float: left; width: 280px; height: 5px }
	    	#sidebar .middle { float: left; width: 260px; padding-right: 20px }
	    	#sidebar .bottom { float: left; width: 280px; height: 5px }	    	
	    	#sidebar h2 { font-size: small; color: #006699 }
	    	#sidebar ul { margin: 5px 0 0 0; padding: 0 }
	    	#sidebar li { margin: 0; list-style: none }
    
    	#footer { float: left; width: 100%; padding: 10px; text-align: center; clear: both; background: url('images/content-bottom.gif') white no-repeat left bottom; font-size: x-small }
    		#footer-left { float: left; width: 650px }
    		#footer-wordpress { float: right; width: 230px; margin: 0 20px 0 20px; height: 30px; padding-left: 35px; background: url('images/wp-logo.jpg') 0 0 no-repeat }
}
