/*
Theme Name:     Nexus Child Theme
Template:       Nexus
Version:        0.1.0
*/

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


/* ===  Mandatory Changes === */


/*==========HEADER===========*/


/*Change slide background, menu hover and current menu item background color*/
#top-menu li.current-menu-item > a, #top-menu > li > a:hover, .meta-info, .et-description .post-meta span, .categories-tabs:after, .home-tab-active, .home-tab-active:before, a.read-more, .comment-reply-link, h1.post-heading, .form-submit input, .home-tab-active:before, .et-recent-videos-wrap li:before, .nav li ul, .et_mobile_menu, #top-menu > .sfHover > a, #slide-wrap {
background: #ddd !important;
}


/*==========BODY==========*/


/*Change background color*/
body {
  background-image:none!important;
background-color: #e3fdf7!important;
}

/*Change the content box background color and add a box shadow*/
#content{
background: #e8f6f8; /* Old browsers */
background: -moz-linear-gradient(top,  #e8f6f8 0%, #f5fbfb 60%, #fefefe 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8f6f8), color-stop(60%,#f5fbfb), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e8f6f8 0%,#f5fbfb 60%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e8f6f8 0%,#f5fbfb 60%,#fefefe 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e8f6f8 0%,#f5fbfb 60%,#fefefe 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e8f6f8 0%,#f5fbfb 60%,#fefefe 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8f6f8', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
 
  
}

/*Change the color of the call to action links*/
#left-slide a, #right-slide a {
color: #;
}


/*==========FOOTER==========*/


/*Change color of footer text*/
#copyright {
color: #;
}

/*Change color of footer link*/
#copyright a {
color: #;
}

/*Change hover color of footer link*/
#copyright a:hover {
color: #;
}


/*==========SUB PAGES CHANGES==========*/


/*Change color of links in posts*/
.entry-content a {
color: #;
font-weight: 600;
}
/*Changes the left side arrow color in Random Posts*/
.entry-content blockquote, .widget li:before, .footer-widget li:before, .et-popular-mobile-arrow-next {
border-left-color: #!important;
}


/*==========Optional Changes==========*/


/*Change color of search*/
#clickme, #searchtext, #search-wrap {
background: #;
}

/*Change color of Next and Older Entries on blog page*/
.alignleft a, .alignright a {
color: # !important;
}

/*Change color of post links on homepage*/
.posts h3 a {
color: #;	
}
  
/*Change hover color of post links on homepage*/
.posts h3 a {
color: #;	
}


/*==========DON'T EDIT THE CODE BELOW THIS LINE==========*/



/*
---------------*/
h1.home-title {
    color: #333;
    text-shadow: 0 1px 0 #fff;
    font-size: 45px;
    font-weight: 600;
    border-top: none;
    border-bottom: none;
    background: none;
    text-align: center;
    padding-top: 15px;
}

#searchform label.screen-reader-text {
    display: none;
}

#searchform input[type="text"] {
    padding: 5px;
}

#searchform input#searchsubmit {
    margin: 0 0 0 -5px;
    border: none;
    background: #a9d300;
    padding: 6px;
    color: #fff;
}

.widget:first-child {
    padding: 30px 40px 30px;
}

body {
    background: url('http://subtlepatterns.com/patterns/tweed.png');
}

img.profile {
    width: 100px;
    height: auto;
    float: left;
    padding: 5px;
}