/*
Theme Name: dictionary_theme
Theme URI: http://webseller.com.ua
Author: Андрощук Виктор
Description: Специально для словаря
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 14px;
	color: #929292;
}
a{
	color: #00b0dd;
}
#header{
	margin: 0 auto;
	width: 960px;
	height: 100px;
}
#header h2{
	font-weight: 500;
}
#menu{
	margin: 0 auto;
	width: 960px;
	height: 30px;
	background: #eaeff4;
	padding-top: 8px;
}
#menu ul{
	margin: 0;
}
#menu ul li{
	list-style: none;
	display: inline;
	margin: 5px;
	padding: 5px;
}
#menu ul li a{
	color: #003274;
}
#search{
	width: 180px;
	float: right;
	margin-top: -30px;
}
#lang{
	width: 60px;
	float: right;
	margin-top: -60px;
}
#content{
	margin: 0 auto;
	width: 960px;
}
#main{
	float: left;
	width: 700px;
	padding: 0 8px 10px 0;
}
.posts{
	float: left;
	width: 192px;
	height: 150px;
	display: block;
}

#sidebar{
	float: left;
	width: 250px;
}
.widgettitle{	text-align: center;}

.clear{
	clear: both;
}

#footer{
	margin: 0 auto;
	width: 960px;
	height: 40px;
	padding-top: 10px;
	background: #eaeff4;
}
#footer p{
	text-align: center;
}
#contacts p{
	text-align: center;
        background: #eaeff4;
}

#share42 {
  position: fixed;
  z-index: 1000;
  margin-left: -70px; /* смещение панели влево от края контента */
  padding: 6px 6px 0;
  background: none;
  border: 0px solid none;
  border-radius: 4px;
}
#share42:hover {
  background: none;
  border: 0px solid none;
  box-shadow: 0 0 0px #DDD;
}
#share42 a {opacity: 0.5}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}