/*
Theme Name: Sysjolt
Theme URI: http://www.sysjolt.com/
Author: Zack
Author URI: http://www,sysjolt.com/
Description: Twenty Twelve child theme
Version: 1.0
Tags:
Template: twentytwelve
*/
@import url('../twentytwelve/style.css');

code {
	color: #FFFFFF;
	background: #666666;
}
pre {
	
	color: #FFFFFF;
	background: #666666;	
	padding:6px;
}
pre a:link{
	color: #FFFFFF;
}
pre a:visited{
	color: #FFFFFF;
}

a:hover {
	color: #ff9d00;
}

.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area .widget a:hover {
	color: #ff9d00;
}

.entry-content a:visited,
.comment-content a:visited {
	color: #21759B;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ff9d00;
}

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

.main-navigation li a {
		border-bottom: 0;
		color: #6a6a6a;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
}
.main-navigation li a:hover,
.main-navigation li a:focus {
	color: #ff9d00;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
		color: #000000;
		font-weight: bold;
}

/* Fix to MailChimp form */
.required {
	color: #000000;
}

.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #000000;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}