/*reset*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd,/* p,*/ blockquote, pre, form, fieldset, table, th, td {
margin: 0; padding: 0;
}

.clear {
clear: both;
}

/*elements styles*/

h1, h2 {
font-family: 'Open Sans Condensed', sans-serif;
font-weight: 400;
}

body {
background: url(../i/bg.jpg) top center repeat-x fixed;
font-family: 'Roboto', sans-serif;
margin-bottom: 0;
}

a {
color: #00923d;
text-decoration: none;
}

a:hover {
border-bottom: 1px dotted;
}

/*all*/

.all {
width: 980px;
margin: 15px auto;
padding: 0;
background: #f1f1f1;
}

/*header*/

.top {
width: 100%;
height: 100px;
position: relative;
border-bottom: 2px dotted #ccc;
}

.logo {
position: absolute;
width: 200px;
height: 100px;
top: 0;
left: 0;
background: url(../i/logo.png) top center no-repeat;
padding-top: 245px;
font-family: 'Open Sans Condensed', sans-serif;
font-weight: bold;
font-size: 25px;
text-align: center;
}

.logo a {
color: #fff;
}

.logo a:hover {
border: none;
}

.topcont {
position: absolute;
width: 350px;
height: 70px;
top: 10px;
right: 5px;
text-align: right;
font-size: 15px;
color: #777;
}

/*content*/

.cont {
margin-top: 20px;
width: 980px;
overflow: hidden;
}

.left {
position: relative;
float: left;
width: 200px;
margin-right: 10px;
padding-top: 340px;
background: #00923d url(../i/left.png);
padding-bottom: 32768px;
margin-bottom: -32768px;
overflow: visible;
z-index: 1000;
}

.right {
float: left;
padding: 0 10px;
width: 750px;
min-height: 1000px;
}

.right h2, #phocagallery h1 {
color: #00923d;
font-weight: 700;
margin-bottom: 20px;
font-size: 29px;
}

.footer {
position: relative;
width: 960px;
height: 70px;
margin: auto;
margin-top: 20px;
text-align: right;
font-size: 12px;
}
.footer a{
color: #006633;
}

ul.actions {
    list-style-type: none;
    
}

li.edit-icon:after {
    content: "← Нажмите на иконку для редактирования этой страницы";
    font-size: 13px;
    line-height: 16px;
    color: #ff0000;
}

#system-message-container dd ul li {
    display: block;
    min-height: 40px;
    padding: 5px 10px;
    width: 743px;
    margin-bottom: 10px;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
}

#system-message-container dt.message {
    display: none;
}

.live {
    position: absolute;
    left: 0;
    top: 3px;
}

.last {
width: 98%;
  margin-top: 5px;
  height: 20px;
  color: #fff;
  background: #00ac48;
  padding: 3px 1%;
}