* { list-style:none;padding:0;margin:0; }

html, body {
	height:100%;
	}
	
body { 
  	/* 
  	background-image: url('../images/bg_dksp.jpg');
  	background-position: top right;
	background-repeat: no-repeat;
  	*/
  	font-family: "Helvetica Neue", "Helvetica", "Arial", "Sans-serif";
  	color:#94d23b;
  	line-height:37px;
  	letter-spacing:-1px;
  	word-spacing:-1px;
  	font-size:32px; 
  	}

  /* Standard Classes */
  
  	.clear { clear:both; }
  	
/* ------------------------ p marathon */

p.ett {color:#a5cf15;}
p.tva {color:#9ad022;}
p.tre {color:#8cd135;}
p.fyra {color:#7bd04a;}
p.fem {color:#54d17d;}
p.sex {color:#41d295;}
p.sju {color:#30d3ab;}
p.atta {color:#16d3cc;}


/* ------------------------ Basic Layout */
  
#frame {
	width: 700px;
	margin-left: auto; 
	margin-right: auto;
	padding: 0px;
	}

#stuff { 
	color:#94d23b;
	}

a.empty {
	text-decoration: none;
	}

a.one {
	color:#8cd135;
	text-decoration: underline;
	}

a.two {
	color:#30d3ab;
	text-decoration: underline;
	}

a.three {
	color:#41d295;
	text-decoration: underline;
	}

a.four {
	color:#57ddcd;
	text-decoration: underline;
	}

a.five {
	color:#7bd04a;
	text-decoration: underline;
	}

a.eight {
	color:#16d3cc;
	text-decoration: underline;
	}

.atta a {
	color:#16d3cc;
	text-decoration: underline;
	}
	
.starter {
  	background-image: url('../images/bg_logo_bigger.png');
  	background-position: 140px -1px;
	background-repeat: no-repeat;	
	}

/*  -------------------------- FADED CORNERS */
#top, #bottom, #left, #right {
	z-index:-5;
	}
#left, #right {
	position: fixed;
	top: 0; bottom: 0;
	width: 88px;
	}
#left { left: 0;  background: url('../images/left.png') left center repeat-y;}
#right { right: 0; background: url('../images/right.png') right center repeat-y;}
		
#top, #bottom {
	position: fixed;
	left: 0; right: 0;
	height: 88px;
	}
#top { top: 0px; background: url('../images/top.png') top center repeat-x; }
#bottom { bottom: 0px; background: url('../images/bottom.png') bottom center repeat-x; }


/*  -------------------------- Coda */

		.bubbleInfo {
            position: relative;
            margin-top:37px;
        }
        .trigger {
        }
     
        /* Bubble pop-up */

        .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }
		
		
		
        .popup td#topleft { background-image: url(../images/bubble-1.png); }
        .popup td.top { background-image: url(../images/bubble-2.png); }
        .popup td#topright { background-image: url(../images/bubble-3.png); }
        .popup td.left { background-image: url(../images/bubble-4.png); }
        .popup td.right { background-image: url(../images/bubble-5.png); }
        .popup td#bottomleft { background-image: url(../images/bubble-6.png); }
        .popup td.bottom { background-image: url(../images/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(../images/bubble-8.png); }
		
        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url('../images/starburst.gif') no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }

/*  -------------------------- Twitter API */

#latest_tweet {
	width: 150px;
	height: 85px;
	padding: 5px 5px 5px 10px;
}
#latest_tweet small, #latest_tweet a {
	color: #7bd04a;
}

.loading {
	background: url('../images/ajax-loader.gif') center no-repeat;
	height: 60px;
} 

/*  -------------------------- Twitter API */
