/*  
Theme Name: 	msdn
Theme URI: 		https://ardamis.com/
Description: 	A new theme based on the layout of Microsoft's MSDN pages, which is a child theme for the Twenty Twelve theme, with Schema.org microdata improvements supplied by http://www.joshualyman.com/twenty-twelve-schema-org-child-theme/
Author: 		Oliver Baty
Author URI: 	https://ardamis.com/about/
Template: 		twentytwelve
Version: 		0.1

Tags: microformats
*/

/* ==========================================================================
   Theme styles
   ========================================================================== */

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */

body {
   color: #2A2A2A;
   background-color: #FFFFFF;
   font-size: 13px;
   line-height: 18px;
   margin-bottom: 0;
   margin-top: 0;
   padding-bottom: 15px;
}
body.custom-font-enabled {
   font-family: "Segoe UI","Open Sans",Helvetica,Arial,sans-serif;
}
body .site {
   box-shadow: none;
   margin-top: 0;
}
a {
   color: #2A2A2A;
}
a:hover {
   color: #FD6512;
}
a:visited {
   color: #2A2A2A;
}
a:focus {
   outline: none;
}

/* Header */

.site-header {
   padding-bottom: 0;
}
.site-header h1 a, .site-header h2 a {
   background: url("images/sprites.png") no-repeat scroll 1px -1px transparent;
   width: 200px;
   height: 28px;
   /* hide the text */
   text-indent: 100%;
   white-space: nowrap;
   overflow: hidden;
}

/* Main navigation */

.main-navigation {
   margin-top: 0;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
   border-top: none;
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: 5px;
}
.main-navigation li a {
   color: #959595;
   font-size: 14px;
   text-transform: none;
   line-height: 2.6;
}
.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: #313131;
   font-weight: 500;
}

/* Widgets */

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
   padding-bottom: 8px;
   line-height: 1.4em;
}
.widget-area .widget a {
   color: #2A2A2A;
   text-decoration: none;
}
.widget-area .widget a:visited {
   color: #2A2A2A;
}
.widget-area .widget a:hover {
   color: #FD6512;
   text-decoration: underline;
}

/* Post content */

.entry-header {
   margin-bottom: 1.9rem;
}
.entry-header .comments-link {
   display: none;
}
.entry-content p, .entry-summary p, .comment-content p, .mu_register p {
   line-height: 18px;
}
.entry-header .entry-title {
   color: #000000;
   font-family: "Segoe UI","Open Sans",Helvetica,Arial,sans-serif;
   font-size: 2.0em;
   font-weight: normal;
}
.entry-header .entry-title a  {
   color: #000000;
}
.entry-content h2, .comment-content h2, .mu_register h2 {
   color: #000000;
   font-family: "Segoe UI Semibold","Open Sans",Helvetica,Arial,sans-serif;
   font-size: 1.5em;
   font-weight: normal;
}
.entry-content a:visited, .comment-content a:visited {
   color: #2A2A2A;
}
.entry-content a:hover, .comment-content a:hover {
   color: #FD6512;
}
.site-content article {
   border-bottom: none;
}
.entry-content code, .comment-content code {
   background: #EEEEEE;
   line-height: inherit;
   padding: 0 3px;
}
.error, .notice, .success {
   padding: .8em;
   margin-bottom: 1em;
   border: 1px solid #ddd;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}
.error {
   background: #202020;
   color: #C41B05;
   border-color: #000000;
}
.notice {
   background: #FFF6BF;
   color: #4A3F2D;
   border-color: #FFD324;
}
.success {
   background: #E6EFC2;
   color: #264409;
   border-color: #C6D880;
}
.error a, .error a:hover {
   color: #C41B05
}
.notice a, .notice a:hover {
   color: #4A3F2D
}
.success a, .success a:hover {
   color: #264409
}
.error a, .notice a, .success a {
   text-decoration: underline
}
.error a:hover, .notice a:hover, .success a:hover {
   text-decoration: none
}

/* Post images and captions */

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
   border-radius: 0;
   box-shadow: none;
}
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
   font-style: normal;
   line-height: 2;
}

/* Post footer meta data */

footer.entry-meta {
   background-color: #F1F1F1;
   border: 1px solid #D2D2D2;
   color: #707070;
   margin: 30px 0;
   padding: 10px;
}
.comments-link a:hover,
.entry-meta a:hover {
   color: #FD6512;
}
.single-author .entry-meta .by-author {
   display: inline;
}

/* Page footer */

footer[role="contentinfo"] a {
   color: #2A2A2A;
}
footer[role="contentinfo"] a:hover {
   color: #FD6512;
}
footer .site-info p {
   line-height: 32px;
}
footer[role="contentinfo"] a.googleplus {
   vertical-align: -4px;
}

/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */

@media screen and (max-width: 600px) {
}

/* Remove the yellow background from Google Adsense iframes */

ins {
   background-color: #FFFFFF;
}