/* Theme Name: Ginny Cerrella	
Theme URI: http://ginnycerrella.com/
  Author: SFWDLLC
 Author URI: http://santafewebdesign.com/


*/


body {
	background-color: #b0c4aa;
	text-align: center;
	font-family: "Palatino Linotype";
	font-size: 12px;
}

a
{
	color : #351406;
}

form {
	margin: 0px;
	padding: 0px;
}
#layout {
	margin: 50px auto 0px auto;
	text-align: left;
	width: 740px;
}
#header {
	width: 724px;
	clear: both;
	height: 80px;
}
#title {
	float: left;
}
#search {
	float: right;
	padding-top: 20px;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #3d3929;
	text-align: right;
}
#search a {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	color: #3d3929;
	text-decoration: none;
}

.searchMLS {
	color: #58391a;
	font-size: 12px;
	font-weight: normal;
}
#searchMLSForm {
	display: inline;
}
#searchDiv {
	padding: 5px;
}
div#navigation {
	color: #3c1f10;
	height: 25px;
	clear: both;
	width: 730px;
}
div#navigation a {
	color: #351406;
	text-decoration: none;
	font-size: 12px;
}
div#navBtn { 
	padding-right: 15px;
	margin : 0px;
	float: left; 
}
div#navBtn_end { 
	float: left; 
	margin : 0px;
}

div#navBtn#sfreb
{
	color : blue;
}

#flash {
	float: left;
}
#photo {
	float: left;
}
#footer {
	padding-top: 5px;
	height: 340px;

}

#content
{
	padding : 25px 0px;
}

.footerHdrs {
	font-size: 11px;
	font-weight: bold;
}

.footerHdrs a
{
	color : maroon;
	font-size : 12px;
}

.footerImg {
	float: left;
	padding-right: 5px;
}
#blog { 
	float: left; 
	width: 240px;
	height: 340px;
	border-right: #72857f 1px solid;
	margin-bottom: 5px;
	font-size: 11px;
}

#blog p
{
	padding-top : 0px;
	margin-top : 0px;
}

#moving { 
	float: left; 
	width: 240px;
	height: 340px;
	padding-left: 10px;	
	padding-right: 10px;	
	border-right: #72857f 1px solid;
	font-size: 11px;
}
#weather { 
	float: left; 
	height: 240px;
	width: 200px;
	padding-left: 10px;	
}
#contactInfo {
	clear: both;
	text-align: center;
	padding-top : 20px;
}
#topFrame {
	text-align: left;
	margin-left: 15px;
}

#tiny_footer
{
	font-size : 10px;
}

#tiny_footer a
{
	color : black;
}

#blog_content
{
	width : 500px;
	float : left;
}

#right_side
{
	float : left;
	width : 240px;
}

#right_side ul
{
	list-style-type : none;
}

#navBtn a#sfreb
{
	color : maroon;
}

/* Begin Images */


/*	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 */



