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

body {
	font-size: 9px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-5 {
	background-image: url("http://www.myriammeloni.com/images/logo.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
	width:130px;
	height:62px;
	}


/*body.section-1 {
	background-image: url("http://www.myriammeloni.com/images/fondo.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    }*/

body.section-1 #menu{
	background-color:transparent;
}

a:link { 
    text-decoration: none;
	color: #888;
	}

a:active { 
	text-decoration: none;
	color: #201f1f;
}

a:visited { text-decoration: none; color: #777; }

a:hover { text-decoration: underline; }

a img { border: none; }


#menu {
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #FFF;
	padding: 45px 0 0 30px;
}

body.section-5 #menu {
	background-color: transparent;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#logo {
	margin-bottom: 30px;
}

#content {
    height: 100%;
    margin: 55px 0 0 250px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
	color:#555;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
	font-size: 10px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#img-container #text{
	font-size: 9px;
	color: #555;
	line-height:1.7em;
}

#once { clear: left; }

h2.title-train {
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

p.text-train {
	font-size: 11px;
	color: #555;
	line-height: 17px;
}

#next, #prev, #num {
	font-size: 10px;
	color: #555;
}


#video-lb { float: left; }

.description-train { float: left; width: 300px; }

#slide-description {
margin-top:550px;
position:absolute;
width:500px;
}

h2.slide-title {
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

p.slide-text {
	font-size: 11px;
	color: #555;
	width: 500px !important;
}


/** About section */


h2.title-about {
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

p.text-about {
	font-size: 11px;
	color: #555;
    line-height: 17px;

}


/** News section */
h1.title-news {
	font-size: 11px;
	font-weight: bold;
	color: #555;
	width: 420px;
	margin-bottom: 5px;
}

h3.sub-news {
	font-size: 11px;
	font-weight: bold;
	color: #555;
}

.news-post {
	margin-bottom: 30px;
}

.news-title-sub {
	margin-bottom: 5px;
}


/** Contact section */

#contact-column2 {
	width: 200px;
}

#contact-column1 {
	width: 200px;
    float: left;
}


/** Menu */

#menu ul li {
	margin-bottom: 5px;
}

#menu ul li.section-title {
	margin-bottom: 2px;
}

#menu .container ul li.section-title { 
	color: #666;
	font-size: 11px;
}


#menu .container ul li.section-title:hover { 
	color: #999;
}

#menu .container ul li a {
	color: #666;
	font-size: 11px;
}

#menu .container ul li a:hover {
	color: #999;
	text-decoration: none;
}

#blog_btn{
	color: #666;
	font-size: 11px;
	text-decoration: none;
}
#blog_btn a{
	color: #666;
	text-decoration: none;
}
#blog_btn a:hover{
	color: #999;
	text-decoration: none;
}


/** Exhibition Section */

#content p.text-exhib {
	font-size: 11px;
	color: #555;
    line-height: 17px;
	width: 600px;

}


/** Captions */

.picture .captioning .caption {
	font-size: 9px;
	color: #555;
    line-height: 17px;
	width: 100%;
	height:150px;
}

#img-container .picture_holder .picture {
	margin-left:10px;
}
#img-container .picture_holder .picture .captioning .title {
	font-size: 9px;
	color: #555;
	margin-top: 10px;
}


