/*
Theme Name: Crescere Leggendo
Theme URI: http://yoursite/yourtheme
Description: A child theme of 2012 default WordPress theme.
Author: Your Name
Author url: http://yoursite.com/
Version: 1.0
Tags: black, blue, white, fixed-width, custom-header, theme-options
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');

.tribe-events-othermonth div {
	display:none
}

/* Increase theme width to 1000px */
@media screen and (min-width: 960px) { 
    .site {
        max-width: 1000px;
        max-width: 71.4285rem;
    }
}
.ie .site { max-width: 1000px; }
 
footer[role="contentinfo"] {
    max-width: 1000px;
    max-width: 71.4285rem;
}

/* Left & Right Sidebars */
@media screen and (min-width: 600px) { 
    .custom-layout .site-content {
        width: 46%;
		padding: 0 4%;
        margin-left: 23%;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
    }
    .custom-layout .widget-area {
        position: relative;
        width: 19%;
		padding-left:3%;
    }
    .custom-layout #extra-sidebar {
        float: left;
        margin-left: -77%;
        width: 19%;
		padding-right:3%;
		padding-left:0;
    }
 
}

/* IE8 and IE7 - Left and Right Sidebars */
.ie  .custom-layout .site-content {
    width: 50%;
    margin-left: 25%;
}
.ie .custom-layout .widget-area {
    float: right;
    width: 20%;
    position: relative;
}
.ie .custom-layout #extra-sidebar {
    float: left;
    margin-left: -75%;
    width: 20%;
}

img.attachment-post-thumbnail.wp-post-image {
	display:none;
}

.aside img.attachment-post-thumbnail.wp-post-image {
	width:150px;
	margin-top:15px;
	margin-right:15px;
	display:block;
	float:left;
}

div.estratto p {
	margin-top: 12px;
	display:block;
	float:left;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	line-height: 16px;
	font-size:12px;
	width:260px;
}

div.link {
	display:block;
	float:left;
	margin-top:10px;
	clear:both;
}

#headerimg {
    position:relative;
    display:block;
}
img.logo {
    position:absolute;
    top:24px;
    right:0;
    width:180px;
}

.fm-form-container.fm-theme1 {
	width:100% !important;
}

.fm-form-container.fm-theme1 .fm-form .button-submit {
	width:100%;
	font-size:18px;
	background-color: #bce0d2;
	margin-right:0;
	border:0;
	padding:10px 0;
}

.fm-form-container.fm-theme1 .fm-form .button-submit:hover {
	background-color: #92e09f;
}

.linkone {
	display:block;
	float:right;
	font-size:12px;
}

@media screen and (max-width: 660px) { 

    img.logo {
        width:140px;
    }

}

@media screen and (max-width: 400px) { 
    img.logo {
        width:100px;
        right:4px;
    }
}
