﻿/*
Solveo
25062007
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

}
p, blockquote, ol, ul {
	font-size: 100%;
}

/* Menu */

#menu a {
	font-size: 105%;
	font-weight: bold;
}

/* Logo */

#logo h1 {
	font-size: 189%;
}

#logo h2 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

/* Content */

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	font-size: 92%;
}


/* Sidebar */

#sidebar blockquote p {
	font-style: italic;
}


/* Footer */

#footer .links {
	font-size: 90%;
}

#footer .legal {
	font-size: 90%;
}