/*
Theme Name: Robin-Mattsson.se
Theme URI: http://robin-mattsson.se
Description: The theme for robin-mattsson.se
Version: 3.0
Author: Robin Mattsson
Author URI: http://robin-mattsson.se
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/***** Fonts *****/

@font-face {
	font-family: 'LacunaRegular';
	src: url('style/fonts/LacunaRegular/lacuna-webfont.eot');
	src: local('☺'), url('style/fonts/LacunaRegular/lacuna-webfont.woff') format('woff'), url('style/fonts/LacunaRegular/lacuna-webfont.ttf') format('truetype'), url('style/fonts/LacunaRegular/lacuna-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'WalkwayBlack';
	src: url('style/fonts/Walkway/Walkway_Black-webfont.eot');
	src: local('☺'), url('style/fonts/Walkway/Walkway_Black-webfont.woff') format('woff'), url('style/fonts/Walkway/Walkway_Black-webfont.ttf') format('truetype'), url('style/fonts/Walkway/Walkway_Black-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

/***** General Styles *****/
body {
	background: transparent url(style/images/background.jpg) no-repeat center top fixed;
	font-family: LacunaRegular;
	font-size: 12px;
	color: #000;
}
h1,h2,h3,h4,h5{
	font-family: WalkwayBlack;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 26px;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 14px;
}
a{
	color: #318deb;
}
a:hover{
	color: #ff8a1e;
}
.wrap{
	width: 992px;
	height: auto;
	margin: 0 auto;
}
.content{
	background: transparent url(style/images/content-bg.png) repeat-y scroll;
	width: 892px;
	height: auto;
	padding: 0 50px;
	float: left;
}
.content-wrap{
	float: left;
	width: 600px;
	padding-top: 20px;
}
.border{
	background: transparent url(style/images/border.png) repeat-x scroll;
	margin: 20px 0 0 0;
}

/***** Header styles *****/
#header{
	float: left;
}
.header-top{
	background: transparent url(style/images/header-bg.png) no-repeat scroll;
	width: 992px;
	height: 49px;
	margin-top: 35px;
	position: relative;
}
.header-top #language{
	background: transparent url(style/images/language-bg.png) no-repeat scroll;
	width: 194px;
	height: 45px;
	position: absolute;
	right: 50px;
	top: 14px;
	font-family: WalkwayBlack;
	font-weight:normal;
	font-size: 14px;
}
.header-top #language p{
	background: transparent url(style/images/swe-flag.png) no-repeat scroll;
	color: #fff;
	padding-left: 20px;
	margin: 12px 0 0 40px;
}
.header-top #language p a{
	color: #fff;
	text-decoration: none;	
}
#header .content img{
	margin-top: 20px;
	float: left;
}
/***** Frontpage search box *****/
#header .content{
	position: relative;
}
#header .content #search-box{
	width: 350px;
	height: 50px;
	position: absolute;
	z-index: 1000;
	top:83px;
	left:618px;
	background: transparent url(style/images/content-bg.png) repeat-y scroll -620px 0;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-left: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}
form#searchform{
	margin-left: 15px;
	margin-top: -10px;
	float: left;
}
form#searchform input#s{
	background: transparent url(style/images/search-field.png) no-repeat scroll;
	border: none;
	width: 228px;
	height:27px;
	padding: 5px;
	color: #fff;
}
form#searchform input#searchsubmit{
	background: transparent url(style/images/search-submit.png) no-repeat scroll;
	width: 71px;
	height: 37px;
	margin-top: 15px;
	cursor: pointer;
	border: none;
}
form#searchform input#searchsubmit:hover{
	background: transparent url(style/images/search-submit-hover.png) no-repeat scroll;
}

/***** Ends here *****/

#header .content .sponsors{
	position: relative;
	margin-bottom: 20px;
	margin-top: 10px;
}
#header .content .sponsors p.sponsors{
	position: absolute;
	margin:10px 0 0 0;
	font-family: WalkwayBold;
	font-size: 14px;
	color: #999;
}
#header .content .sponsors p.krogen{
	float: right;
	margin-top: 30px;
	margin-right: 20px;
	font-family: WalkwayBold;
	font-size: 22px;
	color: #999;
	display: inline; /* IE Float Fix */
}
#header .content .sponsors img{
	float: none;
	margin-right: 15px;
	margin-top: 0;

}
.header-divider .header-divider-left{

	background: transparent url(style/images/header-divider_left.png) repeat-x scroll;
	width: 31px;
	height: 27px;
	margin-left: -34px;
	float: left;
display: inline; /* IE Float Fix */

}
.header-divider .header-divider-middle{
	background: transparent url(style/images/header-divider.png) repeat-x scroll;
	width: 898px;
	height: 27px;
	margin-left: -4px;
	float: left;
display: inline; /* IE Float Fix */
}
.header-divider .header-divider-right{
	background: transparent url(style/images/header-divider_right.png) no-repeat scroll;
	width: 32px;
	height: 27px;
	margin-right: -34px;
	float: left;

display: inline; /* IE Float Fix */

}
/***** Navitagtion Styles *****/

.menu-navigation-container{
	float: right;
	margin-top: 30px;
	font-size: 16px;
}
.menu-navigation-container ul.menu a{
	font-family: WalkwayBlack;
	color: #6c6c6c;	
	text-decoration: none;
}
.menu-navigation-container ul.menu a:hover{
	color: #318deb;
}
.menu-navigation-container ul.menu li{
	float: left;
	margin: 0 12px;
}
/***** Post styles *****/
.post{
	width: 600px;
	position: relative;
	margin-bottom: 30px;
}
.post h2{
	width: 530px;
	font-family: WalkwayBlack;
	margin-bottom: 10px;
}
.post h2 a{
	text-decoration: none;
}
.post .date{
	background: transparent url(style/images/date-bg.jpg) no-repeat scroll;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
}
.post .date .day{
	text-align: center;
	color: #fff;
	font-family: WalkwayBlack;
	font-size: 30px;
	margin-top: 5px;
}
.post .date .month{
	text-align: center;
	color: #fff;
	font-family: LacunaRegular;
	font-size: 10px;
	margin-top: 3px;
}
.post .post-meta{
	margin-bottom: 10px;
}
.post .post-meta p, .post .post-meta p a{
	float: left;	
	font-family: LacunaRegular;
	font-size: 10px;
	color: #888;
	text-decoration: none;
}
.post .post-meta p a:hover{
	color: #318deb;
}
.post .post-meta p.twitter-share{
	background: transparent url(style/images/twitter-small.png) no-repeat scroll;
	width: 13px;
	height: 13px;	
	margin: 0px 5px 0 5px;
}
.post .post-meta p.email-share{
	background: transparent url(style/images/email-small.png) no-repeat scroll;
	width: 13px;
	height: 13px;
	margin: 0px 5px 0 0;	
}
.post .post-meta p.facebook-share{
	background: transparent url(style/images/facebook-small.png) no-repeat scroll;
	width: 13px;
	height: 13px;
	margin: 0px 5px 0 0;	
}
.post .wp-post-image{
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	border: solid 3px #bfbfbf; 
}
.post .post-text{
	font-family: LacunaRegular;
	font-size: 12px;
	margin-top: 10px;
	line-height: 150%;
}
.post .post-text p{
	margin-bottom: 15px;
}
.post .post-text p.read-more a{
	float: right;
	text-decoration: none;
	font-family: WalkwayBlack;
	font-size: 14px;
	margin-top:10px;
}
.old-posts{
    float: right;
    font-size: 14px;
}
.new-posts{
    float: left;
    font-size: 14px;
}
/***** Singlepost *****/
.single-post .wp-post-image{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/***** Comments *****/
#respond h3{
	margin: 10px 0;
}
h4#comments{
	color: #888;
	margin-bottom: -10px;
}
.border-bottom{
	border-bottom: solid 1px #bcbcbc;
}
.comment{
	margin-top: 15px;
	padding-bottom: 5px;
	border-bottom: solid 1px #bcbcbc;
	font-family: LacunaRegular;
	font-size: 12px;
	color: #1f1f1f;
}
.comment-author{
	float: left;
	text-align: right;
	margin-top: 10px;
	color: #969696;
	width: 150px;
}
.comment-author a{
	color: #969696;
	text-decoration: none;
}
.comment-text{
	float: left;
	margin-left: 15px;
	width: 400px;
}
.reply{
	float: right;
	margin: -10px 0;
}
ul.children li .comments{
	margin-left: 30px;
	padding-top: 10px;
	border-top: 1px solid #bcbcbc;
}
form#commentform{
	font-family: LacunaRegular;
	font-size: 12px;
}
form#commentform input{
	background: transparent url(style/images/comment-input.png) no-repeat scroll;
	width: 182px;
	height: 35px;
	border: none;
	padding: 0 10px;
	margin-bottom: 15px;
	color: #fff;
}
form#commentform textarea{
	background: transparent url(style/images/comment-textarea.png) no-repeat scroll;
	width: 539px;
	height: 122px;
	border: none;
	padding: 10px;
	color: #fff;
}
form#commentform input#submit{
	background: transparent url(style/images/submit-button.png) no-repeat scroll;
	width: 92px;
	height: 33px;
	margin-top: 15px;
	cursor: pointer;
}
form#commentform input#submit:hover{
	background: transparent url(style/images/submit-button-hover.png) no-repeat scroll;
}
/***** Sidebar styles *****/
#sidebar{
	float: right;
	margin-top: 20px;
	width: 250px;
}
#sidebar h2{
	font-family: WalkwayBlack;
	font-size: 22px;
}
#sidebar h2.follow-me{
	background: transparent url(style/images/follow-me-icon.png) no-repeat scroll;
	padding-left: 50px;
	line-height: 55px;
	height: 45px;
}
#sidebar .border{
	background: transparent url(style/images/border.png) repeat-x scroll;
	margin: 5px 0 0 0;
}
#sidebar .rss{
	background: transparent url(style/images/rss.png) no-repeat scroll;
	width: 41px;
	height: 41px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 40px;
}
#sidebar .twitter{
	background: transparent url(style/images/twitter.png) no-repeat scroll;
	width: 41px;
	height: 41px;
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;

}
#sidebar .email{
	background: transparent url(style/images/e-mail.png) no-repeat scroll;
	width: 41px;
	height: 41px;
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
}
#sidebar .facebook{
	background: transparent url(style/images/facebook.png) no-repeat scroll;
	width: 41px;
	height: 41px;
	margin-bottom: 40px;
	float: left;
}
#sidebar ul ul{
	background: transparent url(style/images/sidebar-border.png) repeat-y scroll;
	margin-bottom: 40px;
	margin-top: 5px;
}
#sidebar .textwidget{
	margin-bottom: 40px;
	margin-top: 5px;
}
#sidebar ul ul li{
	border-top: solid 1px #c6c6c6;
	height: 30px;
	width: 200px;
	padding-left: 20px;
	line-height: 30px;
	font-family: LacunaRegular;
	font-size: 14px;
	color: #7f7f7f;
}
#sidebar ul ul li:hover{
	background: transparent url(style/images/sidebar-hover.png) no-repeat scroll;
}
#sidebar ul ul li a{
	color: #7f7f7f;
	text-decoration: none;
}
#sidebar ul ul li a:hover{
	color: #ff8a1e;	
}
#footer{
	background: transparent url(style/images/footer-bg.png) no-repeat scroll;
	float: left;
	width: 892px;
	height: 72px;
	line-height: 60px;
	color: #fff;
	padding: 0 50px;
	font-family: LacunaRegular;
	font-size: 12px;
}
#footer p.design{
	float: left;
}
#footer p.copyright{
	float: right;
}

/***** Front-page *****/
.twitter-wrap {
	margin-top: 20px;
}
.twitter-wrap .twitter-bird{
	float: left;
	background: transparent url(style/images/twitter-bird.png) no-repeat scroll;
	width: 68px;
	height: 61px;
	margin-top: 10px;
}
.twitter-wrap .twitter-box-left{
	float: left; 
	background: transparent url(style/images/twitter-box-left.jpg) no-repeat scroll;
	width: 22px;
	height: 85px;
}
.twitter-wrap .twitter-box{
	float: left; 
	background: transparent url(style/images/twitter-box.jpg) repeat-x scroll;
	width: 453px;
	height: 70px;
	padding-top: 15px;
	color: #fff;
	font-family: LacunaRegular;
	font-size: 13px;
}
.twitter-wrap .twitter-box a{
	color: #3300ff;
	text-decoration: none;
	outline: none;
}
.twitter-wrap .twitter-box-right{
	float: left; 
	background: transparent url(style/images/twitter-box-right.jpg) no-repeat scroll;
	width: 27px;
	height: 84px;
}
.follow-me-wrap{
	float: left;
	width: 230px;
	margin-left: 60px;
}
.follow-me-wrap h2.follow-me{
	background: transparent url(style/images/follow-me-icon.png) no-repeat scroll;
	padding-left: 50px;
	line-height: 55px;
	height: 45px;
}
.follow-me-wrap .border{
	background: transparent url(style/images/border.png) repeat-x scroll;
	margin: 5px 0 0 0;
}
.follow-me-wrap .rss{
	background: transparent url(style/images/rss.png) no-repeat scroll;
	width: 41px;
	height: 41px;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.follow-me-wrap .twitter{
	background: transparent url(style/images/twitter.png) no-repeat scroll;
	width: 41px;
	height: 41px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;

}
.follow-me-wrap .email{
	background: transparent url(style/images/e-mail.png) no-repeat scroll;
	width: 41px;
	height: 41px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.follow-me-wrap .facebook{
	background: transparent url(style/images/facebook.png) no-repeat scroll;
	width: 41px;
	height: 41px;
	margin-bottom: 10px;
	float: left;
}
.latest-news{
	width: 400px;
	position: relative;
	margin-bottom: 30px;
	font-family: LacunaRegular;
	font-size: 12px;
	float: left;
}
h2.latest-news{
	background: transparent url(style/images/news-icon.png) no-repeat scroll;
	padding-left: 50px;
	padding-top: 10px;
	height: 33px;
	margin-bottom:-10px;
	font-size: 26px;
	font-family: WalkwayBlack;
}
.latest-news h3 a{
	text-decoration: none;
	outline: none;
}
.borderline{
	background: transparent url(style/images/border.png) repeat-x scroll;
	margin: 50px 0 0 0;
	
}

.latest-news .date{
	background: transparent url(style/images/date-bg.jpg) no-repeat scroll;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
}
.latest-news .date .day{
	text-align: center;
	color: #fff;
	font-family: WalkwayBlack;
	font-size: 30px;
	margin-top: 5px;
}
.latest-news .date .month{
	text-align: center;
	color: #fff;
	font-family: LacunaRegular;
	font-size: 10px;
	margin-top: 3px;
}
.latest-news .post-meta{
	float: ;
	margin- bottom: 10px;
}
.latest-news .post-meta p, .post .post-meta p a{
	float: left;	
	font-family: LacunaRegular;
	font-size: 10px;
	color: #888;
	text-decoration: none;
}
.latest-news .post-meta p a:hover{
	color: #318deb;
}
.latest-news .post-meta p.twitter-share{
	background: transparent url(style/images/twitter-small.png) no-repeat scroll;
	width: 13px;
	height: 13px;	
	margin: 0px 5px 0 5px;
}
.latest-news .post-meta p.email-share{
	background: transparent url(style/images/email-small.png) no-repeat scroll;
	width: 13px;
	height: 13px;
	margin: 0px 5px 0 0;	
}
.latest-news .post-meta p.facebook-share{
	background: transparent url(style/images/facebook-small.png) no-repeat scroll;
	width: 13px;
	height: 13px;
	margin: 0px 5px 0 0;	
}
.front-page-divider{
	float: left;
	background: transparent url(style/images/front-page-divider.png) no-repeat scroll;
	width: 19px;
	height: 194px;
	margin: 30px 15px;
}
.front-page-sponsors{
	float: left;
	width: 440px;
}

.front-page-sponsors .borderline{
	margin-top: 7px;
}
.front-page-sponsors h2.sponsors{
	background: transparent url(style/images/sponsors-icon.png) no-repeat scroll;
	height: 34px;
	padding-left: 50px;
	padding-top: 10px;
}
.front-page-sponsors img{
	float: left;
	margin-right: 2px;
	margin-bottom: 10px;
}
.front-page-sponsors p.krogen{
	font-family: WalkwayBold;
	font-size: 22px;
	color: #999;
	float: left;
	line-height: 50px;
}


/***** Nivo Slider *****/
.slider-wrap{
	postition: relative;
	width: 300px;
}
#slider{
	margin-top: 30px;
	margin-left: -25px;
	border: 3px solid #ccc;
}
#search-box{
	width: 300px;
	height: 50px;
	position: absolute;
	z-index: 1000;
	top: 500;
	left:0;
	background-color: #0f0;
}

/***** Contact form 7 *****/

.wpcf7 input{
	background: transparent url(style/images/comment-input.png) no-repeat scroll;
	width: 182px;
	height: 35px;
	border: none;
	padding: 0 10px;
	color: #fff;
}
.wpcf7 textarea{
	background: transparent url(style/images/comment-textarea.png) no-repeat scroll;
	width: 539px;
	height: 122px;
	border: none;
	padding: 10px;
	color: #fff;
}
.wpcf7 input#submit{
	background: transparent url(style/images/submit-button.png) no-repeat scroll;
	width: 92px;
	height: 33px;
	margin-top: 15px;
	cursor: pointer;
}
.wpcf7 input#submit:hover{
	background: transparent url(style/images/submit-button-hover.png) no-repeat scroll;
}
/***** IE 6 Warning *****/
div.ie6-warning{
	width: 100%;
	Height: auto;
	background: red;
	color: #fff;
}