/*  
Theme Name: rolfing
Theme URI: 
Description: A theme generated by ThemesPress.com
Author: ThemesPress
Author URI: http://themespress.com/
*/
<style type="text/css">
* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #666699;
}
#wrapper {
margin: 0 auto;
padding: 0;
width: 780px;
background: #E7DBD5;
}


#header {
float: left;
padding: 0px;
height: 147px;
width: 780px;
margin: 0px 0px 0px 0px;
background-image: url(images/blogheader.jpg)
}

#leftcolumn {
color: #333;
border: 1px solid #ccc;
background: #E7DBD5;
margin: 0px -5px 0px 0;
width: 206px;
float: left;
}
#rightcolumn {
float: right;
border: 1px solid #ccc;
background: #F2F2E6;
width: 570px;
display: inline;
}


#footer {
background-image: url(images/blogfooter.jpg); repeat: no-repeat;;
width: 780px;
height: 50px;
clear: both;
margin: 0 0 20px 0;
}

#footer a {text-decoration: none; color: #baa;}

#maincontent{
margin: 15px;
}

#navcontainer {}

#navcontainer ul
{       position: relative;
        list-style-type: none;
        left: -20px;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{

}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	
	color: #562930;
}


p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.none {display: none;}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 0px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 24px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 10px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
	position: relative;
	left: -12px;
}

blockquote {
	background-color: #E9FDEC;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

</style>