/*
  Converge project
  © Mihai Maga 2013
  şţșțăîâ ŞŢȘȚĂÎÂ
*/

html, body {
	color: #202020;
	font-size: 11.5pt;
}
.ui-widget,
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-size: 1em;
	font-family: inherit;
}
#header h1, #footer h1,
#header h2, #footer h2,
#header h3, #footer h3,
#header h4, #footer h4,
#header h5, #footer h5,
#header h6, #footer h6 {
	margin: 4px 0;
	padding: 0;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	word-wrap: no-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#header {
	padding-top: 8px;
}
#header .btn_home {
	position: absolute;
	top: 12px;
	left: 12px;
	height: 32px;
	padding: 6px 0 6px 36px;
	color: #202020;
	background-image: url("theme-converge/converge32.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	border-radius: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	text-shadow: 0 1px 1px #fff;
}
#right {
	float: right;
	width: auto;
}
#content {
	position: relative;
	padding: 0 20px 20px 250px;
	max-width: 800px;
	line-height: 1.5em;
}
#aside {
	position: absolute;
	top: 8.5em;
	padding: 10px;
	float: left;
	width: 200px;
	min-height: 400px;
	height: 75%;
	font-size: 0.8em;
	text-align: justify;
	background-color: c0c0c0;
	background-color: rgba(192, 192, 192, .5);
	border-radius: 0 10px 10px 0;
	box-shadow: 0px 0px 8px -2px #000;
}
#menu .selected,
#backtrack .last {
	color: #204060 !important;
	text-shadow: 0 0 1px #ce6924;
}
.menu_separator {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 16px;
	margin-left: -6px;
	margin-right: -10px;
	margin-top: 2px;
	margin-bottom: -6px;
	padding: 0;
	z-index: 9;
	overflow: hidden;
	border: 0 none transparent;
	background-image: url("jq/images/icons-36-white.png");
	-moz-background-size: 864px 18px;
	-o-background-size: 864px 18px;
	-webkit-background-size: 864px 18px;
	background-size: 864px 18px;
	background-position: -108px 50%;
}

#languages {
	position: absolute;
	right: 1em;
	top: 2px;
}
#languages .ui-button-text {
	font-size: 8pt;
}
#languages a.selected, #languages a.selected .ui-button-text {
	font-weight: bold;
}

#search {
	position: relative;
	top: -2em;
	margin-bottom: -2em;
	float: right;
	padding: 0.3em 1em;
}
#search form {
	margin: 0;
	padding: 0;
}
#q {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px inset rgba(211, 211, 211, 0.5);
	border-radius: 4px;
	height: 1.5em;
}
.searchtitle {
	font-size: 0.8em;
}
.searchresults {
	margin-bottom: 1em;
}
.searchresults h4,
.searchresults p {
	margin: 0;
	padding: 0;
}
.searchresults p {
	font-size: 9pt;
}
#searchbutton,
#search button,
#sitemapbutton {
	padding: 0 0.8em;
	margin-top: -3px;
	margin-bottom: -1px;
	width: 1px;
	overflow: hidden;
}
#search button .ui-button-text,
#sitemapbutton .ui-button-text {
	width: 0px;
	padding: 1px 0.4em;
}
.match {
	font-weight: bold;
	background-color: #f0f0f0;
}

#backtrack {
	font-size: 8pt;
	margin-top: 1px;
	float: right;
	margin-right: 1em;
}
#backtrack .ui-button-text {
	padding-top: 1px;
	padding-bottom: 1px;
}

.button {
	margin: auto;
}
#footer .button {
	font-size: 8pt;
}
#footer_toolbox {
	position: absolute;
	right: 0;
}

.formElementInactive {
	color: #808080;
}

#footer {
	width: 100%;
}


/*
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}*/


#admin_block {
	position: absolute;
	top: 0;
	right: 300px;
	padding: 2px 4px;
	font-size: 9pt;
	font-weight: bold;
	color: #888;
	background-color: #ddd;
	border: 1px solid #666;
	border-top: 0px none;
	border-radius: 0 0 5px 5px;
}
#admin_block a,
#admin_block a:visited,
#admin_block a:active {
	color: #766;
	text-decoration: none;
}



.file {
	padding-left: 18px;
	background-image: url('files/file.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.fileext {
	position: relative;
	width: 16px;
	overflow: hidden;
	white-space: nowrap;
	left: 2px;
	color: #0020ff;
	font-size: 6pt;
	text-decoration: none;
	margin-right: -15px;
}
