/* CSS Document */

/* =The style for the lab
-------------------------------------------------------------- */
#sidebar {
    float:right;
}

#content {
    width:150px;
    float:right;
    padding-left:24px;
}


/* navigation */
nav {
    width:150px;
    padding:0 12px;
}

nav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top:12px;
}


nav ul {
    list-style-type:none;
	font-family:'Splendid', "Times New Roman", Times, serif;
    margin:0;
    padding:0;
}

nav li {

}

nav li a {
    color:#900;
    font-weight:700;
}

a.nav-active {
    color:#900;
}



hr {
    border:none;
    height:12px;
    margin-bottom:18px;
}



/*  FOOTER  */
#footer {
	background-image: url(../img/bg_footer1.png), url(../img/bg_footer2.png); 
	background-position: top left, top right;
	background-repeat: no-repeat, no-repeat;
	background-size:auto, auto;
	background-color:#252525}

#footer p.title{
	font-size:27px; 
	font-family:'Splendid', "Times New Roman", Times, serif;
	line-height:26px;
	text-transform:uppercase;
	color:#fff;
	border:1px dashed #333;
	width:400px;
	margin:0 auto;
	margin-bottom:30px;
	padding:15px 0;}

#footer p.contacts{
	font-size:17px; 
	font-family:'Babel', "Times New Roman", Times, serif;
	line-height:20px;
	color:#CCC;
	margin:0 auto;
	padding:0;}
	
	#footer p.contacts a{
		color:#CCC;}
	
	#footer p.contacts a:HOVER{
		color:#FFF;}

#footer .socials {
	width:700px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
	padding-top:20px;
	border-top:1px dashed #333}
	
	#footer .socials img{
		margin:0 10px}