/**
 * classicRed.css
 *
 * Copyright (c) 2003-2011 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

body {
	background-color: #fff;
	font-family: "Times New Roman", Times, Georgia, serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #883;
}

a:active {
	color: #883;
}

a:visited {
	color: #74742c;
}

a:hover {
	color: #FFF;
	background: #883;
}

label.error {
	color: #f60;
}

input.defaultButton {
	color: #EECCCC;
	background: #660000;
}

#container {
	background: #fff;
	font-size: 1.1em;
}

#header {
	min-height: 150px;
	background: #fff url("https://ampr.ust.edu.ua/public/journals/68/images/16.png");
	background-position:0% 100%;
	background-repeat: repeat-x;
}

#headerTitle {
	background: #fff url("https://conf-ampr.ust.edu.ua/public/journals/68/images/diit-logo3.gif") no-repeat;
	background-position: 20px 50%;
	vertical-align: middle;
}

#header h1 {
	line-height: 0.8;
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.5em;
	background-color: #FFF;
	color:  #666600;
	padding-left: 05px;
	margin-left: 135px;
	height: 85px;
	text-align: center;
	vertical-align: middle;
}

#footer {
	background-color: #600;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-bottom: 1px dotted #882;
	border-top: none;
	margin-top:15px;
	background: url("https://conf-ampr.ust.edu.ua/public/journals/68/images/14.png") no-repeat;
	background-position: 3%	-1%;
	padding: 15px 0 100% 18%;
	width: 46% !important;
	margin: 0px 0 0 10px;
}
#body {
	width: 100%;
	overflow: hidden !important;
}
#main h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	text-align:center;
	padding-top: 0.6em
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}
p { font-size: 1.2em;
	
}
#navbar {
	border-bottom: 1px dotted #882;
	text-align: center;
}

#breadcrumb {
	height: 18px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #882;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #882;
}
#content h1 {
    display: block;
    font-weight: bold;
	padding-bottom: 0.5em
}
#content h2 {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
}
#content h3 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #660000;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 1px dotted #660000;
}

table.listing td.endseparator {
	border-top: 1px dotted #660000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}

div.separator {
	border-bottom: 1px dotted #660000;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 0px;
	background: url("https://conf-ampr.ust.edu.ua/public/journals/68/images/14.png") no-repeat;
	min-height: 529px;
	font-size: 82%;
}

#rightSidebar {
	padding-right: 120px;
	margin-right: 10px;
	background-position: 100% -1%;
	border: none;
}

#leftSidebar  {
	padding-left: 120px;
	margin-left: 10px;
	background-position: 100% -1%;
	padding-bottom:10000px;
    margin-bottom:-11000px;
}

#sidebarKeywordCloud{
	font-size:80% !important;
}
#sidebar div.block, span.rtop span, span.rbottom span {
	 background: #EBEDC7 !important;
	
}
