/*  
Theme Name:  Jobbr - Blogg
Theme URI: http://jobbr.se
Description:  Jobbr  - Blogg
Version: 2.0
Author: Kristoffer Lidman / iDenta Labs
Author URI: http://identa.se/
*/

/*------- Load main files -------*/
@import url("http://jobbr.se/public/css/style.css");

#blog_left {
	width: 610px;
	float: left;
}
#blog_right {
	position: absolute;
	top: 150px;
	right: -10px;
	width: 249px;
	font-size: 12px;
	padding: 25px 15px 15px 15px;
	border: 1px solid #eee;
	background: url(http://jobbr.se/public/images/advertise_note_repeat.png) repeat-y;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.06);
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;
}
#blog_right.single {
	top: 20px;
}
#blog_right h5 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
#blog_right .top {
	width: 99px;
	height: 29px;
	position: absolute;
	top: -12px;
	left: 90px;
	background: url(http://jobbr.se/public/images/advertise_note_top.png) no-repeat;
}
#blog_right .content {
	line-height: 1.5em;
}

/*------- Blog only ------------*/
#blog_right .content ul {
	margin: 10px 0 20px 0;
	font-size: 12px;
	list-style-type: none;
}
#blog_right .content ul li {
	padding: 4px 0 4px 20px;
	background: url(images/bullet.gif) no-repeat -3px 5px;
	color: #999;
}
#blog_right .content ul li a {
	font-weight: bold;
	margin: 0 5px 0 0;
}
#blog_right .content ul li.current-cat a {
	color: #333;
}
#blog_left ul {
	margin: 0 0 20px 20px;
	list-style-type: square;
}
#blog_left .post {
	width: 610px;
	float: left;
	margin: 0 0 30px 0;
}
#blog_left .post h1, #blog_left .post h2 {
	margin: 0 0 3px 0;
}
#blog_left .post .post_meta {
	width: 610px;
	height: 40px;
	float: left;
	font-size: 12px;
	color: #aaa;
}
#blog_left .post .post_meta a {
	color: #888;
	font-weight: bold;
}
#blog_left .post .post_meta a:hover {
	color: #333;
}
#pagination {
	font-weight: normal;
	font-size: 14px;
}
/*--- RSS ---*/
.rss {
	width: 180px;
	height: 28px;
	float: left;
	background: url(images/rss_button.png) no-repeat;
	padding: 12px 15px 0 45px;
	margin: 0 0 20px 0;
	font-weight: bold;
	font-size: 16px;
}
/*--- Twitter ---*/
.blog_twitter {
	width: 210px;
	height: 25px;
	float: left;
	padding: 5px 0 0 0;
	margin: 20px 0 5px 20px;
	text-align: center;
	background: url(images/twitter.gif) no-repeat;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 0 #3d8ab7;
}
.twitter-timestamp {
	float: right;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 0 0;
}
/*-------- Kommentarer --------*/
#blog_left #comments {
	width: 610px;
	float: left;
}
#blog_left #comments h2, #comments h3 {
	margin: 0 0 15px 0;
}
#blog_left #comments label {
	margin: 0 0 0 5px;
}
#blog_left #submit {
	width: 120px;
	height: 35px;
	float: right;
}
#blog_left .comment {
	width: 610px;
	float: left;
	padding: 10px 0 0 0;
	margin: 0 0 20px 0;
}
#blog_left .comment_user {
	width: 70px;
	float: left;
	text-align: center;
}
#blog_left .comment_avatar {
	width: 54px;
	height: 55px;
	float: left;
	padding: 12px;
	background: url(images/avatar_bg.png) no-repeat;
	margin: 0 0 5px 0;
}
#blog_left .comment_content {
	width: 490px;
	float: right;
	color: #666;
	font-size: 12px;
}
#blog_left .comment_meta {	
	width: 490px;
	height: 25px;
	padding: 0;
	line-height: 1em;
	color: #777;
	font-size: 14px;
	font-weight: bold;
}
#blog_left .comment_meta em {
	color: #999;
	margin: 0 5px;
	font-family: Georgia, Arial;
}
#blog_left #comments form input {
	height: 32px;
	width: 275px;
	padding: 0 0 0 10px;
	color: #888;
	font-size: 16px;
}
#blog_left #comments form #comment {
	width: 585px;
	height: 141px;
	padding: 10px;
	color: #888;
}
#blog_left #comments form #submit {
	float: right;
	width: 100px;
	height: 32px;
	font-size: 14px;
	text-shadow: none;
	color: #333;
	padding: 0 0 2px 0;
	font-weight: bold;
	cursor: pointer;
}
