/* This file contains all css overrides made by DxR */

.dxr-blog-wrapper {
    width: 100%;
    max-width: 1140px;
    min-width: 755px;
    margin: 0 auto;
    overflow: hidden;
}
.dxr-blog-wrapper .dxr-blog-rows {
    width: 74.01%;
    float: left;
    margin-right: 3.8%;
}
.dxr-blog-wrapper .dxr-blog-rows .row {
    min-width: 190px;
}
.dxr-blog-wrapper .dxr-blog-rows .row .twocol {
    width: 19.16%;
    margin-right: 5.41%;
}
.dxr-blog-wrapper .dxr-blog-rows .row .sevencol {
    width: 75.43%;
    margin-right: 0px;
}
.dxr-blog-wrapper .threecol {
    width: 22.05%;
    float: right;
}

/* BEGIN:  Masthead links */
#masthead .sevencol {
    
}
#header-links li.signup {
	margin: 4px 0 0 0;
	color: #3B6E8F;
	display: block;
	clear: both;
	font-size: .9em;
	font-weight: bold;
}
#header-links li.signup a {
	display: inline;
	background: none;
	color: #8CC63F;
	text-decoration: none;
	border: none;
	height: auto;
	padding: 0 0 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
#header-links li.signup a:hover {
	text-decoration: none;
	border-color: #8CC63F;
	background-color: #ecf6e0;
}
@media handheld, only screen and (max-width: 880px) {
	#header-links .phone span {
		/*text-transform: uppercase;*/
		font-size: .9em;
		/*font-weight: bold;*/
		font-weight:600;
		text-transform:none;
	}
		.wf-loading #header-links .phone span, 
		.wf-inactive #header-links .phone span {
			font-size: .9em;
		}
}
/* END:  Masthead links */

@media only screen and (max-width: 1023px) {
    #header-links li {
        margin: 6px 0 0 6px;
    }
}
@media handheld, only screen and (max-width: 767px) {
    .dxr-blog-wrapper {
        min-width: 150px;
    }
    .dxr-blog-wrapper .dxr-blog-rows {
        width: 100%;
        margin: 0px;
    }
    .dxr-blog-wrapper .threecol {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
    }
    .dxr-blog-wrapper .dxr-blog-rows .row .twocol {
        width: auto;
        float: none;
        margin-right: 0px;
        margin-left: 0px;
    }
    .dxr-blog-wrapper .dxr-blog-rows .row .sevencol {
        width: auto;
        float: none;
        margin-right: 2%;
        margin-left: 2%;
    }
}
@media handheld, only screen and (max-width: 580px) {
/*    .dxr-blog-wrapper {
        min-width: 190px;
    }
    .dxr-blog-wrapper .threecol {
        float: none;
        width: auto;
        margin-right: 2%;
        margin-left: 2%;
    }
    .dxr-blog-wrapper .dxr-blog-rows {
        width: auto;
    }
    .dxr-blog-wrapper .dxr-blog-rows .row .twocol {
        width: auto;
        float: none;
    }*/
}
@media handheld, only screen and (max-width: 480px) {
}
