/*
 * Layout
 *
 * @author:    IF MEDIA
 * @email:     admin@ifmedia.eu
 * @website:   http://www.4golf.sk/
 * @version:   $Id: layout.css 74 2009-01-07 08:37:01Z Silver Zachara $
 */


/* Hyperlinks (Basic)
 -----------------------------------------------------------------------------*/
a:link, a:visited {
    text-decoration: none;
}

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

/* Layout
 -----------------------------------------------------------------------------*/
body {
    color: #000000;
    font-size: 11px;
    font-family: "Trebuchet MS", verdana, sans-serif;
    background-color: #fff;
}

/* Loading Info-box
 -----------------------------------------------------------------------------*/
#loading{  
    display: none;  
    position: fixed;  
    color: #fff;  
    font-weight: bold;  
    top: 0px;
    left: 0px;
    margin: 0px auto;  
    padding: 5px;  
    background-color: #4A859B;  
}

/* Main wrapper
 -----------------------------------------------------------------------------*/
#wrapper {
    position: relative;
    width: 1010px;
    margin: 0px auto;
    background-color: #fff; 
}

/* Wrapper for primary and secondary content
 -----------------------------------------------------------------------------*/
#outer {
    margin-left: 60px;
    width: 900px;
    padding-top: 358px; /* make place for header */
}

/* Main navigation
 -----------------------------------------------------------------------------*/
#mainNav {
    width: 900px;
    margin-top: 1px;
    background: url(images/mainNav.png) no-repeat top left;
}

/* Main content
 -----------------------------------------------------------------------------*/

/* Primary content */
#primaryContent {
    float: left;
    width: 644px;
    margin-top: 2px;
}

#primaryContent .primaryContent {
    position: relative;
	padding: 7px 5px 8px 12px;
}

/* Secondary Navigation */
#primaryContent #secondNav {
    margin-bottom: 8px;
    padding-bottom: 9px;
    background: url(images/secondNav-bottom.png) no-repeat bottom left;
}

#primaryContent #secondNav .secondNav-inner {
    height: 111px;
    background: url(images/secondNav-top.png) no-repeat top left;
}

/* Sidebar content
 -----------------------------------------------------------------------------*/
#sidebarContent {
    float: left;
    width: 249px;
    margin: 2px 0px 0px 7px;
}

#sidebarContent #box1 {
    padding-bottom: 8px;
    background: url(images/box1-bottom.png) no-repeat bottom left;
}

#sidebarContent #box1 .box1-inner {
    min-height: 111px;
    background: url(images/box1-top.png) no-repeat top left;
}

#sidebarContent .box2 {
    margin-top: 10px;
    padding-bottom: 8px;
    background: url(images/box1-bottom.png) no-repeat bottom left;
}

#sidebarContent .box2 .box2-inner {
    padding-bottom: 7px;
    background: url(images/box2-top.png) no-repeat top left;
}

/* Heading for Box 2 */
#sidebarContent .box2 .box2-inner .box2-header {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

/* Site's footer
 -----------------------------------------------------------------------------*/
#footer {
    float: left;
    width: 900px;
    color: #000;
    font-size: 10px;
    text-align: center;
    height: 60px;
    margin-top: 14px;
    padding: 39px 0px 0px 0px;
    background: url(images/footer.png) no-repeat top left;
}

#footer .copyright {
    padding-right: 8px;
}

/* Site's header
 -----------------------------------------------------------------------------*/
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1010px;
    height: 358px;
    background: url(images/header.png) no-repeat top left;
}

/* 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 */

.clearfix {
    clear: both;
}
