/*
Theme Name: Aggregate-Child
Theme URI: http://cooksjoy.com
Version: 0.1
Description: Child theme for Aggregate
Author: KK
Author URI: http://cooksjoy.com
Template: Aggregate
*/

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

/* Make the page width from 960 to 1060 */
.container { width: 1060px; }
.js .slide { width: 1060px !important; }
.featured-top-shadow { width: 1058px; }
.featured-bottom-shadow { width: 1058px; }

/* Hide the shadow - Don't know how to move it to the right side */
#content-shadow { background: transparent; }

/* Changed the recent area to 1/3 of page width */
.recent-from { float: left; width: 367px; }
.recent-middle { width: 368px !important; }
.recent-last { width: 321px !important; }

/* Removing the big empty space around the logo area */
#content-area .container { padding-top: 3px; }
#logo-area { padding-bottom: 5px !important; }

/* Increasing the left area from 634 to 734 */
#left-area { width: 734px; }
#entries { background:url(images/recent-content-bg.png) repeat-y 733px 0px; }

/* Changed text color from dark to white */
#search-form #searchinput { color: white; }

/* Hiding the stiches */
#top-stitch { height: 0px; }
#bottom-stitch { height: 0px; }

/* Menu changed to init-caps */
ul#secondary-menu a { text-transform: none; }

/* Slider Changes */
.featured-description { right:27px; }

/* Remove white overlay after changing thumbnail size in main page */
.home .thumb .overlay { display: none !important; }

/* Remove diagonal background for home page and secondary menu */
#inner-border { background: white; }
ul#secondary-menu li ul { background: white; }

/* "Recent From" Widget - More From "Category" changed to More */
a.more { margin-left: 40%; margin-right: 40% }

/* Remove the big space below the "Recent From" Widget */
.recent-content { padding: 29px 32px 15px 35px; }

/* Remove the shadow below the Second Menu" */
#second-menu { background: none; }

/* Logo and slogan changes */
#logo-area { text-align: left; padding-bottom: 17px; }
p#slogan { font-size: 25px; font-family: 'Arvo', Arial, sans-serif; color: #9aa4a4; text-transform: none; text-shadow: none; padding-left: 10px; }

/* Remove the border added by recent from widget */
.block-post .overlay {
display: none !important;
}

/* Remove the shadow caused when text is selected */
body {
text-shadow: none;
}

/* Change the color of links */
.entry.post a {
color: #3366FF;
}

.entry.post .more {
color: #8C9C9C;
}

/* Remove avatar for comments */
.comment-body .avatar-box {
display: none;
}

/* Change text inside comment from grey to black */
#commentform input, #commentform textarea#comment {
color: black;
}