/* Стили */

body {
	background:#000 url(/images/bg_03.jpg) repeat 50% top;
}

/* Цвета ссылок */
a{ color:#c6c6c6; }
a:hover{ color:#11acfe; }


#sidebar .side_list a:hover{
	color:#11acfe;
	}
#sidebar .side_list_virgin a:hover{
	color:#11acfe;
	}

/* Ссылки футера */
#footer a{
	border:1px solid #11acfe; border-width:0 0 1px 0;
	}
#footer a:hover{ color:#11acfe; border:none; }

/* Links appearence into the text on profile and blog pages */
.article a{
	border:1px solid #11acfe; border-width:0 0 1px 0;
	}
.article a:hover{
	border:none;
	}
.right a{
 border: solid; border-width:0px !important;
	}
/* Italic */
em, strong{
	color:#bfbfbf;
	font-size:1.1em;
	}

.note{font-family:Georgia, "Times New Roman", Times, serif;}

.chrono_date .year{
	color:#11acfe;
	}

.work_item .pic a:hover{
	background:#00183b;
	border:1px solid #11acfe;
	}

.home .hello{
	color:#daf2ff;
	}

/* Названия */
h1 { color:#daf2ff; }
h2 { color:#daf2ff; }
h3 { color:#daf2ff; }
h4 { color:#daf2ff; }
h5 { color:#daf2ff; }
h6 { color:#daf2ff; }


/* Текст */

.textcenter{ text-align:center;}
.textleft{ text-align:left;}
.textright{ text-align:right;}

.article ul{
	margin:0 0 0 30px;
	}
.article li{
	height:18px;
	line-height:18px;
	display:block;
	clear:both;
	border:1px solid #11acfe; border-width:0 0 0 3px;
	padding:0 0 0 10px;
	margin:10px 0;
	}