/* 
    Document   : main
    Created on : 17.04.2013, 09:59:59
    Author     : myThemes
*/
body > header div.line.hgroup{
    min-height: 180px;
}
body > header{
    width:1010px;
    margin: 0px auto;
}

/* LOGO */
hgroup{
    margin-top: 30px;
}
hgroup h1,
hgroup h2{
    font-family: "yanone kaffeesatz",sans-serif;
    font-size: 36px;
    line-height: 36px;
    margin: 0px;
    text-transform: uppercase;
}
hgroup a{
    color: #000000;
}

hgroup p{
    font-family: Helvetica, Arial,sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0px;
    opacity: 0.8;
    filter:alpha(opacity=80);
}
/* SOCIAL */
div.social{
    margin-top: 30px;
}
div.social a{
    background: url("../images/social.png");
    display: inline-block;
    margin: 0px 0px 0px 4px;
    width: 46px;
    height: 46px;
    float: right;
}
div.social a.vimeo{
    background-position: 0px 0px;
}
div.social a.twitter{
    background-position: 0px -46px;
}
div.social a.facebook{
    background-position: 0px -92px;
}
div.social a.google-plus{
    background-position: 0px -138px;
}
div.social a.youtube{
    background-position: 0px -184px;
}
div.social a.rss{
    background-position: 0px -230px;
}
/* MENU */
header div.my-menu-container{
    background-color: #89bb26;
    background-image: url(../images/menu.lateral.bkg.png);
    background-position: top left;
    background-repeat: repeat-y;
    margin-top: 50px;
    
}
header div.my-menu-bottom{
    background-image: url(../images/menu.bottom.bkg.png);
    background-position: bottom left;
    background-repeat: repeat-x;
    height: 10px;
    display: block;
}
header nav{
    background-image: url(../images/menu.lateral.bkg.png);
    background-position: top right;
    background-repeat: repeat-y;
    width: 100%;
    display: block;
}
header nav > ul,
header nav div > ul {
    background-image: url(../images/menu.top.bkg.png);
    background-position: top left;
    background-repeat: repeat-x;
    padding:5px 25px 0px 25px
}
header nav ul{
    margin: 0px;
    padding: 15px 0px;
}
header nav > ul > li,
header nav div  > ul > li{
    margin: 20px 5px;
}
header nav ul li{
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 24px;
    
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}

header nav > ul ul,
header nav div > ul ul{
    display: none;
}
header nav ul li.current_page_item a{
    color: #ffffff;
    text-shadow: 1px 1px #577718;
}

header nav > ul > li a,
header nav div > ul > li a{
    padding-bottom: 5px;
    color: #577718;
    text-shadow: 1px 1px #a0da2c;
}

header nav > ul > li:hover > a,
header nav div > ul > li:hover > a{
    color: #ffffff;
    text-shadow: 1px 1px #577718;
}

header nav > ul li:hover > ul,
header nav div > ul li:hover > ul{
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    display: block;
    list-style: none;
    margin: -41px 0px 41px 183px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 200px;
    
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}
header nav > ul > li:hover > ul,
header nav div > ul > li:hover > ul{
    background-image: url("../images/menu-top.png");
    background-repeat: no-repeat;
    background-position: top left;
    border-top: none;
    display: block;
    list-style: none;
    margin: 10px 16px 0px -16px;
    padding: 11px 0px 0px 0px;
    position: absolute;
    width: 200px;
    z-index: 1000;
}

header nav > ul > li:hover ul li > a,
header nav div > ul > li:hover ul li > a,
header nav > ul > li ul li > a,
header nav div > ul > li ul li > a{
    color: #666666;
    font-size: 16px;
    text-shadow: 1px 1px #ffffff;
}
header nav > ul > li ul li:hover > a,
header nav div > ul > li ul li:hover > a{
    color: #577718;
}
header nav > ul > li ul li a,
header nav div > ul > li ul li a{
    display: block;
    padding: 10px 0px;
    border-top: 1px solid #f3f3f3;
}
header nav > ul > li ul li:first-child > a,
header nav div > ul > li ul li:first-child > a{
    display: block;
    padding: 10px 0px;
    border-top: none;
}

header nav > ul li:hover > ul li,
header nav div > ul li:hover > ul li{
    background: #fdfdfd;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 0px 15px;
    letter-spacing: 1px;
}
/* GENERAL */
div.line.title{
    margin-bottom: 60px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
div.line.title h1{
    margin-top: 0px;
}

div.line.title p{
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 18px;
    line-height: 24px;
}
div.content{
    margin-top: 50px;
}
/* PAGINATION */
div.pagination{
    margin-top: 40px;
}
div.pagination nav ul li a,
div.pagination nav ul li span{
	display: inline-block;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12px;
}
div.pagination nav ul li a.next.page-numbers{
    background-image: url('../images/pagination.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    text-indent: 100px;
    overflow: hidden;
    width: 13px;
}
div.pagination nav ul li a.prev.page-numbers{
    background-image: url('../images/pagination.png');
    background-repeat: no-repeat;
    background-position: top center;
    text-indent: 100px;
    overflow: hidden;
    width: 13px;
}

/* FOOTER */
footer{
    width: 990px;
    margin: 0px auto 30px auto;
    padding: 0px 10px;
    background-color: #fafafa;
    border-top: 1px solid #f0f0f0;
}
footer p{
    margin-bottom: 10px;
}
footer > div{
    padding-top: 10px;
    font-size: 12px;
}
footer div nav ul li a{
    font: 0.80em/1.6em Helvetica, Arial,sans-serif;
    text-transform: uppercase;
}
