/*
	Theme Name: WPL
        Theme URI: http://www.westphillylocal.com/
	Description: A Child Theme of Premium News
        Author: Julija
	Template: premiumnews
        Author URI: http://www.westphillylocal.com/
	*/
	@import url(../premiumnews/style.css);


body{
	background: #CECFCE;
	color: #000000;
	font: 0.8em Arial,Helvetica,Sans-Serif;
}

#page{
	border-style: groove;
	border-width: 1px;
	border-color: #ebebeb;
	background: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 970px;
}

.featured{
	background: #F5F5F5;
	border-style: groove;
	border-width: 1px;
	border-color: #EBEBEB;
	height: 330px;
	margin: 0 0 20px;
	overflow: hidden;
	position:relative;
}

.featured-img{
	margin: 10px 10px 0 3px;
	width:375px;
	height:294px;
	float:right;
	border: solid 1px;
	border-color: #ebebeb;
	display:inline; 
}
.featured p {
	margin-bottom:10px;
	font-size: 12px;

}

.featured-content { margin-left:/*367*/ 4px; 	padding-right:10px;}

.featured h2{
	font-size: 4px;
	padding: 2px 0;
}
.featured h3{
	font-size: 14px;
	font: Times New Roman, serif;
	padding: 0 0 10px 0;
}

.sideTabs .idTabs li a{
	background: #ffffff;
	border: 1px solid #D6E4E1;
}

.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #dddddd;
}

.sideTabs .idTabs .selected{
	background: #dddddd;
}
.navbox{
	background: #ffffff;
}

#footer{
	background: #ffffff;
	clear: both;
	color: #000000;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}
#footer a{
	color: #000000;
}
#footer img {
	vertical-align:middle;
}

.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #b3b3b3;
	color: #ffffff;
	text-decoration: none;		
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	background: #dddddd;
	height:25px;
	padding: 0 0 0;
}
#nav-text {
	float:left;
	display:inline;
	width: 200px;
}


#nav-left {
	float:left;
	display:inline;
	width:650px;
	}
#nav-right {
	float:right;
	display:inline;
	width:320px;
	}
#nav ul {
	position: relative;
    height: 25px;
    overflow: hidden;
	padding-left:3px;
}

#nav ul  li {
    float: left; 
    list-style: none;
	font-weight:bolder;
	font-size:10px;	
}
 #nav ul  li.back {
    background-color: #dddddd;
    width: 1px;
    height: 25px;
    z-index: 8;
    position: absolute; 
}
#nav ul  li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 9px;
	outline: none;
	text-align: right;
	top: 8px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: border;
	float: right;
	height: 25px;
	position: relative;
	overflow: hidden;
	margin: auto 7px !important;
	margin: auto 0px;	
}
#nav ul  li a:hover {
	font-color: #000000;
}
 #nav ul  li a:active, #nav ul  li a:visited {

	border: none;
}      
/*- Category Navigation -*/
.nav2, .nav2 * {
	margin: 0px;
	padding:0px;
	
}
#nav-bottom {
	height: 30px;
	background: #ffffff;
	padding: 0 0 0;
	border-bottom: solid 2px;
}	
.nav2 {
	height: 30px;
	border-bottom:1px solid #000000; 
	font: Times New Roman, serif;
	font-weight:bold;
	font-size:13px;	
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	width: 700px;
	position:relative;
}
.nav2 li {
	line-height: 30px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: auto;
	line-height: 30px;
	background: #f5f5f5;
	border: #dddddd 1px solid;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:600px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #AA1111;
	text-decoration: none;
	background: #ffffff;  
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}


.navsocial {
	margin-top:4px;
	/*margin-left: 50px;*/
	float: right;
	height: 22px;
	width: 150px;
}
.navsocial ul {
	float: right;
	width: 150px;
	position: relative;
}

.navsocial li {
	float: right;
	margin-right: 3px;
}
	

	


/*- Search -*/
#search{
	background-color: #000000;
	border: 1px solid #b3b3b3;
	float: right;
	height: 20px;
	margin: 2px 0 0 0;
	padding: 0 2px 0 0;
	width: 320px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #fff;
	float: left;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 1px 2px 2px 4px;
	width:283px;
}
#search .btn{
	margin: 3px 0 0 9px;
	padding: 0;
	width: auto;
}

/*- Header -*/
#header{
	background: url(/images/porchbanner6.jpg);
	height: 130px; 
	padding: 0 0 0px;
}

/*- Ads -*/

/*	float: right;
	padding: 16px 15px 0 0;
	width: 285px;
} */
#rss a{
	color: #b3b3b3;
}
#rss ul{
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li{
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img{
	float: right;
}
.mnbnr{
	height: 83px;
	width: 644px;
	float: right;
	margin-top: 6px;
	margin-right: 15px;
/*	padding: 10px; */
}

.mnbnr img{
	float: right;
/*	margin: 0 14px 0 0; */
}

.ads{
	border: 0px;
	height: 130px;
	margin: 0 0 25px;
	padding: 10px;
}
.ads img{
	float: left;
	margin: 0 0 10px 0;
}
.ads img.last{
	margin: 0 !important;
}

/*- RSS -*/

/* LOGO */
#header h1{
	float: left;
	display:inline;

}
#header h1 a{
	margin-bottom: 3px;
	display: block;
	height: 125px;
	width: 970px;
}

/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 18px 0 url(images/hl-dot-full.gif) repeat-x bottom;
	padding-bottom:15px;

}

/*- Flickr -*/
.flickr{
	background: #ffffff;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr .flickr_badge_image img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-bottom:5px;	
}
.flickr h2{
	color: #ff7800;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span{
	float: left;
}
.flickr h2 img{
	float: right;
	margin: 0 2px;
}
.flickr h2 em{
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}

.follow p	{
	margin-bottom: 25px;
}
.follow-img {
	margin-right: 8px;
}
	
.entry img { 
	padding: 0;/*padding: 2px 2px 2px 2px;*/
	border: 0;
	margin-bottom: 4px;
	}

img.alignright {float:right; margin:0 1em 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}

.boxedholiday {
	width: 348px;
	margin-bottom: 5px;
	}
.boxedholiday p {
	font-family: Arial, Helvetica, sans-Serif;
	margin-bottom: 3px;
	padding: 6px 6px 6px 6px;
	font: strong smaller;
	font-color: #38ACEC;
	}

.boxed	{
	width: 348px;
	background: #F5F5F5;
	border: 1px solid;
	border-color: #EBEBEB;
	overflow: hidden;
	position:relative;
	margin-bottom: 4px;
	}

.boxed p {
	font-family: Arial, Helvetica, sans-Serif;
	margin-bottom: 3px;
	padding: 6px 6px 6px 6px;
	font: strong smaller;
	

}

.scrollbox {width: 348px;
	height: 200px;
	background: #FFFFFF;
	border: 2px groove;
	border-color: #EBEBEB;
	overflow-y: scroll;
	position:relative;
	margin-bottom: 4px;
	padding-right: 4px;
	}

.scrollbox p {
	font-family: Arial, Helvetica, sans-Serif;
	margin-bottom: 3px;
	padding: 4px 4px 4px 4px;
	font: strong smaller;
	}


.format_text img.frame, .format_text .wp-caption {border-width: 0; padding: 2 ; margin-top: 3px; background-color: white; align: center;}

.wp-caption-text {line-height:14px;font:strong;font-size:12px;align:center;}

.wp-caption p.wp-caption-text {
    font-family: Arial, Helvetica, sans-Serif;
    font-size: 12px;
    line-height: 14px;
	align: center;
    font: strong;
}

.no-border {
border: none;
}

.eom_event_list h1 {
font-size: 14px;
}

.eom_event h1 {
font-size: 14px;
}

.eom_date {
font: strong;
}

div.eom_venue {
font: strong;
font-weight: bold;
}

#topbanner1 {

	margin-left: 0px;
	margin-bottom: 0px;
	
	padding: 0px;
}

#banner {

margin-top: 2px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 2px;
	
	
}
	
img {border: 0}

img { padding: 0}


a img {border: 0; padding: 0; max-width: 100%;}


.red {

color:red; 

}

.orange a {

	color: #FFA500;
}

.blue a {

color: #157DEC;
}

/*img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }*/
/*img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }*/

.eom_image {

max-width: 500px; 
max-height: 600px;
}


.newtitle {margin-top: 5px; float: left; position: relative}

.newtitle p {font-family: Arial, Helvetica, sans-Serif;
	margin-bottom: 3px;
	padding: 6px 6px 6px 6px;}

p.sidebar {color:blue;
	text-align: center;
}

#bbpress-forums .bbp-forums-list li {
display: list-item !important;
font-size: 11px;
}

#bbpress-forums li.bbp-header {
background: #eaeaea;
}

#bbpress-forums div.bbp-reply-header {
background-color: #f4f4f4;
}

div.bbp-template-notice.info {
border: #cee1ef 1px solid;
background-color: #f0f8ff;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
background-color: #fbfbfb;
}

#bbpress-forums div.even,
#bbpress-forums ul.even {
background-color: #fff;
}

.bbp-topics-front ul.super-sticky,
.bbp-topics ul.super-sticky,
.bbp-topics ul.sticky,
.bbp-forum-content ul.sticky {
background-color: #ffffe0 !important;
font-size: 1.1em;
}

#bbpress-forums .bbp-topic-content p,
#bbpress-forums .bbp-reply-content p {
font-size: 12px;
}

span.bbp-admin-links a {
color: #bbb;
font-weight: normal;
font-size: 10px;
text-transform: uppercase;
text-decoration: none;
}

div.bbp-template-notice {
border-width: 1px;
border-style: solid;
padding: 0 0.6em;
margin: 5px 0 15px;
border-radius: 3px;
background-color: #ffffe0;
border-color: #e6db55;
color: #000;
clear: both;
}

#bbpress-forums .submit {
background-color: #a0668d;
color: #FFFFFF;
float: center;
vertical-align: middle;
border-radius: 10px;
height: 35px;
width: 80px;
font-size: 18px;
}

#content .entry-title {
color: #000000;
font-size: 21px;
font-weight: bold;
line-height: 1.3em;
margin-bottom: 0;
}

.title {
color: #000000;
font-weight: bold;
font-size: 14px;
margin-bottom: 3px;
}

.titlebig {
color: #000000;
font-weight: bold;
font-size: 16px;
margin-bottom: 3px;
}

p.centeredad {
margin-left: 50px;
}

.is-singular .posted-info {
    font-size: 0;
}

.is-singular .posted-on {
    font-size: 0;
}