/* Теги */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background: url(/img/bg.png);
}

ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

a {
  color: #0771bd;
}

h1 {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: normal;
  margin-top: -320px;
  margin-bottom: 280px;
  padding: 6px;
  padding-left: 32px;
  width: 50%;
  background: solid #000000;
  z-index: 999999;
}

h2 {
  color: #666666;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 14px;
}

h3 {
  color: #666666;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 14px;
}

p {
	color: #333333;
	line-height: 1.6em;
    margin-bottom: 18px;
}

/* Основное поле */

.main{
	margin: 60px auto; 
	width: 1020px;
}

#speakers img {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px  !important;
	max-width: 70px !important;
	position: relative;
	top: 8px;
	border-radius: 50%;
}

/* Блок навигации */

#logo {
	padding-bottom: 42px;
	width: 80%;
	margin-bottom: 72px;
	height: 80px;
	border-bottom: dotted 1px #CCCCCC;
	cursor: pointer;
}

#navigation li {
  margin-bottom: 16px;
  font-size: 14px;
  width: 80%;
}

#navigation a {
  color: #333333;
}

#edit {
	margin-top: 28px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 14px;
	width: 160px;
}

#edit a {
  color: #999999;
}

#search {
	padding-top: 22px;
}

#str {
	width:98%;
}

/* Контент */

#content {
	padding: 24px;
	border: solid 6px #DEDEDE;
	*min-height: 600px;
	font-size: 14px;
}

.breadcrumbs {
	margin-bottom: 12px;
	padding-bottom: 18px;
	border-bottom: dotted 1px #CCCCCC;
}

/* Классы для блоков контента */

pre {
	margin-bottom: 18px;
	padding: 18px !important;
	border: solid 6px #F2F2F2;
	background-color: #FFFFFF;
	overflow-x: auto;
}

.video {
	margin-bottom: 18px;
	padding: 12px;
	border: solid 6px #F2F2F2;
	background-color: #FFFFFF;
	text-align: center;
}

#content img {
	margin-bottom: 18px;
	background-color: #FFFFFF;
	max-width: 100%; 
	height: auto;
}

#content ul, #content ol {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-left: 22px;
}

#content li {
	margin-bottom: 16px;
	margin-left: 22px;
}

#content ul {
	list-style: disc;
	color: #666666;
}

#content ol {
	list-style: decimal;
	color: #666666;
}

.note {
	background: #F2F2F2 url(/img/note.png) 10px center no-repeat;
	border-bottom: solid #CCCCCC;
	padding: 12px;
	padding-left: 64px;
	color: #333333;
	line-height: 1.6em;
	margin-bottom: 18px;
}

#tags {
	margin-top: 12px;
	padding-top: 18px;
	border-top: dotted 1px #CCCCCC;
}

#tags a {
	color: #666666;
	margin-left: 3px;
}

/* Footer */

#footer {
	padding-bottom: 64px;
	padding-top: 36px;
	color: #333333;
}

#contacts {
	padding-bottom: 64px;
	padding-top: 36px;
	color: #333333;
}

#contacts a {
	color: #666666;
	margin-left: 3px;
}

/* форма редактирования контента */

#data_form {
	padding: 22px;
}

#content_form {
  width: 100%;
}

#content_form .dp25 {
  text-align: left;
}

#content_form div {
  margin-bottom: 12px;
}

#content_form label {
  width: 100%;
  text-align: left;
  font-size: 14px;
}

#content_form input {
  padding: 3px;
  width: 99%;
}

#content_form select {
	width: 100%;
	cursor: pointer;
}

#content_form textarea {
  padding: 3px;
  width: 100%;
  height: 340px;
  font-family: Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
  font-size: 12px;
  color: #333333;
}

#content_form #ok {
  width: 160px;
  float: right;
  margin-top: 22px;
  margin-bottom: 12px;
  margin-right: -8px;
  cursor: pointer;
}

#codeigniter_profiler {
	position: fixed;
	bottom: 0;
	left: 5%;
	width: 90%;
	height: 160px;
	overflow-x: scroll;
	background-color: #FEFEFE !important;
	z-index: 1000000;
	box-shadow: 0 0 8px #666666;
}

.validation {
	height: 15px;
	width: 160px;
	font-size: 11px;
	color: #999999;
	padding: 3px 10px;
	z-index: 10000000000;
	text-align: right;
}

#register_form {
    padding-top: 16px;
    padding-bottom: 16px;
}

#register_form label {
    width: 35%;
    float: left;
    display: inline;
    margin-top: 18px;
}

#register_form input, #register_form textarea, #register_form select {
    width: 62%;
    float: left;
    display: inline;
    margin-top: 16px;
    padding: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

#register_form select {
	width: 62%;
	cursor: pointer;
}

#register_form textarea {
    height: 120px;
}

#register_form #ok {
    float: right;
    width: 25%;
    cursor: pointer;
}

.g-recaptcha {
	float: right;
	margin-top: 12px;
	margin-right: 12px;
}