/*
© 2009 ROBO Design
http://www.robodesign.ro/
*/

/* Layout */

body {
  font: 16px Tahoma, sans-serif;
  color: #000;
  background: #fff;
}

form { margin: 0 }

a img { border: 0 }

#skipnav, #backtotop, #mini-header, #nav, #menus2, #page-options, #breadcrumb-section p, #welcome-sitemap, #welcome-sitemap-title, .welcome-atom, .welcome-read-more, #gallery-atom, #gallery-izoom, #gi-nav, #blog-side-panel, #skip-blog-side-panel, #blog-post-title, #blog-nav, #blog-archive-back, .sitemap-btn, .sitemap-btn2, #search-page-form, #search-pages { display: none }

#header-title {
  font-weight: normal;
  font-size: 2.6em;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  letter-spacing: -0.02em;
}

/* #header-title a:before {
  content: url('../images/logo-print.png');
  margin-right: 10px;
  float: left;
} */

#header-title a {
  text-decoration: none;
}

#header-title br { display: none }

#breadcrumb-section { clear: both }

#breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumb li { display: inline }

#breadcrumb li:before { content: " • " }

#breadcrumb .first { display: block }

#breadcrumb .first:before, #breadcrumb .second:before { content: "" }

#breadcrumb a { text-decoration: none }

#breadcrumb .first a {
  font-size: 1.9em;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  letter-spacing: -0.04em;
}

#breadcrumb .second { font-weight: bold }

#footer1 {
  clear: both;
  text-align: center;
  font-size: 0.9em;
}

#footer1, #footer1 a { color: #666 }

/* Front page */

#welcome-news ol p { margin: 0 }

.welcome-blog-post-title { font-weight: bold }

#welcome-news li { margin: 5px 0 }

#welcome-events ol, #welcome-news ol { list-style: disc }

/* Gallery */

#gallery-list {
	list-style: none;
	padding: 0;
}

#gallery-list a { text-decoration: none }

#gallery-list li {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	line-height: 152px;
}

#gallery-list img { vertical-align: middle }

#gallery-image { text-align: center }

#gallery-image img { border: 1px solid #999 }

/* Blog */

.blog-post-title {
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0;
}

.blog-post-date, #blog-post-date, .blog-post-tags {
	margin-top: 0;
	font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  color: #999;
}

.blog-post-tags a { color: #999 }

#blog-archive ol { list-style: none }

#blog-archive .year { padding-left: 0 }

#blog-archive .month {
  margin-bottom: 0;
  margin-left: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
}

#blog-archive .posts {
  list-style: disc;
  margin-top: 0;
}

#blog-archive .posts li { margin-bottom: 5px }

/* Site map */

#sitemap-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

#sitemap-list > li { margin: 20px 0; }

#sitemap-list > li > a, #sitemap-list > li > span {
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  border-bottom: 3px solid #000;
}

#sitemap-list > li > ol {
  list-style: disc;
  margin: 10px 0;
}

#sitemap-list > li > ol > li > a,
#sitemap-list > li > ol > li > span { font-size: 1.2em }

#sitemap-list > li > ol > li > ol {
  list-style: square;
  margin: 5px 0 12px 0;
}

#sitemap-list > li > ol > li > ol ol {
  list-style: circle;
  margin: 5px 0 12px 0;
}

/* Contact */

#contacterr {
  color: #f00;
  font-weight: bold;
}

#contactform h2, #contactinfo h2 { display: none }

#contactform p { margin-top: 0 }

#contactform label {
	font-weight: bold;
	display: block;
}

#msg-id, #email-id, #subject-id, #name-id { width: 50% }

/* Search */

#search-info {
	text-align: right;
	color: #666;
}

#search-results {
	margin-top: 0;
	padding-top: 0;
  padding-left: 0;
  list-style: none;
}

#search-results p {
	margin: 0;
	padding: 0;
}

#search-results li { margin-bottom: 10px }

#search-results a {
	font-size: 1.2em;
	font-weight: bold;
}

.search-result-info {
	font-size: 0.9em;
	color: #666;
}

