 /*
Theme Name: Gorn Дочерняя тема
Theme URI:   http://www.goodwinpress.ru/tema-gorn
Author: Goodwin
Description:  Новая адаптивная тема для WP от Гудвина. Шаблон для бизнеса, каталог товаров, дистрибуция.
Template:  gorn
 */

/* * * * * * * * * * *  Размещайте ваши стили только под этой строчкой, ниже  * * * * * * * * * *  */ 

.rectangle {
counter-reset: li; 
list-style: none; 
font: 16px "Trebuchet MS", "Lucida Sans";
padding: 0; margin-left:40px;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.rectangle li {
position: relative;
display: block;
padding: .4em .4em .4em .8em;
margin: .5em 0 .5em 2.5em;
color: #444;
text-decoration: none;
transition: all .3s ease-out;
}
.rectangle li:hover {}       
.rectangle li:before { color:#ffffff;
content: counter(li);
counter-increment: li;
position: absolute;
left: -2.5em;
top: 50%;
margin-top: -1em;
background: #a1837b;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
}
.rectangle li:after {
position: absolute;
content: "";
border: .5em solid transparent;
left: -1em;
top: 50%;
margin-top: -.5em;
transition: all .3s ease-out;
}
.rectangle li:hover:after {
left: -.5em;
border-left-color: #a1837b;
}
.polovina {display:block; float:left; width:50%; min-width:500px;}
