/* Enter Your Custom CSS Here */
/* Enter Your Custom CSS Here */

@font-face {
	font-family: LaCithare;  
	src: url(wp-content/themes/nu2013/fonts/la_cithare/LaCithare.ttf);  
}

.site-title {
font-family: LaCithare;
font-size: 85px;
font-weight: normal;
line-height: 1;
margin: 10;
padding: 120px 0 10px;
text-align: right;
}

.site {
	background-color: rgb(225, 228, 191);
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}
.site-footer {
    background-color: rgb(225, 228, 191);
}

.site-footer .sidebar-container {
	background-color: rgb(225, 228, 191);
}

.site-footer {
       font-size: 8px;
}
   
