/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-May-2014, 10:32:25
    Author     : AB
*/

body {
    background: url('../images/bkg-blu.jpg') 100% 100% no-repeat;
    /*background: url('../images/library_bg.jpg') 100% 100% no-repeat;*/
    /*background: url('../images/lmu_green_bg.jpg') 100% 100% no-repeat;*/
}

#outer_div {
    position:fixed;
    top: 50%;
    left: 50%;
    height: 400px;
    width: 960px;
    margin-top: -200px;
    margin-left: -480px;
    /*    border-left: 3px solid #ccc;
        border-right: 3px solid #ccc;
        border-top: 3px solid #ccc;
        border-bottom: 3px solid #ccc;*/
    background-color: white;
    padding-top: 20px;
    padding-left: 10px;
    box-shadow: 1px 1px 4px 7px #ccc; 
    -moz-box-shadow: 1px 1px 7px 5px #ccc; 
    -webkit-box-shadow: 1px 1px 7px 5px #ccc; 
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

#middle_div {
    display: table-cell;
    vertical-align: middle;
}

#main_body {
    margin-left: auto;
    margin-right: auto; 
}

#journal_intro {
    padding: 5px;
    margin-top: 7%;
}

#enter_journal {
    margin-top: 5%;
}

.metro hr {
    margin-top: 0;
    margin-bottom: 0;
}

#border {
    border: 3px solid black;
    overflow: visible;
}

#intro_content p{
    font-family: "Verdana";
    font-size: 12px;
}
#intro_content strong {
    font-family: "Verdana";
    font-size: 12px;
}

#slider {
    height: 300px;
}

.ind_journals {
    margin-bottom: 10px;
    padding: 4px;
    box-shadow: 1px 1px 4px 7px #ddd; 
    border-radius:3px;
    -moz-box-shadow: 1px 1px 4px 5px #ddd; 
    -webkit-box-shadow: 1px 1px 4px 5px #ddd;
    /*height: 300px;*/
    /*overflow: hidden;*/
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}


.ind_journals:hover {
    border: 2px solid;

}

.journal_description p{
    font-size: 12px;
}

.journal_header {
    border-bottom: 1px solid #ccc;
}

#journal_footer {
    margin-top: 30px;
}

#journals_header {
    /*border-bottom: 2px solid;*/ 
}