/*
	Ezekiel Screen Stylesheet v1.0
	(c) Copyright 2005 Jake Wehner, wehnerj@gmail.com
	PLEASE LEAVE THIS COMMENT INTACT IN ACCORDANCE WITH GNU GPL.

	*/

		body {
		
			background: #eee;
			text-align: center;
			font-family: sans-serif;
			color: #666;

		}

		a {

			color: #139ea7;
			text-decoration: none;
		}
		
		h1 {
			
			font-size: 1.5em; 
			color: #139ea7;

		}

		div.container {

			width: 810px;
			height: auto;
			background: #fff;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			text-align: left;
			border : solid;

		}

		div.header {

			width: 100%;
			margin-left: auto;
			margin-right: auto;
			height: 120px;
			background: #f2fbfc;
			background-image: url(x1.jpg);
			background-repeat: repeat-y;
		
		}

		div.header span {

			position: relative;
			left: 25px;
			top: 30px;
			font-family: arial, helvetica, verdana, tahoma, sans-serif;
			font-size: 2.1em;
			color: #139ea7;

		}
		
		div.menu {

			width: 100%;
			height: 20px;
			padding: 0px;
			background: #a2c058;
			margin-top: 3px;
			overflow: hidden;


		}

		span.home {			
			
			background: #139ea7;	
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: arial, helvetica, verdana, tahoma, sans-serif;
			
		}

		span.home a, span.home a:hover {

			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			text-decoration: none;

		}
		
		span.alt {

			background: #a2c058;
			border-right: 1px SOLID #fff;
			padding-top: 3px;
			padding-bottom: 2px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			
		}
		
		span.alt a, span.home a:hover {

			color: #fff;
			font-size: 12pt;
			font-size: 9pt;
			font-family: sans-serif;
			font-variant: small-caps;
			
		}
		
		span.search {

			background: #fec529;
			padding-top: 0px;
			padding-bottom: 1px;
			padding-left: 15px;
			padding-right: 15px;
			color: #fff;
			font-size: 12pt;
			font-family: arial, helvetica, verdana, tahoma, sans-serif;
			float: right;
			height: auto;
			width: 200px;
			border-left: 1px SOLID #fff;
			overflow: hidden;
		}

		div.post_info {
			
			/* the comment/cms style info bar */

			width: 500px;
			border-top: 1px SOLID #f3f3f3;
			border-bottom: 1px SOLID #f3f3f3;
			background: #fafafa;
			font-size: 10px;
			color: #444;
			padding: 5px;

		}


		div.post_info a {

			font-size: 11px;
			color: #a2c058;
			font-weight: bold;
			text-decoration: none;

		}

		div.main_nav {

			width:190px;
			float: right;
			margin-left: 10px;
			height: 100%
		}

		div.sub_menu {

			margin-right: auto;
			margin-top: 25px;
			font-size: 12px;
			width: auto;

		}

		div.sub_menu div {
		
			background: #a2c058;
			padding: 5px;
			color: #fff;
			width: auto;
			
		}

		div.sub_menu a {

			background: #fff;
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;

		}

		div.sub_menu a:hover {

			background: #f9f9f9;
	
			color: #666;
			text-decoration: none;
			line-height: 1.25em;
			display: block;
			padding: 1.25ex 0.5em 1.25ex 0.75em;
		}

		div.content {

			width: 550px;
			margin-top: 25px;

		}
		
		div.content_without_leftmenu {

			width: 720px;
			margin-top: 25px;

		}

		form, input {

			padding: 0px;
			border: 0px;
			margin: 0px;
			height: 14px;
			font-size: 9pt;

		}

		.button {

			background: #a2c058;
			color: #fff;
			border: 0px;
			padding: 0px;

		}

		.card-left, .card-right 
    {
           float: left;
           width: 170px;
           margin: 0 15px 15px 0;
           padding: 10px 0;
           text-align: center;
           background: white;
           border-right: 1px solid #A0C80E;
           border-bottom: 1px solid #A0C80E;
           font-size: 75%;
    }
    .card-right 
    {
           float: right;
           margin: 0 0 15px 15px;
    } 

		
    /* Tabulky */ 
    th,td 
    { 
    padding: 0.25em 0.25em; 
    vertical-align: baseline; 
    } 
    
    th 
    { 
    background-color: #EEE; 
    } 
    
    table#uplnyram, 
    table#hram, 
    table#vran, 
    table#komlexram, 
    table#specialram, 
    table#oldschool 
    { 
    border-collapse: collapse; 
    } 
    
    /* uplný rám*/ 
    table#uplnyram td, table#uplnyram th 
    { 
    border: 1px solid black; 
    } 
    
    /* horizontální rám*/ 
    table#hram td, table#hram th 
    { 
    border-color: black; 
    border-style: solid; 
    border-width: 1px 0px; 
    } 
    
    /*vertikální rám*/ 
    table#vran td, table#vran th 
    { 
    border-color: black; 
    border-style: solid; 
    border-width: 0px 1px; 
    } 
    
    /* Tabulky podobné tabulkám HTML 4 */ 
    table#oldschool 
    { 
    border-top: solid #CCC 8px; 
    border-left: solid #CCC 8px; 
    border-bottom: solid #999 8px; 
    border-right: solid #999 8px; 
    } 
    
    table#oldschool th 
    { 
    border-bottom: double #CCC 3px; 
    } 
    
    table#oldschool td 
    { 
    border-bottom: double #CCC 3px; 
    border-left: double #CCC 3px; 
    } 
    
    /* Speciální rámování */ 
    table#specialram 
    { 
    border: 3px solid black; 
    } 
    
    table#specialram th 
    { 
    border-right: 3px double black; 
    border-bottom: 1px solid #ccc; 
    } 
    
    table#specialram td 
    { 
    border-color: black; 
    border-style: solid; 
    border-width: 1px 0px; 
    } 
    
    /* Komplexní příklad rámování */ 
    table#komlexram 
    { 
    border: 3px solid black; 
    width: 42em; 
    } 
    
    table#komlexram caption 
    { 
    caption-side: top; 
    font-style: italic; 
    padding: .3em .5em; 
    border: dashed black 1px; 
    background: url("gradient.gif") top left repeat-x; 
    } 
    
    table#komlexram thead 
    { 
    background: #555; 
    text-align: center; 
    } 
    
    table#komlexram thead th 
    { 
    border-left: dotted #666 1px; 
    border-bottom: double black 3px; 
    } 
    
    table#komlexram tbody td 
    { 
    border-bottom: solid black 1px; 
    border-left: solid black 1px; 
    border-right: solid black 1px; 
    text-align: center; 
    } 
    
    table#komlexram tbody th 
    { 
    border-bottom: dotted #666 1px; 
    text-align: right; 
    } 
    
    table#komlexram tfoot 
    { 
    text-align: center; 
    } 
    
    table#komlexram tfoot th, table#komlexram tfoot td 
    { 
    background: #ddd; 
    border-top: double black 3px; 
    border-left: dotted #666 1px; 
    } 
    
    /* Listek kontakty */
    .curlycontainer{
    border: 1px solid #b8b8b8;
    margin-bottom: 1em;
    width: 300px;
    }
    
    .curlycontainer .innerdiv{
    background: transparent url(images/brcorner.gif) bottom right no-repeat;
    position: relative;
    left: 2px;
    top: 2px;
    padding: 1px 4px 15px 5px;
    }
