/* $Id: style.css,v 1.7 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	
}

body {
	line-height: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


a, a:link, a:active {
  color: #648999;
}
a:visited {
  color: #64A9B9;
}
body {
/*
  padding: 5em 0 0 3em; 
  background-image: url(background.png);
  background-repeat: repeat-x;
  border-top: 10px solid gray; 
*/
  font-family: trebuchet ms, tahoma, verdana, arial, helvetica;
  font: 12px sans-serif;
  line-height: 1.5em;
}
ul {
  list-style-type: disc;
}

/*
** Page layout blocks / IDs
*/


#main {
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.7); /* Для Firefox */
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7); /* Для Safari и Chrome */
    box-shadow: 0 0 15px rgba(0,0,0,0.7); /* Параметры тени */
vertical-align: middle;

}


#sidebar-left {
  
}
#sidebar-right {
  
}

#sidebar-static-left {
  
  max-width: 75%;
  width: 75%;
  min-width: 75%;
  vertical-align:top;
  padding-right: 70px;
}

#sidebar-static-right {
  
  vertical-align:top;
  max-width: 250px;
  width: 250px;
  min-width: 250px;
  padding-right: 0px;
  
}

#sidebar-header {

  line-height: 1em;
  margin-right: 0px;
  float:right;
}
#sidebar-header  li{
	list-style:none;
}
#sidebar-header  .language-icon{
	display: inline;
	float: left;
	margin-right: 5px;
}

.language-bar
{
  width: 120px;
  height: 100%;
  text-align: right;
}

#sidebar-footer {
  
}


/*
** Common declarations for child classes of node, comment, block, box etc
*/
#header .title {
  font-size: 24px;
  font-weight: bold;
}

.site-name  {
  font-size: 30px;
}

#header .title a,
#header .title a:link,
#header .title a:visited,
#header .title a:active {
  text-decoration: none;
  color: #648999;
}
#header .title a:hover {
  color: #6489B9;
}
.site-slogan {
  margin-top: -0.1em;
  font-size: 1em;
  font-weight: bold; 
  font-style: italic;
}

#header .site-headerbar {
  margin-top: -0.1em;
  font-size: 0.8em;
}

#subnavlist {
  font-size: 0.8em;
}
ul.links li {
  /*border-left: 1px solid #000; /* LTR */
}
ul.links li.first {
  /*border-left: none; /* LTR */
}
.node .title {
  font-size: 1.2em;
}
.node .title a,
.node .title a:link,
.node .title a:active,
.node .title a:visited {
  text-decoration: none;
  font-weight: normal;
}
.node .title a:hover {
  text-decoration: underline;
}
div.links {
  margin: 1em 0 3em 0;
  text-align: right; /* LTR */
}
.comment .content, .block .content, .menu {
  font-size: 0.9em;
}
.block {
  padding-bottom: 0em;
  margin-top: 20px;
}
.block .title {
  font-size: 1em;
}
.block-hr{
background: green;
color: red;
border: 1px solid #9ec2d7;
width: 100%;
height: 0px;
display: block;
line-height: 1em;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-top: 10px;
margin-bottom: 10px;
}

.block-block {
  width: 100%;
  display: block;
  height: 100%;
}

.item-list{
 vertical-align: text-top;
}

/*
** Module specific styles
*/
.item-list ul li {
  list-style: square;
}

/*
** Administration page styles
*/
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #eee;
}
div.admin-panel h3 {
  background-color: #999;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

/*
** Custom styles
*/

#content{width:1024px;}

.sizer {
	
  width: 1024px;
  margin: 0 auto;
}

.main-sizer {
 /* background: url("grid.png");	*/
  width: 1024px;
  margin: 0 auto;
}

.body-left {
 background: url("fill_left.png") repeat-y scroll 0 0 transparent;

}

.body-right {
 background: url("fill_right.png") repeat-y scroll 100% 0 transparent;
 padding: 0 24px;
}

.header-left {
 background: url("fill_left.png") repeat-y scroll 0 0 transparent;
}

.header-right {
 background: url("fill_right.png") repeat-y scroll 100% 0 transparent;
 padding: 0 24px;
}

#body_bg {
 border: none;
}

#body_bg tbody {
 border: none;
}

.footer-wrapper {
 display: block;
}

#c-footer {
 font-size: 100%;
 margin: 0;
 padding: 5px 5px;
 text-align: center;
 color: #888888 !important;
}

#c-footer a {
 color: #888888 !important;
}

tbody{border: 0px !important;}


/**/

/* $Id: common.css,v 1.12 2007/06/04 11:10:38 goba Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  margin: 0;
  /*
  padding: 3em;
  */
  font-size: .9em;
  line-height: 1.1em;
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
  padding: .5em;
  border-collapse: collapse;
}
code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}
li {
 padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .4em;
  margin-top: 1em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
}
h4, h5, h6 {
  font-size: 1em;
}
p {
  margin: 0 0 .5em 0;
}
br {
  line-height: 0.6em;
}

div {
  
}

/*
** Page layout blocks / IDs
*/

#header {
  
  background: url("background.png") repeat-x scroll 0 0 transparent;
  
  
  
  
  
}

.header_bg{
	margin-bottom: 15px;
}

#header td{
	height: 100%;
	
}

#help {
  font-size: 0.8em;
}
#content {
  clear: both;
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
  padding: 10px;
}
#main {
  background: #fff; 
}
#footer {
 font-size: 0.8em;
 padding-top: 0.5em;
 text-align: center;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
  margin: 0 0 .25em 0;
}
.content {
  margin: 0 0 .5em 0;
}
ul.links.inline {
  font-size: 0.8em;
  line-height: 1.25em;
}
.block {
  /*width: 180px;*/
}
.messages {
  padding: 0.3em;
  margin: 0.5em 0em 0.5em 0em;
}
.status {
  border: 1px solid #3a3;
  color: #3a3;
}


.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

/*
** Common navigation links added on the admin/build/themes/settings page
*/
.navlinks {
padding-top: 15px;
padding-bottom: 5px;
  
  clear: both;
}
.mainlinks a {
  font-size: 1.1em;
  padding-left: 32px;
}

.gclogo{
float:left; 
margin-left: 0px; 
margin-top: 5px;
}

#gclogo
{
width: 135px;
}

/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
#aggregator .feed-source {
  border: 1px solid gray;
  padding: 1em;
}

#content-switch-menu li
{
  text-align: center;
  display: inline;
}
.cswitch-links
{
  list-style: none;
  display: inline;
}

#content-switch-menu
{
  height: 1em;
  font-size: 2em;
  text-align: center;
  color: #64A9B9;
  
}

#content-switch-menu .active
{
  color: #245969;
  
}


.content-imagebox
{
	margin-right: 15px;
	min-width:496px;
	min-height:331px;
	max-width:496px;
	max-height:331px;
	float:left;
	border: 1px solid gray;
	position: relative;
	right: 0px;
	
}

.mpor-bg
{
	background:url('../../files/gc2012/mpor.jpg') no-repeat;
}

.vatolin-bg
{
	background:url('../../files/gc2012/vatolin.jpg') no-repeat;
}
.man-bg
{
	background:url('../../files/gc2012/man.jpg') no-repeat;
}

.orgkom-bg
{
	background:url('../../files/gc2012/orgkom.jpg') no-repeat;
}

.content-imagebox-text-layer
{
	background: url('1pxwt.png') ; 
	height: 70px; 
	min-height:100%;
	position:relative;
	
	top:235px;
	text-align: left;
	padding: 10px 15px;
	padding-bottom: 0px;
	font-size: 1.1em;
}

.node
{
 
}

#slideshow{
	
}

#slideshow-main{
  width: 100%;
}

#slideshow #slidesContainer {
  margin:0 auto;
  width:900px !important;
  height:360px;
  max-width:900px;
  max-height:360px;
  min-width:900px;
  min-height:360px;
  overflow:hidden;
  overflowY:hidden;  /* allow scrollbar */
  position:relative;
  display:inline-block;
  /*border: 1px solid red;*/
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:900px; /* reduce by 20 pixels to avoid horizontal scroll */
  height:360px;
  display:inline-block;
  float: left;
}

/**
 * Slideshow controls style rules.
 */
.control {
  display: inline-block;
  width:20px;
  height:360px;
  text-indent:-10000px;
  position:relative;
  cursor: pointer;

}
#leftControl {
  top:0;
  left:0;
  width: 25px;
  margin-right: 15px;
  margin-left:-38px;
  background:transparent url("../../files/gc2012/control_left.jpg") no-repeat 0 105px;
}
#rightControl {
  top:0;
  right:0;
  width: 20px;
  margin-left: 20px;
  background:transparent url("../../files/gc2012/control_right.jpg") no-repeat 0 105px;
  
}

ul.primary li a {
background-color: #FFF;
border-color: #FFF;
border-width: 0px;
border-style: solid solid none solid;
height: auto;
padding: 0 1em;
text-decoration: none;
}

ul.primary li.active a {
background-color: white;
border: 0px solid #BBB;
border-bottom: white 0px solid;
border-image: initial;
}

ul.primary {
border-collapse: collapse;
padding: 0 0 0 1em;
white-space: nowrap;
list-style: none;
margin-left: 12px;
height: auto;
line-height: normal;
border-bottom: 0px solid #BBB;
}

.pagetitle {
	margin-left: 38px;
	margin-bottom: 15px;
}

.node .content{
    margin-left: 38px;
}

#main form{
	margin-left: 38px;
}

#content ul li{
	list-style-position: inside;
	line-height: 1em;
}

#content ul{
	margin-top: 10px;
	margin-bottom: 15px;
}