/*
Theme Name: Was ist SAP?
Theme URI: http://www.was-ist-sap.de/
Description: -
Version: 0.1
Author: Daniel Sturm
Author URI: http://www.dcsmedia.de
*/

/* ------------------------------------------------------------------- */
/* Cross-Browser - HTML-Tag - Resetting
/* ------------------------------------------------------------------- */
@import url(./reset.css);

/* ------------------------------------------------------------------- */
/* Layout
/* ------------------------------------------------------------------- */
@import url("layout.css");

/* ------------------------------------------------------------------- */
/* helper classes
/* ------------------------------------------------------------------- */
@import url("helper.css");

/* ------------------------------------------------------------------- */
/* Standard-HTML-Tags
/* ------------------------------------------------------------------- */

body {
	background: url(./images/page-main-background.gif) 0 0 repeat-x #f4f4f4;
	color: #666;
	font: 74%/140% Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
	margin-bottom: 0.5em;
	font-weight: normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border: none;
	color: #333;
}

h1, h2 {
	font-size: 1.4em;
	margin: 0.5em 0 0.75em;
}
h3, h4, h5 {
	margin-bottom: 0.5em;
}
h3 {
	font-weight: bold;
}
h4 {
	font-style: italic;
}

table {
	border: 1px solid #b4946f;
	width: 100%;
}
th, td {
	padding: 1px;
}
th {
	background-color: #97b5cf;
}

p {
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

a {
	border-bottom: 1px dotted #ddd;
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #888;
}


/* ------------------------------------------------------------------- */
/* content style
/* ------------------------------------------------------------------- */

#page-content h2,
#page-content .post h3 {
	border-bottom: 1px solid #ddd;
	font: 24px "Times New Roman", serif normal;
	margin-top: 0.25em;
}

#page-sidebar h2 {
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 3px;
}


/* ------------------------------------------------------------------- */
/* specific classes
/* ------------------------------------------------------------------- */

.container {
	margin: 0 auto;
	width: 760px;
}

.box small.date {
	color: #666;
	float: right;
	font-style: italic;
	margin-top: 1.2em;
}

.postmetadata {
	color: #999;
	font-size: 0.95em;
	font-style: italic;
}
