/*
Theme Name: lauriedvForRdV
Theme URI: http://lauradellavalle.it
Author: Laura Della Valle - laura.dellavalle@gmail.com
Description: Fully responsive theme that looks great on any device. Two columns, white
Version: 1
License: GNU General Public License v3
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready

*/
body, html{
	font-family: Verdana, FuturaBT, Futura, Gill Sans, Arial, Sans-Serif;
	font-size: 14px;
	background-color: #fff;
        color: grey;
	margin: auto;
}
#wrap{
    padding: 2% 5%;
    margin: auto;
}
#menu{
    display: block;
    list-style-type: none;
    text-align: right;
    padding-bottom: 4%;
    text-transform: uppercase;
    font-size: 10px;
    width: 96%;
    float: right;
}
#menu li{
    padding-top: 2%;
    padding-left: 4%;
    float: right;
}
#content{
    width: 75%;
    float: left;
    margin-top: 7px;
}
#content_video{
    width: 63%;
    float: left;
    margin-top: 7px;
    padding-left: 9%;
    padding-right: 3%;
}
#sidebar{
    width: 20%;
    float: right;
    padding-top: 230px;
}
#social{
    padding-top: 20%;
    padding-left: 15%;
}
.logo{
	display: none;
}
a{
    text-decoration: none;
    color: grey;
}
a:hover{
    font-weight: bold;
    text-decoration: underline;
}
a.selected{
    font-weight: bold;
    text-decoration: underline;
}


/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {
	body{
		width: 96%;
		padding-right: 4%;
	}
	.logo{
		width: 20%;
		display: block;
		float: left;
		vertical-align: middle;
	}
	#content{
		width: 96%;
		clear: both;
		float: right;
	}
	#sidebar{
		display: none;
	}
	#menu{
		display: block;
		list-style-type: none;
		text-align: right;
		text-transform: uppercase;
		font-size: 10px;
		width: 96%;
		float: right;
	}
	#menu li{
		padding-top: 10%;
		padding-left: 4%;
		float: right;
	}
	#social{
		display: none;
	}

}