﻿@import url(https://fonts.googleapis.com/css?family=Cabin|Fjalla+One);


body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: .9em;
	margin: 0;
	padding: 0;
	color: rgb(80, 80, 80);
	background-image: url(ticks.png);

}


#sitename {
margin: 15px 0 0 0px;
padding: 15px 0px 0px 300px;
font-size: 28px;
float: left;
height: 100px;
font-weight: bold;
background: rgba(0, 0, 0, 0) url(CareerHub_Logo.png) no-repeat 0px 0px;
    
}

#sitename a {
	color: #fff;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;


}


/* head */
#head {
	background: #00477F;
    background-position: center top;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 100px;
	border-bottom: #333 solid 30px;
    margin-bottom: 30px;

}

.sidebar h3 {
	font-size: 18px;
	color: #fff;
    background: #535358; 
	margin-left: -10px;
    margin-right: -5px;
    margin-top: 0px;
	padding: 5px;
	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
	font-weight: normal;;
}



/* general */
a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #004b85;
	font-family: 'Fjalla One', sans-serif;
	font-size: 28px;
	

}

h2, h3, h4 {
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.caption {
	display: block;
	font-style: italic;	
	margin: 0px;
	padding: 0 0 2px 0;
	color: #6B7C8F;
	font-size: 12px
}

ul.actions {
	margin: 0px;
	padding: 0px;	
}

ul.actions li {
	display: inline;
	list-style: none;	
}

.body {
	padding: 5px 0px;
	
}

div.keyDate .body {
	white-space: pre-line;	
}



#head .inner {	
	width: 960px;
	margin: 0 auto;
	position: relative;
	
	padding: 1px;
	height: 60px;
   
}





#sitename a:hover {
	text-decoration: underline;

}

#user_info {
	float: right;
	font-size: smaller;
	margin-right: 15px;
	display:none;
}

#links {
	background-color: transparent;
	padding: 5px;
	color: #000;
	margin: 0 auto;
	clear: right; /* clear user_info */
	float: right;
    position: absolute;
    top: 102px;

}

#links li {
	list-style: none;
	display: inline;
	padding: 0 10px;
	border-left: 1px solid #000;
}


#links li a {
	color: #fff;

}

#links li:first-child {
	border-left: none;
}

#homeLink {
	border-left: 0px;
}

#rssLink a {
	
}

#head a {

}

#head a:hover {
	text-decoration: underline;
}

/* foot */

#foot .inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}

/* columns */

#main {
	background-repeat: repeat-x;
	clear: both;
	clear: both;
	border-collapse: collapse;
	background-color: rgb(255,255,255);
	width: 980px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 80px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}


#columns {
	padding: 10px;
}
#left {
	border-width: 0 1px 0 0;
	width: 200px;
}

#center {
	padding: 15px;
	vertical-align: top;
	width: 485px;
}

#right {
	border-width: 0 0 0 1px;
	width: 200px;
}

#columns li {
	padding-bottom: 4px;	
}

.sidebar {

	font-size: 80%;
	color: rgb(80, 80, 70);
	width: 300px;
	vertical-align: top;

	-webkit-border-radius: 5px;    
    border-radius: 5px;


}



.sidebar ul {
	margin: 0;
	padding-left: 15px;

}

.sidebar ul li a{

}

.sidebar .widget {
	padding: 0px 5px 5px 10px;
	border: 1px solid #FFF;
	margin: 5px 5px 15px 5px;
    background: #F8F8F8;

}

/* blogs */
.post {
	padding-bottom: 10px;
}

.post {
	margin: 10px 0 2px 0;
}

.post .comments {
	font-size: 80%;
}

.post .comments a {
	color: #F90;
}

#comments ol {
	padding-left: 20px;
}

#comments ol li {
	margin: 10px 0;
}

li.expired a {
	color: #666;	
}



h2.ch-itemTitle.title {
	color: #0178b0;
}


div.ch-summary {
	margin-top: 10px;
}

h2.ch-channelTitle.title {
	display: none;
}