/*
Theme Name: ReadMike_theme
Theme URI: http://readmike.com/
Author: SFWDLLC
Author URI: http://santafewebdesign.com/

*/



body
{
	font-family : lucida grande, lucida sans unicode, verdana, sans-serif;
	font-size : 12px;
	color : black;
	margin : 0px;
	padding : 0px;
}

#header
{
	border-bottom : 1px solid #ACB7A6;
}

#nav
{
	width : 169px;
	float : left;
	background-color : #44410D;
	color : #CCC180;
	font-family : georgia, times new roman, serif;
}

#nav h2
{
	text-align : center;
	font-size : 15px;
	text-transform : uppercase;
	font-weight : normal;
}

#nav li
{
	list-style-type : none;
	background-image : url(/images/bullet.gif);
	background-repeat : no-repeat;
	padding-left : 15px;
	margin-bottom : 8px;
}

#nav ul
{
	margin-left : 25px;
	padding : 0px;
}

#nav a
{
	color : #FFFFCC;
	text-decoration : none;
}

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


#red
{
	background-color : #663333;
	border-width : 3px 0px 3px 0px;
	border-style : double;
	border-color : #CCC180;
}

#address
{
	padding-top : 5px;
	padding-left : 35px;
	background-color : white;
	font-size : 10px;
	color : #888888;
}

#content
{
	float : left;
	width : 600px;
	background-image : url(/images/pageBG.gif);
	background-repeat : no-repeat;
	padding : 15px;
}

#content a
{
	color : #44410D;
}

#content a:hover
{
	color : #663333;
}

#topframe_nav
{
	background-color : #44410D;
	text-align : center;
	padding : 5px 0px 5px 0px;
}

#topframe_nav a
{
	color : #FFFFCC;
	text-decoration : none;
}

#tiny_footer
{
	padding-top : 5px;
	font-size : 9px;
}

#tiny_footer a
{
	color : #888888;
	font-size : 9px;
}

#searchMLSForm
{
	display : inline;
}

#go
{
	font-size : 11px;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

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



