/**
 * Common HTML elements
 */

img {
    border:0;
    padding:.5em;
}

/**
 * Main layout elements
 */
 
body {
    background-color:#e6d6b0;
}

#container {
    font-size:105%;
}

#header {
    background-color:#e6d6b0;
}

#header h1 {
    text-align:center;
}

#header h1 img {
    padding:0;
}

#headerTitle {
    background-color:#fffffd;
	border-top:1px solid #432;
	border-right:1px solid #432;
	border-left:1px solid #432;
	padding:1.5em 3em 0;
}
           
#body {
	background-color:#fffffd;
	border-right:1px solid #432;
	border-bottom:1px solid #432;
	border-left:1px solid #432;
	min-height:1000px;
	padding:0 3em 1.5em;
}
        
#sidebar {
	padding:0 0 1em;
}

#navbar {
    border-bottom:4px solid #375;
    text-align:center;
}

#breadcrumb {
    padding-bottom:.7em;
}

#content {
	border-top:2px solid #375;
	border-bottom:2px solid #375;
}

#content a:hover { background:none; border:none; }
#content h1 { font-size:2.2em; }
#content h2 { font-size:1.85em; line-height:120%; margin:0 auto; }
#content h3 { font-size:1.5em; line-height:120%; margin:0 auto; padding-bottom:.5em; }
#content h4 { font-size:1.17em; margin:0 auto; }
#content h5 { font-size:1em; }
#content p { text-align:justify; }

/**
 * Sidebar
 */

td.tocGalleys {
    text-align:right;
}

#sidebarWebFeed a:hover {
    background:none;
    border:none;
} 

.smallFont {
    background:url(http://ci-journal.net/lib/pkp/templates/images/icons/font-down.png);
    display:block;
    float:left;
    height:23px;
    margin-right:4px;
    margin-left:8px;
    outline:none;
    text-indent:-9999px;
    width:20px;
}

a.smallFont:hover {
    background:url(http://ci-journal.net/lib/pkp/templates/images/icons/font-down.png);
}

.defaultFont {
	background:url(http://ci-journal.net/lib/pkp/templates/images/icons/font-default.png);
	display:block;
	float:left;
	height:23px;
	margin-right:4px;
    outline:none;	
	text-indent:-9999px;
	width:20px;
}

a.defaultFont:hover {
    background:url(http://ci-journal.net/lib/pkp/templates/images/icons/font-default.png);
}

.largeFont {
    background:url(http://ci-journal.net/lib/pkp/templates/images/icons/font-up.png);
    display:block;
    float:left;
    height:23px;
    outline:none;
    text-indent:-9999px;
    width:20px;
}

a.largeFont:hover {
    background:url(http://ci-journal.net/lib/pkp/templates/images/icons/font-up.png);
}

/**
 * Article layout elements
 */
 
div#article{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 10px;
	width: 550px;
}
#article_title{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 5px;
}
h3.article_subhead{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#article_author{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
blockquote{
	margin: 20px;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}
img.article_image{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 8px;
}
.image_caption{
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
.reference{
	margin-left: 10px;
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 12px;
}

sup {
  font-size: 0.6em;
  vertical-align: top;
}

.western, .atitulo-western {
line-height:150%;
}
