/*
Theme Name:     No Coward's Version of extranews
Theme URI:      http://themewich.com/themes/?theme=ExtraNews(News)
Description:    Child theme for the extranews by Justin Wayne Arndt
Author:         Justin Wayne Arndt
Author URI:     http://nocoward.com
Template:       extranews
Version:        0.1.0
*/

@import url("../extranews/style.css");

/* Increase paragraph size across the site */
p, ul, ol {
	font-size: 14px;
	line-height: 1.5em;
}

/* Change the pagination button "More Headlines" to grey with burgundy background */
.paginationbutton a.button {
	background: #670000;
	color: #F2F2F2;
}

/* Change Unruly Media Video in sidebar's appearance */
#unruly-video iframe#unruly1413993956442_1 {
	max-width: 260px;
}

/* Move the top advertising widget down from 15px */
.logowidget {
	margin: 35px 0;
}