/* DEFAULTS
----------------------------------------------------------*/

body
{
    background: #F7F7F7 url(Images/whiteblue.gif) repeat left top;
    font-size: .80em;
    font-family: Verdana,"Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
}

/*
    background: #F7F7F7 url(Images/whiteblue.gif) repeat left top;
    font-size: .80em;
    font-family: Verdana,"Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
     color: #696969; 
*/

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #3a4f63;
    width: 100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.formview
{
}

.formview table
{
    border-collapse: collapse;
    border-width: 1;
    border-style: solid;
}

.formview.table.th
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    background-color: #4b6c9e;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

/* konec původního Styles/Site.css */


/* http://mattberseth.com/blog/2007/12/creating_a_google_suggest_styl.html */


.autocomplete_list
{
    visibility: hidden;
    margin: 0px !important;
    padding: 0px;
    background-color: inherit;
    color: WindowText;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    font-weight: normal;
    font-family: Verdana;
    font-size: 12px;
    width: 250px!important;
}

.autocomplete_highlighted_listitem
{
    background-color: Highlight;
    color: HighlightText;
    padding: 2px;
    height:auto;
    width: auto;
}

.autocomplete_listitem
{
    background-color: Window;
    color: WindowText;
    padding: 2px;
    height:10px;
    width:auto;
}

.buttonLink img
{
	border-style: none;
	outline-style: none;
}
 

/* zdenek 23.8.2010 pro tabulky s jednoduchým rámečkem*/
.simpleTable
{
    border-collapse: collapse;
    border-style: solid;
}

.simpleTableLightBlue
{
    border-collapse: collapse;
    border-style: solid;
    background-color: #EFF3FB;
}


/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

p, ul, ol
{
    margin-top: 0;
    line-height: 200%;
    font-family: "Trebuchet MS" , Georgia, "Times New Roman" , Times, serif;
}

ul, ol
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a
{
    text-decoration: underline;
    color: #516C00;
}

a:hover
{
    text-decoration: none;
}

h2 a
{
    text-decoration: none;
}

#wrapper
{
    margin: 0px;
    padding: 0px;
    background: url(images/img02.jpg) repeat-x left top;
}

/* Header */

#header
{
    width: 1000px;
    height: 235px;
    margin: 0px auto;
    padding: 0px;
    background: url(images/img03.jpg) no-repeat left top;
}

/* Logo */

#logo
{
    float: left;
    margin: 0;
    padding: 115px 0px 0px 50px;
    color: #000000;
}

#logo h1, #logo p
{
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

#logo h1
{
    letter-spacing: -1px;
    font-size: 44px;
}

#logo h1 a
{
    color: #FFFFFF;
}

#logo p
{
    margin: -30px 0px 0px 0px;
    padding: 26px 0 0 2px;
    font: normal 19px Georgia, "Times New Roman" , Times, serif;
    color: #C5E8FF;
}

#logo a
{
    border: none;
    background: none;
    text-decoration: none;
    color: #C5E8FF;
}

/* Search */

#search
{
    float: right;
    width: 280px;
    height: 60px;
    padding: 20px 0px 0px 0px;
    background: #E2E2E2;
    border-bottom: 4px solid #FFFFFF;
}

#search form
{
    height: 41px;
    margin: 0;
    padding: 10px 0 0 20px;
}

#search fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

#search-text
{
    width: 170px;
    padding: 6px 5px 2px 5px;
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #5D781D;
}

#search-submit
{
    width: 50px;
    height: 22px;
    border: none;
    background: #B9B9B9;
    color: #000000;
}

#banner
{
    margin-bottom: 20px;
    border: 12px #ECECEC solid;
}

/* Menu */

#menu
{
    width: 1000px;
    height: 65px;
    margin: 0 auto;
    padding: 0;
    background: url(images/img04.jpg) no-repeat left top;
}

#menu ul
{
    float: right;
    margin: 0;
    padding: 0px 25px 0px 0px;
    list-style: none;
    line-height: normal;
}

#menu li
{
    float: left;
}

#menu a
{
    display: block;
    width: 120px;
    height: 39px;
    margin-left: 10px;
    padding-top: 15px;
    background: url(images/img05.jpg) repeat-x left top;
    font-family: Georgia, "Times New Roman" , Times, serif;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
}

#menu a:hover, #menu .current_page_item a
{
    text-decoration: none;
}

#menu .current_page_item a
{
    background: url(images/img06.jpg) no-repeat left top;
    padding-left: 0;
    color: #493E2B;
}

/* Page */

#page
{
    width: 900px;
    margin: 0px auto;
    padding: 40px 50px 0px 50px;
    background: #FFFFFF;
}

/* Content */

#content
{
    float: left;
    width: 570px;
    padding: 0px 0px 0px 0px;
}

.post
{
    margin-bottom: 15px;
}

.post-bgtop
{
}

.post-bgbtm
{
}

.post .title
{
    height: 38px;
    margin-bottom: 10px;
    padding: 12px 0 0 0px;
    letter-spacing: -.5px;
    font-size: 36px;
    color: #493E2B;
}

.post .title a
{
    color: #493E2B;
    border: none;
}

.post .meta
{
    margin: -10px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
    letter-spacing: -1px;
    font-size: 23px;
    font-weight: normal;
    color: #6E8D3D;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

.post .meta .date
{
    float: left;
}

.post .meta .posted
{
    float: right;
}

.post .meta a
{
}

.post .entry
{
    background: url(images/img08.jpg) no-repeat left top;
    padding: 25px 0px 0px 0px;
    text-align: justify;
}

.links
{
    padding-top: 20px;
}

.more
{
    padding-left: 16px;
    background: url(images/img10.gif) no-repeat left 3px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}

.comments
{
    padding-left: 18px;
    background: url(images/img11.gif) no-repeat left 4px;
    text-decoration: underline;
    font-size: 12px;
    font-weight: normal;
}


/* Sidebar */

#sidebar
{
    float: right;
    width: 273px;
    padding: 0px;
    color: #787878;
}

#sidebar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li
{
    margin: 0;
    padding: 0;
}

#sidebar li ul
{
    margin: 0px 0px;
    padding-bottom: 20px;
}

#sidebar li li
{
    line-height: 35px;
    margin: 0px;
    padding: 2px 0px;
    border-left: none;
}

#sidebar li li span
{
    height: 19px;
    margin-right: 16px;
    padding: 4px 12px;
    background: #3D2A0B url(images/img12.jpg) repeat-x left top;
    font-size: 12px;
    color: #FFFFFF;
}

#sidebar li li span a
{
    color: #FFFFFF;
}

#sidebar h2
{
    height: 65px;
    background: url(images/img09.jpg) no-repeat left bottom;
    letter-spacing: -.5px;
    font-size: 28px;
    color: #493E2B;
}

#sidebar p
{
    margin: 0 0px;
    padding: 0px 0px 30px 0px;
    text-align: justify;
}

#sidebar p strong
{
    color: #4A3E29;
}

#sidebar a
{
    border: none;
}

#sidebar a:hover
{
}

/* Calendar */

#calendar
{
}

#calendar_wrap
{
    padding: 20px;
}

#calendar table
{
    width: 100%;
}

#calendar tbody td
{
    text-align: center;
}

#calendar #next
{
    text-align: right;
}

/* Footer */

#footer-content
{
    width: 900px;
    height: 255px;
    margin: 0 auto;
    padding: 60px 50px 0px 50px;
    background: url(images/img15.jpg) no-repeat left top;
    font-size: 12px;
    color: #887450;
}

#footer-content .column1
{
    float: left;
    width: 570px;
}

#footer-content .column2
{
    float: right;
    width: 273px;
}

#footer-content h2
{
    padding-bottom: 10px;
    font-size: 22px;
    color: #E3D2B6;
}

#footer-content strong
{
    color: #E3D2B6;
}

#footer-content a
{
    color: #AA8B55;
}

#footer-content a:hover
{
    color: #AA8B55;
}

.list li
{
    margin-bottom: 6px;
}

#footer
{
    height: 50px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    font-family: Arial, Helvetica, sans-serif;
}

#footer p
{
    margin: 0;
    line-height: normal;
    font-size: 12px;
    text-align: center;
    color: #82A2B9;
}

#footer a
{
    text-decoration: underline;
    color: #82A2B9;
}


