/* --------------------------------------------------------------

* Filename:		atrox.css
* Description:	Global styles of the page
* Website:		www.consultatum.se
* Author(s)		Robert Hedman

---------------------------------------------------------------*/
@font-face {
    font-family: 'PermanentMarkerRegular';
    src: url('PermanentMarker-webfont.eot');
    src: url('PermanentMarker-webfont.eot?#iefix') format('embedded-opentype'),
         url('PermanentMarker-webfont.woff') format('woff'),
         url('PermanentMarker-webfont.ttf') format('truetype'),
         url('PermanentMarker-webfont.svg#PermanentMarkerRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body#tinymce{
	padding: 10px;
}

html{
	background:#fff;
	height:1005;
}

body{
	margin:0;
	padding:0;
	font-family: franklin-gothic-urw, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color:#3e3e41;
}

blockquote, blockquote p{font-size: 18px;marin:0 100px;}
blockquote{margin: 0 100px}

h1, h2{font-family: franklin-gothic-urw-condensed, sans-serif;}
h3, h4, h5, h6{font-family: franklin-gothic-urw, sans-serif;font-weight:500;}

h1{text-transform:uppercase;line-height: 0.9;}
h2{font-size: 24px;line-height: 1.2;margin: 0 0 7px 0;padding: 0;}
h3{font-size: 18px;font-weight: bold;line-height: 1.1;margin: 0 0 5px 0;padding: 0;}
h4{font-size: 14px;font-weight: bold;line-height: 1.1;margin: 0 0 5px 0;padding: 0;}
h5{font-weight: none;line-height: 1.2;margin: 0;padding: 0;}
h6{font-size: 100%;font-weight: bold;line-height: 1.2;margin: 0;padding: 0;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{background-color:none !important;}



p, a, li, table, td, form, input, textarea, select{
	font-family: franklin-gothic-urw, sans-serif;
}

p, table td{
font-size: 14px;
margin: 0 0 1.5em 0;
color:#3e3e41;
}


a{
	text-decoration:none;
	outline:0;
	color:#1a61a3;
	cursor:pointer;
}

	a:hover{color:#000;}

hr{
	border:none;
	height: 1px;
	background-color: #e9e9e9;
}

img{
	border: 0 none;
}
	#blog img
	{
		height: auto;
		max-width: 620px;
	}

strong{
	font-weight: bold;
}
em{
	font-style: italic;
}

table{

}
	
	th{
	
	}
	
	td{
		font-family: Sans-serif;
	}

ul, ol{
	margin: 0 0 20px 0;
	padding:0 0 0 20px;
}
	ul ul {
    	margin: 0;
	}
	li{
		line-height: 1.2;
		list-style-type: none;
		padding-bottom: 7px;
		padding-left: 20px;
		margin-left:0;
		font-size:14px;
	
	}
	
		li p, li h1, li h2, li h3, li h4, li h5, li h6{
			margin:0 !important;
			padding:0;
		}
	
	body .content li, #tinymce li, body.landing-page2 .wrapper .one-half li{
		background: url(../images/bullet.png) no-repeat left 5px;
	}
	
	body.purple .content li, body.purple .inner-wrapper li{
		background: url(../images/bullet-purple.png) no-repeat left 5px;
	}
	
	body.orange .content li, body.orange .inner-wrapper li{
		background: url(../images/bullet-orange.png) no-repeat left 5px;
	}
	
	body.yellow .content li, body.yellow .inner-wrapper li{
		background: url(../images/bullet-yellow.png) no-repeat left 5px;
	}
	
	body.blog-detail .content li, body.green .content li, body.green .inner-wrapper li{
		background: url(../images/bullet-green.png) no-repeat left 5px;
	}

textarea{
	font-family:sans-serif;font-size:12px;
}

/* TINY MCE Classes */

.cycle-item{
	
}

	#tinymce .cycle-item{
		border:1px solid #000;
		float:left;
		padding:10px;
		margin:0 0 10px 0;
	}

	.cycle-item img{
		margin:0 34px 0 0;
	}
	
.quote{
	font-family: 'PermanentMarkerRegular', sans-serif;
	font-size:14px;
}


.link-blue-icon{
	background:url(../images/ikon-pil-blue.png) right center no-repeat;
	padding:0 34px 0 0;
}

.image-frame{
	padding:3px;
	background:#fff;
	border:1px solid #e5e6e6;
	box-shadow:1px 1px 3px #e5e6e6;
}

.kontaktbild{}
	
