/*
Theme Name: Hibernia Institute
Theme URI: http://www.hibernia-institute.cz
Description: Theme for Hibernia Institute 
Author: Martin Novak
Version: 0.9
Tags: 
*/
/* ----------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

html,body {
    width: 100%;
    height: 100%;
}

body {
    line-height: 14px;
    font-size: 12px;
    color: #2a1b1b;
    background-color: #333333;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 0 0 20px 0;
}


a {
    text-decoration: underline;
    color: #b50608;
    outline: none;
}

a:hover {
    color: #b37979;
}

p {
    margin: 0 0 15px 0;
}

h1,h2,h3,h4,h5,h6 {
    clear: both;
    font-weight: normal;
    font-family: Tahoma,Helvetica,Arial;
}

h1 {
    /* font: 2.4em 'HelveticaNeueLightItalic',Helvetica,Arial;*/
    font-style: normal;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

del {
    text-decoration: line-through;
}



/* =Layout
-------------------------------------------------------------- */

#wrapper,#top {
    position: absolute;
}

#menu-bar,#menu-bar,#top {
    position: relative;
}

#wrapper {
    width: 1000px;
    background-color: white;
    display: block;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    padding: 0 0 15px;

}

#top {
    /*background-image: url('images/header.png');*/
    background-repeat: no-repeat;
    height:155px;
    width: 1000px;
    position: relative;
    top:0;
}

#top #home-link {
    display: block;
    position: absolute;
    top: 40px;
    left: 18px;
    width: 287px;
    height: 69px;
    border: 0;
    text-decoration: none;
}

#top #motto h1 {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 345px;
    color: #fef4f4;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    line-height: 33px;
}


/* ================== MENUBAR ===================== */

#menu-bar {
    display: block;
    top: 1px;
    width: 100%;
    height: 30px;
    background-color: #738807;
    z-index: 100;
}

#menu-bar ul li {
    list-style: none;    
}

#menu-bar a {
    text-decoration: none;
    background-color: #738807;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#menu-bar a:hover {
    background-color: #b40104;
}

#menu-bar a h1 {
    font-size: 1.1em;
    color: #efefef;
    font-weight: bold;
    display: block;
}

/* -------------------------- whole menu ------ */

#menu-bar ul.menu {
    position: absolute;
    left: 50px;
    top: 0;
    height: inherit;
    width: 100%;
}

/* -------------------------- main links ------ */

#menu-bar ul.menu li.menu-item {

    text-align: center;
    position: relative;

    display: inline-block;
    /*width:;*/
  /*  
    display: block;
    float: none;
    width: auto;    */
    
    margin: 0;
    left: 0;
    /*min-width: 100px; */
    height: inherit;
    border-left: 2px solid #767b5d;    
}

#menu-bar ul.menu li a.menu-h-expander,
#menu-bar ul.menu li ul.sub-menu li a.menu-h-expander {
    background-image: url("images/icon-arrow-13.png");
    background-repeat: no-repeat;
    background-position: right;
}

.menu-public {
    width: 190px;
}

.menu-generic, .menu-company, .menu-tests {
    width: 150px;
}

.menu-translations, .menu-interpreting, .menu-aboutus {
    width: 120px;
}


#menu-bar ul.menu li.menu-item a h1 {
    margin: 7px 0 0 0px;
    white-space: nowrap;
}

#menu-bar ul.menu li.menu-item ul.sub-menu a h1 {
    margin-left: 8px;
}

/* -------------------------- vertical submenu ------ */

#menu-bar ul.menu li.menu-item ul.sub-menu {
    position: absolute;
    top: 30px;
    visibility: hidden;
}

#menu-bar ul.menu li.menu-item:hover ul.sub-menu {
    visibility: visible;
}


/* -------------------------- vertical submenu items ------ */

#menu-bar ul.menu li.menu-item ul.sub-menu li.menu-item {
    position: relative;
    display: block;
    top: 0;
    margin: 0;
    height: 30px;
    width: 210px;
    border: 0px;
    text-align: left;
}


#menu-bar ul.menu li.menu-item ul.sub-menu li.menu-item a {
    border: 1px solid #767b5d;
    /*background-image: none;*/
}


/* ----------------------------------------------------- 2nd submenu ------ */

#menu-bar ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
    position: absolute;
    top: 0;
    left: 210px;
    visibility: hidden;
}

#menu-bar ul.menu li.menu-item ul.sub-menu li.menu-item:hover ul.sub-menu {
    visibility: visible;
}

/* -------------------------------------------  2nd submenu items ------ */

#menu-bar ul.menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item {
    position: relative;
    top:0;
    width: 230px;
    height: 30px;
}



/* ============== MAIN ======================== */


#main-bar {
    width: 100%;
    position: relative;
}

#left-bar {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

#content-bar {
    margin: 24px 0 15px 21px; 
    width: 72%;
    display: inline-block;
}

#footer-bar {
    margin-top: 20px;
    background-color: #b60000;
    height: 32px;
    width: 100%;
    position: relative;
}

/* ================ WIDGETS ======================== */

#left-bar .partners {
    margin: 0 0 0 25px;
}

#left-bar .widget-area {
    width: 100%;
    display: block;
    margin: 0 0 15px;
}


#left-bar .widget-area .widget-container {
    background-color: #e3e3e3;
    display: block;
    width: 100%;
    padding: 24px 0 15px 0;
}


#left-bar .widget-area .widget-container h1.widget-title {
    font-size: 1.5em;
    margin: 0 0 2px 10px;
    color: #b60000;
    text-transform: uppercase;
    display: block;
}

#left-bar .widget-area .widget-container h1.widget-title span.widget-icon {
    vertical-align: top;
    display: inline-block;
}

#left-bar .widget-area .widget-container h1.widget-title span.widget-main-title {
    vertical-align: top;
    display: inline-block;
    margin: 8px 0 0 3px;
}

/* ------------- text widget ----------------------- */


#left-bar .widget-area .widget-container div.textwidget {
    margin: 0 0 0px 10px;
}



/* ------------- Language selector ------------------ */


#left-bar .widget-area .language-selector {
    background-color: #bebebe;
    text-align: center;
    padding: 5px 0 5px 0;
}

#left-bar .widget-area .language-selector .flags {

}


#left-bar .widget-area .language-selector img {
    margin: 0 0px 0 10px;
}

/* -------------- Social sites ----------------------- */

#left-bar .widget-area .MR_Social_Sharing_Toolkit_Widget {
    text-align: center;
}

/* -------------- Anchor menu ------------------------ */

#left-bar .widget-area .anchors-menu-widget {
    background-color: #999999;
    padding: 0 0 27px;
}

#left-bar .widget-area .anchors-menu-widget ul {
    vertical-align: top;
    border-bottom: 1px solid white;
}

#left-bar .widget-area .anchors-menu-widget ul li {
    list-style: none;
    width: 100%; 
    height: 32px;
    border-top: 1px solid white;    
}

#left-bar .widget-area .anchors-menu-widget ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    background-image: url('images/red-arrow-bg.png');
    background-repeat: no-repeat;
}


#left-bar .widget-area .anchors-menu-widget ul li a:hover {
    background-image: url('images/white-arrow-bg.png');
    background-color: #b40104;
}



#left-bar .widget-area .anchors-menu-widget ul li a h1 {
    color: white;
    font-size: 1.1em;
    padding: 10px 0 0 25px;
    font-weight: bold;
}

/* ------------------ Category post ---------------------- */


#left-bar .widget-area .cat-post-widget ul li {
    list-style: none;
    padding: 0 8px 15px 10px;
}

#left-bar .widget-area .cat-post-widget ul li a.post-title {
    font-size: 1.2em;
}

/* ================ SEARCH PANEL ================= */

#search-panel {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #738807;
    z-index: 10;
    padding: 2px 0 0 0;
    vertical-align: top;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-left-radius: 7px;
}

#search-panel form {
    margin: 0;
    padding: 0;
}


#search-panel #submit, #search-panel #search {
    float: left;
    display: block;
}

#search-panel #search {
    border: 0px;
    width: 150px;
    margin: 2px 0 5px 7px;
    font-size: 10px;
    height: 18px;
    padding: 0;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

#search-panel #submit {    
    margin: 0 4px 4px 4px;
    width: 24px;
    height: 24px;
}

/* ================= CONTENT ===================== */

#content-bar h1, h2, h3, h4, h5, h6 {
    display: block;
    width: 100%;
    font-weight: normal;
}

#content-bar h1 {
    color: #738807;
    padding: 5px 0 20px 0;
    font-size: 2.1em;
}


#content-bar h2 {
    text-transform: uppercase;
    color: #738807;
    font-size: 1.2em;
    padding: 10px 0 6px 0;
    font-weight: bold;
}


#content-bar h3 {
    color: inherit;
    font-size: 1.2em;
    padding: 10px 0 4px 0;
}

#content-bar p {

}

#content-bar p, #content-bar ul {
    line-height: 1.45em;
    margin: 1px 20px 15px 1px;
}

#content-bar ul {
    padding: 20px 20px 20px 35px;
    background-color: #E8E8E8;
}

#content-bar ul li {
    list-style: square;
    list-style-image: url('images/bullet.png');
}

/* ------------------ message ----------------------- */

#content-bar .message-ok, #content-bar .message-info, #content-bar .message-error {
    margin: 10px 0 10px 0;
    display: block;
    width: 600px;
    height: 55px;    
    background-repeat: no-repeat;
}

#content-bar .message-ok p, #content-bar .message-info p, #content-bar .message-error p {
    margin: 0 0 0 60px;
    padding: 5px 0 0 0;
    display: block;
    font-weight: bold;
}


#content-bar .message-ok {
    background-image: url('images/notification_ok.png');
}

#content-bar .message-info {
    background-image: url('images/notification_info.png');
}

#content-bar .message-error {
    background-image: url('images/notification_error.png');
}

/* ------------------ tables ----------------------- */


#content-bar table.fancy, 
#content-bar table.course {
    border-collapse: collapse;
    width: 98%;
    margin: 4px 0 10px 0;
}

#content-bar table.fancy th, 
#content-bar table.fancy td, 
#content-bar table.course th, 
#content-bar table.course td {
    padding: 5px;
    border: 2px solid white;
}

#content-bar table.fancy th,
#content-bar table.course th {
    background-color: #b50102;
    color: #efefef;
    font-weight: bold;
    text-align: left;
}

#content-bar table.fancy td,
#content-bar table.course td {
    background-color: #999;
    color: white;
    vertical-align: middle;
    font-weight: bold;
}

#content-bar table.fancy tr.highlight td,
#content-bar table.course tr.highlight td {
    background-color: #999;
    color: white;
    font-weight: bold;
}

#content-bar form.single-button {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
    float: left;
}


#content-bar form.single-button div {
    border: 0;
    padding: 0;
    margin: 0;
    display: block;
    float:left;
    width: 1px;
    height: 1px;
}

.plain td {
    vertical-align: top;
    padding-left:20px;

}

.plain th {
    text-align: left;
    color: #738807;
    padding-top:10px; 
    padding-bottom:5px;
}

/* ================= CONTACT FORMS ==================== */



.contact-form {
    color: #111111;
    background-color: #e3e3e3;
    width: 90%;
    padding: 15px;
}

.contact-form fieldset {
    padding: 10px;
    border: 1px dotted #666666;
}

.contact-form fieldset legend {
    padding: 5px;
    margin: 0 0 0 10px;
    color: #555555;
    font-size: 0.95em;
    text-transform: uppercase;
    background-color: #e3e3e3;
}

.contact-form form table th {
    text-align: left;
    padding: 2px 5px 0 5px;
    width: 120px;
    vertical-align: top;
}


.contact-form form label {
    vertical-align: top;
}

.contact-form form select {
    width: 220px;
}

.contact-form form .security {
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
}

/* ------------------ tlacitko odeslat a přihlásit ----------------------- */

.contact-form form input.button
{
    color: white;
    font-weight: bold;
    background-color: #738807;
    border-color : white;
    padding: 5px 20px 5px 20px;
    margin: 3px 0 0 12px;
}

.course .button
{
    color: white;
    font-weight: bold;
    background-color: #b50102;
    border-color : white;
    padding: 3px 3px 3px 3px;
    margin: 0px 0px 0px 0px;
}



/* ------------------ banners ----------------------- */

#content-bar .banner {
    width: 237px;
    height: 289px;
    display: inline-block;
    margin: 0 0 22px;
}

#content-bar .banner a.red-button {
    width: 236px;
    height: 36px;
    background-image: url('images/red-button.gif');
    background-repeat: no-repeat;
    display: block;
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 10px 0 0 0;
    text-align: center;    
}

#content-bar .banner a.red-button span {
    position: relative;
    top: 10px;
}

#content-bar .banner ul {
    position: relative;
    top: 56px;
    background: transparent;
    padding: 0;
    margin: 0 0 0 26px;
}

#content-bar .banner ul li {
    color: #b50608;
    list-style-position: outside;
}

#content-bar .banner ul li a {
    font-weight: bold;
}

#content-bar .banner #banner-kurzy-pro-firmy, 
#content-bar .banner #banner-kurzy-pro-verejnost,
#content-bar .banner #banner-preklady-a-tlumoceni  {
    width: 100%;
    height: 241px;
    background-repeat: no-repeat;
    display: block;
}


#content-bar .banner #banner-kurzy-pro-firmy {
    background-image: url('images/banner-kurzy-pro-firmy.gif');
}

#content-bar .banner #banner-kurzy-pro-verejnost {
    background-image: url('images/banner-kurzy-pro-verejnost.gif');
}

#content-bar .banner #banner-preklady-a-tlumoceni {
    background-image: url('images/banner-preklady-a-tlumoceni.gif');
}

#content-bar .banner #banner-preklady-a-tlumoceni ul {
    width: 60%;
}


/* -------------------- references -------------------------*/


#content-bar #references {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100px;
}

#content-bar #references li {
    font-family: Georgia,Serif;
    list-style: none;
    font-style: italic;
    font-size: 1.25em;
    line-height: 1.5em;
    position: absolute;
    top: 0;
    left: 0;    
    z-index:8;
    background-color: white;
    width: 100%;
    height: 100%;
}

#content-bar #references li.active {
    z-index: 10;
}

#content-bar #references li.last-active {
    z-index: 9;
}


#content-bar #references li span.references_title {
    width:100%;
    display: block;
    font-weight: bold;
}


/* ==================== FOOTER MENU ======================= */


#footer-bar ul.menu {
    position: absolute;
    left: 57px;
    top: 7px;
    height: inherit;
}

/* -------------------------- main links ------ */

#footer-bar ul.menu li.menu-item {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0;
    left: 0;
    border-right: 1px solid #724449;
}

#footer-bar ul.menu li.menu-item a {
    color: white;
    width: 100%;
    height: 100%;
    padding: 2px 10px 0 10px;
}

#footer-bar ul.menu li.menu-item a h1 {
    margin: 4px 0 0 15px;
}
