/**
 * plugins/themes/desert/desert.css
 *
 * Copyright (c) 2013-2015 Simon Fraser University Library
 * Copyright (c) 2003-2015 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Desert theme.
 *
 */

body {
    background-image: -webkit-radial-gradient(50% 50%,circle cover,#B4CCD6,#B7A4B4 100%);
    font-family: 'oxygenwebfont',Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}

a:link {
	color: #006666;
}

a:active {
	color: #996633;
}

a:visited {
	color: #898e79;
}

a:hover {
    color: #996633;
    background: transparent;
}

#header {
	background: #e5e5c7; 
	border-bottom: 2px solid #898e79;
}

#headerTitle {
	padding-bottom: 10px;
	padding-top: 50px;
	height: 97px;
	background: #fff;
}

#header h1 {
	font-family: 'Bitter','Times New Roman',Times,serif;
}

#main h2 {
    font-family: 'Bitter','Times New Roman',Times,serif; border-left: 3px solid #779B1A; padding: 10px 10px; margin-top: 10px;
}

#main h3 {
	font-family: 'Bitter','Times New Roman',Times,serif;
}

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

#content {
	border-top: 0px dotted #000;
}

#content h3 {
	font-family: 'Bitter','Times New Roman',Times,serif;
}

#content h4 {
	font-family: 'Bitter','Times New Roman',Times,serif;
}

#header h1 img { width: 200px !important; height: auto !important; }
#header .aelinco { float: right; width: 150px; position: absolute; right: 20px; top: 10px; }
#header .aelinco img { width: 100%; }
#headerTitle { padding-top: 10px; position: relative; }
#headerTitle .titulo { float: right; margin-top: 40px; font-size: 25px; margin-right: 20px; }
#container { max-width: 1020px; }
#main { background: #fff; margin-left: 0; padding-left: 20px; width: 73%; margin-top: 4px; }
#header { margin-top: 15px; }
#body { float: left; background: #fff; }
#rightSidebar { margin-right: 0; padding-right: 20px; width: 20%; padding-top: 0; }
#content { font-size: .8em; }
#rightSidebar .blockTitle { text-decoration: inherit; font-family: 'Bitter'; font-size: 15px !important; letter-spacing: 0 !important; }
#footer { padding-left: 20px; padding-right: 20px; box-sizing: border-box; background: #fff; float: left; }
#footer-inner { border-top: 3px double #CCCCCC; padding-top: 20px; color: #666; font-size: 13px; }
#footer-inner a { text-decoration: none; }
#footer-inner li { list-style: none; }
#footer-inner #block-block-1 { width: 20%; float: left; margin-bottom: 20px; }
#footer-inner #block-block-2 { width: 60%; float: left; margin-bottom: 20px; }
#footer-inner #block-block-3 { width: 20%; float: left; margin-bottom: 20px; }
