/* 
 *  Table Of Sections
 *
 *  1. Reset
 *  2. Basic Elements
 *  3. Generic Classes
 *  4. Basic Layout
 *  5. Header
 *  6. Content
 *  7. Sidebar
 *  8. Footer
 *  9. Navigation
 * 10. Forms
 * 11. Modules
 * 12. Print styles
 *
 */

@media screen, projection {

	/* Reset  - do NOT modify!
	-------------------------------------*/
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q {	quotes: none; }

	:active { outline: 0; }

	/* remember to highlight inserts somehow! */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}




	/* Basic Elements
	-------------------------------------*/
	html, body { height: 100%; }

	body {
		font-family: helvetica, arial, sans-serif;
		font-size: 62.5%; /* 1em = 10px */
		line-height: 1.5em;
		color: #333;
		background: url(../images/backgrounds/body.png);
	}
	



	/* Generic Classes
	-------------------------------------*/

	/* --- News list --- */

	.cnt-list .date { color: #666; }

	.cnt-list .title { padding-left: .3em; }

	.cnt-list .subtitle {
		display: block;
		width: 100%;
		padding-left: 1em;
		font-size: .9em;
	}
	
	#text-content-container ul.cnt-list.with-date li {
		list-style:none;	
	}


	/* --- Link list --- */

	.link-list a:link, .link-list a:visited, .link-list a:hover, .link-list a:active { color: #A24D37 }


	/* --- Grouped link list --- */

	.grouped-link-list ul {	margin-bottom: .7em }

	.grouped-link-list .alt {
		margin-left: -12px;
		padding-left: 12px;
		background-color: #EEE
	}

	.grouped-link-list a:link, .grouped-link-list a:visited, .grouped-link-list a:hover, .grouped-link-list a:active { color: #A24D37 }

	.grouped-link-list strong {	font-size: 1.15em }

	.grouped-link-list a.external {
		margin-left: -12px;
		padding-left: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 0% 65% no-repeat
	}


	/* --- News list --- */

	.news-list li {
		float: left; /* float clearer */
		width: 100%;
		margin-bottom: 1em
	}

	.news-list .title { display: inline }

	.news-list .date {
		float: left;
		padding-right: .5em
	}

	.news-list .category {
		font-style: italic;
		color: #666
	}

	.news-list a:link, .news-list a:visited, .news-list a:hover, .news-list a:active { color: #A24D37 }

	.news-list a:visited { color: #5f4646 }
	
	

	.news-list.news-archive li {
		list-style-type: none !important;
	}
	
	.date-widget {
		position: relative;
		float: left;
		border: .1em solid #c78875;
		width: 3.5em;
		height: 3.5em;
		background-color: white;
		color: #c78875;
		text-align: center;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		margin-right: 7px;
	}
	
	.date-widget .month {
		display: block;
		width: 3.5em;
		height: .9em;
		line-height: 1;
		text-transform: lowercase;
	}
	
	.date-widget .day {
		display: block;
		width: 3.5em;
		height: 1.7em;
		color: white;
		background-color: #c78875;
		line-height: 1;
	}
	
	.date-widget .day span {
		font-size: 1.5em;
		line-height: 1.3;
	}
	
	.date-widget .year {
		display: block;
		width: 3.5em;
		height: .9em;
		line-height: 1;
	}


	/* --- Attachments list --- */

	.attachments-list .extension {
		color: #666;
	}


	/* --- Photo list --- */

	.photo-list dt {
		clear: both;
		float: right;
		width: 350px;
	}


	.photo-list dd.picture {
		float: left;
		width: 150px;
		margin-right: 10px;
	}

	.photo-list dd.summary {
		float: right;
		width: 350px;
	}

	.photo-list dd.clearer { margin-bottom: 20px; }

	#photo-list-lead-image {
		float: left;
		margin: 0 10px 3px 0;
	}


	/* --- Links --- */

	a.type-1:link, a.type-1:visited, a.type-1:hover, a.type-1:active { color: #5A89A0 }

	a.type-2:link, a.type-2:visited, a.type-2:hover, a.type-2:active {
		text-decoration: none;
		color: #333
	}

	a.type-3:link, a.type-3:visited, a.type-3:hover, a.type-3:active {
		text-decoration: none;
		color: #666
	}

	a.type-2:hover,
	a.type-3:hover {
		text-decoration: underline;
		color: #5A89A0
	}


	/* --- Messages --- */

	.error {
		display: block;
		color: #A24D37;
		font-weight: bold;
		margin: 1em 0
	}

	.notice {
		display: block;
		color: #00A600;
		font-weight: bold;
		margin: 1em 0
	}


	/* --- photo frame & content photos --- */

	.photo-frame {
		position: relative;
		padding: .3em;
		margin-bottom: .7em;
		background-color: white;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.photo-frame-left {
		float: left;
		margin-right: .7em;
	}

	.photo-frame-right {
		float: right;
		margin-left: .7em;
	}

	#text-content-container .photo-frame p {
		padding: 0.7em 0 0.5em 0;
		font-size: .85em;
		font-weight: normal;
		line-height: 115%;
		overflow: hidden;
		color: #606060;
	}

	img.content-photo {	padding: .2em 10px .2em 0; }

	.photo-frame .content-photo { padding: 0; }


	/* --- Other --- */

	img.left {
		float: left;
	}

	img.right {
		float: right;
		padding-right: 0;
		padding-left: 10px;
	}

	/* use to clear floats */
	.clearer {
		clear: both;
		display: block;
		height: 1px;
		margin-bottom: -1px;
		font-size: 1px;
		line-height: 1px
	}

	.hidden { display: none }
	
	.break-word { word-wrap: break-word; }

	.group:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	



	/* Basic Layout
	-------------------------------------*/
	#container {
		width: 940px;
		margin: 0 auto;
		background-color: white;
	}

	#content {
		width: 422px;
		float: left;
		color: #333;
	}

	#sidebar1 {
		float: left;
		width: 217px;
		margin-right: 20px;
	}

	#sidebar2 {
		float: right;
		width: 190px;
		margin-left: 20px;
		margin-right: 10px;
	}

	.sidebar-module {
		position: relative;
		float: left;
		width: 100%;
		padding-bottom: 4em;
	}




	/* Header
	-------------------------------------*/
	#header {
		float: left;
		width: 100%;
		height: 182px;
		padding-top: 20px;
		margin-bottom: 23px;
		background: url('../images/backgrounds/header.gif') repeat top left;
	}

	#header h1,
	#header .col1 {
		float: left;
	}

	#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active,
	#header em a:link, #header em a:visited, #header em a:hover, #header em a:active {
		position: relative;
		float: left;
		width: 227px;
		height: 51px;
		text-indent: -9999px;
		background: url('../images/backgrounds/logo.png') no-repeat top left;
	}
	
	#print-logo { display: none; }
	
	#search {
		position: relative;
		float: left;
		width: 232px;
		height: 30px;
		margin-left: 126px;
		background-color: #d9d9d9;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	}

	#search-mini-form p { float: left }

	#search-mini-form input.input-submit {
		position: absolute;
		margin: 5px 11px 0 6px;
		padding: 0;
		width: 20px;
		height: 20px;
		border: none;
		text-indent: -9999px;
		background: transparent url('../images/sprites/items.png') no-repeat 0 0;
	}

	#input-search-mini {
		border: none;
		background-color: transparent;
		width: 180px;
		height: 28px;
		margin-left: 15px;
	}
	
	#languages {
		position: relative;
		float: right;
		background: transparent url('../images/backgrounds/pattern_weave_tearmark_lr.png') no-repeat top right;
		padding: 6px 32px 6px 20px;
		margin-right: -15px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	
	#languages li {
		float: left;
		color: white;
		font-size: 1.45em;
	}
	
	#languages a:link, #languages a:visited, #languages a:hover, #languages a:active {
		line-height: 1;
		color: white;
		text-decoration: none;
	}
	
	#languages a.on:link, #languages a.on:visited, #languages a.on:hover, #languages a.on:active {
		color: #dfac9d;
	}
		
	#languages li.deco {
		position: absolute;
		display: block;
		bottom: -8px;
		right: 0;
		width: 15px;
		height: 8px;
		background: transparent url('../images/sprites/items.png') no-repeat 0 -50px;
	}
	
	#subpages-bar {
		width: 100%;
		margin-top: 23px;
		float: left;
	}
	
	#subpages-bar li {
		float: left;
		width: 25%;
		height: 99px;
		background: url('../images/backgrounds/subpages-bar-separator.png') no-repeat top right;
	}
	
	#subpages-bar #sb-service {
		background-image: none;
	}
	
	#subpages-bar a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	#subpages-bar img {
		padding-top: 34px;
		padding-left: 38px;
		opacity: .6;
	}
	
	#subpages-bar img:hover {
		opacity: 1;
	}
	

	/* Content
	-------------------------------------*/
	#content h1 {
		margin-bottom: .7em;
		font-family: helvetica, arial, sans-serif;
		font-size: 2em;
		line-height: .9;
		color: #666;
	}
	
	#content h1:first-letter {
		text-transform: capitalize;
	}

	#content h2 {
		margin-bottom: .5em;
		font-family: helvetica, arial, sans-serif;
		font-size: 1.6em;
	}

	#body-entry #content h2 {
		text-transform: uppercase;
		color: #666;
		font-size: 1em;
		margin-top: .7em;
		margin-bottom: .8em;
	}

	#text-content-container {
		margin-bottom: .7em;
		font-size: 1.35em;
	}

	#text-content-container p {
		padding-bottom: 1em;
		line-height: 1.35;
		text-align: justify;
	}

	#text-content-container a:link, #text-content-container a:visited, #text-content-container a:hover, #text-content-container a:active {
		color: #A24D37;
		text-decoration: underline;
	}

	#text-content-container a:visited { color: #5F4646 }

	/* external link */
	#text-content-container a.external {
		padding-right: 12px;
		background: url('../images/backgrounds/icons/external-link.gif') 100% 65% no-repeat;
	}

	/* --- video --- */

	span.video-placeholder {
		clear: both;
		padding: .7em 0px .7em 0px;
		display: block;
	}


	/* --- unsorted list --- */

	#text-content-container ul { 
		padding-bottom: 1em; 
		margin-left: 20px;
	}

	#text-content-container ul li {
		margin-bottom: .3em;
		list-style-type: disc;
		list-style-position: outside;
		line-height: 1.4em;
	}


	/* --- numbered list --- */

	#text-content-container ol {}

	#text-content-container ol li {
		margin-bottom: .3em;
		list-style-type: decimal;
		list-style-position: inside;
	}


	/* --- Attachments list --- */

	#text-content-container ul.attachments-list li { list-style-type: none; }


	/* --- tables --- */

	#text-content-container table th {
		padding: .3em .5em;
		border: 1px solid #999;
		font-weight: bold;
		text-align: left;
	}

	#text-content-container table td {
		padding: .3em .5em;
		border: 1px solid #999;
	}

	#text-content-container table caption {
		margin-bottom: .3em;
		text-align: left;
		font-weight: bold;
	}


	/* --- Icons in content --- */

	#text-content-container a.lipdf {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/pdf.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lidoc {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/doc.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lixls,
	#text-content-container a.lixlsx {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/xls.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lippt {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ppt.gif) 0% 50% no-repeat;
	}

	#text-content-container a.lizip {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/zip.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liai {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/ai.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liexe {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/exe.gif) 0% 50% no-repeat;
	}

	#text-content-container a.liimage {
		padding: .2em 0 .1em 19px;
		background: transparent url(../images/file.gif) 0% 50% no-repeat;
	}


	/* --- Search results --- */

	#search-main-form { margin-bottom: 1em }

	#text-content-container .search-results-row a:link, #text-content-container .search-results-row a:visited, #text-content-container .search-results-row a:hover, #text-content-container .search-results-row a:active {
		font-size: 1.1em;
		font-weight: bold;
		color: black;
	}

	#text-content-container .search-results-row a:visited { color: #666 }

	.search-results-url {
		display: block;
		width: 100%;
		font-style: italic;
		font-size: .9em;
		word-break: break-all;
		color: green;
	}


	/* --- Photogallery --- */

	#photo-gallery-container { 
		float: left;
		width: 100%;
		margin: 1em 0;
	}

	.photo-gallery-item {
		position: relative;
		float: left;
		width: 147px;
		padding: 7px;
		margin-right: 7px;
		margin-bottom: 7px;
		-moz-box-shadow: 1px 1px 4px #AAAAAA;
		-webkit-box-shadow: 1px 1px 4px #AAAAAA;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		text-align: center;
	}

	.photo-gallery-item img.photo-gallery { margin: 0 auto }

	#text-content-container .photo-gallery-item p {
		margin-top: .7em;
		text-align: left;
		line-height: 1.1;
		font-size: .95em;
		overflow: hidden;
	}

	.photo-gallery-item p strong { display: block }


	/* --- News --- */

	#text-content-container .date { padding-bottom: 0 }

	#text-content-container .date em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .category { padding-bottom: 0 }

	#text-content-container .category em {
		font-style: normal;
		font-weight: bold;
	}

	#text-content-container .abstract {
		padding-top: .5em;
		font-style: italic;
		color: #555;
	}




	/* Sidebar
	-------------------------------------*/
	.sidebar-module h2 {
		position: relative;
		margin-bottom: .7em;
		font-size: 1.3em;
		text-transform: uppercase;
		color: #656665;
	}


	/* --- News --- */
	
	#news .news-list li {
		margin-bottom: 2em;
	}
	
	#news .news-list a:link, #news .news-list a:visited, #news .news-list a:hover, #news .news-list a:active {
		color: #333;
		text-decoration: none;
		font-size: 1.3em;
	}

	#news .news-list a:hover {
		text-decoration: underline;
	}

	#news .link-list { float: left; }
	
	#news .link-list li {
		margin-bottom: .5em;
		padding-left: 20px;
		line-height: 1.2;
		min-height: 16px;
	}
	
	#news .link-list li.news-archive-link {
		background: transparent url('../images/sprites/items.png') no-repeat 0 -170px;
	}
	
	#news .link-list li.news-subscribe-link {
		background: transparent url('../images/sprites/items.png') no-repeat 0 -214px;
	}
	
	#news .link-list a:link, #news .link-list a:visited, #news .link-list a:hover, #news .link-list a:active {
		color: #a24d37;
		font-size: 1.3em;
		text-decoration: none;
		border-bottom: 1px solid rgba(162, 77, 55, .4);
	}


	/* --- FAQ --- */

	#faq label,
	#faq .form-error,
	#faq .racun {
		font-size: 1.15em;
	}


	/* --- Poll --- */

	#poll-question,
	#poll .poll-archive,
	#poll label,
	#poll-answers-area {
		font-size: 1.15em;
	}


	/* --- Quick links --- */

	#quicklinks ul.grouped-link-list { font-size: 1.15em; }
	
	
	/* --- Banners list --- */
	
	#banners-list {
		float: left;
	}
	
	#banners-list li {
		float: left;
		width: 100%;
		padding-bottom: 25px;
	}
	
	#banners-list li#banner-1 { margin-left: -5px; }
	



	/* Footer
	-------------------------------------*/
	#footer {
		float: left;
		width: 100%;
		min-height: 70px;
		padding-top: 20px;
		background: url('../images/backgrounds/footer.png') repeat-x top left white;
	}
	
	#cert-list li {
		float: left;
		margin-left: 56px;
	}




	/* Navigation
	-------------------------------------*/

	/* --- Breadcrumbs --- */

	#header #breadcrumbs { margin-top: 2.7em }

	#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active { color: #A24D37 }


	/* --- Sitemap --- */

	ul#sitemap { list-style-type: none; }

	#sitemap ul {
		margin-left: 1em;
		padding-bottom: 0;
		list-style-type: none;
	}


	/* --- Main Menu --- */

	#main-menu {
		width: 100%;
		margin-bottom: 1.5em;
		float: left;
	}


	/* Level 1 */

	#main-menu li.menu-level1 {
		float: left;
		margin-bottom: 1px;
	}

	#main-menu a.menu-level1:link, #main-menu a.menu-level1:visited, #main-menu a.menu-level1:hover, #main-menu a.menu-level1:active {
		position: relative;
		float: left;	
		text-decoration: none;
		outline: 0;
	}

	#main-menu span.menu-level1 {
		position: relative;
		display: block;
		width: 176px;
		padding: 8px 5px 8px 36px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
		border-top-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-right-radius: 5px;
		font-size: 1.6em;
		font-weight: bold;
		color: #777;
	}
	
	#main-menu li.menu-level1-open span.menu-level1 {
		margin-left: -15px;
		padding-left: 51px;
		background: transparent url('../images/backgrounds/pattern_weave_tearmark_lr.png') no-repeat top left;
		color: white;
		text-shadow: -1px -1px 0px rgba(0, 0, 0, .5);
	}
	
	#main-menu span.deco {
		position: absolute;
		display: block;
		bottom: -8px;
		left: 0px;
		width: 15px;
		height: 8px;
		background: transparent url('../images/sprites/items.png') no-repeat -5px -88px;
	}




	/* Forms
	-------------------------------------*/

	input {
		position: relative;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	#text-content-container form {
		width: 98%;
		margin-bottom: 1em;
		padding: 1em 1%;
		background-color: #F6F6F6;
	}

	input.input-text {
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	#text-content-container input.input-text {
		padding: .5em;
		border: 1px solid #AAA;
		font-size: .9em;
		background-color: white;
	}

	input.input-submit {
		margin-top: 1em;
		padding: .2em .5em;
		border-width: 1px;
		border-style: solid;
		border-color: #808080 #404040 #404040 #808080;
		font-size: 100%;
		background-color: #606060;
		color: white;
		cursor: pointer;
	}

	input.input-submit:hover {
		border-color: #E60000 #600000 #600000 #E60000;
		background-color: #A24D37;
	}

	#text-content-container input.input-submit { font-size: .9em; }

	textarea {
		position: relative;
		height: 10em;
		padding: .3em;
		border: 1px solid #AAA;
		line-height: 1.1;
		background-color: #EEE;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	select {
		position: relative;
		padding: .1em 0 .1em .3em;
		border: 1px solid #AAA;
		background-color: #EEE;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}

	.input-security {
		width: 5em !important;
		margin: 0 0 0 3px;
		padding: .3em;
		border: 1px solid #AAA;
		font-size: 100%;
		background-color: #EEE;
	}

	.racun {}

	form span.mandatory { color: #A24D37 }


	/* Vertical form */

	.vertical-form {}

	.vertical-form dt {
		margin-top: 1em;
		margin-bottom: .3em;
	}


	/* Horizontal form */

	.horizontal-form { float: left }

	.horizontal-form dt {
		clear: left;
		float: left;
		width: 25%;
		padding-top: .5em;
		margin-top: .6em;
		margin-bottom: .2em;
		margin-right: 2%;
		text-align: right;
	}

	.horizontal-form dt label { text-align: right }

	.horizontal-form dd {
		float: left;
		width: 72.9%;
		margin-top: .6em;
		margin-bottom: .2em;
	}

	fieldset.checkboxes label {
		float: left;
		display: block;
	}

	form dt.alt, 
	form dd.alt {
		text-align: left
	}

	.horizontal-form dt.alt, 
	.horizontal-form dd.alt {
		width: 72.9%;
		padding-top: 0;
		padding-left: 27%;
		margin-right: 0;
	}

	.sidebar-module input,
	.sidebar-module select,
	.sidebar-module textarea {
		font-family: inherit;
		font-size: 1.1em;
	}

	.form-notice {
		margin: 1em 0;
		padding: .3em 1em;
		border: 1px solid #007700;
		font-weight: bold;
		color: #007700;
		background-color: #F0FFF0;
	}

	.form-error {
		margin: 1em 0;
		padding: .3em 0;
		border: 1px solid #A24D37;
		color: #A24D37;
		background-color: #FFF0F0;
	}

	.form-error li {
		padding: .3em 1em;
		font-weight: bold;
		line-height: 1.2;
	}




	/* Modules
	-------------------------------------*/

	/* --- calendar --- */

	#calendar-table { border-collapse: collapse; }

	#calendar-table th {
		color: #333;
		font-weight: normal;
		text-transform: uppercase;
	}

	#calendar-table td {
		width: 2.2em;
		padding: .6em 0 .8em 0;
		border: .1em solid white;
		text-align: center;
		line-height: 0;
		background-color: white;
		color: #333;
		cursor: default;
	}

	#calendar-table td.week-selector {
		border: none;
		background-color: transparent;
	}

	#calendar-table .day-existing {	background-color: #eee }

	#calendar-table .day-empty { background-color: white }

	#calendar-table .day-existing,
	#calendar-table .day-empty {
		padding: 1.2em 0 0.9em 0;
	}

	#calendar-table td.day-event { background-color: #808080 }

	#calendar-table .day-event.day-today {
		background-color: #A24D37;
		padding: 0;
	}

	#calendar-table .day-today span {
		display: block;
		padding: 1.1em 0 .8em 0;
		/*border: .1em solid #A24D37;*/
		/*color: #A24D37;*/
		color: white
	}

	#calendar-table .day-selected {
		background-color: #808080;
		color: white
	}

	#calendar-table .single-event { /* padding: 0; */ }

	#calendar-table a:link, #calendar-table a:visited, #calendar-table a:hover, #calendar-table a:active {
		padding: .5em .5em .3em .5em;
		text-decoration: none;
		color: white
	}

	#calendar-month-switcher {
		font-size: 1.15em;
		margin-top: .5em;
		display: block
	}

	a#cal-prev-month:link, a#cal-prev-month:visited, a#cal-prev-month:hover, a#cal-prev-month:active,
	a#cal-next-month:link, a#cal-next-month:visited, a#cal-next-month:hover, a#cal-next-month:active {
		color: #A24D37
	}


	/* --- faq --- */

	#faq-form-toggle {
		text-decoration: underline;
		color: #A24D37;
		cursor: pointer;
	}

	.faq-list {
		display: none;
		clear: left;
	}

	.faq-list dt {
		font-weight: bold;
		margin-bottom: .5em;
	}

	.faq-list dd { margin-bottom: 1em }

	#faq-list h2 {
		float: left;
		cursor: pointer;
		padding-right: 18px;
		/*background: url(../images/backgrounds/bgnd_list_open.png) 100% 0% no-repeat;*/
	}

	#faq-list h2.open {
		/*background-image: url(../images/backgrounds/bgnd_list_close.png);*/
	}

	#faq-form input.input-text { width: 180px }

	#faq-form textarea { width: 180px }

	#faq-form select { width: 180px }

	#faq-form label {
		display: block;
		margin-top: .5em;
		font-weight: bold;
	}

	#faq-form .mandatory {
		color: #A24D37;
		font-family: Verdana, sans-serif;
		font-weight: normal
	}

	#faq a:link, #faq a:visited, #faq a:hover, #faq a:active { color: #A24D37 }


	/* --- poll --- */

	#poll-question {
		margin-bottom: .5em;
		font-weight: bold;
	}

	#poll-container a {
		display: block;
		margin-top: 1em;
	}

	#poll-answers-area .poll-pix {
		float: left;
		background-color: #A24D37; /* poll results line color */
	}

	#poll-answers-area .poll-percent {
		margin-left: 3px;
		float: left;
	}

	#poll-answers-area .poll-answer {
		padding-top: .5em;
		clear: left;
	}

	#poll-answers-area .poll-votes-total {
		padding-top: .5em;
		clear: left;
	}

	#poll a:link, #poll a:visited, #poll a:hover, #poll a:active { color: #A24D37 }


	/* --- sharing --- */

	#sharing {
		width: 100%;
		float: left;	
	}

	#sharing li {
		margin-top: 6px;
		width: 49.5%;
		float: left;
		font-size: 1.15em;
	}

	#facebook { background: url(/images/social_media/facebook.png) no-repeat; }

	#twitter { background: url(/images/social_media/twitter.png) no-repeat; }

	#linkedin { background: url(/images/social_media/linkedin.png) no-repeat; }

	#delicious { background: url(/images/social_media/delicious.png) no-repeat; }

	#sharing a:link, #sharing a:visited, #sharing a:hover, #sharing a:active {
		color: #A24D37;
		padding-left: 22px;
	}


	/* --- bussiness card --- */

	#business-card {
		float: left;
		margin-left: 20px;
		margin-top: 2em;
		padding-bottom: 4em;
	}
	
	#business-card .vcard {
		font-size: 1.4em;
		line-height: 1.3;
		color: #333;
	}
	
	#business-card .adr {
		margin-bottom: 1em;
	}
	
	#business-card a:link, #business-card a:visited, #business-card a:hover, #business-card a:active {
		color: #A24D37;
		text-decoration: none;
		border-bottom: 1px solid rgba(162, 77, 55, .4);
	}

	
	/* --- guestbook --- */
	
	#text-content-container .guestbook-list dt p { padding-bottom: 0; }
	
	#text-content-container .guestbook-list dt p.name { font-weight: bold; }
	
	#text-content-container .guestbook-list dt p.date { font-style: italic; }
	
	#text-content-container .guestbook-list dd {
		clear: left;
		padding: 1em 0 1.5em 0;
		background: url(../images/backgrounds/hor-separator.png) no-repeat bottom center;
		margin-bottom: 1.5em;
	}
	
	
	/* --- sys menu ---*/
	
	#sysmenu {
		float: right;
		position: relative;
		background: transparent url('../images/backgrounds/pattern_weave_tearmark_lr_mono.png') no-repeat top right;
		padding: 6px 32px 6px 20px;
		margin-right: -15px;
		margin-top: 20px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
		border-top-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	#sysmenu li {
		position: relative;
		float: left;
		padding-left: 20px;
		font-size: 1.35em;
		background: transparent url('../images/sprites/items.png') no-repeat 10px -125px;
	}

	#sysmenu .sys-print {
		padding-left: 0;
		background-image: none;
	}

	#sysmenu li.deco {
		position: absolute;
		display: block;
		bottom: -8px;
		right: 0;
		width: 15px;
		height: 8px;
		padding-left: 0;
		background: transparent url('../images/sprites/items.png') no-repeat 0 -50px;
	}

	#sysmenu li a {
		position: relative;
		float: left;
		color: white;
		text-decoration: none;
	}
	
	
	
	
	/* Splash page
	-------------------------------------*/
	
	#body-splash {
		background: #d4d4d4 none;
		height: auto;
	}
		
	#body-splash #stretchy-bgnd {
		height: auto;
	    min-width: 970px;
	    position: fixed;
	    top: 0;
		left: 0;
	    width: 100%;
	}
	
	#body-splash #logo {
		display: block;
		position: relative;
		width: 355px;
		margin: 160px auto 52px auto;
		z-index: 2;
	}
	
	#body-splash #slogans {
		display: block;
		position: relative;
		width: 283px;
		height: 36px;
		margin: 0 auto;
		background: url('../images/splash/slogan-new.png') top left no-repeat;
		text-indent: -9999px;
		overflow: hidden;
		z-index: 2;
	}
	
	#body-splash #banners-container {
		position: relative;
		width: 100%;
		margin-top: 82px;
		background: url('../images/splash/trans.png') top left repeat;
		z-index: 2;
	}
	
	#body-splash #banners {
		width: 800px;
		position: relative;
		margin: 0 auto;
		padding: 36px 0;
	}
	
	#body-splash #banners li {
		float: left;
		margin-right: 65px;
	}
	
	#body-splash #banners li.last {
		margin-right: 0;
	}
	
	#body-splash #banners span {
		display: block;
		font-size: 1.25em;
		font-style: italic;
		color: #666;
	}
	
	#body-splash #solar-power {
		position: relative;
		display: block;
		width: 172px;
		padding-left: 15px;
		margin: 30px auto 0 auto;
		z-index: 2;
	}
	
	#body-splash #team-logo {
		position: relative;
		display: block;
		width: 123px;
		margin: 56px auto 0 auto;
		z-index: 2;
	}
}

/* Print styles
-------------------------------------*/

@media print {

	body {
		font-size: .9em;
		font-family: "Times New Roman", serif;
		background-color: white;
		color: black;
	}

	h1, h2, h3, h4 { font-family: "Times New Roman", serif; }

	h1 { font-size: 1.6em; }

	h2 { font-size: 1.4em; }

	h3 { font-size: 1.2em; }

	h4 { font-size: 1.1em; }

	a img { border: none; }

	#text-content-container a:link:after,
	#text-content-container a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	
	#print-logo { display: block; }
	
	#logo,
	#search,
	#subpages-bar,
	#sidebar1,
	#sidebar2,
	#footer {
		display: none;
	}
	
	#content,
	#text-content-container {
		width: 100% !important;
	}
	
}




/* Plugins
-------------------------------------*/


@media projection, screen {

	/**
	 * jQuery lightBox plugin
	 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
	 * and adapted to me for use like a plugin from jQuery.
	 * @name jquery-lightbox-0.5.css
	 * @author Leandro Vieira Pinho - http://leandrovieira.com
	 * @version 0.5
	 * @date April 11, 2008
	 * @category jQuery plugin
	 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
	 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
	 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
	 */
	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 22px; 
		float: right;
		padding-bottom: 0.7em;	
	}
	
	
	/**
	 * The "classic" theme CSS for Shadowbox.
	 *
	 * This file is part of Shadowbox.
	 *
	 * Shadowbox is an online media viewer application that supports all of the
	 * web's most popular media publishing formats. Shadowbox is written entirely
	 * in JavaScript and CSS and is highly customizable. Using Shadowbox, website
	 * authors can showcase a wide assortment of media in all major browsers without
	 * navigating users away from the linking page.
	 *
	 * Shadowbox is released under version 3.0 of the Creative Commons Attribution-
	 * Noncommercial-Share Alike license. This means that it is absolutely free
	 * for personal, noncommercial use provided that you 1) make attribution to the
	 * author and 2) release any derivative work under the same or a similar
	 * license.
	 *
	 * If you wish to use Shadowbox for commercial purposes, licensing information
	 * can be found at http://mjijackson.com/shadowbox/.
	 *
	 * @author      Michael J. I. Jackson <mjijackson@gmail.com>
	 * @copyright   2007-2008 Michael J. I. Jackson
	 * @license     http://creativecommons.org/licenses/by-nc-sa/3.0/
	 * @version     SVN: $Id: skin.js 91 2008-03-28 17:39:13Z mjijackson $
	 */

	/*_____________________________________________________  container & overlay  */
	#shadowbox_container, #shadowbox_overlay {
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	}
	#shadowbox_container {
	  position: fixed;
	  display: block;
	  visibility: hidden;
	  z-index: 999;
	  text-align: center; /* centers #shadowbox in quirks and IE */
	}
	#shadowbox_overlay {
	  position: absolute;
	}

	/*_______________________________________________________________  shadowbox  */
	#shadowbox {
	  position: relative;
	  margin: 0 auto;
	  text-align: left; /* reset left alignment */
	}

	/*____________________________________________________________________  body  */
	#shadowbox_body {
	  position: relative;
	  margin: 0;
	  padding: 0;
	  border: 1px solid #333;
	  overflow: hidden;
	}
	#shadowbox_body_inner {
	  position: relative;
	  height: 100%;
	}
	#shadowbox_content.html {
	  height: 100%;
	  overflow: auto; /* make html content scrollable */
	}

	/*_________________________________________________________________  loading  */
	#shadowbox_loading {
	  position: absolute;
	  top: 0;
	  width: 100%;
	  height: 100%;
	}
	#shadowbox_body, #shadowbox_loading {
	  background-color: #060606; /* should match loading image background color */
	}
	#shadowbox_loading_indicator {
	  float: left;
	  margin: 10px 10px 0 10px;
	  height: 32px;
	  width: 32px;
	  background-image: url(loading.gif);
	  background-repeat: no-repeat;
	}
	#shadowbox_loading span {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 10px;
	  float: left;
	  margin-top: 16px;
	}
	#shadowbox_loading span a:link,
	#shadowbox_loading span a:visited {
	  color: #fff;
	  text-decoration: underline;
	}

	/*____________________________________________________________  title & info  */
	#shadowbox_title, #shadowbox_info {
	  position: relative;
	  margin: 0; /* these must have no vertical margin or padding */
	  padding: 0;
	  overflow: hidden;
	}
	#shadowbox_title_inner, #shadowbox_info_inner {
	  position: relative;
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  line-height: 16px;
	}
	#shadowbox_title {
	  height: 26px;
	}
	#shadowbox_title_inner {
	  font-size: 16px;
	  padding: 5px 0;
	  color: #fff;
	}
	#shadowbox_info {
	  height: 20px;
	}
	#shadowbox_info_inner {
	  font-size: 12px;
	  color: #fff;
	}

	/*_____________________________________________________________________  nav  */
	#shadowbox_nav {
	  float: right;
	  height: 16px;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_nav a {
	  display: block;
	  float: right;
	  height: 16px;
	  width: 16px;
	  margin-left: 3px;
	  cursor: pointer;
	}
	#shadowbox_nav_close {
	  background-image: url(icons/close.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_next {
	  background-image: url(icons/next.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_previous {
	  background-image: url(icons/previous.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_play {
	  background-image: url(icons/play.png);
	  background-repeat: no-repeat;
	}
	#shadowbox_nav_pause {
	  background-image: url(icons/pause.png);
	  background-repeat: no-repeat;
	}

	/*_________________________________________________________________  counter  */
	#shadowbox_counter {
	  float: left;
	  padding: 2px 0;
	  width: 45%;
	}
	#shadowbox_counter a {
	  padding: 0 4px 0 0;
	  text-decoration: none;
	  cursor: pointer;
	  color: #fff;
	}
	#shadowbox_counter a.shadowbox_counter_current {
	  text-decoration: underline;
	}

	/*___________________________________________________________________  clear  */
	div.shadowbox_clear {
	  clear: both; /* clear floating counter & nav */
	}

	/*________________________________________________________________  messages  */
	div.shadowbox_message {
	  font-family: 'Lucida Grande', Tahoma, sans-serif;
	  font-size: 12px;
	  padding: 10px;
	  text-align: center;
	}
	div.shadowbox_message a:link,
	div.shadowbox_message a:visited {
	  color: #fff;
	  text-decoration: underline;
	}
	
	
	
	/*  jquery autocomplete  */
	.ac_results {
		padding: 0px;
		background-color: white;
		overflow: hidden;
		z-index: 99999;
		-moz-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
	}

	.ac_results ul {
		width: 100%;
		list-style-position: outside;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ac_results li {
		margin: 0px;
		padding: 2px 5px;
		cursor: default;
		display: block;
		/* 
		if width will be 100% horizontal scrollbar will apear 
		when scroll mode will be used
		*/
		/*width: 100%;*/
		font: menu;
		font-size: 12px;
		/* 
		it is very important, if line-height not setted or setted 
		in relative units scroll will be broken in firefox
		*/
		line-height: 16px;
		overflow: hidden;
	}

	.ac_loading {
		background: white url('indicator.gif') right center no-repeat;
	}

	.ac_odd {
		background-color: #F6F6F6
	}

	.ac_over {
		background-color: #606060;
		color: white;
	}

}

/* DO NOT PUT ANYTHING DOWN HERE! FIND THE APPROPRIATE SECTION ABOVE! THIS IS THE LAST WARNING! */
