/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ==============================================
	GENERAL STYLING
	===========================================*/
body{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
/* ==============================================
	NEWS FEEDS STYLING
	===========================================*/
#wrapper{max-width:500px; width:100%; margin:150px auto 0; background:#f6f6f6;}
#newfeeds{padding:25px; position: relative;}
h1.news-heading{font-size: 26px; display: inline-block; float:left;}
#current-date{float:right;}
ul#feeds-content{
	padding: 15px; 
	background:#444444; 
	height: 200px; 
	width:auto; 
	clear:both; 
	margin:40px 0 0; 
	position:relative;
	overflow:hidden;
	}
ul#feeds-content li{
	float:left; 
	color:#ffffff; 
	position:absolute; 
	width:100%; 
	display:block; 
	height:200px; 
	margin-bottom:15px;
	top:0;
	left:0;
	z-index:0;
	background:#444444;
	}
ul#feeds-content li.active{
	z-index:9;
}
ul#feeds-content li .jobs-title{position:absolute; top:43%; left:15px; font-size:1.6em;}
ul#feeds-content li .jobs-sector{position:absolute; top:10px; right:25px; font-size:1.2em;}
ul#feeds-content li .jobs-links{position:absolute; right:25px; bottom:0;}
ul#feeds-content li .jobs-links a{
	color:#000; 
	display:inline-block; 
	width:80px; 
	text-align:center;
	background:#ffffff;
	padding:10px;
	text-decoration:none;
	}
ul#feeds-content li .jobs-links a:hover,
ul#feeds-content li .jobs-links a:active,
ul#feeds-content li .jobs-links a:focus{
	background:#ccc;
	color:#fff;
	}
/* PAGER */
#wrapper #pager {
    background-color: #fff;
    padding: 10px 0;
	float:right;
}
#pager > a {
    background-color: #444;
    color: #fff;
    display: inline-block;
    margin-right: 1px;
    padding: 10px;
    text-decoration: none;
}
#pager > a:hover,
#pager > a:active,
#pager > a:focus{
	background-color: red;
	}


