/*
 Theme Name:   ApniJobs
 Theme URI:    http://www.kashifaziz.me
 Description:  Jobsite theme
 Author:       Kashif Aziz
 Author URI:   http://www.kashifaziz.me
 Template:     generatepress
 Version:      0.1
 Tags: Jobsite theme, two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/
.site-header{
	padding-bottom: 10px;  /* apnijobs */
}	
.header-aligned-left .site-header{
	padding-left: 100px;
}
/* sidebar padding */
.footer-widgets, .widget-area .widget {
    padding: 10px;
}

/* table nth child alternate color */
tr:nth-child(even){
    background-color: #f2f2f2;
}

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 150px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 1100px;
}
.inside-header, 
.grid-container, 
.grid-parent {
	padding-top:0px;
	padding-left:0px;
	padding-bottom:10px;
}

.inside-navigation{
	padding-bottom: 0px;
}

/* form validation error message */
.formerr{
	color: red;
	font-weight: bold;
	font-size:small;
}

/* reduce padding between job listings 
	top, right, bottom, left
*/
.separate-containers .inside-article{
	padding: 0px 20px 15px 20px;
}
/* search widget background */
.sidebar aside#search-4{
background-image: url("images/search-bg.jpg");
color:#ffffff;
}
.sidebar aside#search-4 h4{
	color:#ffffff;
	font-size:150%;
	font-weight: bolder;
	padding-left:20px;
}

/* rss feeds */
#latest-feeds {
	/*width: 50%;  660px; */
	margin: 0 auto;
	padding: 10px 0 20px;
	position: relative;
	overflow: hidden;
	float: left;
	}
	
	ul.feed-block {
		padding: 0;
		list-style: none;
		width: 40%;
		float: left;
		/* display: inline-block;   */
		margin-top: 10px;
		margin-right: 30px;
		margin-bottom: 10px;
		margin-left: 0px;
		line-height: 2em;		
	}
	
	ul.feed-block li {
	position: relative;
	/*
    padding-bottom: 0;
    padding-top: 10px;
	margin: 0;
	line-height: 2em;
	*/
	}
	
	
	/*
	ul.feed-block li.feed-block-header {
	border: none;
	border-top: 0px none #fff;
	line-height: 1.25em;
	height: 1.25em;
	}


	ul.feed-block li.feed-block-header:hover {
	border: none;
	border-top: 0px none #fff;
	line-height: 1.25em;
	height: 1.25em;
	background-color:#fff;
	}
	*/	
	ul.feed-block li.feed-block-header h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.25em;
	letter-spacing: .05em;
	color: #d3401a;
	}
	
	
	ul.feed-block li.feed-block-footer h2, li.feed-block-footer a {
	text-align:right;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .92em;
	line-height: 50%;
	letter-spacing: .05em;
	color: #d3401a;
	}
	
	ul.feed-block li {
	position: relative;
	line-height: 1.25em;
	padding: 4px 0 4px 0;
	margin: 0;
	height: 1.25em;
	border-top: 1px solid #DDDDDD;
	text-align:left;
	overflow: hidden;
	}
	
	
	ul.feed-block li:hover {
	position: relative;
	padding: 4px 0 4px 0;
	margin: 0;
	text-align:left;
	border-top: 1px solid #DDDDDD;
	line-height: 1.25em;
	overflow: visible;
	height: auto;
	background-color:#eee;
	}