/*
Theme Name: Thomas Simple White
Theme URI: 
Description: Simple, HTML5 based, theme in white and blue
Version: 1
Author: Thomas Heuer
Author URI: http://thomas-heuer.eu
*/

/* general formattings */
@import url(basic.css);

/* layout */
@import url(layout.css);

/* additional classes and special formattings */
@import url(classes.css);

/* transposh translator plugin */
#transposh {
	margin-top: 2em; }
/* no headline, no credits */
#transposh h2, #transposh h3, #tr_credit {
	display: none; }
/* flag transparency */
.transposh_flags a span:hover, .transposh_flags a img:hover {
	border-color: transparent }
.transposh_flags a span, .transposh_flags a img {
	opacity: .4;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40); }
.transposh_flags a:hover span, .transposh_flags a:hover img {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100); }


