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

/* base color dark http://goo.gl/0ziqDR */

a:link {
/* base color complementary light http://goo.gl/yJ2C6I */
	color: #866735;
}

a:active {
	color: #3399CC;
}

a:visited {
/* base color complementary dark http://goo.gl/xnXyQi */
	color: #39280B;
}

a:hover {
/* base color compuond http://goo.gl/iKKixH */
	color: #93785F;
	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: #6583A5;
	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: #356086;
	letter-spacing: 2px;
	padding-left: 3%;
}

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

#footerContent {
	color:  #ffffff;
}

#main {
	margin-left: 3%;
	width: 77%;
}

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

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

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

#navbar a:link {
	color: #356086;
}

#navbar a:active {
	color: #3399CC;
}

#navbar a:visited {
	color: #2B4E6C;
}

#navbar a:hover {
	color: #6583A5;
	background: #fff;
}

#breadcrumb, 
#breadcrumb a {
	color: #fff;
	background: #6583A5;
}

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

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

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

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

#content h5 {
	color: #356086;
}

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

#rightSidebar{
	margin-right: 3%;
}

#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;
}

table.tocArticle a:hover,
table.tocArticle:hover {
	background-color: #eeeeee;
}
