/**
 * VTEX Theme
 * 
 * based on uncommon.css
 *
 * Copyright (c) 2014 VTeX
 * 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.
 *
 */

/**
 * Common HTML elements
 */

body {
	background-color: #fff;
	color: #444;
}

a:link {
	color: #BE3A36;
}

a:active {
	color: #3399CC;
}

a:visited {
	color: #800;
}

a:hover {
	color: #ff4e48;
	background: #fff;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #ccc;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #fff;
	color: #444;
	border: 1px solid #ccc;
}

input.button {
	background-color: #eee;
}

input.defaultButton {
	background-color: #888;
	color: #fff;
	border: 3px double #fff;
}

input.defaultButton:active {
	background-color: #800;
	color: #fff;
	border: 3px double #fff;
}

#header {
	background-color: #fff;
}

#header h1 {
	font-family: Trebuchet MS,sans-serif,Verdana,Arial,Helvetica,sans-serif;
	text-transform:  uppercase;
	color: #444;
	letter-spacing: 2px;
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #fff;
	color:  #444;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family: Trebuchet MS,sans-serif,Verdana,Arial,Helvetica,sans-serif;
	color: #444;
}

#main h3 {
	font-family: Trebuchet MS,sans-serif,Verdana,Arial,Helvetica,sans-serif;
	color: #444;
}

#navbar {
	border-bottom: 1px solid #888;
	padding-left: 11px;
}

#breadcrumb, 
#breadcrumb a {
	color: #fff;
	background: #888;
}

#breadcrumb {
	padding: 0.5em;
	padding-left: 11px;
}

#content {
	border-top: 0px solid #ccc;
}

#content h3 {
	font-family: Trebuchet MS,sans-serif,Verdana,Arial,Helvetica,sans-serif;
	color: #444;
}

#content h4 {
	font-family: Trebuchet MS,sans-serif,Verdana,Arial,Helvetica,sans-serif;
	color: #444;
}

#content h5 {
	color: #444;
}

h1 a
,h2 a
,h3 a
,h4 a {
	text-decoration: none;
}

#leftSidebar,
#rightSidebar{
	white-space: nowrap;
	margin-top: 37px;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	margin-bottom: 5px;
	color: #444;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-bottom: 0px solid #ccc;
	margin-bottom: 5px;
	color: #444;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #444;
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #444;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#sidebarKeywordCloud {
	white-space: normal !important;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 1px dotted #444;
}

#developedBy
, #sidebarHelp
, #sidebarFontSize {
	display: none;
	visibility: hidden;
}

/**
 * homepage image width fix
 */

.homepageImage img {
	width: auto;
	height: auto;
	margin-right: 4em;
}