
:focus {
    outline: none !important;
}

.soitems:after
{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0; 
}

.soitems .item:after
{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0; 
}

/* LIST */

/*
.socomponent .items .item .title
{
	position: relative;
}
*/



.socomponent .items .item .title h2
{
	font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.socomponent .items .item .title a
{
	font-size: 16px;
	font-family: Roboto;
	color: #0000CC;
	text-decoration: none;
    width: 720px;
    display: block;
}


.socomponent .items .item .title a:hover
{
	text-decoration: underline;
}

.socomponent .items .item .date,
.socomponent.soone .item .date
{
	position: absolute;
	top: 13px;
	right: 20px;
}


.socomponent.soone .item .date
{
	top: 10px;
}

.socomponent .items .item .date i,
.socomponent.soone .item .date i
{
	margin-right: 3px;
	margin-left: 3px;
    font-size: 18px;
    color: red;
}

.socomponent .items .item .text
{
	margin: 10px 0;
}


.socomponent .items .item .detailed .img
{
	float: left;
	margin-right: 20px;
	width: 200px;
	height: 120px;
}

.socomponent .items .item .detailed .img img
{
	width: 200px;
	height: 120px;
}

.socomponent .items .item p
{
	text-indent: 0px;
}

.socomponent .items .item,
.socomponent.soone .item
{
    border: inset 1px red;
    border-radius: 20px;
    padding: 5px 20px;
    margin-bottom: 10px;
    box-shadow: 7px 7px 5px rgba(0,0,0,0.6);
    position: relative;
    max-width: 900px;
}

/* ONE */

.socomponent.soone .img
{
	margin-bottom: 20px;
}

.socomponent.soone .item
{
}

.socomponent.soone h1
{
    font-size: 21px;
    font-weight: bold;
    color: #0000CC;
}


/*.socomponent.soone h2,*/
.socomponent h2
{
    color: rgb(0, 0, 0);
    font-family: Roboto, Verdana, sans-serif;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    color: Darkmagenta;
}

/*.socomponent.soone h3,*/
.socomponent h3
{
    color: Darkmagenta;
    font-family: Roboto, Verdana, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}



/* SEARCH */

#blkSearch
{
	text-align: left;
/*	display: none;*/
}

#blkSearch #seatch_text
{
	width: 300px;
}

#blkSearch table
{
	width: 100%;
}

#blkSearch .bntSearchGo
{
	text-align: right;
}


#soBlogSearchToggle
{
	text-align: right;
	margin-right: 29px;
}


/* Extra */

.socomponent table.source-code pre
{
    max-width: 750px;
}

.socomponent .syntaxhighlighter table td.code .container
{
/*    top: -14px !important;*/
}

.socomponent .syntaxhighlighter table td.code .container:before
{
    display: block;
}


.soform div.controls input
{
	border: 1px solid #16b5fd;
	border-radius: 4px;
	height: 26px;
	line-height: 26px;
	text-align: left;
	width: 600px;
    padding-left: 10px;
}

.socomponent .ionly
{
    border: 1px solid #23dc3f;
    border-radius: 4px;
    padding: 6px;
    /*width: 210px;*/
    width: 30px;
}

.socomponent .ionly.ionly_text
{
    width: auto;
    margin-bottom: 13px;
}


.socomponent .ionly i.fa-exclamation
{
    color: red;
    margin-left: 5px;
}

.socomponent h1.important,
.socomponent h2.important a,
.socomponent .items .item h2.important a
{
    color: red;
}


/*.socomponent .tags:before
{
    border-top: 1px dashed Darkmagenta;
    width: 600px;
    content: "";
    display: block;
}


.socomponent .tags:after
{
    border-bottom: 1px dashed Darkmagenta;
    width: 600px;
    content: "";
    display: block;
}
*/

.socomponent .tags
{
    margin-top: 7px;
    margin-bottom: 7px;
}

.socomponent .tags span
{
    color: Darkmagenta;
}

.socomponent .tags a
{
    text-decoration: none;
}

.socomponent .blog_img
{
    max-width: 850px;
}

.socomponent li .blog_img
{
    max-width: 800px;
}


#com_soblog.socomponent.soone .item a.edit {
    color : Darkmagenta !important;
    width: 35px;
    display: inline-block;
    margin-left: 10px;
}

#com_soblog.socomponent .item a.edit {
    color : Darkmagenta !important;
    width: 35px;
    float: right;
}

.disclaimer_text {
    border: 1px solid #23dc3f;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 20px;
    font-style: italic;
}


.intro_sroty_spoiler {
    border: 1px solid #23dc3f;
    border-radius: 4px;
    padding: 6px;
    margin: 15px 0;
}

.intro_sroty_spoiler p {
    margin: 0;
}