﻿/*
Theme Name: WordUp4SKA
Description: WORDPRESS THEME FOR SKAGEN
Author: CHRISTOPHE ENGELS
Author URI: http://www.christopheengels.be/
version: 1.0
	
*/

/*////// SUPERFISH ///////////*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu *
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu
{
}
.sf-menu ul
{
    position: absolute;
    top: -22px;
    width: 130px; /* left offset of submenus need to match (see below) */
    line-height: 20px;
}
.sf-menu ul li
{
    width: 100%;
}
.sf-menu li:hover
{
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li
{
    float: left;
    position: relative;
}
.sf-menu a
{
    display: block;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
    left: 0;
    top: 20px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul
{
    top: -22px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul
{
    left: 131px; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul
{
    top: -22px;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul
{
    left: 131px; /* match ul width */
    top: 0;
}

/*** DEMO SKIN ***/
.sf-menu
{
    float: left;
    margin-bottom: 0em;
}
.sf-menu a
{
    border-left: 0px solid #000000;
    border-top: 0px solid #000000;
    padding: 0em 1em;
    text-decoration: none;
}



#nav ul li li a:hover
{
    color: #ffffff;
}
.sf-menu a, .sf-menu a:visited
{
    /* visited pseudo selector so IE6 applies text colour*/
    color: #ffffff;
}
.sf-menu li
{
    background-color: #000000;
}



body .sf-menu li li li a:hover
{
    background-color: #000000;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active
{
    background-color: #000000;
    outline: 0;
}

/*** arrows **/
.sf-menu a.sf-with-ul
{
    padding-right: 0em;
    min-width: 0px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator
{
    position: absolute;
    display: block;
    right: .75em;
    top: 1.05em; /* IE6 only */
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
    background: url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
    visibility: hidden;
}
a > .sf-sub-indicator
{
    /* give all except IE6 the correct values */
    top: .8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator
{
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator
{
    background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator
{
    background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator
{
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/*////////// GENERAL //////////*/
body
{
    font-family: Verdana,Geneva,Arial,sans-serif;
    font-size: 12px;
    line-height: 21px;
    border: 0px;
}

#page
{
    background-color: #f7f8f7;
    width: 955px;
    height: 100%;
    margin-top: -8px;
    margin-left: -8px;
    margin-bottom: -8px;
    min-height: 1050px;
}

#page2
{
    background-color: #f7f8f7;
    width: 955px;
    height: 100%;
    margin-top: -8px;
    margin-left: -8px;
    margin-bottom: -8px;
    min-height: 1050px;
}

#topContainer
{
    height: 134px;
    width: 955px;
}

#midContainer
{
    width: 955px;
}

#bottomContainer
{
    width: 955px;
}


#rightBox
{
    width: 600px;
    float: left;
    margin-left: 40px;
}

#leftBox
{
    width: 282px;
    float: left;
}

#borderBox
{
    width: 955px;
    height: 1px;
    clear: both;
}


ul
{
    list-style-type: none;
    margin-left: 0px;
    border-left: 0px;
    padding-left: 10px;
}

li
{
    border: 0px;
}


/*////////// TYPEOGRAPHY //////////*/



h1, h1 a, h1 a:link, h1 a:hover, h1 a:visited
{
    font-size: 19px;
    font-weight: bold;
    font-variant: normal;
    margin-bottom: 5px;
}
h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited
{
    font-weight: bold;
    font-size: 19px;
    line-height: 19px;
    margin-top: 0px;
    margin-bottom: 11px;
    color: #f7f8f7;
}

h3
{
    font-family: Courier New, Courier New, Courier, monospace;
    font-size: 128%;
    margin: 0px;
    
}
h4
{
    font-size: 130%;
    font-weight: bold;
}
p
{
    text-align: left;
    font-size: 100%;
}
a
{
    text-decoration: none;
    color: #000000;
}

img a:hover, img, img a:link, img a:visited
{
    border: 0px;
    margin: 0px;
}


/*////////// HEADER //////////*/
#header
{
    width: 600px;
    height: inherit;
    margin-left: 322px;
}
#imageHead
{
    width: 600px;
    height: 116px;
}

/*////////// CONTENT //////////*/
#content
{
    width: 600px;
    margin-top: 9px;
}
#content p
{
    width: 550px;
}

.alignleft
{
    float: left;
    margin: 0 20px 20px 0;
    border: 0px;
}





/*////////// PAGES //////////*/
.jtf
{
    width: 598px !important;
}

#overSkaImage
{
    width: 600px;
    height: 380px;
    background: url('images/osg.png');
    margin-top: -140px;
    margin-bottom: -45px;
}

#contactImage
{
    width: 600px;
    height: 706px;
    background: url('images/cot.png') no-repeat;
    margin-top: -235px;
    margin-bottom: -38px;
}

/*////////// SIDEBARS //////////*/

#sidebarBox
{
    width: 281px;
    margin-top: 168px;
    margin-left: 0px;
    overflow: hidden;
}
#sidebar
{
    color: #343434;
    width: 239px;
    font-size: 88%;
    line-height: 140%;
    text-align: right;
    list-style: none outside none;
    margin-left: 42px;
}

#sidebar h3
{
    font-family: courier new ,courier ,Serif;
    font-size: 120%;
    margin-top: 20px;
    margin-bottom: 0px;
}


#sidebar p
{
    font-size: 100%;
    text-align: right;
}

#wp-calendar
{
    text-align: center;
    margin-top: 15px;
}
#wp-calendar table
{
    width: 100%;
}

#sidebarBlock
{
    width: 239px;
    height: 295px;
}

/*////////// NAVIGATION //////////*/

#nav
{
    text-align: center;
    width: 600px;
    height: 18px;
    background-color: #000000;
    font-size: 11px;
    line-height: 17px;
}

#nav ul li ul li
{
    text-align: left;
}
/*////////// FORMS //////////*/


.eDate
{
    display: block;
    margin-top: 3px;
}
.eTitle
{
    font-variant: small-caps;
}
.eData
{
    display: block;
    margin-left: 0px;
    text-align: left;
}

input
{
    background-color: #eaeaea;
    border: 1px solid #000000;
    width: 200px;
}

#submit, #searchsubmit
{
    width: 150px;
}

#searchform
{
    margin-top: -10px;
}

textarea
{
    width: 550px;
    height: 150px;
}

/*////////// FOOTER //////////*/


#footer
{
    width: 600px;
    height: 51px;
    position: relative;
    margin-top: 12px;
    margin-bottom: 0px;
    margin-left: 322px;
}

#lineBlack
{
    width: 600px;
    height: 16px;
    background-color: #000000;
}

#lineColor
{
    width: 600px;
    height: 4px;
    margin-bottom: 2px;
}

#footerText
{
    text-align: right;
    font-size: 10px;
    margin-right: 50px;
    line-height: 15px;
}

#footerText a
{
    color: #c7c7c7;
}


/*////////// IMAGES //////////*/

img.alignleft
{
    float: none;
    margin: 0 11px 11px 0;
    border: 0px;
    clear: both;
}

img.alignnone
{
    float: none;
    margin: 0 11px 11px 0;
    border: 0px;
}

/*////// EXTRA CLASSES ///////////*/

#skaLogo
{
    width: 239px;
    height: 100px;
    margin-left:-10px;
}



