/*
Theme Name:     Premium News Child
Description:    Child theme for the Premium News theme 
Template:       premiumnews
*/

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



/* This CSS Modification hides the top left menu from the frontpage */
#nav {
background: #ffffff;
}

/* This CSS Modification hides the top left menu from the frontpage */
#nav-left {

}

/* This CSS Modification hides the top left menu from the frontpage */
#nav-right {
width: 90px;

}

/* This CSS Modification increases the height of the Header to 190px from 92px */
#header {
margin-top:20px;
height: 100px;



}



/*This CSS Modification highlights the current Menu Page that is selected*/
#menu-sub-header li.current-menu-item a
{
background-color:red;
color:black;
} 

/*This CSS Modification Changes the Standard Paragraph Entry Font Size from 10 to 14px*/
.entry p {
text-align: left;
font-size: 14px;
line-height: 20px;
}

/* Customizes the Page Title 

#archivebox {
background:#EEE;
	padding:10px;
	width:530px;
	margin-bottom:25px;
}
#archivebox h2 {
font-size:1.5em;
	color:#000;
}

*/

/*Customizes the Background of the Main Page*/
body{
background:white;
}

#page {
background: white;
margin: 0 auto;
width: 980px;
/*border: 1px solid #999; */
}

/*This Section Customizes layout on the HOME Page*/
.home_campaign_box
{
	float:right;
	width: 300px;
	padding: 20px;
}




/*This section customizes the Opinion Page*/

.wp-biographia-container-top {
margin: 5px 0 !important;
padding: 5px !important;
}

.opinion_search{
visibility: hidden;
float: right;
display: block;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.64em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.opinion_title
{
float:left;
margin-bottom: 20px;
}

.contributor_title{
}

.opinion_col1{
	float: left;
	width: 550px;
	
}

.opinion_col2{
	float: right;
	width: 350px;
}

.opinion_story{
margin-bottom: 12px;
clear:both;

}

.opinion_vert_divider {
border-right-style: solid;
border-right-color: #e6e6e6;
width: 2px;
border-right-width: 1px;
float: left;
height: 1400px;
padding-right: 25px;
margin-top: 6px;
}

.opinion_sidebar_title a{
font-size: 1.3em;
line-height: 1.09095em;
/*color: #406584;*/
font-weight: normal;
}

.opinion_author_img{
padding-right: 28;
margin-right: 25px;
height: 70px;
width: 70px;
float: left;
clear: left;
margin-bottom: 10px;
background-color: white;
-moz-box-shadow: 5px 5px 5px #888;
-webkit-box-shadow: 5px 5px 5px #888;
box-shadow: 5px 5px 5px #888;
display:inline;
}

.opinion_sidebar_author{
font-size: 1em;
font-weight: 500;
line-height: 1.4em;
text-transform: uppercase;
color: black;
}

.opinion_sidebar_content p{

line-height: 1.25em;
margin-bottom: 5px;
}

.opinion_divider {
margin-top:10px;
margin-bottom:10px;
height: 1px;
padding:o;
background: #ccc;
border: none;
line-height: 0;
overflow: hidden;
}



/*This section customizes the columns in the About Page*/

.about_desc_box
{
	float: left;
	width: 620px;
	border-style: solid;
/* border-width:1px;
padding: 10px;
*/

}

.about_member_box
{

	
}

.about_mission_box
{
float:right;
width: 300px;
background: #F8F8F8;
padding:10px;
margin-bottom:10px;
border: 1px solid #999;
}

.about_mission_box a{
color: #0594cc;
font-weight: bold;
text-decoration: none;
}

.about_mission_box h1{
height: 28px;
font: normal 14px/28px "Arial Black",Gadget,sans-serif;
color: #3e4a58;
background: #e6f4fa;
padding-left: 10px;
text-transform: uppercase;
}


.about_contact_box
{
float:right;
width: 300px;
padding:10px;
margin-bottom:10px;
}

.about_contact_box a{

}

.about_contact_box h1{

}


.catlist{
	border-bottom: 0px solid #ffffff;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 350px;
}

.long_subcol{
	width: 350px;
}

/*These changes the Author Box CSS */
.ts-fab-wrapper {
margin: 0 !important;
clear: both;
}

/*These changes the Press Page CSS */


.press_col1{
	float: left;
	width: 500px;
visibility: hidden;
}

.press_col2{
	float: right;
	width: 400px;
}


/*These hides the Woo Themes Footer*/
.fr {
float: right;
visibility: hidden;
visibility: hidden;
color: #84C7DA;
}