/*-----------------------------------------------------------------------------
Stylesheet for Assure oy / www site / base
version:	1.0
date:   	16/11/08
author: 	Onda Design /
email:  	aleksi@ondadesign.fi
-----------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------
	GENERAL RESET AND SOME BASIC CLASSES
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
   
.clearb {clear: both;}

/*-----------------------------------------------------------------------------
	CLEARFIX
-----------------------------------------------------------------------------*/

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }

/*-----------------------------------------------------------------------------
	LAYOUT
-----------------------------------------------------------------------------*/

body {
	overflow: -moz-scrollbars-vertical; 
	overflow-x: auto;
	font-size: 62.5%;
	font-family: arial, helvetica, sans;
	background: #DDD url(../img/bg.jpg) no-repeat center -00px;
	min-height: 800px;
	color: #2a2a2a;
	}
	
	
#img-container {
	position: absolute;
	left: 50%;
	height: 100%;
	min-height: 1100px;
	margin-left: -480px;
	width: 960px;
	z-index: 1;
	background: url(../img/release.png) no-repeat 190px 90px;
	text-indent: -9000px;
	}
	
#wrap {
	position: relative;
	width: 960px;
	padding: 0px 10px;
	margin: 0 auto;
	z-index: 50;

	}
	
#header {
	width: 960px;
	height: 100px;
	background: url(../img/divider.png) no-repeat center 90px;
	}
	
body#mainpage #header {
	margin-bottom: 35px;
	}
	
#logo {
	width: 200px;
	float: left;
	padding-top: 15px;
	}
	
#menu {
	width: 690px;
	height: 30px;
	margin-top: 45px;
	margin-right: 50px;	
	float: right;
	text-align: right;	
	}
	
#breadcrumbs {
	width: 920px;
	margin: 0 20px;
	height: 30px;
	margin-top: 5px;
	font-size: 1.2em;
	}
	
#content {
	width: 640px;
	float: left;
	}
	
#col-12 {
	width: 600px;
	margin: 0 20px 20px 20px;
	}
	
#col-1,
#col-2 {
	width: 280px;
	float: left;
	margin: 0 20px;
	}
	
#sidebar {
	width: 320px;
	float: right;
	background: url(../img/divider_2.gif) no-repeat left top;
	min-height: 500px;
	}
	
#search,
#showcase,
#news,
#tweet
 {
	width: 280;
	margin: 0 20px;

	}
	
#tweet {
	border: 1px dashed #FFF;
	border-width: 1px 0;
	margin: 0px;
	padding: 20px 20px 0 20px;
	}

#news {
	margin-bottom: 20px;
	}
	
#showcase,
#search {
	margin-bottom: 20px;
	}
	
div.news-item {
	margin-bottom: 10px;	
	}
	
/*-----------------------------------------------------------------------------
	TYPE
-----------------------------------------------------------------------------*/
	
#col-12 h1 {
	margin-bottom: 10px;
	}

p.tweet-text {
	margin-bottom: 0;
	}


p {
	font-size: 1.2em;
	line-height: 16px;
	margin-bottom: 10px;
	}
	
h1 {
	font-family: "arial, Helvetica Neue", helvetica, arial;
	font-weight: normal;
	color: #003B5B;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 10px;
	}
	
h2 {
	font-family: Arial;
	font-weight: normal;
	font-size: 17px;
	color: #003B5B;
	margin-bottom: 8px;
	}
	
h3 {
	
	}
	
#sidebar #showcase h2 {
	font-family: "Helvetica Neue", arial;
	font-weight: lighter;
	color: #F15A24;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 10px;
	}



#news h2 {
	display: block !important;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
	}
	
#news h3 {
	display: block !important;
	}
	
#news p {
	margin-bottom: 5px;
	}
	
h3 {
	font-size: 1.2em;
	font-weight: bold;
	}
	
body#mainpage #col-1 p {
	padding-right: 100px;
	}
	
	
#sidebar #showcase h1 {
	margin-bottom: 5px;
	}
	
#col-1 em {
	display: block;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 15px;
	}
	
ul {
	font-size: 12px;
	margin-left: 14px;
	margin-bottom: 15px;
	}
	
.news-summary-link {
	font-size: 12px;
	}
	
.news-summary-text p{
	margin-bottom: 0;
	}
	
	
/*-----------------------------------------------------------------------------
	TYPE
-----------------------------------------------------------------------------*/

a {
	color: #F15A24;
	text-decoration: none;
	}
	
a:hover {
	font-weight: bold;
	color: #000;
	}
#tweet a {
	font-size: 12px;
	}

#news a,
#links a,
a.arrow,
 {
	display: block;
	font-size: 12px;
	background: url(../img/arrow.gif) no-repeat 0px 4px;
	padding: 0 0 0 7px;
	}
	
#links a {
	float: left;
	margin-right: 20px;
	}

#breadcrumbs a {
	font-weight: bold;
	color: #000;
	}
	
#breadcrumbs a:hover {
	color: #F15A24;
	}

	
a.box {
	font-size: 12px;
	display: block;
	color: #FFF;
	float: left;
	width: 175px;
	margin: 15px 10px 20px 0;
	text-align: center;
	border: 1px dashed #FFF;
	padding: 20px 0;
	}
	
a.box:hover {
	background: #F15A24;
	}
	
a.last {
	margin-right: 0;
	}
	
.news-summary-text {
	font-size: 11px;
	line-height: 15px;
	}
	

/*-----------------------------------------------------------------------------
	IMG
-----------------------------------------------------------------------------*/

body#mainpage #col-1 img {
	margin-top: 10px;
	}
	
body#sub #col-12 img {
	margin: 20px 0;
	}
	
img.partner {
	float: left;
	margin: 0 10px 10px 0!important;
	border: 1px solid #ccc;
	}
	
/*-----------------------------------------------------------------------------
	INPUT
-----------------------------------------------------------------------------*/
	
input.button {
	float: left;
	width: 60px;
	height: 22px;
	background: url(../img/button.gif) no-repeat top left;
	}
	
input.textfield {
	float: left;
	width: 172px;
	margin-right: 5px;
	height: 18px;
	padding: 4px 0 0 10px;
	background: url(../img/input_bg.gif) no-repeat top left;
	}
	
	
	
/*-----------------------------------------------------------------------------
	MISC
-----------------------------------------------------------------------------*/

div#sidebar_map0 {
	display: none !important;
	}
	
#col-1 table {
	background: #DDD;
	margin: 15px 0;
	}
	
li {
	line-height: 15px;
	padding-bottom: 3px;
	}
	
li li {
	padding-bottom: 0px;
	}
	
	
.aamupala p {
	margin-bottom: 0px;
	}
	
.aamupala ul {
	margin-bottom: 5px;
	}	
	
.aamupala li {
	padding: 0;
	margin: 0;
	}
	
.aamupala h3 {
	margin-bottom: 5px;
	}	
	
.contactform input,
.contactform textarea,
.contactform select  {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: arial;
	padding: 3px;
	margin-top: 3px;
	}
	
.contactform label {
	float: none;
	display: block;
	font-size: 12px;
	}
	
.contactform textarea {	margin-bottom: 0; }
.contactform legend {display: none;}
.contactform div.submit {
	margin-top: 15px;
	}
	
.contactform .submit input {padding: 3px 10px}

.contactform .checkbox label {
	display: inline;
	}

.contactform .checkbox input{

	}
	
.contactform div.partner textarea {
	width: 250px;
	height: 100px;
	}
	
.contactform .osallistun label {
	display: inline;
	}