﻿/*
*	{Calamares.tv} Master Stylesheet
*	
*	Author: {Remco Tuerlings}
*			Linking Media B.V.
*
*	Last modified: {27-05-2009}
*
*	INDEX
*	-------------
*	- base elements
*
*/

/*** Import specific stylesheets ***/
/*@import url("/css/theme-gb.css"); /* Basic layout */
/*@import url("/css/theme-yg.css"); /* Basic layout */
/*@import url("/css/theme-by.css"); /* Basic layout */
@import url("/css/navigator.css"); /* Navigator layout */
@import url("/css/homebanner.css"); /* Home Navigator layout */

/*** Base styles ***/
html * {
	margin: 0;
	padding: 0;
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	font: 11px;
}

body {
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	font:11px;
	background: rgb(149,203,225) url(/img/base/base_background.jpg) no-repeat fixed 0 0;
}
body#player {
	background: #212121;
}

h1
{
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size:18px;
    color:#F97D0D;
    /*line-height:18px; */
}

p{
	/*margin: 8px 0 16px 0;*/
	font-size:12px;
}
a {	
	text-decoration: none; 
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	color: #ff7400;
}
a:hover {	text-decoration: none; color: #333333;}

.clear {
	clear: both;
}

#bannerTop
{
    position:absolute;
    top:-5px;
    left:445px;
    border:0px;
    z-index:9;
}

a.newsmore
{   
    float:right;    
	color:black;
	padding-right: 9px;
	background: url(/img/navigator/pijltje.png) no-repeat right 3px;
}

a.newsmore:hover
{
    color:#ff7400;
}

#addthis
{
    position:absolute;
    top:585px;
    right:60px;    
	height: 15px;		
	font-size:13px;	
	z-index:99;
}

#addthis_general
{
    position:absolute;
    top:509px;
    right:60px;    
	height: 15px;		
	font-size:13px;	
	z-index:99;
}
