/*
Theme Name:     NewsPlus Child
Theme URI:      http://labs.saurabh-sharma.net/themes/newsplus/wp/
Description:    Child theme for the NewsPlus theme
Author:         Saurabh Sharma
Author URI:     http://themeforest.net/author/SaurabhSharma
Template:       newsplus                             
Version:        1.7.0
*/
 

}

.wrap {
	width: 83.3333em;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 2.25em 0 .75em;
	background: #201E5D; //#fff;
}

#widget-area-before-content .wrap {
	padding-top: 1.5em;
	text-align: center;
}

#widget-area-after-content .wrap {
	padding-bottom: 1.5em;
	text-align: center;
}


#main {
	background: #fff;
	text-align: center;
}

/* Title */
h2,
h1.page-title,
h1.entry-title,
.entry-list h3,
.flex-caption h1,
.flex-caption h2 {
	font-size: 2.5em;
	line-height: 1.375;
	margin: 0 0 0.5em;
}

/* Post body font size */
.single .entry-content p,
.single .entry-content ul,
.single .entry-content ol {
    font-size: 16px;
}

/* Post date */
.entry-meta .posted-on,
.entry-meta .post-time {
    color: #999;
}

/* Author link */
.entry-meta .by-author,
.entry-meta .author {
    color: #999;
}


/*Meta By date author */

.entry-meta a,
.widget .entry-meta a {
	color: #04c;
}

.entry-meta a:hover,
.widget .entry-meta a:hover {
	color: #333;
}

#secondary ul .entry-meta a,
#secondary ul .widget .entry-meta a {
	color: #999;
}

#secondary ul .entry-meta a:hover,
#secondary ul .widget .entry-meta a:hover {
	color: #ccc;
}

.single .entry-meta,
.entry-classic .entry-meta {
	margin-top: -0.375em;
}

/* Top Widget Alignment */

.top-widget-area { overflow: hidden; }
.top-widget-area .twa-wrap { width: 48%; float: left; }
.top-widget-area .twa-wrap.widget_search { float: right; }

/* Search box width */

.searchbox #s { width: 100%; }
.searchbox #searchsubmit { position: absolute; top: 0; right: 0; }