/**
 * plugins/themes/modern/modernThemePlugin.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Modern theme.
 *
 */
body {
	background-color: #ececec;
	font-family: 'Open Sans', sans-serif;
}

p{
    
   text-align: justify; 
}

#container{
    width: 1080px !important;
    
}

#journalDescription{
    
    text-align: justify;
}

#content h4 {
	font-family: 'Open Sans', sans-serif;
}

#breadcrumb {
	padding-left: 10%;
	padding-top: 0px;
	padding-bottom: 7px;
	background-color: white;
	color: transparent;
}

#breadcrumb a {
	color: black;
	padding-right: 5px;
}

#breadcrumb > a:after {
	content: ".";
	padding-left: 15px;
}

#breadcrumb > a:last-child:after {
	content: "";
}

#content {
	border-top: none;
        text-align: justify;
}

#content h3, #main h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

a:link {
	background-color: transparent;
	color: #349ebc;
	text-decoration: none;
}

a:hover {
	background-color: none;
}

a:visited {
	color: #09617b;
}
div{
    text-align: justify;
    
}
#header {
	background-image: url(http://revistas.unisabaneta.edu.co/public/site/images/admin/Banner_principal.jpg);
        background-repeat: no-repeat;
        background-position: right center;
        display: block;
        margin: auto;
        width: 1080px;
        height: 192px;
        
}

#header h1 {
	color: white;
        display: none;
	text-shadow: 1px 1px black;
}

#navbar {
	margin: auto;
	width: 100%;
	border-bottom: none;
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
	background-image: linear-gradient(#3ea9b1, #396aa4);
	padding: 6px 18px 0 18px;
	position: relative;
	height: 30px;
        
}

ul.menu li:after {
	color: lightgray;
	content: "|";
	display: inline;
	padding-left: 10px;
	text-shadow: 1px 1px 0 whitesmoke;
}

ul.menu li {
	padding-right: 10px;
        
}

.menu > li:first-child {
	padding-left: 10px;
}


#navbar li a {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color: white;
	font-size: 11px;
	text-shadow: 1px 0 0 white;
}

#leftSidebar { 
	margin-left: 9%;
	margin-right: 1%;
	width: 15%;
}

#rightSidebar {
	margin-right: 0;
	margin-left: 1%;
	width: 25%;
        margin-top: 0px;
        font-size: 14px;
}

#main {
	background-color: white;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: none;
	margin-bottom: 50px;
	box-shadow: 0px 0px 3px -2px #000;
        width: 74%;
        margin-left: 0;
        text-align: justify;
}

#main h2, #main h3 {
	margin-right: 0;
        text-align: justify;
}

#content, #main > h2, #main > h3 {
	padding-left: 40px;
	padding-right: 40px;
}

input, select {
	box-shadow: 0 1px 4px -5px black;
	border: solid 1px lightgray !important;
	background-color: white !important;
	padding: 5px;
	font-family: inherit !important;
}

input:focus, select:focus {
	box-shadow: 0 1px 4px -3px black;
}

input.button {
	border-radius: 3px;
	box-shadow: 0 0 2px #fff inset;
	padding: 5px 8px;
	text-decoration: none !important;
	background-color: #e1e1e1;
	background-image: linear-gradient(#ededed, #e1e1e1);
	border: 1px solid #d0d0d0;
	color: #444;
	text-shadow: 1px 1px 1px #fff;
}

input.button:hover {
	background-color: #ededed;
	background-image: linear-gradient(#e1e1e1, #ededed);
	border: 1px solid #b0b0b0;
	cursor: pointer;
}

#sidebar div.block span.blockTitle {
        border-bottom: none;
        background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ccc));
        background-image: linear-gradient(#fff, #ccc);
        padding: 6px 10px 6px 10px;
	margin: -10px -10px 10px;
}

#sidebar div.block {
	padding: 10px;
	box-shadow: 0px 0px 3px -2px #000;
	border: solid 1px white;
	border-bottom: none;
}
