/*
 Theme Name:     Frontier Child Theme
 Theme URI:      
 Description:    Frontier Child Theme
 Author:         IAM
 Author URI:     http://www.goiam.org
 Template:       frontier
 Version:        1.0.0
*/
     @import url("http://contest.goiam.org/wp-content/themes/frontier/style.css");

 
/* =Theme customization starts here
------------------------------------------------------- */

#container {
    width: 100%;
}
#site-title a {
    color: #f04d3a;
}
#main {
    background-color: #FFFFFF;
}
.blog-view, .single-view, .author-info, .archive-info, .form-404 {
    border: 0px solid #555;
    box-shadow: 0 0 2px #ffffff;;
}
.frontier-widget {
    border: 1px solid #ffffff;
    box-shadow: 0 0 2px #ffffff;
}
.type-page .entry-title {display: none;
}
th, td {
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
}
#comment-header, #respond, #no-comments, .comment-body {
    background-color: #FFF;
    border: 1px solid #ffffff;
    box-shadow: 0 0 2px #ffffff;
}