
body {
	/*margin: 0px;
	padding: 0px;*/
	background-color: white;
	/*color: rgb(17, 17, 17);
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;*/
}

#header h1 {
	/*margin: 0 auto;*/
	padding: 0.0em 0 0.0em 0%;
	/*font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;*/
}


a:link {
	color: #c62626;
}

a:active {
	color: #c21616;
}

a:visited {
	color: #c62626;
}

a:hover {
	color: #c41f1f;
	background: #ce4545;
}


/**
 * Main layout elements
 */

/*#header {
	background: url("../templates/images/back_header.png") repeat-x;
}*/

#headerTitle {
	/*padding-left: 50px;*/
}

table.tocArticle td.tocTitle {
	width: 75%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 25%;
	text-align: right;
}

table.listing tr.highlight {
	background: yellow;
}

table.listing tr.fastTracked {
	background-color: #ABA;
}

/* Font Sizer */

.smallFont {
	outline: none; /*for making it look nice in FF */
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;
}

a.smallFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-down.png);
	color: none;
}

.defaultFont {
	/*if you want to hide the default font button, use display:none */
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	text-indent: -9999px;
	outline: none;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;

}

a.defaultFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-default.png);
	color: none;
}

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

a.largeFont:hover {
	background: url(../lib/pkp/templates/images/icons/font-up.png);
	color: none;
}



/* @group Tag-it */

ul.tagit {
	padding:1px 5px;
	border-style:solid;
	border-width:1px;
	border-color:#C6C6C6;
	overflow:auto !important;
	width:500px;
}
ul.tagit li {
	-moz-border-radius:5px 5px 5px 5px;
	display: block;
	float: left !important;
	margin:2px 5px 2px 0;
	clear: none;
}
ul.tagit li.tagit-choice {
	background-color:#DEE7F8;
	border:1px solid #CAD8F3;
	padding:2px 4px 3px;
}
ul.tagit li.tagit-choice:hover {
	background-color:#bbcef1;
	border-color:#6d95e0;
}
ul.tagit li.tagit-new {
	padding:2px 4px 3px;
	padding:2px 4px 1px;
	padding:2px 4px 1px 0;
}

ul.tagit li.tagit-choice input {
	display:block !important;
	float:left;
	margin:2px 5px 2px 0;
}
ul.tagit li.tagit-choice a.close {
	color:#777777;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	outline:medium none;
	padding:2px 0 2px 3px;
	text-decoration:none;
}
ul.tagit input[type="text"] {
	-moz-box-sizing:border-box;
	border:none;
	margin:0;
	padding:0;
	width:inherit;
	border-color:#C6C6C6;
	background-color:#FFFFFF;
	color:#333333;
}

ul.tagit li:after, ul.tagit li div:after {
	content:" ";
	display:block;
	clear:none;
}

/*
From vanilla theme
*/

body {
	background-color: #ffffff;
	color: #000000;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #808080;
}

a:hover {
	color: red;
	background: #ffffff;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #eeeeee;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}

#header {
	background-color: #ffffff;
	border-bottom: 1px solid black;
}

#main {
	background-color: #ffffff;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;	
}

#main h2 {
	padding-left: 10px;
}

td.tocGalleys {
	padding-right: 10px;
}

#navbar {
	padding-left: 10px;
	border-bottom: 1px solid black;
}

#breadcrumb {
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;	
}

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

.description img {
	padding-top: 0px;
	padding-right: 10px;
	border: medium none;
	width: 118px;
	height: 90px;
}

.block {
	border-bottom: 1px solid rgb(187, 187, 187);
}

#sidebarFontSize {
	height: 40px;
}

.articleToolItem a img{
	vertical-align: middle;
}

.pkp_controllers_fontController_smallFont  {
	/*outline: medium none;*/
	background: url("../images/font-down.png") repeat scroll 0% 0% transparent !important;
	/*text-indent: -9999px;
	display: block;
	float: left;
	width: 20px;
	height: 23px;
	margin-right: 4px;
	margin-left: 8px;*/
}

.pkp_controllers_fontController_defaultFont {
	background: url("../images/font-default.png") repeat scroll 0% 0% transparent !important;
}

.pkp_controllers_fontController_largeFont {
	background: url("../images/font-up.png") repeat scroll 0% 0% transparent !important;
}
#main {
	background-color: rgb(255, 255, 255);
	border-left: 1px solid rgb(187, 187, 187);
	border-right: 1px solid rgb(187, 187, 187);
	border-bottom: 1px solid rgb(187, 187, 187);
}
#breadcrumb {
	border-bottom: 1px solid rgb(187, 187, 187);
}
#navbar {
	border-bottom: 1px solid rgb(187, 187, 187);
}

#issueCoverImage img {
    max-width: 100px;
    overflow: clear;
    width: 100%;
    height: auto;
}

#issueCoverDescription img {
  float: left;
  padding-right: 10px;
  height: auto;
  max-width: 150px;
}