/*
Theme Name: PamStad
Theme URI: http://www.blog.trbn.com/
Description: This is a Custom Real Estate Broker Theme designed to allow uploads and modifications of all listings.
Version: 1.0
Author: Rainer Schmoll

*/

* {
	margin: 0;
	padding: 0;
}

body {
   font-family: Arial, Tahoma;
   font-size: 11pt;
   text-decoration: none;
   color: #4A2A09;
   background: #FFFFFF;
}

h1, h2, h3 {
	margin-bottom: 15px;
   font-family: Arial, Tahoma;
	color: #FFFFFF;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 15px;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img09.gif) repeat-y;
	font-style: italic;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#body
{
	font-family: Arial, Tahoma;
	font-size: 11pt;
	text-decoration: none;
	color: #4A2A09;
	background: #FFFFFF;
	line-height: normal;
	text-align:justify;
}

/*Footer*/


#footer
{
   font-family: Tahoma;
   font-size: 8pt;
   text-decoration: none;
   color: #676863;
}

/* Page */

#page {
	width: 546px;
	padding: 20px 0 0 0;
}

/* Content */

#content {
	width: 510px;
}

.post {
	margin-bottom: 30px;
}

.post img {
	max-width: 450px;
	margin: 3px;
}

.post .title {
	padding: 0 20px;
}

.post .title a {
	color: #000;
}

.post .story {
	padding: 0 20px;
}

.post .meta {
	padding: 5px 20px;
	background: url(images/img09.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

.boxed .title {
	height: 20px;
	margin: 0;
	padding: 3px 0 0 10px;
	background: url(images/img08.jpg) no-repeat;
	color: #FF3300;
	font-weight: bold;
}

.boxed .story {
	padding: 20px;
	border: 1px solid #BDC618;
}

.boxed .meta {
	padding: 2px 2px;
	background: #BDC618;
	color: #FFFFFF;
}

.boxed .meta a {
	color: #FFFFFF;
}

#rwd a
{
   font-family: Tahoma;
   font-size: 8pt;
   text-decoration: none;
   color: #4A2A09;
}

#rwd a:hover
{
   text-decoration: underline;
}


#rwd a.active
{
   font-weight: bold;
}

.left {
	float: left;
	font-size: 1.1em;
    font-weight: bold;
	}

.right {
	float: right;
	font-size: 1.1em;
    font-weight: bold;
	}

