/*
Theme Name: Twenty Twelve Child
Theme URI: http://www.StitchedAndLaced.com/wp-content/themes/twentytwelve-child/
Description: Twenty Twelve Child Theme 
Author: Neal Channa
Author URI: http://BiznessConsult.biz
Template: twentytwelve
Version: 1.0.0 
*/

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

/* =Twenty Twelve Child Theme starts here
-------------------------------------------------------------- */

/* Images */

.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.0);
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
a {
text-decoration:none;
}

a {
	outline: none;
	color: #09aa2f;
}
a:hover {
	color: #71e88d; 
} 

/* Header */
.site-header {
	padding: 24px 0;
	padding: 0.0rem 0;
}

.header-image {
	margin-top: 24px;
	margin-top: 0.0rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 0.0rem;
	text-align: center;
}

/* Sidebar */
.widget-area .widget a {
	color: #09aa2f;
}
.widget-area .widget a:hover {
	color: #71e88d;
}
.widget-area .widget a:visited {
	color: #09aa2f;
}

/* Footer */
footer[role="contentinfo"] a {
	color: #09aa2f;
}
footer[role="contentinfo"] a:hover {
	color: #71e88d;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.comments-link a,
.entry-meta a {
	color: #09aa2f;
}

.comments-link a:hover,
.entry-meta a:hover {
	color: #71e88d;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		display: inline-block !important;
		text-align: center;
		width: 100%;
	}	
}