/*
 Theme Name:   InStyle Child
 Description:  InStyle Child Theme
 Template:     InStyle
*/


@import url("../InStyle/style.css");

/*================Start Edits=======================*/
h1.category-title {
  color: black;
}
/*-----------------------------Header--------------------*/
/*Changes the color of the H1*/
h1.category-title {
	color: #;
}

/*-----------------------------Body----------------------*/
/*Changes the background color of the body*/
#backgrounds img {
	background: #;
}
/*Changes the background colol of the container*/
#container {
	background: #;
	border-radius: 25px;
}

p {
  	color:#000;
}	
/*--------------------Sidebar-----------------------------*/
.textwidget {
	line-height: 20px!important;
}
/*-----------------------------Footer--------------------*/

/*
Added code to fix excess width in header, container and body. Also fixed img sizes.
Samuel Ricci 7/28/2015
*/

body {
    width: 96%;
    margin: 0px 2%;
}

#header,
#container {
  width: 96%!important;
  margin: 0 2%;
  padding: 0!important;
}

h1.category-title {
    width: 96%;
    margin: 2%;
}

.post {
    padding: 0 2%;
    width: 96%;
}

.textwidget img,
.text img {
	width: 100%!important;
}
