/*  
Theme Name: Jobbr.se
Description: Main site
Version: 3.1
Author: iDenta Labs / Kristoffer Lidman
Author URI: http://identa.se/
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	background: #f4f4f4 url(../images/bg.png) repeat;
	color: #666;
	margin: 0px;
	padding: 0px;
}
a {
	color: #eb8b23;
	border: none;
	outline: none;
	text-decoration: none;
}
a:hover { color: #666; }
p { margin: 0 0 15px 0; }
p.smallfont { font-size: 12px; }
*:focus { outline: none; }
textarea { overflow: auto; resize: none }
img { border: none; }
h1, h2, h3, h4, h5, h6 {
	font-family: "Droid Sans", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
}
.frontpage {
	display: block;
	width: 170px;
	height: 55px;
	border: none;
	float: left;
	margin: 15px 0 0 0;
	padding: 0;
	text-indent: -9009px;
}
.frontpage a {
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
}
.alignleft { float: left; }
.alignright { float: right; }
.mark {
	background: #ffffed;
	padding: 1px 2px 0 2px;
}
#top {
	width: 100%;
	height: 40px;
	margin: 0px auto;
	background: url(../images/top_bg.png) repeat-x;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
#top #top_container {
	width: 940px;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 0 0;
	margin: 0px auto;
}
#top #top_container a {
	color: #eee;
	text-shadow: 0 1px 1px #222;
	margin: 0 0 0 20px;
	padding: 0 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#top #top_container a.dash {
}
#top #top_container a.register {
}
#top #top_container a.login {
}
#top #top_container a.logout {
}
#wrapper  {
	width: 940px;
	margin: 0 auto 20px auto;
	padding: 20px 15px 0 15px;
	overflow: hidden;
}
#header {
	width: 940px;
	float: left;
	height: 67px;
	position: relative;
	margin: 0 0 15px 0;
	background: url(../images/logo.png) no-repeat 0 -4px;
}
#header #uses_mobile {
	position: absolute;
	top: -21px;
	left: 305px;
	padding: 5px 15px;
	font-weight: bold;
	font-size: 12px;
	background: #fff;
}
#header #subname {
	width: 120px;
	height: 51px;
	position: absolute;
	top: 6px;
	left: 190px;
}
#menu {
	width: 480px;
	float: right;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 38px 0 0 0;
}
#menu ul {
	padding: 0;
	margin: 0;
	float: right;
	font-size: 12px;
	text-transform: uppercase;
	list-style-type: none;
}
#menu ul li {
	height: 35px;
	float: left;
	margin: 0 0 0 10px;
	text-align: center;
	line-height: 1.6em;
	background: url(../images/menu_link.png) no-repeat right top;
}
#menu ul li.has_sub {
	position: relative;
	background: url(../images/menu_link-has_sub.png) no-repeat right top;
}
#menu ul li a {
	height: 26px;
	float: left;
	margin: 0;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	padding: 5px 12px 0 12px;
	text-decoration: none;
	background: url(../images/menu_link-left.png) no-repeat left top;
}
#menu ul li a:hover {
	color: #444;
}
#menu ul li.has_sub a {
	padding: 5px 25px 0 12px;
}
#menu ul li.current_page_item {
	height: 35px;
	background: url(../images/menu_active.png) no-repeat right top;
}
#menu ul li.current_page_item a {
	color: #fff;
	text-shadow: 0 1px 0 #777;
	background: url(../images/menu_active-left.png) no-repeat left top;
}
#menu ul li.current_page_item.has_sub {
	background: url(../images/menu_active_has_sub.png) no-repeat right top;
}

#menu ul li.has_sub:hover > ul {
	display: block;
}
#menu ul li.has_sub ul {
	width: 180px;
	position: absolute;
	top: 35px;
	right: 0px;
	display: none;
	padding: 12px 12px 0 12px;
	z-index: 500;
	background: #fff;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.13);
}
#menu ul li.has_sub ul li {
	width: 180px;
	height: 20px;
	float: left;
	background: none;
	border-top: none;
	margin: 0 0 7px 0;
	padding: 0 0 7px 0;
	border-bottom: 1px dotted #eee;
	text-transform: none;
}
#menu ul li.has_sub ul li.last {
	border: none;
	margin: 0;
}
#menu ul li.has_sub ul li a, #menu ul li.has_sub.current_page_item ul li a {
	color: #555;
	padding: 0;
	background: none;
	text-shadow: none;
}
#menu ul li.has_sub ul li a:hover, #menu ul li.has_sub.current_page_item ul li a {
	color: #222;
}
#content {
	width: 900px;
	float: left;
	padding: 20px;
	position: relative;
	background: #fff;
}
#content.has_top {
	padding: 95px 20px 20px 20px;
}
#top_content {
	width: 940px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.04);
	background: url(../images/content_top.png) no-repeat bottom;
	border-bottom: 1px solid #f0f0f0;
}
#top_content #search {
	width: 370px;
	height: 30px;
	float: left;
	margin: 20px 37px 0 20px;
}
#top_content #search #top_field {
	width: 232px;
	padding: 7px 6px 6px 6px;
	margin: 0 0 0 28px;
	float: left;
	border: none;
	color: #aaa;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#top_content #search #top_button {
	width: 90px;
	height: 30px;
	float: right;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: #fff;
	-moz-opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
#top_content .map {
	float: left;
	font-weight: bold;
	color: #333;
	text-shadow: 0 1px 0 #fff;
	margin: 24px 0 0 0;
	border-bottom: 1px dashed #ccc;
}
#top_content .map:hover {
	color: #777;
}
#top_content .place_ad {
	float: right;
	width: 171px;
	height: 32px;
	margin: 20px 20px 0 0;
	text-indent: -9999px;
	background: #fff;
	-moz-opacity: 0;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
#bottom_content {
	width: 900px;
	float: left;
	margin: 20px 0 0 0;
	padding: 20px;
	background: #fff;
}
#bottom_content.nopadding {
	padding: 0 20px;
}
#bottom_content .fullbox {
	width: 204px;
	float: left;
	font-size: 12px;
	padding: 20px 20px 20px 0;
	border-right: 1px solid #f0f0f0;
}
#bottom_content .fullbox.news {
	height: 122px;
}
#bottom_content .fullbox h6 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
#bottom_content .fullbox ul {
	margin: 0;
	list-style-type: none;
}
#bottom_content .fullbox ul li {
	padding: 0 0 0 19px;
	background: url(../images/icons/bullet_link.png) no-repeat 0 6px;
}
#bottom_content .fullbox strong.smalltitle {
	float: left;
	width: 204px;
	margin: 0 0 9px 0;
}
#bottom_content .fullbox strong.smalltitle a {
	color: #666;
}
#bottom_content .fullbox.middle {
	padding: 20px 0 20px 20px;
}
#bottom_content .fullbox.last {
	border: none;
	padding: 20px 0 20px 20px;
}
#niches {
	width: 900px;
	float: left;
	margin: 20px 0 0 0;
	line-height: 1.5em;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
	padding: 15px 20px 13px 20px;
	background: #eee url(../images/bg_trans.png) repeat;
	border-bottom: 1px solid #fff;
	-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.06);
	box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.06);
}
#niches strong {
	margin: 0 20px 0 0;
}
#niches span {
	margin: 0 10px;
	color: #ccc;
}
#niches a.active {
	color: #333;
}
/*----- Rubriker m.m. -----*/
#content h1, #content h2 {
	font-size: 26px;
	padding: 1px 0;
	margin: 0 0 20px 0;
}
#content h2 {
	font-size: 18px;
}
#content h1.smallmargin {
	margin: 0 0 10px 0;
}
hr.wide {
	width: 940px;
	height: 1px;
	float: left;
	margin: 0 0 20px -20px;
	background: #f0f0f0;
	border: none; border: 0;
	*border-bottom: 1px solid #f0f0f0;
}
#content ol {
	margin: 0 0 25px 25px;
	font-size: 14px;
	color: #888;
}
#content ol li {
	margin: 0 0 5px 0;
}
/*----- Portal -----*/
#content h2.portalname {
	font-size: 16px;
	margin: 0 0 5px 0;
}
#content a.portalmore {
	margin: 10px 0 0 0;
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #5ad0ee;
}
#content a.portalmore:hover {
	color: #222;
}
#content a.portalmore span {
	font-weight: normal;
	font-size: 14px;
}
#content .list_container.portallist {
	margin: 0 0 25px 0;
}
/*----- Enskild listning -----*/
#content .meta_date {
	font-size: 12px;
	float: left;
}
#content .meta_date span {
	color: #ccc;
	margin: 0 5px 0 0;
}
#content .meta_date em {
	color: #eee;
	font-size: 11px;
	margin: 0 10px;
}
#content .topfav {
	font-size: 12px;
	float: right;
	padding: 0;
	line-height: 1.5em;
	cursor: pointer;
	color: #888;
}
#content .topfav span {
	float: right;
	padding: 0 20px 0 0;
}
#content .topfav span:hover {
	color: #333;
}
#content .topfav .fav_add {
	background: url(../images/icons/icon_fav.png) no-repeat 100% 3px;
}
#content .topfav .fav_remove {
	background: url(../images/icons/icon_fav.png) no-repeat 100% -14px;
}
#content #content_left .apply {
	width: 600px;
	padding: 60px 15px 15px 15px;
	background: #ffffed;
	border-bottom: 1px solid #f4f3e9;
	position: relative;
	float: left;
}
#content #content_left .apply #apply_banner {
	height: 37px;
	padding: 6px 30px 0 40px;
	background: url(../images/apply_banner.png) no-repeat;
	color: #fff;
	text-shadow: 0 1px 0 #999;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: -30px;
}
#content #content_left .apply #apply_banner span {
	height: 34px;
	width: 10px;
	background: url(../images/apply_banner.png) no-repeat top right;
	position: absolute;
	top: 0;
	right: 0;
}
#content #content_left .apply_buttons {
	width: 630px;
	margin: 20px 0 0 0;
	float: left;
	background: url(../images/apply_buttons.png) no-repeat 0 10px;
}
#content #content_left .apply_buttons_dummy {
	width: 630px;
	height: 33px;
	margin: 20px 0 0 0;
	float: left;
	background: url(../images/apply_buttons_dummy.png) no-repeat;
}
#content #content_left .apply_buttons .apply_now {
	width: 130px;
	height: 28px;
	padding: 5px 0 0 30px;
	margin: 0 0 0 20px;
	text-indent: -9999px;
	background: url(../images/apply_now.png) no-repeat;
	float: right;
}
#content #back_to_jobs {
	position: absolute;
	top: 22px;
	right: 20px;
}
#content #content_right .logo {
	width: 208px;
	text-align: center;
	padding: 10px;
	margin: 0 0 15px 0;
	border: 1px solid #eee;
	background: #fff;
	float: left;
}
#content #content_right h4 {
	font-size: 15px;
	padding: 1px 0;
	margin: 0 0 10px 0;
}
#content #content_right .social {
	width: 230px;
	float: left;
}
#content #content_right .social div {
	float: left;
	margin: 0 0 20px 0;
}
/*---- Content kolumn ----*/
#content #content_left {
	width: 630px;
	float: left;
}
#content #content_left ul {
	margin: 0 0 20px 20px;
}
#content #content_right {
	width: 230px;
	float: right;
}
#content #content_right ul {
	width: 230px;
	float: left;
	font-size: 12px;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px dotted #eee;
}
#content #content_right ul li {
	margin: 0 0 5px 0;
	padding: 0;
}
#content #content_right ul li span {
	color: #ccc;
}
#content #content_right ul li img {
	margin: 3px 11px 0 0;
	float: left;
}
#content #content_right .bigbutton {
	width: 230px;
	height: 29px;
	text-align: center;
	margin: 22px 0 0 0;
	padding: 6px 0 0 0;
	float: left;
	font-weight: bold;
	background: #eee;
	color: #666;
	text-shadow: 0 1px 0 #fff;
	font-size: 13px;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#content #content_right .bigbutton:hover {
	color: #333;
}
/*---- Jobblista ----*/
.list_container {
	width: 900px;
	margin: 0;
	float: left;
}
.list_container .item {
	width: 890px;
	padding: 11px 5px;
	border-bottom: 1px solid #f4f4f4;
	position: relative;
	float: left;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
}
.list_container .item.featured, .list_container .item.alt.featured {
	background: #ffffed;
	border-bottom: 1px solid #f4f3e9;
}
.list_container .item.alt {
	background: #f9f9f9;
}
.list_container .item:hover {
	background: #f6fafe;
	border-bottom: 1px solid #edf1f5;
}
#content .list_container .item h2 {
	float: left;
	font-size: 13px;
	padding: 0 27px 0 0;
	margin: 0 45px 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.list_container .item h2 a {
	float: left;
	color: #333;
}
.list_container .item h2.heltid {
	background: url(../images/icons/icon_heltid.png) no-repeat 100% 4px;
}
.list_container .item h2.deltid {
	background: url(../images/icons/icon_deltid.png) no-repeat 100% 4px;
}
.list_container .item h2.frilans {
	background: url(../images/icons/icon_frilans.png) no-repeat 100% 4px;
}
.list_container .item .cat {
	float: left;
	margin: 0 55px 0 0;
}
.list_container .item .who {
	float: left;
	margin: 0 55px 0 0;
}
.list_container .item .where {
	float: left;
	margin: 0;
}
.list_container .item .date {
	float: right;
	font-size: 11px;
	color: #c4c4c4;
}
.list_container .item .new {
	width: 28px;
	height: 22px;
	position: absolute;
	top: 13px;
	left: -35px;
	text-indent: -9999px;
	background: url(../images/new.png) no-repeat;
}
.list_container .empty_list {
	width: 900px;
	padding: 12px 0;
	background: #ffffed;
	border-bottom: 1px solid #f4f3e9;
	float: left;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
}
/*----- Karta -----*/
#mapcontainer {
	width: 900px;
	height: 670px;
	float: left;
}
/*----- Filter -----*/
.filter_box {
	width: 202px;
	float: left;
	margin: 0 30px 0 0;
}
.filter_box h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 1px 0;
	color: #777;
}
.filter_box ul {
	list-style-type: none;
	margin: 0;
}
.filter_box ul li {
	padding: 0 0 0 26px;
	margin: 0 0 5px 0;
}
.filter_box ul li.end {
	margin: 0 0 15px 0;
}
.filter_box.last {
	margin: 0;
}
.filter_box ul#filter_cat li {
	background: url(../images/icons/icon_tag.png) no-repeat 0 4px;
}
.filter_box ul#filter_cat li.nobullet {
	padding: 0;
	background: none;
}
.filter_box ul#filter_regions li {
	background: url(../images/icons/icon_pin.png) no-repeat 0 4px;
}
.filter_box ul#filter_cities li {
	background: url(../images/icons/icon_where.png) no-repeat 0 4px;
}
/*----- Paginering -----*/
#pagination {
	width: 900px;
	padding: 11px 20px 0 20px;
	border-top: 1px solid #f0f0f0;
	background: none;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 -10px -20px;
}
#pagination div {
	float: left;
	margin: 0 5px 0 0;
}
#pagination div a {
	width: 28px;
	height: 26px;
	padding: 2px 0 0 0;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	background: #fff url(../images/sprite_pagination.png) no-repeat;
}
#pagination div a:hover {
	color: #348db7;
}
#pagination div.cur {
	width: 28px;
	height: 26px;
	padding: 2px 0 0 0;
	font-weight: bold;
	text-align: center;
	float: left;
	color: #fff;
	text-shadow: 0 1px 0 #333;
	background: url(../images/sprite_pagination.png) no-repeat -139px 0;
}
#pagination div.num a:hover {
	color: #333;
	background: #fff url(../images/sprite_pagination.png) no-repeat -56px 0;
}
#pagination div.next, #pagination div.prev {
	width: 28px;
	height: 28px;
	padding: 0;
	text-indent: -9999px;
}
#pagination div.next {
	background: url(../images/sprite_pagination.png) no-repeat -111px 0;
}
#pagination div.prev {
	background: url(../images/sprite_pagination.png) no-repeat -28px 0;
}
/*------ Partners -----*/
.partner_box {
	width: 770px;
	float: left;
	margin: 0 0 20px 0;
}
.partner_box .logo {
	width: 310px;
	float: left;
}
.partner_box .text {
	width: 450px;
	padding: 15px 0 0 0;
	float: right;
}
.partner_more {
	width: 900px;
	float: left;
	padding: 15px 0 0 0;
	border-top: 1px solid #eee;
	text-align: right;
}
/*-------- Närliggande städer --------*/
#pagination div.dd_container {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}
#pagination div.dd_button {
	width: 174px;
	height: 26px;
	float: right;
	text-align: center;
	padding: 3px 0 0 0;
	margin: 0;
	background: #FEC557;
	color: #814f1e;
	text-shadow: 0 1px 0 #ffe57d;
	font-weight: bold;
	cursor: pointer;
}
#pagination div.dd_button:hover, #pagination div.dd_button.active {
	color: #fff;
	text-shadow: 0 1px 0 #d98533;
}
#pagination div.dd_scroll {
	padding: 10px 20px 10px 10px;
	width: 180px;
	height: 150px;
	overflow: auto;
	background: #fff;
	position: absolute;
	top: 0;
	right: 200px;
	z-index: 15;
	margin: 0;
	font-size: 11px;
	display: none;
	-webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.13);
	box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.11);
}
#pagination div.dd_scroll ul {
	list-style-type: none;
	margin: 0;
}
#pagination div.dd_scroll ul li {
	padding: 1px 6px;
	float: left;
	border-bottom: 1px solid #eee;
}
#pagination div.dd_scroll ul li a {
	text-align: left;
	padding: 0;
	height: auto;
	float: left;
	width: 160px;
	font-weight: normal;
	background: none;
}
#pagination div.dd_scroll ul li.alt {
	background: #f5f5f5;
}
#pagination div.dd_scroll ul li:hover {
	background: #fffff2;
	border-bottom: 1px solid #f1f1e4;
}
/*---- Runda hörn m.m ----*/
.round {
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
.round_small {
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.shadow {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.06);
}
#footer {
	width: 940px;
	float: left;
	font-size: 12px;
	text-shadow: 0 1px 0 #fff;
	padding: 15px 0 0 0;
}
#footer .alignleft span {
	margin: 0 5px;
	color: #ccc;
}
.footer_logo {
	width: 300px;
	text-align: right;
	padding: 0;
	margin: 0;
	color: #aaa;
	line-height: 1.6em;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer_logo .alignright {
	margin: 1px 0 0 0;
}
.footer_logo img {
	float: right;
	margin: 0 0 0 4px;
}
/*------ Feedback & help -------*/
#customer_service {
	width: 255px;
	height: 300px;
	position: fixed;
	right: -210px;
	top: 25%;
}
#customer_service_button {
	width: 45px;
	height: 175px;
	float: left;
	cursor: pointer;
	background: url(../images/feedback.png) no-repeat;
}
#customer_service_content {
	width: 180px;
	height: 270px;
	float: right;
	padding: 15px;
	font-size: 12px;
	line-height: 1.5em;
	background: #fff;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
#customer_service_content a {
	font-size: 12px;
	font-weight: bold;
}
#customer_service_content .headline {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
}