/*
  Converge project
  © Mihai Maga 2013
  şţșțăîâ ŞŢȘȚĂÎÂ
*/

body {
	background-color: #f4e6ca;
	background-image: url("background.jpg") !important;
}
#content a,
#content a:visited {
	color: #ce4624;
}
#content a:hover,
#content a:active {
	color: #ce8924;
}
#header {
	height: 135px;
}
#header h1 {
	height: 35px;
	font-size: 14pt;
	text-align: center;
	padding-top: 50px;
}
#header .btn_home,
#header .home {
	height: 100px;
	padding-top: 0;
	font-size: 16pt;
	line-height: 1.2em;
}
#header .btn_home {
	width: 600px;
	padding-left: 90px;
	/*background-image: url("favicon-novocastro32.png");*/
	background-image: url("novocastro.png");
}
#header .btn_home small,
#header .home small {
	display: block;
	font-size: 10pt;
	line-height: 1.3em;
	font-weight: normal;
}
#header .btn_home span,
#header .home span {
	display: block;
	font-size: 11pt;
}
#header .home, #header .home small {
	line-height: 100% !important;
}
.ui-icon-csphome {
	background-image: url("favicon-novocastro16.png");
}
#aside[data-role="aside"] {
	top: 155px;
	min-height: 300px;
	height: 65%;
	background-color: #e0e0e0;
	background-color: rgba(232, 228, 224, .4);
}
#footer h4 {
	font-size: 9pt;
	font-weight: normal;
	text-shadow: 0 1px 1px #404040;
}

.mode_basic #menu a,
.mode_basic #menu a:visited,
.mode_basic #backtrack a,
.mode_basic #backtrack a:visited,
.mode_basic #languages a,
.mode_basic #languages a:visited,
.mode_basic #languages span,
.mode_basic a.button,
.mode_basic a.button:visited {
	color: #ffffff;
	background-color: #cb312e;
	text-decoration: none;
}
.mode_basic #menu a:hover,
.mode_basic #backtrack a:hover,
.mode_basic a.button:hover {
	color: #cb312e;
	background-color: #f8f8f8;
}
.mode_basic #menu a:active,
.mode_basic #menu a.selected,
.mode_basic #backtrack a:active,
.mode_basic #languages a:active,
.mode_basic #languages a.selected,
.mode_basic a.button:active,
.mode_basic a.button.selected {
	color: #303030;
	background-color: #f8f8f8;
}
.mode_basic #header .home {
	position: absolute;
	top: 10px;
	left: 10px;
}
