/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
@media only screen and (max-width: 768px) {
	.genesis-nav-menu .current-menu-item a, .genesis-nav-menu li a:hover, .genesis-nav-menu li:hover a {
		background-position: -24px 5px!important;
	}
	
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, #footer .creds, #footer .gototop, #footer .wrap, #header .widget-area, #inner, #subnav .wrap, #title-area, #wrap, #wrap .sidebar, #wrap #content, #wrap #content-sidebar-wrap, #wrap #sidebar-alt {
		width: 99%;
	}
	
	.creds {
		margin-top: -20px!important;
	}
	
	#footer {
		padding: 0!important;
	}
}

@media only screen and (min-width:319px) and (max-width:480px) {
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, #footer .creds, #footer .gototop, #footer .wrap, #header .widget-area, #inner, #subnav .wrap, #title-area, #wrap, #wrap .sidebar, #wrap #content, #wrap #content-sidebar-wrap, #wrap #sidebar-alt {
		width: 98%;
	}
	
	.creds {
		padding-top: 12px;
	}
	
	.genesis-nav-menu .current-menu-item a, .genesis-nav-menu li a:hover, .genesis-nav-menu li:hover a {
		background-position: -24px 3px!important;
	}
	
	#subnav {
		background: none repeat scroll 0 0 hsl(169,46%,57%);
		margin: auto;
	}
	
	img.alignleft, .post-image, .wp-caption.alignleft {
		margin: 0 4.5rem 1.5rem 0;
	}
	
	.simple-social-icons ul li {
		margin: 0 2px 11px!important;
	}
	
	#f1fe5b4bbaef56 {
		width: 284px!important;
	}
	
	#header {
		background: url("http://jennydontbehasty.com/wp-content/uploads/2013/05/logo-1.png") no-repeat scroll center top transparent;
		margin: 10px 0 0;
		padding: 0;
		height: 50px;
	}
	
	.wrap {
		margin: auto;
		width: 250px!important;
	}
	
	input, select, textarea {
		background: none repeat scroll 0 0 hsl(169,46%,57%);
		border: 1px solid hsl(270,30%,56%);
		color: hsl(334,83%,57%);
		font-size: 14px;
		padding: 8px;
		box-shadow: none;
	}
}