/*
 Theme Name:   mikepultz
 Theme URI:    https://netdns2.com/
 Description:  mikepultz
 Author:       Mike Pultz
 Author URI:   https://mikepultz.com
 Template:     twentytwelve
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-twelve-child
*/

.site-header h1 a, .site-header h2 a {
        font-size: 45px;
        font-weight: normal;
        line-height: 40px;
}
.site-header h2 {
        font-size: 16px;
        font-weight: normal;
}
.entry-header .entry-title {
        font-size: 28px;
}
.widget-area .widget a {
        text-decoration: none;
}
.widget-area .widget a:hover {
        text-decoration: underline;
}
footer[role="contentinfo"] {
	padding: 0px;
}
.site-content {
	width: 80%;
}
.widget-area {
	width: 16%;
}
img.noborder {
  border: none;
  box-shadow: none;
}
.entry-content pre, .comment-content pre {
	background: #F4F5F7 3px 3px;
  	border: 1px dashed #CCC;
  	padding: 10px 12px 10px 12px;
  	line-height: 14px;
  	overflow-x: auto;
}
.widget-area .widget a, .widget-area .widget a:visited {
	color: #333;
}

.social_icons {
        float: right;
}
.main-navigation .social_icons_twitter {
        margin-right: 10px;
}
.main-navigation .social_icons_twitter a {
        width: 38px;
        height: 38px;
        background-image: url(https://mikepultz.com/wp-content/uploads/2013/03/twitter.png);
        background-repeat: no-repeat;
        background-size: 38px 38px;
        margin-top: 2px;
}
.main-navigation .social_icons_facebook {
        margin-right: 10px;
}
.main-navigation .social_icons_facebook a {
        width: 38px;
        height: 38px;
        background-image: url(https://mikepultz.com/wp-content/uploads/2013/03/facebook.png);
        background-repeat: no-repeat;
        background-size: 38px 38px;
        margin-top: 2px;
}
.main-navigation .social_icons_linkedin {
        margin-right: 10px;
}
.main-navigation .social_icons_linkedin a {
        width: 38px;
        height: 38px;
        background-image: url(https://mikepultz.com/wp-content/uploads/2013/03/linkedin.png);
        background-repeat: no-repeat;
        background-size: 38px 38px;
        margin-top: 2px;
}
.main-navigation .social_icons_rss {
        margin-right: 0px;
}
.main-navigation .social_icons_rss a {
        width: 38px;
        height: 38px;
        background-image: url(https://mikepultz.com/wp-content/uploads/2013/03/rss.png);
        background-repeat: no-repeat;
        background-size: 38px 38px;
        margin-top: 2px;
}

#cryptoheader {
        width: 270px;
        height: 40px;
        display: inline-block;
        position: absolute;
        top: 85px;
        right: 0px;
        font-size: 10px;
        line-height: 13px;
        text-align: right;
        font-family: "lucida console";
        color: #999;
}
