/*
 * Site's content
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.golfskalica.sk/
 * @version:   $Id: site.css 49 2009-02-04 17:52:04Z Silver Zachara $
 */

/* Basic tags
 -----------------------------------------------------------------------------*/

/* Hyperlinks
 -----------------------------------------------------------------------------*/

/* Primary Content Hyperlinks */
#primaryContent a, #footer a {
    color: #163aab;
    font-size: 10px;
    font-family: 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#footer a {
    font-size: 9px;
    font-weight: bold;
}

#primaryContent a:link, #primaryContent a:visited {
    text-decoration: none;
}

#primaryContent a:hover, #primaryContent a:active {
    text-decoration: underline;
}

#secondaryContent a:link, #secondaryContent a:visited {
    color: #163AAB;
    text-decoration: none;
}

#secondaryContent a:hover, #secondaryContent a:active {
    color: #fff;
    text-decoration: none;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
}

#primaryContent a:hover[href^="http:"], #primaryContent a:active[href^="http:"],
#secondaryContent a:hover[href^="http:"], #secondaryContent a:active[href^="http:"] {
/*    background: url(images/linkExternal.gif) no-repeat right top;
    padding-right: 10px;*/
}

#primaryContent a:hover, #primaryContent a:active,
#secondaryContent a:hover, #secondaryContent a:active,
#primaryContent a:hover[href^="http://www.golfskalica.sk"], #primaryContent a:active[href^="http://www.golfskalica.sk"],
#primaryContent a:hover[href^="http://golfskalica.sk"], #primaryContent a:active[href^="http://golfskalica.sk"],
#secondaryContent a:hover[href^="http://www.golfskalica.sk"], #secondaryContent a:active[href^="http://www.golfskalica.sk"],
#secondaryContent a:hover[href^="http://golfskalica.sk"], #secondaryContent a:active[href^="http://golfskalica.sk"] {
/*    background: url(images/linkInternal.gif) no-repeat right top;
    padding-right: 10px;*/
}

.notExternal {
    background-image: none !important;
    padding-right: 0px !important;
}

/* Headings
 -----------------------------------------------------------------------------*/
h1 {
    font-size: 19px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#primaryContent h1 {
    color: #000;
    text-align: center;
}

/* Styles for Images
 -----------------------------------------------------------------------------*/

/* Drop shadow effect for the images. Sadly this requires a div to be wrapped around the image markup, which is a shame */
#primaryContent .img-wrapper {
    float: left;
    line-height: 0px;
    background: url(images/imgShadow.gif) no-repeat bottom right;
}

#primaryContent .img-wrapper img {
    position: relative;
    left: -5px;
    top: -5px;
    float: none;
    padding: 0px;
    background: #fff;
    border: 1px solid #C5BDBD;
}

/* Site Content
 -----------------------------------------------------------------------------*/

/* Sitemap
 -----------------------------------------------------------------------------*/

#content .siteMap {
    padding-left: 26px;
}

/* First Level */
#primaryContent .siteMap ul {
    list-style-type: disc;
    list-style-position: inside;
}

#primaryContent .siteMap ul li {
    margin: 4px 0px 4px 0px;
}

#primaryContent .siteMap ul li a {
    background: url(images/tree_list.png) no-repeat left center;
    /* TODO pridať nejaké odrážky Zachara */
    /*padding-left: 16px;*/
    text-decoration: none;
}

#primaryContent .siteMap ul li a:hover, #content .siteMap ul li a:active {
    color: #A00010;
    background-color: white;
    text-decoration: underline;
}

/* Second Level */
#primaryContent .siteMap ul li ul {
    padding-left: 16px;
    list-style-type: none;
}

#primaryContent .siteMap ul li ul li a {
    background-image: none;
}

