/*
Theme Name: CMS ARNOLD
Theme URI: http://localhost/
Description: Schreibberatung Dr. Sven Arnold
Version: 1.0
Author: Susanne Reuber
Author URI: http://www.rebenna.de/
Tags: zwei Spalten, dynamische Navi, widgetf&auml;hig, unterst&uuml;tzt IE6

rebenna v1.0
http://www.rebenna.de/
*/

/* --------------------------- Typographie + Farben --------------------------- */
body {
	font-size: 62%; 
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #333300;
	text-align: center;
	border:0;
}

/* divs  */
#container {
	background: #f2f6d5 url('images/bg_page.gif') repeat-y top left;
	text-align: left;
}

#header {
	background: #f2f6d5 url('images/header.gif') no-repeat bottom center;
}

#content {
	font-size: 1.2em;
	background: #f2f6d5 url('images/bg_content.gif') no-repeat top left;
}

#sidebar {
	background: url('images/bg_sidebar.gif') no-repeat top left;
	font-size: 1.2em;
}

#content .entry {
	line-height: 1.5em;
	padding-right: 15px;
}

#footer {
	background: #f2f6d5 url('images/bg_page.gif') repeat-y top left;
	border: 0;
}

/*
.entry p, .entry li, .entry table td {
	font-size: 1.0em; 
}
*/

/*  h  + links in h  */
h1, h2, h3, h4, h5 {
	font-weight: bold;
}

#content h1 {
	font-size: 1.5em;
	text-align: left;
}

#headercontent h1, #headercontent .description {
	font-size: 1.1em;
	text-align: right;
}

h2 {
	font-size: 1.5em;
	text-align:right;
}

h3 {
	font-size: 1.3em;
	line-height: 1.3em;
}

h3 span {
	font-size:0.9em;
}

h4 {
	font-size: 1.3em;
	border-bottom: 2px solid #a1b03f;
	width: 617px;
}

h5 {
	font-size: 1.2em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-variant:small-caps;
}

h6 {	
	font-size: 0.9em;
	font-weight:normal;
}

#headercontent h1, #headercontent h1 a, #headercontent h1 a:hover, #headercontent h1 a:visited, #headercontent .description, #headercontent .description a, #headercontent .description a:hover, #headercontent .description a:visited {
	text-decoration: none;
	color: #f2f6d5;
}

#content h1 {
	color: #333300;
}

h2 {
	color: #f2f6d5;
}

h3 {
	color: #7b8d1a;
}

/*  Links   */
a {
	color: #901c2f;
	text-decoration: none;
	font-weight:normal;
}

a:hover {
	color: #901c2f;
	text-decoration: underline;
}

a:visited {
	color: #901c2f;
}

/*  Diverses  */
#footer p {
	text-align: left;
	font-size: 1.1em;
}
/* --------------------------- Ende Typographie + Farben --------------------------- */

/* --------------------------- Struktur --------------------------- */
body {
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

#header {
	margin: 0;
	padding: 0;
	height: 128px;
	width: 950px;
}

#headercontent 	{
	margin: 0;
	padding: 0;
	height: 128px;
	width: 100%;
}

#content {
	padding: 0 25px;
	margin: 0 0 0 272px;
	width: 628px; 
}

/* IE6 */
* html #content {
	padding: 0 23px 0 23px;
	margin: 0 0 0 269px;
	width: 628px; 
}

.post {
	margin: 0;
	padding: 0 0 5px 0;
}

.post hr {
	display: block;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 0 35px 10px 44px;
}
/* --------------------------- Ende Struktur --------------------------- */

/*	--------------------------- h --------------------------- */
#headercontent h1 {
	padding: 55px 36px 0 580px;
	margin: 0;
	line-height:1.2em;
}

#headercontent .description {
	padding: 0 36px 0 580px;
	margin:0;
	line-height:1.2em;
}

h2 {
	padding: 12px 10px 37px 0;
	margin:0;
}
																												
h4{
	padding: 15px 0 0 0;
	margin:0;
}

h5 {
	padding: 0;
	margin: 3px 0 -8px 0;
}

#content h1, h3 { 	
	padding: 8px 0 10px 0;
}

h6 {
	margin: 50px 0 0 0;
	padding: 0;
}
/* --------------------------- Ende h --------------------------- */

/* --------------------------- Images --------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	/* border: 1px solid #901c2f; */
}

img.alignright {
	padding: 0;
	margin: 0 0 10px 20px;
	display: inline;
	/*border: 1px solid #7b8d1a;
	border-bottom: 10px solid #7b8d1a;*/
}

img.alignleft {
	padding: 0;
	margin: 0 30px 10px 0; 
	/* margin: 20px 30px 10px 0;*/
	display: inline;
	border: 1px solid #7b8d1a;
	/* border-bottom: 10px solid #7b8d1a; */
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
/* --------------------------- End Images --------------------------- */

/* --------------------------- Lists --------------------------- */
.entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: disc;
}

.entry ol {
	margin-left: 0px;
	padding: 0 0 0 15px;
}

.entry li {
	margin: 5px 0 5px 10px;
}

#sidebar ul {
	margin: 0 0 50px 0;
	padding: 0 0 0 22px;
	width: 240px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}
/* --------------------------- Ende Lists --------------------------- */

/* --------------------------- Sidebar --------------------------- */
#sidebar {
	float: left;
	padding: 90px 0 0 0;
	width: 272px;
	margin: 0;
}

/* IE6 */
* html #sidebar {
	float: left;
	padding: 90px 0 0 0;
	width: 268px;
	margin: 0;
}

#dynavi {
	padding: 30px;
	margin:0;
}

#sidebar h2 {
	margin: 30px 0 0;
	padding: 0 15px 0 45px;
	font-size: 1.2em;
	color: #333300;
	text-align:left;
}

#sidebar .textwidget {
	padding: 0 15px 0 45px;
}
/* --------------------------- Ende Sidebar --------------------------- */

/* --------------------------- Diverse Tags + Classes --------------------------- */
blockquote {
	margin: 0 30px;
	padding-left: 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

a img {
	border: none;
}

div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* --------------------------- Ende Diverse Tags + Classes --------------------------- */

/* --------------------------- Navi --------------------------- */
#dynavi .current_page_item a {
	color: #901c2f;;
	text-decoration: none;
	background: url('images/bg_navi.gif') no-repeat center left;
	padding-left: 22px;
} 

#dynavi a {
	font-weight:bold;
	letter-spacing: 0.03em;color: #901c2f;
	text-decoration: none;
	background: url('images/bg_navi_o.gif') no-repeat center left;
	padding-left: 22px;
}

#dynavi a:hover {
	color: #901c2f;
	text-decoration: none;
	background: url('images/bg_navi.gif') no-repeat center left;
	padding-left: 22px;
}
/* --------------------------- Ende Navi --------------------------- */

/* --------------------------- neue tags --------------------------- */
table {
	margin:0 0 20px 0; 
	padding: 0 0 0 20px;
	border-left: 2px solid #a1b03f;
}

td {
	padding: 5px 20px 5px 0;
	vertical-align: top;
}


small {
	font-size: 0.85em;
	line-height: 1.5em;
}

sup { 
	font-size: 0.9em;
}

hr {
	width:295px; 
	color:#990000; 
	background-color:#990000; 
	height:7px; 
	margin:5px 0 20px auto; 
	border:0;
	text-align:right;
}

