/* 
    Document   : main
    Created on : 09.04.2013, 20:03:50
    Author     : myThemes
*/

header{
    width: 1010px;
    margin: 0px auto;
    padding: 0px 0px;
}

/* LOGO */
hgroup{
    margin-top: 35px;
    margin-bottom: 20px;
}
hgroup h1,
hgroup h2{
    line-height: 48px;
    margin: 0px;
}
hgroup p{
    text-transform: uppercase;
    font: 0.85em/2.6em Helvetica, Arial,sans-serif;
}

/* MENU */
header nav{
    width: 1008px;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    height: 52px;
    background-image: url('../images/menu.png');
}
header nav ul{
    margin: 0px;
    padding: 0px 0px 0px;
    
}
header nav > ul,
header nav div > ul{
    height: 20px;
    overflow: hidden;
    margin: 17px 0px;
}
header nav ul li{
    font-family: "Source Sans Pro",sans-serif;
    font-weight: 200;
    font-size: 18px;
    text-transform: uppercase;
    
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
}
header nav ul li a{
    opacity: 0.7;
    filter:alpha(opacity=70);
}
header nav ul li.current-menu-item a,
header nav ul li.current_page_item a{
    opacity: 1;
    filter:alpha(opacity=100);
}
header nav > ul > li > a,
header nav div > ul > li > a{
    color: #ffffff;
    padding: 10px;
    letter-spacing: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
header nav > ul > li:hover > a,
header nav div > ul > li:hover > a{
    color: #ffffff;
}
header nav > ul ul,
header nav div > ul ul{
    display: none;
}

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;
    z-index: 100;
    
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
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: 0px 16px 0px -16px;
    padding: 11px 0px 0px 0px;
    position: absolute;
    z-index: 100;
    width: 200px;
    
}
header nav > ul > li:hover > a,
header nav div > ul > li:hover > a,
header nav > ul > li ul li:hover > a,
header nav div > ul > li ul li:hover > a{
    opacity: 1;
    filter:alpha(opacity=100);
}

header nav > ul ul li:first-child > a,
header nav div > ul ul li:first-child > a{
    font-size: 18px;
    display: block;
    padding: 10px 0px;
    border-top: none;
}
header nav > ul > li ul li a,
header nav div > ul > li ul li a{
    font-size: 18px;
    display: block;
    padding: 10px 0px;
    border-top: 1px solid #f3f3f3;
    text-transform: 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;
}

header nav > ul > li ul li > a,
header nav div > ul > li ul li > a,
header nav > ul > li ul li:hover > a,
header nav div > ul > li ul li:hover > a{
    color: #333333;
}
/* GENERAL */
div.line.title{
    margin-bottom: 25px;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

div.line.title h1{
    color: #282828;
    margin-top: 0px;
}
/* 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 */
footer{
    font: 0.85em/1.6em Helvetica, Arial,sans-serif;
    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{
    text-transform: uppercase;
}
footer div nav ul li ul{
    display: none;
}