/*
Theme Name: Jobroller Child Theme - i-hire
Version: 1.8.x
Description: A child theme for JobRoller, with i-hire tweaks
Author: Adam Dras
Template: jobroller
*/
@import url("../jobroller/style.css");
@import url("../jobroller/styles/style-pro-green.css");
/* your custom styles here */

#header .inner { padding: 20px 0 60px;}

.footer-menu {
	float:right;
	text-align: right;
}

.footer-menu-item {
	text-align:right;
	font-size:16px;
	line-height: 16px;
	margin-bottom:5px;
}

li.footer-menu-item a {
	text-align:right;
	font-size:16px;	
	color: yellow;
}

#footer a {
	text-decoration: none;
}

div#footer a, div#footer li a, #footer i:before {
	color:yellow;
}

div#footer, div#footer span, div#footer li {text-align:right;}
div#footer p {
	text-align: left;
	font-size: 16px;
	line-height: 1.4em;
}

#content img.attachment-blog-thumbnail, #content img.attachment-post-thumbnail {
    padding: 5px;
    float: none;
    margin: 5px 15px 25px 0;
    width: auto;
}

/* pro.css override */
div#content {
	width: 1030px;
}
div#content .inner {
	width: 990px;
}
#sidebar, ul.widgets, ul.widgets li.widget{
	width: 300px;
}
@media screen and (max-width: 1000px) {
	#sidebar {
		margin-left: -300px;
	}
	div#content {
		width: 98%;
	}
	div#content .inner {
		width: 95.959596%;
	}
	#mainContent {
		margin-right: 345px;
	}
	div#content .inner {
		background-position: right 340px top 0;
	}
	ul.widgets li.widget.widget-nav {
		width: 100%;
	}
}
@media screen and (max-width: 860px) {
	#sidebar {
		margin-left: 0px;
	}
	#mainContent {
		width: 100%;
	}
	#sidebar, ul.widgets, ul.widgets li.widget-submit, ul.widgets li.widget {
		width: 100%;
	}
}
/* pro.css override. */

@media only screen and (max-width: 728px) {
/*
  #div-gpt-ad-3406187699805779-1 {
    display: none;
  }
*/
}

