@charset "utf-8";
/* CSS Document */

/* RESET */
@import url('reset.css');

/* 960 FRAMEWORK */
@import url('960.css');

/* BODY KLASSER */

body{
	background-color:#fff;
	background-attachment: scroll;
	background-image: url(../img/page-curve-bg.png);
	background-repeat: no-repeat;
	background-position: center 100px;
	}
	
.clr{
	clear:both;
	}	

/* TYPOGRAFI */

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777777;
	font-size:14px;
	}

h1 {
	font-size:56px;
	color:#000;
	font-weight:bold;
	margin-bottom:0px;}

h2 {
	color:#000;
	font-weight:bold;
	margin-bottom:10px;}

.underrubrik{
	font-size:22px;
	font-weight:bold;
	margin:0px 0px 0px 0px}

a{
	color:#000;
	text-align:right;
	text-decoration:none;
	}

a:hover{
	color:#777777;
	text-decoration:none;
	}

p{
	margin:10px 0px 10px 0px
	}

.footer-content{
	font-size:12px;}

/* LOGOTYPE */
.logo a{
	width:139px;
	height:81px;
	background-image:url(../img/infocube_logo.png);
	float:left;
	margin:20px 20px 0px 0px;
	display:block;
}

/* INNEHÅLL DIVAR */
.bodycontainer {
	background-color:#fff;
	background-attachment: scroll;
	background-image: url(../img/colorbar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top:20px;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #cacaca;
	border-left-color: #cacaca;
	*/
	min-height:800px;
}	

.content {
	margin:60px;}	
	
.linje{
	height:3px;
	background-color:#000;
	margin:15px 0px 15px 0px;}	
	
/* PERSON RAMAR OCH + */
.match-ram
{
	height:120px;
	width:120px;
	border: 1px solid #777777;
	background-color:#FFF;
}
.match-plus
{
	height:120px;
	width:120px;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.person-ram{
	height:120px;
	width:120px;
	border: 1px solid #777777;
	background-color:#FFF;
	float:left;
	margin-left:107px;
}

.plus{
	height:120px;
	width:120px;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	margin-left:100px;
}
	
.profil-bild{
	height:80px;
	width:80px;
	border: 10px solid #ccc;
	background-image: url(../img/person.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin:10px 10px 0px 10px;
	cursor:pointer;
	background-color:#FFF;
	}		
.personer{
	height:100px;
	width:100px;
	border: 10px solid #ccc;
	background-image: url(../img/person.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	margin:10px 10px 0px 10px;
	cursor:pointer;
	background-color:#FFF;
	}	
	
.personer:hover{
	border: 10px solid #777777;
	}	

.personer-ram{
	background-color:#eaeaea;
	padding-bottom:10px;}

.linkedin{
	background-image:url(../img/linkedin-logo.png);
	width:166px;
	height:42px;
	float:left;}
	
.gra {
	background-color:#777777;
	color:#FFF;
	font-weight:bold;
	padding:10px;
	font-size:16px;
	float:right;
}	

.linkedin_kontaktbox
{
	height:98px;
	width:98px;
	border: 10px solid #ccc;
	background-image: url(../img/person.png);
	background-repeat: no-repeat;
	background-position: center center;
	float:left;
	margin:10px 10px 0px 10px;
	cursor:pointer;
	background-color:#FFF;
	text-align: center;
}

.sentbox{
	background-color:#eaeaea;
	padding-bottom:10px;
	text-align: center;
}


/* KNAPP */

.knapp-ram {
	border: 1px solid #d5d5d5;
	padding:30px;
	margin:20px 0px 20px 0px;
	background-image: url(../img/stripes.png);
}

.knapp {
	-moz-box-shadow:inset 0px 1px 0px 0px #7d7d7d;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7d7d7d;
	box-shadow:inset 0px 1px 0px 0px #7d7d7d;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #575757) );
	background:-moz-linear-gradient( center top, #424242 5%, #575757 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#575757');
	background-color:#424242;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #424242;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:28px;
	font-weight:bold;
	padding:18px 46px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}

.knapp:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #575757), color-stop(1, #424242) );
	background:-moz-linear-gradient( center top, #575757 5%, #424242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#424242');
	background-color:#575757;
}

.knapp:active {
	position:relative;
	top:1px;
}

.knapp-space{
	margin:30px 0px 30px 0px
	}

/* FOOTER */
.footer {
	background-image:url(../img/footer-bg-b.png);
	background-color: #d5d5d5;
	background-repeat: repeat-x;
	background-position: top;
	height:150px;
}

.footer-content{
	margin:20px;}
	
.footer-info{
	float:left;}

.addthis{
	float:right;}	
	
.linkedin-ram{
	height:350px;
	overflow-y: scroll;}	
.banner{
	margin-top:20px;
	width:840px;
	height:269px;
	background-image:url(../img/banner.jpg);}
.banner-text{
	width:420px;
	position:relative;
	left:400px;
	color:#000;
	font-size:18px;
	font-weight:bold;
	padding-top:100px;}		
	
.knapp2 a{
	-moz-box-shadow:inset 0px 1px 0px 0px #7d7d7d;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7d7d7d;
	box-shadow:inset 0px 1px 0px 0px #7d7d7d;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #424242), color-stop(1, #575757) );
	background:-moz-linear-gradient( center top, #424242 5%, #575757 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#424242', endColorstr='#575757');
	background-color:#424242;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #424242;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:10px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}

.knapp2:hover a{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #575757), color-stop(1, #424242) );
	background:-moz-linear-gradient( center top, #575757 5%, #424242 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#424242');
	background-color:#575757;
}

.knapp2:active {
	position:relative;
	top:1px;
}		

.knapp2-position{
	float:right;
	padding-right:10px;
	padding-top:20px;}