/*
Theme Name: yourcommmand
Theme URI: http://themeid.com/responsive-theme
Description: Responsive Child Theme
Author: Tony Cecala
Author URI: http://themeid.com
Template: responsive
Version: 1.0
*/

/* Import Responsive Styles */
@import url('../responsive/style.css');


body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #efefef;
	color: #404040;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-smoothing: antialiased;
	line-height: 1.5em;
	text-rendering: optimizeLegibility;
}


.featured-title {
font-size: 48px;
}

.call-to-action {
display:none;
text-align: center;
}

#menu-main {display:none;}

/* AJC EDIT: 11/19/2012 Remove main page border */
#home, #wrapper {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 6px;
	clear: both;
/*	margin: 20px auto 20px auto; */
	margin: 0px auto 20px auto;
/*	padding: 0 20px 20px 20px;  */
	padding: 0 20px 0px 20px;
	position: relative;
}

#featured {
	background-color:  #fff;
/*	border: 1px solid #d6d6d6; */
	border:0;
	border-radius: 6px;
/*	padding-bottom: 40px; */
	padding-bottom: 0px;
}

#content-full {
	margin-bottom: -20px;
}

.home #widgets {
margin-top: 0;
display: none;
}

.wnb-bar-button {
font-size:13px !important;
padding: 4px 8px !important;
}

.post-entry h1 {
	margin-top:0em;
	padding-top:1.5em;
	color:#000;
	font-size:3em;
}

div.mynav {
	padding-top:12px;
}
div.mynav:hover {
	background-color:#f1f1f1;
}

/* WPBeginner Footer Bar */
.fixedBar {
	background: #000; bottom: 0px; color:#fff; font-family: Arial, Helvetica, sans-serif; left:0; padding: 0px 0; position:fixed; font-size:16px; width:100%; z-index:99999; float:left; vertical-align:middle; margin: 0px 0 0; opacity: 1.0; font-weight: bold;}

.boxfloat{text-align:center; width:100%; margin:0 auto}

#tips, #tips li{margin:0; padding:0; list-style:none}
#tips{width:100%; font-size:0.8em; line-height:120%;}
#tips li{padding: 10px 0; display:block;}
#tips li a{color: #fff;}
#tips li a:hover{text-decoration: none;}
