/* CLEARFIX */
.clearfix:after{clear:both;content:".";display:block;height:0;visibility:hidden;}
* html .clearfix{height:1%;}
:first-child + html .clearfix{min-height:1%;}

/* BASE */
body{
    margin-top: 0;
    margin-bottom: 10px;
    color: #303030;
}
input, select, textarea, body {
    font: 12px/18px Arial,sans-serif;
}

p{
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia,serif;
    font-weight: normal;
    margin-top: 0px;
}
h1{font-size:36px;line-height:38px;margin-bottom:10px;}
h2{font-size:24px;line-height:26px;margin-bottom:5px;}
h3{font-size:18px;line-height:21px;margin-bottom:5px;}
h4{font-size:16px;line-height:18px;margin-bottom:3px;}
h5{font-size:15px;line-height:17px;margin-bottom:3px;}
h6{font-size:14px;line-height:16px;margin-bottom:3px;}
a:focus{color:#303030;outline:2px solid red;text-decoration:underline;}
a:link,a:visited{color:#8E5614;text-decoration:underline;}
a:hover,a:active{color:#303030;text-decoration:underline;}

p, ul, ol {
    margin-bottom: 20px;
}

input, textarea {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    margin: 0;
}
input, textarea, select, submit {
    background-color: #FFFFFF;
    border: 1px solid #8E5614;
    display: inline-block;
    line-height: 18px;
    padding: 5px;
}

.addthis_wrapper {
    border-bottom: 1px solid #8E5614;
    margin: 21px 0 8px;
    padding-bottom: 5px;
}

.addthis_toolbox {
    float: right;
}

/* TOOLBAR */
.toolbar-content{background-color:#C4E2D6;padding:5px;}
.toolbar-navigation-left{float:left;}
.toolbar-navigation-right{float:right;}
.toolbar-content ul{list-style:none outside none;margin:0;padding:0;}
.toolbar-content ul li{float:left;border-left:2px solid #8E5614;line-height:10px;font-size:10px;padding:0 5px;}
.toolbar-content ul li:first-child{border-left:none;}
.toolbar-content ul li a{color:#8E5614;text-decoration:none;text-transform:uppercase;font-weight:700;}
.toolbar-content ul li a:hover{text-decoration:underline;}

/* HEADER */
.header-content .logo{width:100px;float:left;}
.header-content .logo a{background:url(images/lu_header_logo.png) no-repeat scroll center 5px transparent;display:block;float:left;height:100px;text-indent:-666666px;width:100px;}
.header-content .header-info{width:872px;float:right;height:100px;}
.header-content .main-title{color:#8E5614;border-bottom:1px solid #8E5614;font-family:Georgia,​serif;font-size:30px;line-height:30px;padding-bottom:2px;margin-bottom:2px;margin-top:35px;}
.header-content .main-sub-title{color:#8E5614;text-transform:uppercase;font-size:12px;line-height:12px;font-weight:700;float:left;font-family: Arial,sans-serif;}
.header-content .header-nav{float:right; margin-top:-100px;}
.header-content .header-nav ul{float:left; list-style: none;text-align:right;}
.header-content .header-nav ul a{color: #000; text-transform:uppercase; text-decoration:none; font-size: 10px;}
.header-content .header-nav ul a:hover{text-decoration:underline;}
.header-content .search{float:right;margin-top:-30px;}
.header-content #search, .header-content #search2{width: 150px; height: 15px;} /* Lagt till id för validering */
.header-content .form-submit {
    background-color: #8E5614;
    background-image: none;
    border: 1px solid #8E5614;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Georgia;
    font-size: 11px;
    height: 27px;
    letter-spacing: 1px;
    line-height: normal;
    margin: 0;
    padding: 0 5px 3px;
    text-shadow: none;
    text-transform: uppercase;
    float:right;
}

/* HEADER - Faculty */
.header-faculty .main-title{text-transform:uppercase}

/* HEADER - Institution */
.header-institution {border-bottom:5px solid #8E5614;}

/* MAIN NAVIGATION */
.navigation-content{background-color:#F2EAD9;padding:10px 0px;margin-bottom:10px;}
.navigation-content ul{list-style:none outside none;margin:0;padding:0;}
.navigation-content ul li{float:left;border-left:2px solid #8E5614;line-height:14px;padding:0 10px;}
.navigation-content ul li:first-child{border-left:none;}
.navigation-content ul li a{color:#8E5614;text-decoration:none;text-transform:uppercase;font-weight:700;}
.navigation-content ul li a:hover{text-decoration:underline;}
.navigation-content ul li a.selected{text-decoration:underline;}

/* INSTITUTION */
.institution-content{background-color:#EEE;color: #8E5614;font-family:Georgia,​serif;font-size:24px;line-height:30px; margin-top:-10px;}
.institution-content p{margin:10px;}

/* BREADCRUMBS */
.breadcrumb-content{margin: 3px 8px 8px 8px;}
.breadcrumb-content ul{list-style:none outside none;margin:0;padding:0;}
.breadcrumb-content ul li{float:left;line-height:10px;font-size:10px;padding:0;}
.breadcrumb-content ul li:first-child{border-left:none;}
.breadcrumb-content ul li a{color:#8E5614;text-decoration:none;}
.breadcrumb-content ul li a:hover{text-decoration:underline;}

/* CONTENT - START */
.content-wrapper .start-content .header-image{
    background: url("images/mainheader.png") no-repeat;
    height: 392px;
    margin-bottom: 10px;
}

.content-wrapper .start-content a{
    text-decoration: none;
}
.content-wrapper .start-content a:hover{
    text-decoration: underline;
}

/* News */
.content-wrapper .start-content .news-wrapper{
    border-right: 1px solid #8E5614;
    padding-right: 10px;
    margin-right: 10px;
}
.content-wrapper .start-content .top-news-image{
    width: 50px;
    height: 60px;
    background: pink;
    float: left;
    margin-right: 5px;
}
.content-wrapper .start-content .top-news-info{
    float:left;
    width: 350px;
}
.content-wrapper .start-content .top-news-itemtitle{
    font-family: Georgia,serif;
    text-transform: uppercase;
    color: #8E5614;
    margin-bottom: 0;
}
.content-wrapper .start-content .top-news-description{
    margin-bottom: 0;
}
.content-wrapper .start-content .top-news-readmore{
    color: #8E5614;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    float:right;
}

.content-wrapper .start-content .news-item{
    margin-bottom: 0px;
}

.content-wrapper .start-content .news-title{
    font-family: Georgia,serif;
    font-size: 16px;
    line-height: 25px;
    color: #8E5614;
    text-transform: uppercase;
    border-bottom: 1px solid #8E5614;
    background: url("images/small_arrow_right.png") no-repeat bottom right;
    margin-bottom: 10px;
}

/* Calendar */
.content-wrapper .start-content .calendar-wrapper{}

.content-wrapper .start-content .calendar-title{
    font-family: Georgia,serif;
    font-size: 16px;
    line-height: 25px;
    color: #8E5614;
    text-transform: uppercase;
    border-bottom: 1px solid #8E5614;
    background: url("images/small_arrow_right.png") no-repeat bottom right;
    margin-bottom: 10px;
}
.content-wrapper .start-content .calendar-item{}
.content-wrapper .start-content .calendar-date{
    font-family: Georgia,serif;
    color: #8E5614;
    font-size: 24px;
    font-weight: bold;
}
.content-wrapper .start-content .calendar-itemtitle{
    color: #8E5614;
}
.content-wrapper .start-content .calendar-description{}
.content-wrapper .start-content .calendar-readmore{
    color: #8E5614;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

/* Promos */
.content-wrapper .promo{
    height: 150px;
    margin-bottom: 10px;
    padding: 10px;
    text-decoration: none;
    display: block;
    position: relative;
}

.content-wrapper .promo-text-wrapper{
    border-bottom: 2px solid;
    display: block;
    font-family: Georgia,serif;
    font-size: 18px;
    height: 84px;
    line-height: 22px;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.content-wrapper .text-white{
    color: #FFF;
}

.content-wrapper .text-brown{
    color: #8E5614;
}

.content-wrapper .bg-brown{
    background-color: #8E5614;
}

.content-wrapper .bg-pink{
    background-color: #F8D0E3;
}

.content-wrapper .bg-green{
    background-color: #C4E2D6;
}

.content-wrapper .bg-blue{
    background-color: #B8E0F1;
}

.content-wrapper .promo1{
    background-image: url(images/section_promo_grad.png),url(images/promos/promo1.jpg);
}
.content-wrapper .promo2{
    background-image: url(images/section_promo_grad.png),url(images/promos/promo2.jpg);
}
.content-wrapper .promo3{
    background-image: url(images/section_promo_grad.png),url(images/promos/promo3.jpg);
}

.promo-icon {
    bottom: 0;
    position: absolute;
    right: 15px;
    height: 52px;
    width: 58px;
    background: url(images/section_front_title_arrow.png) no-repeat;
}


/* CONTENT - TEXT */
.content-wrapper .text-content{
    background-color:#F2EAD9;
    padding-top: 8px;
    padding-bottom: 25px;
}

/* Content navigation */
.content-wrapper .text-content .content-navigation ul{
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
}

.content-wrapper .text-content .content-navigation ul li{
    padding: 0px;
    margin: 0px;
}
.content-wrapper .text-content .content-navigation ul a{
    padding-left: 13px;
    text-decoration: none;
}

.content-wrapper .text-content .content-navigation ul a:hover{
    text-decoration: underline;
}

.content-wrapper .text-content .content-navigation .menu-level-1{
    padding-left: 16px;
}
.content-wrapper .text-content .content-navigation .menu-level-1 > li {
    margin-bottom: 8px;
}
.content-wrapper .text-content .content-navigation .menu-level-1 > li > a{
    background-color: #8E5614;
    color: #FFFFFF;
    display: block;
    font: 14px Georgia;
    padding: 10px 0 10px 15px;
}

.content-wrapper .text-content .content-navigation .menu-level-1 > li.active > a{
    background-color: #D2BA81;
    color: #8E5614;
    margin-bottom: 0;
}
.content-wrapper .text-content .content-navigation .menu-level-2{
    background-color: #FFF;
    padding: 16px 10px 10px 16px;
}
.content-wrapper .text-content .content-navigation .menu-level-2 li a{
    background: url("images/submenu_ring_large.gif") no-repeat scroll 0 0.4em transparent;
    color: #8E5614;
    display: block;
    margin-bottom: 6px;
}
.content-wrapper .text-content .content-navigation .menu-level-2 li.has_sub > a{
    background: url("images/submenu_arrow_right_large.png") no-repeat scroll 0 0.4em transparent;
}
.content-wrapper .text-content .content-navigation .menu-level-2 li.active > a{
    background: url("images/submenu_arrow_down_large.png") no-repeat scroll 0 0.4em transparent;
}
.content-wrapper .text-content .content-navigation .menu-level-2 li.selected > a{
    background: url("images/submenu_ring_large_gray.png") no-repeat scroll 0 0.4em transparent;
    color:#000;
}
.content-wrapper .text-content .content-navigation .menu-level-2 li.active-selected > a{
    background: url("images/submenu_arrow_down_large_gray.png") no-repeat scroll 0 0.4em transparent;
    color:#000;
}
.content-wrapper .text-content .content-navigation .menu-level-3{
    margin-left: 20px;
}
.content-wrapper .text-content .content-navigation .menu-level-4{
    margin-left: 20px;
}

/* Text content */
.content-wrapper .text-content-wrapper .text-full{
    margin-right: 16px;
}
.content-wrapper .text-content .text-content-main{
    background-color: #FFF;
    padding: 8px 16px;
}

.content-wrapper .text-content .page-title h1{
    color: #8E5614;
    margin-top: 0px;
}

.content-wrapper .text-content .text-content-main .lead{
    font-family: Georgia,serif;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #8E5614;
}

.content-wrapper .text-content .text-content-main .byline{
    border-top: 1px solid #8E5614;
    padding-top: 10px;
}

/* Content sidebar */
.content-wrapper .text-content .content-sidebar{
    margin-right: 16px;
}

.content-wrapper .text-content .content-sidebar .sidebar-title{
    border-bottom: 1px solid #8E5614;
    border-top: 1px solid #8E5614;
    color: #8E5614;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
    margin-bottom: 10px;
    padding: 5px 0 3px;
    text-transform: uppercase;
}

.content-wrapper .text-content .content-sidebar .sidebar-links{
    list-style: none outside none;
    padding: 0px;
    margin: 0px;
}

/* FOOTER */
.footer-content{background-color:#C4E2D6;margin-top:8px;position:relative;padding:19px 24px;}
.column{float:left;width:224px;font-size:10px;padding:0 10px;}
.footer-title a{border-bottom:1px solid #9C6114;border-top:1px solid #9C6114;color:#9C6114;display:block;font-family:Georgia,serif;margin-bottom:8px;text-decoration:none;text-transform:uppercase;padding:4px 0 3px;}
.footer-title a:hover{text-decoration:underline;}
.footer-content ul{margin:0 0 .75em;padding:0;}
.footer-content ul.last{margin:0;}
.footer-content ul li{list-style:none outside none;line-height:14px;margin:0;padding:0;}
.footer-content ul li a{color:#303030;text-decoration:none;}
.footer-content ul li a:hover{text-decoration:underline;}
.social-links{border-bottom:1px solid #9C6114;margin-top:10px;padding-bottom:10px;text-align:center;}
.social-links a{display:block;height:16px;margin-right:10px;text-indent:-99000px;width:16px;}
.social-links .social-link{display:inline-block;}
.social-links .social-link-facebook{background:url(images/social.png) no-repeat scroll 0 0 transparent;}
.social-links .social-link-twitter{background:url(images/social.png) no-repeat scroll 0 -16px transparent;}
.social-links .social-link-youtube{background:url(images/social.png) no-repeat scroll 0 -32px transparent;}
.social-links .social-link-itunesu{background:url(images/social.png) no-repeat scroll 0 -48px transparent;}
.lu-contact-information{margin-top:50px;}
.lu-contact-logo-link a{background:url(images/lu_footer_logo.png) no-repeat scroll 0 0 transparent;border-right:1px solid #8E5614;display:block;float:left;height:125px;margin-right:15px;padding-right:23px;text-indent:-666666px;width:100px;}
.lu-contact-info{color:#8E5614;margin-left:120px;}
.talande-webb{bottom:30px;position:absolute;right:30px;}