/*
Theme Name:     all-over
Description:    Child theme for the Twenty Ten theme for a e-journal
Author:         Juergen Buchinger
Author URI:     http: //differentspace.com/
Template:       twentyten
Version:        0.1.2
*/

@import url("../twentyten/style.css");

#site-title a {

}

body.page-id-103 {
}

#content .entry-title {
	color: #CD222A;
	font-size: 33px;
	font-weight: normal;
	line-height: 1.3em;
	margin-bottom: 0;
}

.entry-title {
	font-family: Georgia, "Bitstream Charter", serif;
}

#content .entry-subtitle {
        color: #CD222A;
        font-family: Georgia, "Bitstream Charter", serif;
        line-height: 1.3em;
}

#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 0px;
}

a:link, a:visited {
	color: #808080;
}
a:active, a:hover {
	color: #CC071E;
}

/* This is the custom header image */
#branding img {
	border-top: 0px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}

pre {
	background: #fff;
	color: #000;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: inherit;
	padding: inherit;
	white-space: pre-wrap;
	font-family: Georgia, "Bitstream Charter", serif;
}

sup, sup a {
	text-decoration:none;
}