/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
	margin: 0;
	color: #000;
	background-color: #fff;
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}
body#theme_body {
	padding: 0px 50px;
	background: #fff url(img/body.png) top left repeat-x !important;
}
body#edit-body {
	background: none;
	padding: 0px 10px;
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
tr.odd td {
	background-color: #f8f6f7;
}
tr.even td {
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
	font-family: Georgia, serif;
	font-weight: lighter;
	clear: both;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
 h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
	text-decoration: none;
}
a:link,a:visited {
	color: #2469ac;
}
a:hover {
	color: #ea7909;
	text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
	/* make <td> sizes relative to body size! */
	font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #222;
}
.item-list .title {
  font-size: 1em;
  color: #222;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}
tbody {
	border: none;
}
.clear {
	margin: 0px !important;
	padding: 0px !important;
}
.bold {
	font-weight: bold !important;
}
.messages {
	padding: 10px !important;
	margin-bottom: 5px !important;
}
.messages ul {
	padding-left: 20px;
	margin: 0px;
	border: 0px solid red;
}
.messages ul li {
	margin: 0px;
	padding: 5px 0px;
}
.status {
	border: 1px solid #52a550;
	background-color: #cdffcc;
	
}
/*
** Page layout blocks / IDs
*/
#logo {
	position: absolute;
	top: 20px;
	left: 107px;
	z-index: 10;
}
#site-name {
	position: absolute;
	top: 63px;
	left: 240px;
	z-index: 10;
}
#site-name, #site-name * {
	margin: 0px;
	padding: 0px;
	display: block;
}
#head-photo {
	position: absolute;
	top: 35px;
	right: 50px;
	z-index: 5;
}
#suhobuzimo_search_form {
	position: absolute;
	top: 5px;
	right: 50px;
	font-size: 0.9em;
}
#suhobuzimo_search_form label {
	display: none;
}
#suhobuzimo_search_form input, #suhobuzimo_search_form div {
	margin: 0px;
}
#navlist {
	position: absolute;
	z-index: 5;
	right: 50px;
	top: 150px;
	font-family: Georgia, serif;
	font-size: 16px;
	background: url(img/menu-separator.gif) top left no-repeat;
}
#navlist li {
	float: left;
	display: block;
	padding: 7px 25px 8px 26px;
	background: url(img/menu-separator.gif) top right no-repeat;
}
#navlist li a {
	display: block;
}

#navlist li.active {
	position: relative;
	left: -1px;
	background: url(img/active-menu-left.gif) top left no-repeat;
	padding: 0 0 0 25px;
}
#navlist li.active a {
	display: block;
	float: left;
	height: 100%;
	padding: 7px 26px 8px 1px;
	background: url(img/active-menu-right.gif) top right no-repeat;
	color: #fff;
}
#main-wrapper {
	vertical-align: top;
}
#main {
	margin: 0px 15px;
}
#content {
	width: 100%;
	margin: 190px 0px 10px 0px;
}
#content td {
	vertical-align: top;
}
#sidebar-left, #sidebar-right {
	width: 233px
	/* padding in px not ex because IE messes up 100% width tables otherwise */
}
div.block {
	background: #f8f6f7 url(img/block-top.gif) top left no-repeat;
	margin: 0 0 20px 0;
}
div.block div.content {
	background: url(img/block-bottom.gif) bottom left no-repeat;
	padding: 0px 0px 10px 10px;
}
div.block h2.title {
	font-size: 1.4em !important;
	padding: 10px 0 0 15px;
}
div.block-user div.item-list ul {
	display: block;
	height: 20px;
	margin-top: 5px;
	padding: 0px;
}
div.block-user div.item-list ul li {
	float: left;
	list-style-type: none;
	margin: 0px;
	width: 50%;
}
#footer {
	position: relative;
	width: 100%;
}
#footer, #footer .footer-left, #footer .footer-right {
	height: 104px;
	background: #f6f4f5 url(img/footer.png) top left repeat-x;
}
#footer .footer-left {
	position: absolute;
	left: -50px;
	width: 50px;
}
#footer .footer-right {
	position: absolute;
	right: -50px;
	top: 0px;
	width: 50px;
}
div.footer-body {
	padding-top: 23px !important;
	font-size: 0.9em;
}
#footer-logo {
	float: left;
	margin: 10px 40px 0px 85px;
}
#footer h5 {
	position: relative;
	left: -1.1em;
	top: -3px;
}

/* left menus */
#sidebar-left .block-menu, #sidebar-left .block-menu .content {
	background-image: none;
}
#sidebar-left .block-menu ul.menu li.expanded ul.menu {
	font-size: 0.9em;
	padding: 0.2em 0.6em;
	margin-left: 0px;
}
#sidebar-left .block-menu {
	margin-top: -20px !important;
}
#sidebar-left div.block-menu>.content>ul.menu>li.expanded li {
	list-style-type: disc !important;
}
#sidebar-left li.expanded {
	list-style-image: url(img/expanded.gif);
}
#sidebar-left li.collapsed {
	list-style-image: url(img/collapsed.gif);
}
#sidebar-left li.expanded li {
	list-style-image: url(img/leaf.gif) !important;
}
#sidebar-left .block-menu h2.title {
	font-size: 1.6em;
	margin-left: -2px;
	margin-bottom: 5px;
}
#sidebar-left .block-menu ul.menu {
	padding: 0px;
}
body #sidebar-left .block-menu .content ul.menu li.leaf {
	list-style-image: none;
	list-style-type: none !important;
}
body #content #sidebar-left #block-menu-menu-society .content{
	padding-bottom: 20px !important;
	background: url(img/block-bottom.gif) bottom left no-repeat;
}
body #content #sidebar-left div#block-menu-menu-about-area {
	padding-top: 30px !important;
	position: relative;
	top: -18px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	padding-bottom: 0px;
	background: #f8f7f7 url(img/leftmenu.gif) top left repeat-x;
}
body #content #sidebar-left div#block-menu-menu-about-area .content {
	padding-bottom: 5px;
	background-color: #f8f7f7;
}


/* node.tpl.php */

.submitted {
	color: #aaa;
}

/* story */
.node-story .imagefield-field_news_icon {
	float: left;
	padding: 1px;
	border: 1px solid #aaa;
	margin-right: 10px;
}
.node-story .taxonomy, .node-event .taxonomy {
	position: relative;
	top: -7px;
	font-size: 1em;
	background: url(img/taxonomy.gif) left top no-repeat;
	padding-left: 15px;
	height: 15px;
}
.node-story .news_source {
	width: 96%;
	margin: 0px 2%;
	text-align: right;
	position: relative;
	font-style: italic;
}

.node-advertisement .taxonomy {
	position: relative;
	font-size: 1em;
	background: url(img/taxonomy.gif) left 50% no-repeat;
	padding-left: 15px;
	line-height: 25px;
}

/* node-event */
.node-event .event-description {
	color: #777;
	font-size: 0.9em;
}
.node-event img.imagefield-field_event_image {	
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

/* node-galleria */
.node-galleria .galleria_container {
	text-align: center;
}
.content-multiple-table {
	width: 100% !important;
}
.node-galleria .galleria_wrapper img {
	padding: 20px;
	background-color: #f8f6f7;
	border: 1px solid #ccc;
}
.node-galleria span.caption {
	position: relative;
	top: -20px;
	padding: 0px;
	display: block;
	height: 1em;
}
.galleria-nav {
	width: 100%;
	text-align: center;
	font-family: Georgia, serif;
	font-size: 1.2em;
	position: relative;
	top: -10px;
}

/* comment */ 
.comment-unpublished {
	border: 1px solid #fbb;
	background-color: #fee;
}
.comment span.new {
	font-size: 0.8em;
	color: red;
}
div.links > ul.links {
	display: inline;
}

/* таблица прикрепелнных файлов */
table#attachments {
	width: 100%;
}


/* views */
div.item-list ul.pager {
	margin: 10px 0 0 0;
}
div.item-list ul.pager li a.active	{
	color: #2469ac;
}

.view-last-updates table {
	width: 100%;
}
/* gallery-views */
.view-gallery {
	padding: 0px;
}
.view-gallery .views-row {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 260px;
	width: 50%;
}
.view-gallery .views-row .views-field-created {
	position: relative;
	top: -7px;
	font-size: 0.8em;
	color: #aaa;
}
.view-gallery .pager {
	clear: both;
	padding-top
}

/* quotation form */
.container-inline-date {
	display: block;
	float: left !important;
}