/*
Theme Name:     Newsmag Child theme
Theme URI: 		http://themeforest.net/user/tagDiv/portfolio
Description:    Child theme made by tagDiv
Author:         tagDiv
Author URI: 	http://themeforest.net/user/tagDiv/portfolio
Template:       Newsmag                             
Version:        1.1
*/


/*  ----------------------------------------------------------------------------
    This file will load automatically when the child theme is active. You can use it
    for custom CSS.
*/

div.below-article-notes {
	border: 1px solid #CCC;
	background: #EEE;
	padding: 1em;
	margin: 0;
	box-shadow: 5px 5px 3px #CCC;
	border-radius: 5px;
}

div.below-article-notes blockquote {
	padding-left: 2em;
	background: #EFEFEF;
}

div.article-meta-box {
	float: right;
	width: 250px;
	border: 3px solid #CCC;
	background: #EEE;
	padding: 1em;
	margin: 0 0 1em 1em;
	box-shadow: 5px 5px 3px #CCC;
	border-radius: 5px;
}

div.article-meta-box p, div.article-meta-box ul, div.article-meta-box img, div.article-meta-box li {
	margin: 0;
	font-family: "arial narrow", arial, verdana, sans-serif;
	font-size: 1em;
}

div.article-meta-box p.meta-category {
	text-align: center;
	font-size: 1.3em;
	line-height: 30px;
	font-variant: small-caps;
}
div.article-meta-box p.meta-title {
	text-align: center;
	font-size: 1.7em;
	line-height: 30px;
	font-weight: bold;
}
div.article-meta-box p.meta-byline {
	text-align: center;
	font-style: italic;
}

div.article-meta-box p.meta-grade {
	text-align: center;
	margin-top: 1em;
	font-weight: bold;
	color: #ff0000;
}
div.article-meta-box p.meta-rating-image {
	text-align: center;
}
div.article-meta-box p.meta-rating-image img {
	margin: 0 auto;
}
div.article-meta-box p.meta-date {
	line-height: 30px;
	text-align: center;
}
div.article-meta-box p.meta-directed-by-header {
	font-weight: bold;
	margin-top: 1em;
}
div.article-meta-box ul.meta-director-list {
	
}
div.article-meta-box p.meta-cast-header {
	font-weight: bold;
	margin-top: 1em;
}
div.article-meta-box ul.meta-actor-list {
	
}

div.alert {
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	float: left;
	width: 325px;
	font-family: "arial narrow";
	font-size: .9em;
	line-height: 20px;
	background-color: #e8e9ed;
	border: 5px solid #6ba2f9;
	display: block;
	padding: 5px;
}


p.under-article-data {
	font-style: italic;
}

.under-article-grade, .meta-grade {
	font-weight: bold;
	color: #ff0000;
}

.module-grade {
	color: #ff0000;
}
