/*	
	Less+ by Jimmy Rosén, http://www.angrycreative.se/projekt/less-framework
	Based on Less Framework 4 by Joni Korpi, http://lessframework.com
*/
/*  
	THIS DOCUMENT IS FOR GLOBAL DEFINITIONS ONLY.
	NO HEIGHTS, WIDTHS, PADDINGS OR MARGINS THAT WON'T BE APPLICABLE FOR ALL SCREEN RESOLUTIONS.
*/


body {
	background-color: #000000;
	margin: 0px auto;
	
	/* Prevents Mobile Safari from bumping up font sizes in landscape */
	-webkit-text-size-adjust: 100%; 
	-webkit-tap-highlight-color: rgb(255,255,0);
  
	font-family: Arial,Verdana,Tahoma,"Times New Roman";
	font-size: 12px;
	color: #241D19;
  
}

::selection 	 	{background: rgb(255,255,0);}
::-moz-selection 	{background: rgb(255,255,0);}
img::selection 		{background: transparent;}
img::-moz-selection {background: transparent;}



html, body {
    height: 100%;
    width: 100%;
}

p {
	padding-bottom: 12px;
}
.clearDiv {
    clear: both;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
    height: 1px;
    margin-bottom: -1px;
    width: 1px;
}
.addThis {
  position: absolute; 
  z-index: 20000; 
  top: 300px; 
  right: 0px;
}
.addThisItem {
  width: 246px; 
  height: 46px; 
  position: relative; 
  right: -200px; 
  background-repeat: repeat-x; 
}
.addThisFacebook {
  background-image: url(/layout/aptual2011/images/share-bg-facebook.png); 
}
.addThisGoogle {
  background-image: url(/layout/aptual2011/images/share-bg-google.png); 
}
.addThisTwitter {
  background-image: url(/layout/aptual2011/images/share-bg-twitter.png); 
}
.addThisShare {
  background-image: url(/layout/aptual2011/images/share-bg-addthis.png); 
}
.addThis img {
  float: left; 
}
.addThisItem .action {
  width: 105px; 
  float: left; 
  padding-top: 13px; 
  margin-left: 15px; 
}
.addThisItem .desc {
  padding-top: 16px; 
  width: 60px; 
  float: left; 
  text-align: right;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
}
.addThisFacebook .desc {
  color: #6B92D1; 
}
.addThisGoogle .desc {
  color: #6B92D1; 
}
.addThisTwitter .desc {
  color: #279DD6; 
}
.addThisShare .desc {
  color: #F8721F; 
}



/* These styles are for iOS */

.addThisItem {
  width: 46px; 
  height: 46px; 
  position: absolute; 
  right: 0px; 
  background-repeat: repeat-x; 
}
.addThisFacebook {
  top: 0px;  
}
.addThisGoogle {
  top: 46px; 
}
.addThisTwitter {
  top: 92px; 
}
.addThisShare {
  top: 138px;
}
.addThisItem .action {
  display: none;
}
.addThisItem .desc {
  margin-right: 20px; 
  display: none; 
}

/* Campaign site styles #interactive */

.campaigntitle{
	margin-top: -20px;
	margin-left: 10px;
}

.campaigntitle .jalustaH1{
	font-size: 44px;
	color: #fff;
	
}

.campaigningress{
	margin-left: 10px;
	width: 600px;
}

.campaigningress .jalustaH1{
	font-size: 20px;
	color: #cb3300;
}

.campaigncontent {
	width: 884px;
	min-height: 100px;
	margin-left: 10px;
}

.campaigncontent p{
	font-size: 16px;
	color: #fff;
}

.campaigncontent a{
	color: #6598ca;
}


.campaigncontent .jalustaH1{
	font-size: 30px;
	color: #cb3300;
}
