/* rocket science realty :: eduardo@rocketsciencerealty.com :: pasted - cut - copied - studied - makeup all the parts of rsr.css */

/* Enjoy! */


/* ----- Structure and Layout ----- */

body {
	text-align : center;
	background-color: #bfcaeb;
	min-width : 770px ;
	}

#wrapper {
	width : 770px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#inner_wrapper {
	width  : 165px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	}
	
#bottom_header {
        display:block;
        width:760px;
        height:45px;
        overflow:hidden;
        background:#fe0000;
        font-size: 1.5em;
        font-color:#422100;
	}

#maincontainer {
	float: left;
	width : 770px;
	background: url(../images/background.jpg) repeat-y;
	}

#listing {
    width: 340px;
	margin: 0 40px 0 0;
	padding: 0px 10px 10px 10px;
	background: #EDF3EB;
        border:1px dashed black; 
	}

#padding {
	clear: both;
	padding: 30px 0 0 0;
	}

#content {
	float: left;
	width: 375px;
	padding: 0 0 10px 40px;
	}

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}
	
#innernews {
	width: 250px;
	margin: 0 40px 0 0;
	padding: 0px 10px 10px 10px;
	background: #EDF3EB;
	border: 1px solid #000000;
	}

#contactnews {
    width: 250px;
	margin: 0 40px 0 0;
	padding: 0px 10px 10px 10px;
	background: #EDF3EB;
	border:1px dashed black; 
	}

##bestof {
    width: 250px;
	margin: 0 40px 0 0;
	padding: 0px 10px 10px 10px;
	background-image:url("/images/med_rsr_sign.png");
	background-repeat:repeat;
	border:1px dashed black; 
	}

#coffeetalk {
    width: 250px;
	margin: 0 40px 0 0;
	padding: 0px 10px 10px 10px;
	background: #EDF3EB;
    border:1px dashed black; 
	}

/* ----- Typography ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#422100
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #422100;
	}

h3 {
   font-size: .8em;
   color: #422100;
    }
    

#innernews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}

#contactnews p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}

#coffeetalk p {
	margin-left: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dashed #422100;
	font-size: .8em;
	line-height: 1.2em;
	}




/* ----- Links ----- */

a {
	color: #999999;
        text-decoration: none;
	}

a:visited {
	color: #999999;
        text-decoration: none;
	}

a:hover {
	color: #000000;
        text-decoration: none;
	}

#footer a {
	color: #000000;
	text-decoration: none;
	}

#footer a:visited {
	color: #000000;
	text-decoration: none;
	}

#footer a:hover {
	color: #000000;
	text-decoration: none;
	}



/* ------ Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #000000;
	}

	