﻿/*
Theme Name: Thematic Classic
Theme URI: 
Description: A Thematic Child Theme that replicates the original look of Thematic.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic

Thematic Classic is © Ian Stewart http://themeshaper.com/
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/classic.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Prepare theme for embedded fonts */
@import url('fonts.css');


/* Principien Style */
blockquote {
	background: transparent url(anf_u_grau.png) no-repeat scroll left top;
	font-size: 12px;
	font-style: italic;
	margin: 0px 59px 0px 10px;
	padding: 1px 19px 1px 69px;

}
.smallcaps {
	font-variant: small-caps;
}
#blog-title {
	border-bottom: 0px solid #242A30;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 36px;
	padding: 42px 0 0;
}
#blog-description {
	color:#FFFFFF;
	font-style:italic;
	padding:8px 0 42px;
}
#wrapper {
	border-top: 0 solid black;
}

/* Style for drop-down menu */
#header {
	z-index:99; /* IE7 z-index bug */
}
#access {
	overflow:visible;
	position:static;
	float:none;
	height:37px;
	background:#5A83CF none repeat scroll 0 0;
	border-top:0 solid;
	font-size:12px;
	margin-top:0;
}
.menu {
	position:static;
	width: 940px;
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0pt;
	padding-bottom: 8px;
	padding-left: 0pt;
	overflow-x: visible;
	overflow-y: visible;
	overflow:visible;
}
.menu ul {
	padding:0;
	margin:0;
}
.menu ul li ul {
}
.menu li {
	margin:0;
	padding:0;
}
.menu li a, .menu li a.on {
	text-align:center;
	margin:0 0px 0 0;
	width:93px;
	padding:5px;
	border-left:0 solid;
	color:#fff;
}
.menu li li li a {
	background:#B5D1EA;
}
.menu a {
	background:#5A83CF none repeat scroll 0 0;
	border-top:1px solid #5A83CF;
	color:#FFFFFF;
	display:block;
	float:left;
	margin:0 10px 0 0;
	padding:1px 6px;
	text-decoration:none;
}
.menu a:hover {
	background:#97B7E6 none repeat scroll 0 0;
	border-color:#97B7E6;
	color:#FFFFFF;
}
.menu a:visited, {
	color:#2043a8;
}

.main {
	clear:both;
}
#footer {
	padding:50px 0;
}
.comments-link a, .more-link {
	color:#2043a8;
}
.aside a:link, .aside a:visited {
	color:#5a83cf;
}
body {
	font-family: sans-serif;
	
	/* Un-comment the line below to set a grid with 18px line-height */
	/* background: url(../thematic/library/grids/960_grid_12_col.gif) repeat-y top center; */

}
.entry-title, entry-meta, .widgettitle, #header, .sociable_tagline, h1, h2, h3 {
	font-family: "Fontin", Georgia, serif;
}
#idc-container-parent #idc-container {
float: none !important;
width: auto !important;
}
img#wpstats{display:none}

