﻿/*
*	{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 */

/*** Base styles ***/
html * {
	margin: 0;
	padding: 0;
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	font: 11px;
	color: #333333;
}

body {
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	font:11px;
	background: #ffffff;
	text-align: center; /* for IE */
}

h1
{
    font-family: Arial;
    margin-top:10px;
    padding:0px;
    font-size:18px;
}
h2 {
	font-family: Verdana, Arial;
    margin:10px 0;
    padding:0;
    font-size:16px;
	color: #009ee0;
}
h3 {
	font-family: Arial;
    margin:10px 0;
    padding:0;
    font-size: 20px;
	color: #cc071e;
}
h3.blue {
	font-family: Arial;
    margin:10px 0;
    padding:0;
    font-size: 20px;
	color: #009ee0;
}
h3.black {
	font-family: Arial;
    margin:10px 0;
    padding:0;
    font-size: 20px;
	color: #212121;
}

h4 {
	font-family: Arial;
    margin:10px 0;
    padding:0;
    font-size: 21px;
}
h4.red{
	font-family: Arial;
	color: #cc071e;
    margin:10px 0;
    padding:0;
    font-size: 16px;
}



p{
	margin: 8px 0 16px 0;
	font-size:12px;
}
ul {
margin-left: 18px;
}

ul li {
	margin: 0px;
	padding: 0px;
}
ol {
	font-size: 12px;
}

a {	
	text-decoration: underline; 
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
}
a:hover {	text-decoration: none; color: #009ee0;}

a img {	
	border: none;
}

.clear {
	clear: both;
}
.selected {
	color: #009EE0;
	text-decoration: none;
}
.item1 {
	background: #fdeeeb;
}
.item2 {
	background: #fbdcd7;
}
.item3 {
	background: #ecf6fb;
}
.item4 {
	background: #c9e9f8;
}
.item5 {
	background: #a3daf4;
}
/***************************************************************** BASIC FORM STYLING *******/

.shoehorn {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px; /* the 1px things are just habit. must be tested with zeroes */
	margin-top:-1px; /* neutralization of the 1px thing */
}





















