/*
Theme Name: Janice Cox
Theme URI: http://janicecoxsantafe.com/
Author: SFWDLLC
Author URI: http://santafewebdesign.com/

*/

body
{
	background-color : #f6f2e8;
	margin : 0px;
	padding : 0px;
	color : #5b4423;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12px;
}

#layout
{
	width : 864px;
	margin : 0px auto 0px auto;
}

#top_layout
{
	width : 864px;
	margin-left : 15px;
}

#header_nav
{
	text-align : right;
	padding : 10px 15px 10px 0px;
}

#header_nav input
{
	font-size : 11px;
}

#header_nav a
{
	color : #5b4423;
	text-decoration : none;
}

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

a#updates
{
	color : #88200e;
}

#lower_layout
{
	border : 1px solid #3d1807;
	padding : 10px 34px 10px 34px;
}

#top_nav
{
	color : #8d6e44;
	text-transform : uppercase;
	text-align : center;
	padding-top : 10px;
	padding-bottom : 10px;
	font-size : 11px;
}

#top_nav a, #bottom_nav a
{
	color : #8d6e44;
	text-decoration : none;
}

#bottom_nav
{
	color : #8d6e44;
	padding-top : 5px;
	padding-bottom : 10px;
	text-align : center;
	font-size : 11px;
}

#contact
{
	color : #500b06;
}

#contact a
{
	color :#500b06;
}

#content
{

}

.index
{
	background-image : url(/images/interior_bg.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
	background-color : #e9e2dc;
}

#content_left
{
	float : left;
	height : 444px;
	width : 195px;
	padding-left : 20px;
	padding-top : 20px;
}

#content_left h1
{
	font-family : palatino, palatino linotype, serif;
	font-style : italic;
	font-weight : normal;
	margin : 0px;
	padding : 0px;
}

#content_left a
{
	color : #532711;
	font-size : 14px;
	padding-left : 15px;
	text-decoration : none;
}

#content_left a:hover
{
	color : #a03804;
}

#content_left ul
{
	list-style-type : none;
	margin : 0px;
	padding : 0px;
}

#content_right
{
	float : left;
	width : 525px;
	padding : 25px;
}

#content_right a
{
	color : #88200e;
}

#bottom_nav.top, #top_nav.top
{
	text-align : left;
	padding-bottom : 5px;
	
}

#tiny_footer
{
	font-size : 9px;
}

#tiny_footer a
{
	color : black;
}

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

.linklove { display:none;}


