/*
Theme Name:     Magazine Basic Child
Theme URI:      http://example.com/
Description:    Child theme for the Magazine Basic theme
Author:         Michael Raftery
Author URI:     http://example.com/about/
Template:       magazine-basic
Version:        0.1.0
*/

@import url("../magazine-basic/style.css");

#site-navigation li menu-item menu-item-search {
float:right;
}

.entry-content img.author-image {
	float:left;
	margin:20px 16px 0px 0px;
	border:0px;
}

#site-logo {
padding: 0px 0px 0px;
display: inline-block;
}

/* removes margin between top nav and header logo ----------------------------*/
div.c12 {
	height:130px;
}
#header hgroup {
    margin-bottom: -15px;
}

div.title-logo-wrapper {
	height: 115px;
}


/* removes grey gridlines from the author pop up page by turning them white ----------------------------*/
td, th {
    border: 1px solid #FFFFFF;
    padding: 2px;
    text-align: left;
}

/* specifies table style ------------------------------------------- */
table {
    color: #555555;
    font-family: Arial,sans-serif;
    font-size: 10px;
    line-height: 1;
    img: vertical-align:text-top;

} 
/* top navigation bar font style ---------------------------------------*/

#site-navigation, #site-sub-navigation {
    font-family: 'verdana',serif;
    font-size: 100%;
    font-weight: bold;
    
}
* {
    word-wrap: break-word;
}

/* category style displayed above post ----------------------------------*/

.post-category, .post-format, .page-title, .archive-meta {
    color: #666666;
    font-family: Verdana,sans-serif;
    font-size: 80%;
    font-weight: 300;
    margin: 0;
    text-transform: uppercase;
}


/* body text style ------------------------------------------*/
body {
color: #444;
margin: 0 auto;
font-size: 14px;
font-family: Verdana, sans-serif;
padding: 0;
background: #eee;
position: relative;
}

/* meta data - date and time ------------------------------------------*/
.entry-meta {
    color: #333333;
    font-family: Verdana, Trebuchet-MS, sans-serif;
    font-size: 90%;
    line-height: 1.5;
}

/* header style ------------------------------------------*/

h1.entry-title {
	font-weight: 800;
	font-family: Trebuchet-MS, sans-serif;
	color: #9f070e;
}

.entry-title a {
	color: #9f070e !important;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Verdana, Trebuchet-MS, sans-serif;
    font-weight: 400;
}
a, h1, h2, h3, h4, h5, h6 {
    color: #333333;
}
* {
    word-wrap: break-word;
}

/* Author Spotlight plugin style begins --------------------------------- */
#author-spotlight {
	background: #dadada;
	border-top: 0px solid #000;
	clear: both;
	font-size: 13px;
	line-height: 15px;
	overflow: hidden;
	padding: 0px 10px 10px 10px;
	margin: -10px 0px 0px 0px;
}
#author-spotlight #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	align:left;
	padding: 5px;
}
#author-spotlight #author-profile{
	float: left;
}
#author-spotlight #author-description{
	margin-top:5px; 
}
#author-spotlight #author-link{
	margin-top:5px;

}	        
#author-spotlight #social-icons{
	float:left;
	padding-bottom:20px; 
   	margin-top:8px;
	padding-top:0px;
	align:center;
	background:#dadada;
}
#author-spotlight #social-icons img{
	margin:0px;
	border:none;
	background:none;

}
#author-spotlight h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
#author-spotlight img {
	align:left;
	float:left;
	padding:5px;
	margin:5px 10px 0.5px 0px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

/* Author Spotlight style ends------------------------------- */