/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://nkla.dk/twenty-twelve-child/
 Description:  Twenty Twelve Child Theme
 Author:       Niels Kragh Larsen
 Author URI:   http://nkla.dk
 Template:     twentytwelve
 Version:      0.0.2
 Tags:         tbd 
*/

@import url("../twentytwelve/style.css");

/* =THEME CUSTOMIZATION STARTS HERE -------------------------- */

/* Body: Background -------------------------------------------*/
body {
   background-color: #801111;
}



/* Top margin for main page ----------------------------------------------*/
body .site {
   margin-top: 18px;
}




/* Top Header and Menu Bar ------------------------------------*/
.site-header h1 a, .site-header h2 a {
   color: #b00000;
   letter-spacing: 1px;
}

.main-navigation li a {
   color: #b00000;
   letter-spacing: 1px;
}

.entry-header .entry-title {
   color: #b00000;
}

.entry-header .entry-title a {
   color: #b00000;
}

.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: #b00000;
}


/* Widget Bar: Title color and margin after title -------------*/
.widget-title {
   color: #b00000;
}

.widget-area .widget h3 {
   margin-bottom: .4rem;
}

.widget-area .widget a:hover {
   color: #000000;
}

.widget-area .widget a:visited {
   color: #21759b;
}

.widget-area .widget a {
   color: #21759b;
   text-decoration: none;
}

.widget-area .widget {
   margin-bottom: 35px;
}

/* Widget area ----------------------------------------------*/
.widget-area li {
   margin: 0 0 6px 0;
}

.widget-area ul {
   list-style-type: square;
   margin: 0 0 0 20px;
}

.widget-area .widget li {
   line-height: 1.6;
}


/* Post Boxes Grey and title color ----------------------------*/
article.format-aside .aside {
   background: #f0f0f0;
   border-left: 18px solid #a33;
}

article.format-aside h1 a {
   color: #b00000;
   line-height: 1.5em;
}

/* Links ------------------------------------------------------*/
.entry-content a:visited, .comment-content a:visited {
   color: #21759b;
   text-decoration: none;
}

a {
   text-decoration: none;
}

.entry-content a:hover {
   color: #000000;
   text-decoration: underline;
}

/* User Profile Lists ----------------------------------------------*/
.entry-content table, .comment-content table {
   color: #040404;
}


.entry-content table p {
   margin: 0 0 0 0;
}

.entry-content table caption, .comment-content table caption {
   color: #aa0000;
}

.entry-content table td {
   padding: 1px 5px 1px 5px;
}

/* Download Buttons ----------------------------------------------*/
.ddownload-button .button-grey {
   color: #21759b;
}


/* NYT -----------------------------------------------------------*/

h1, h2, h3, h4 {
   color: #b00;
}

.comments-link a, .entry-meta a {
   color: #b00000;
}

.main-navigation li {
   margin: 0 35px 0 0;
}

.entry-content img, .comment-content img, .widget img, img.header-image, .author-avatar img, img.wp-post-image {
   box-shadow: none;
}

.comments-link a, .entry-meta a {
   font-size: 12px;
}