/*
 * Layout
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.golfskalica.sk/
 * @version:   $Id: layout.css 60 2009-02-12 16:53:27Z Silver Zachara $
 */

/* Layout
 -----------------------------------------------------------------------------*/
body {
    color: #000000;
    font-size: 11px;
    font-family: "Trebuchet MS", verdana, sans-serif;
    background: url(images/bg.png) repeat-x left top;
}

/* Main wrapper
 -----------------------------------------------------------------------------*/
#wrapper {
    position: relative;
    width: 968px;
    margin: 0px auto;
    background: #000000 url(images/wrapper-bg.png) no-repeat left top;
}

/* Wrapper for primary and secondary content
 -----------------------------------------------------------------------------*/
#outer {
    width: 806px;
    margin-left: 160px;
    padding-top: 174px; /* make place for header */
}

/* Main content (Main navigation and Primary content)
 -----------------------------------------------------------------------------*/
#primaryContent {
    float: left;
    margin-left: 148px;
}

/* Main navigation (Main menu) */
#mainNav {
    width: 494px;
	 background: url(images/mainNav-left-top.png) no-repeat left top;
	 color:#FFFFFF;
}

/* Primary content */
#primaryContent-content {
    width: 503px;
    padding-bottom: 50px;
    background: url(images/content-left-bottom.png) no-repeat left bottom;
}

#primaryContent-content .primaryContent-content-inner {
    min-height: 160px;
    padding: 30px 30px 0px 30px;
    background: url(images/content-left-top.png) no-repeat left top;
}

/* Secondary content - Boxes in Secondary content
 -----------------------------------------------------------------------------*/

#secondaryContent {
    float: left;
    width: 148px;
    margin: 0px 0px 0px -650px;
}

/* Secondary Navigation */
#secondaryContent #secondNav {
    padding-bottom: 3px;
    background: url(images/secondNav-right-bottom.png) no-repeat right bottom !important;
    background: url(images/secondNav-right-bottom.gif) no-repeat right bottom;
}

#secondaryContent #secondNav .secondNav-inner {
    padding: 17px 0px 15px 2px;
    background: url(images/secondNav-right-top.png) no-repeat right top;
}

/* Other boxes */
#secondaryContent #box1 {
    padding: 20px 0px 4px 0px;
    background: url(images/box1-content-left-bottom.png) no-repeat left bottom;
}

#secondaryContent #box1 .box1-inner {
    padding: 8px 8px 5px 8px;
    background: url(images/box1-content-left-top.png) no-repeat left top;
}

/* Sidebar content
 -----------------------------------------------------------------------------*/
#sidebarContent {
    float: left;
    width: 155px;
}

#sidebarContent #box2 {
    padding-bottom: 3px;
    background: url(images/box2-content-left-bottom.png) no-repeat left bottom !important;
    background: url(images/box2-content-left-bottom.gif) no-repeat left bottom;
}

#sidebarContent #box2 .box2-header {
    width: 155px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: url(images/box2-header-left-top.png) no-repeat left top;
}

#sidebarContent #box2 .box2-header span.search {
    color: #203F07;
    font-size: 13px;
    font-weight: bold;
    padding-left: 30px;
}

#sidebarContent #box2 .box2-inner {
    padding: 20px 12px 2px 8px;
    background: url(images/box2-content-left-top.png) no-repeat left top;
}

#sidebarContent #box3 {
    width: 150px;
    height: 160px;
    margin-top: 20px;
}

/* Site's footer
 -----------------------------------------------------------------------------*/
#footer {
    font-size: 10px;
    text-align: center;
    padding: 0px 0px 12px 240px;
}

#footer .copyright {
    padding-right: 12px;
}

/* Site's header
 -----------------------------------------------------------------------------*/
#header {
    position: absolute;
    top: 0px;
    left: 160px;
    width: 805px;
    height: 158px;
    background: url(images/header1-left-top.png) no-repeat left top;
}

/* Classes for clearing floats
 -----------------------------------------------------------------------------*/
.clear:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/* Only IE5 for Mac \*/ /*/
.clear {
    display: inline-block;
    width: 100%;
}
/* End of hack */

/* Hide before IE5 for MAC \*/
/* Only for IE7 */
* + html .clear {
    height: 1%;
}
/* End of hack */

