/* @override http://www.webelieveindesign.com/clients/ristoranteangels/ndxz-studio/site/risangels-style/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

html{
}

body {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	font-weight: lighter;
	color: white;
	background-color: black;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { color: #c2c2c2; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
	font-size: 1.3em;
}

#menu ul {
	margin-bottom: 1em;
	list-style: none;
}

#menu ul li.section-title { 
	color: #7d0044; 
	border-bottom-color: #7d0044; 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	display: block;
}

#menu li{
	padding-top: 0.5em;
}

.arancio{
	color: orange;
}


#content {
	line-height: 1.1em;
	font-size: 2em;
	padding-top: 2em;
	margin-left: 20px;
}

.container {

}

#content p {
	font-size: .8em;
	text-align: justify;
}

#content ul{
	list-style-image: none;
	list-style-type: none;
	font-size: .68em;
}

#content li{
	border-bottom: 1px solid gray;
	padding-bottom: 10px;
	padding-top: 5px;
}


p {
	padding-bottom: 1em;
}

#my-title{
	background-color: #3d3d3d;
	padding: 25px;
	margin-bottom: 10px;
	margin-top: 20px;
	color: black;
	font-weight: bold;
	text-transform: uppercase;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{
	font-size: .5em;
	padding-bottom: .4em;
	text-transform: uppercase;
}

#testo{
	position: relative;
	top: 230px;
}

#once { clear: left; }

.foot { display: block; margin-top: 2em; }

.newstitle { font-size: 1.5em; color: orange; }
.newsdate { font-size: 1em; color: orange; }
.newshr { border-right-width: 0px; border-left-width: 0px; border-top-width: 0px; font-size: 1.1em;
	border-bottom: 1px solid orange;
}
#news p{
	font-size: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#top{
	padding: 40px;
}

.logo{
	height: 150px;
	margin-left: -8px;
}




