/*
Theme Name:     Responsive Child
Theme URI:      http://mrmcd.net/
Description:    Child theme for the Responsive theme
Author:         MRMCD TEAM
Author URI:     http://mrmcd.net
Template:       responsive
Version:        0.1.0
*/


/* no css above this line */
@import url("../responsive/style.css");

/* our css starts here */
#widgets, .home #widgets {
margin-top:20px;
}

#content-full > .page {
max-width: 700px;
margin: auto;
padding-top: 35px;
}

.home #wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	clear: both;
	margin: 20px auto 20px auto;
	padding: 0 20px 20px 20px;
	position: relative;
}

#content,
#content-blog {
	margin-top: 10px;
}
#content-full > .page {
	padding-top: 0;
}
