/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
 * Блок logo
   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#logo{
	text-align: center;
}
#logo a{
	margin: 0px auto;
	display: block;
	width: 146px;
	height: 151px;
}
#logo #img{
	display: block;
	width: 146px;
	height: 151px;
	background: url(images/logo.png)
}
#logo #img:hover{
	opacity: 0.7;
}


#info{
	padding: 20px 0px 15px 20px;
}
#site{
	font-size: 44px;
	margin-bottom: 21px;
}
#slogan{
	font-style: italic;
	font-size: 16px;
	margin-bottom: 4px;
}
#email{
	font-size: 11px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
/* Блок главное меню
   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#menu{
	text-align: center;
	position: relative;
}
#menu a{
	text-decoration: none;
}
#menu .items{
	margin: 0px auto;
	display: block;
	height: 20px;
	background: white;
}
#menu .item{	
	display: block;
	float: left;
	padding: 0px 20px 0px 20px;
	text-align: center;	
	border-right: 1px solid #f1fbff;
}
#menu .item.last{
	border-right: none;
}
#menu .item:hover{
	background: #0c4963;
	cursor: pointer;	
}
#menu .item a{	
	color: #7bbdd9;
}
#menu .item a:hover{
	color: white;	
}
/* ----------- */
#menu .subitems,
#menu .parts{
	position: absolute;
}
#menu .parts{
	text-align: left;	
}
#menu .subitems .subitem{
	width: 180px;
	display: none;
	background: rgba(12,73,99,0.97);
}
#menu .subitems .subitem .subsubitem{	

}
#menu .subitems .subitem .subsubitem a,
#menu .parts .part .subpart a{
	color: #7bbdd9;
	font-size: 12px;
	line-height: 12px;
}
#menu .subitems .subitem .subsubitem a:hover{
	color: #fff;
}
/* ------------- */
#menu .parts .part{
	width: auto;
	display: none;
}
#menu .parts .part .subpart{
	background: rgba(255,255,255,1);
	border: 1px solid #f1fbff;
	border-top: none;
	padding: 0px 10px 0px 10px;	
}
#menu .parts .part .subpart a:hover{
	color: black;
}

/* front */
#front .part-view{
	border: 1px solid #f1fbff;
	display: inline-block;
	padding: 7px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#front .part-view:hover{
	background: #f1fbff;
}
#front .part-view label{
	color: black;
}
#front .part-view .row{
	margin-bottom: 2px;
}
#front .part-view a{
	font-size: 11px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
/* Меню breadcrumbs
   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#breadcrumbs ul{
	margin: 10px 0px 0px 2px;
}
#breadcrumbs ul li{
	display: inline-block;
	margin: 0px 8px 0px 0px;
	font-size: 12px;
}
#breadcrumbs ul li.links a{
	margin-right: 10px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
/* Страница twitts
   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#twitt .title{
	font-weight: bold;
}
/* body */
#twitt #body .tr{
	border: 1px dotted #d9f4ff;
	margin-bottom: 7px;
	padding: 2px 7px 6px 7px;
	background: #fdfeff;
}
#twitt #body .td,
#twitt #body .date{
	display: inline-block;
	font-size: 11px;
	color: #7ebbd4;
	margin-right: 5px;
}
#twitt #body .td{
	color: #999999;
}
#twitt #body .message{
	font-size: 14px;
	line-height: 16px;
}
/* links */
#twitt #links{
	margin-top: 20px;
}

#twitt #links a{
	margin-right: 10px;
	color: #585858;
	font-size: 12px;
}

/* part links */
#twitt #part_links{
	margin-top: 20px;
}
#twitt #part_links a{
	display: block;
	font-size: 11px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
/* Блок footer
   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#footer{
	background: #7bbdd9;
	border-top: 1px dotted #f6f8f9;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	font-size: 11px;
	color: #fff;
	/*text-shadow: 1px 1px 1px black;*/
	text-shadow: 0px 0px 1px black;
	text-align: center;
}
#footer span{
	text-shadow: 0px 0px 1px black;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
/* Блок admin
   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#admin .admin-menu{
	font-size: 11px;
}
#admin .admin-menu ul li{
	margin-bottom: 2px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
/* Блок admin 
   >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#overlay{
	display: none;
	position: absolute;
	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 100;
}
#overlay .inner{
	padding: 20px;
}

/* создание контента */
#table-content{
	border: 1px dotted #f4eb64;
}
#table-content .inner{
	padding: 4px;
}
#table-content table{
	font-size: 11px;
}
#table-content table tr.title{
	font-weight: bold;
}
#table-content table td div.title{
	font-size: 13px;
	color: black;
}

#table-content table td .actions span{
	text-decoration: underline;
	cursor: pointer;
	margin-right: 2px;
}
#table-content table td .actions span:hover{
	color: black;
}
#table-content table td .actions span.delete{
	color: red;
	margin-left: 2px;
}
/* выбор */
.choice{
	
}
.choice label{
	font-size: 11px;
}
.choice input{
	vertical-align: middle;	
}
.choice ul{
	margin-bottom: 10px;
}
.choice ul li{
	display: inline-block;
	font-size: 11px;
	padding-right: 4px;
	margin: 0px;
}

/* навигация по страницам */
.pager{
	padding-top: 10px;
}
.pager span{
	margin-left: 4px;
	display: inline-block;
	cursor: pointer;
}
.pager span:hover{
	color: black;	
}
.pager span.active{
	cursor: auto;
	color: #999;
}
.pager .this-page,
.pager a{
	display: inline-block;
	margin-right: 4px;
}

