/*
Theme Name: Voices of NY 3.0
Description: Gazeti child theme for Voices of NY
Author: Rosaleen Ortiz
Template: WPZoom/gazeti
*/

@import url("../WPZoom/gazeti/style.css");

#header {
	background: white;
}

#logo img {
	background: white;
}

#tagline {
	font-family: 'Helvetica', sans-serif;
	color: #222;
	text-transform: uppercase;
        margin: 5px 0;
        font-weight: bold;
        text-align: center;
}

#menu {
	padding: 0 20px 5px 0;
}

#menu, #slider .date {
	background: #c30f17;
}

.dropdown a {
	padding: 10px;
        font-size:15px;
}

.ui-widget-content {
	border: none;
}

.ui-widget-header {
	background: none;
	border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: none;
}

.network-item .network-thumb img, .network-item-last .network-thumb img {
	border: 1px solid #eee;
	padding: 2px;
}

.network-item .network-info h4, .network-item-last .network-info h4 {
	margin: 0;
	line-height: 1.1em;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.network-item .network-thumb, .network-item-last .network-thumb {
	float: left;
	position: relative;
	width: 70px;
}

.network-item {
	padding: 7px 3px;
	margin: 0 5px;
	border-bottom: 1px solid #eee;
	height: 65px;
	overflow: hidden;
}

.network-item-last {
	padding: 7px 3px;
	margin: 0 5px;
	height: 65px;
	overflow: hidden;
}

select.responsiveMenuSelect {
	width: 80% !important;
	margin-top: .7em;
}

#footer .column img {
	background: white;
	padding: 1em;
}

.wpzoom {
	display: none;
}
.post-meta {font-size:.95em;padding:10px 2%;}
.meta-additional{display:block;}
.source, .translator, span.language {display: inline;}
a.orignal_story {display:block;color:#ff3818;}
.video_embed {margin-bottom:15px;}


/*header*/
header .search_form {display:none;}
header .parent-logos {float:right;width:50%;display:block;}

header .parent-logos .ccem {
    background-image: url(/wp-content/uploads/2013/05/ccem-logo-wufoo-300x143.png);
    background-size:65%;
}
header .parent-logos .cunyj {
    background-image: url(/wp-content/uploads/2011/12/CUNY-Grad-School-of-Journalism-logo1-300x62.png);
 
    background-size: 90%;
}
header .parent-logos .ccem, header .parent-logos .cunyj {
    display: inline-block;
    float:right;
    background-repeat: no-repeat;
    background-position: center center;   
    height:100px;
    margin-left:3%;
    width:35%;
    padding:0 2%;
    border: 1px solid #eee;
    border-radius: 4px;
}

header .parent-logos .ccem:hover, header .parent-logos .ccem:active {
    background-size:75%;
    border: 1px solid #ddd;
}
header .parent-logos .cunyj:hover, header .parent-logos .cunyj:active {
    background-size:100%;
    border: 1px solid #ddd;
}

.widget_search input[type="submit"] {
    width:14%;
    font-family: FontAwesome;
    padding: 3% 5% !important;
}

.widget_search input#s {
    width:75%;
}