/*
Theme Name:     RepRogers
Theme URI:      http://themeid.com/
Description:    Child theme of Responsive 
Author:         Eric Helmuth
Author URI:     http://www.erichelmuth.com/
Template:       responsive
Version:        0.1.0
*/

@import url("../responsive/style.css");

/* Suppress category & author display on post list and single pages */
.entry-meta {
  display: none;
}

/* Rounded corners on various elements
-------------------------------------------------------------- */

.button, a.button {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


#featured {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.widget-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#menu-main-nav {
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 16px;
}
}

/* Main Menu nav customizations
-------------------------------------------------------------- */

.menu {
	background-color: #001ea6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#002596), to(#485DC5));
	background-image: -webkit-linear-gradient(top, #002596, #485DC5);
	background-image: -moz-linear-gradient(top, #002596, #485DC5);
	background-image: -ms-linear-gradient(top, #002596, #485DC5);
	background-image: -o-linear-gradient(top, #002596, #485DC5);
	background-image: linear-gradient(top, #002596, #485DC5);
	clear: both;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#002596, endColorstr=#485DC5);
	margin: 0 auto;
}

.menu a {
	border-left: 1px solid #585858;
	color: #fff;
    cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}


/* Home page featured box customizations
-------------------------------------------------------------- */

.featured-title {
	font-size:  50px;
	letter-spacing: -1px;
	margin: 0;
	padding-top: 40px;
	text-align: center;
	color: #002596;
}

/* Call to action button - might be overridden in Theme Options Custom CSS
-------------------------------------------------------------- */

a.blue{
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fa5), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #fa5, #ff7f00);
	background-image: -moz-linear-gradient(top, #fa5, #ff7f00);
	background-image: -ms-linear-gradient(top, #fa5, #ff7f00);
	background-image: -o-linear-gradient(top, #fa5, #ff7f00);
	background-image: linear-gradient(top, #fa5, #ff7f00);
	border: 1px solid #bb5d00;
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffaa55, endColorstr=#ff7f00);
	text-shadow:0 -1px 0 #bb5d00;
}

a.blue:hover {
	background-color: #ffc388;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc388), to(#ff7f00));
	background-image: -webkit-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -moz-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -ms-linear-gradient(top, #ffc388, #ff7f00);
	background-image: -o-linear-gradient(top, #ffc388, #ff7f00);
	background-image: linear-gradient(top, #ffc388, #ff7f00);
	border: 1px solid #bb5d00;
	color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffc388, endColorstr=#ff7f00);
	text-shadow:0 -1px 0 #bb5d00;
}
	
/* Other text element customizations
-------------------------------------------------------------- */

.widget-title-home {
       color: #002596;
}

h1.post-title {
       color: #002596;
}