/*
Theme Name:     NM Best
Theme URI:      http://nmbest.info/
Description:    Child theme for the Twenty Twelve theme 
Author:         LDD Consulting
Author URI:     http://lddwebdesign.com
Template:       twentytwelve
Version:        0.1.0
*/

@import url("../twentytwelve/style.css");

body {
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	background-color: #ffffff !important;
	}



.site-header h1, .site-header h2 {
	width: 200px;
	float: left;
	}
	
.site-header h1 {
	background-image: url("images/nmbest-logo.png");
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	margin-top: -12px !important;
	}

.site-header h2 {
	letter-spacing: 0.05em;
	}

#header-widgets {
	float: right;
	margin-top: -70px;
	padding: 0 20px;
	}
.ie7 #header-widgets {
	margin-top: -10px;
	}
.ie8 #header-widgets {
	margin-top: -85px;
	}
	
.header-widget-area {
	display: inline-block;
	float: right;
	}
	
body .site {
	-webkit-border-radius: 30px 30px 0px 0px;
        border-radius: 30px 30px 0px 0px;
        }

.widget-area .widget {
	margin-bottom: 1.71429rem;
	}
.ie .widget-area .widget {
	margin-bottom: 24px;
	}

.widget-area .widget h3 {
	margin-bottom: 0.71429rem;
	}
.ie .widget-area .widget h3 {
	margin-bottom: 12px;
	}

/* 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: 50%;
        margin-left: 25%;
    }
    .custom-layout .widget-area {
        position: relative;
        width: 20%;
    }
    .custom-layout #extra-sidebar {
        float: left;
        margin-left: -75%;
        width: 20%;
    }

}

/* 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%;
}

#crescit-eundo {
	text-align: justify;
	font-size: 0.7892rem;
	line-height: 1.45em;
	border-bottom: 1px solid #FDDA00;
	padding-bottom: 1.71429rem;
	}
.ie #crescit-eundo {
	font-size: 11px;
	line-hight: 1em;
	padding-bottom: 24px;
	}

.blogroll li {
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 6px;
	margin-bottom: 12px;
}