/*

Theme Name: Grido Child

Description: Child theme for Grido  theme

Author: Chris

Template: grido

*/



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

/* post date and post icon */

/************************************************************************************

DESIGN MODS

*************************************************************************************/

.post-date, .post-icon {

	background-color: #ff0000;

}

#main-nav .current_page_item a, #main-nav .current-menu-item a {
border-bottom: solid 4px #ff0000;
}

/************************************************************************************

STRUCTURE MODS

*************************************************************************************/

/* original width 978 */

.pagewidth {

	width: 1037px;

	margin: 0 auto;

}

/* body (middle container) */

#body {

	margin: 0 auto;

	max-width: 100%;

	padding-bottom: 40px;

}

/* content */

#content {

	margin: 20px 0 60px;

	width: 676px;

	float: left;

}

/* sidebar original width 240 */

#sidebar {

	width: 300px;

	float: right;

	margin: 20px 0 60px;

}

/* form input:focus */
textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	outline: none;
	border-color: #666;
	box-shadow: 0 0 10px rgba(204,204,204,.3);
}