/* Theme Name: Kelley Owen
Theme URI: http://kelleyowen.com/
  Author: SFWDLLC
 Author URI: http://santafewebdesign.com/


*/


body
{
	margin : 0px;
	padding : 0px;
	font-family : tahoma, verdana, sans-serif;
	font-size : 12px;
	background-color : #929292;
}

td
{
	font-size : 12px;
	vertical-align : top;
}

.header
{
	width : 100%;
	background-color : #5D84B8;
	border-bottom : 1px solid black;
}

.nav
{
	background-color : #D5CDB9;
	width : 100%;
	padding : 5px 0px;
	font-size : 14px;
}

.nav a
{
	color : black;
	text-decoration : none;
	padding : 5px;
}

.nav a:hover
{
	color : white;
	background-color : black;
}

.content
{
	background-color : white;
	border-bottom : 1px solid #4A4A4A;
	padding : 10px;
}

.click 
{
	background-color : #822205;
	text-align : center;
	padding : 3px;
	border : 1px solid black;
	margin-top : 5px;
}

.click a
{
	color : white;
	text-decoration : none;
	font-weight : bold;
}
	
.click a:hover
{
	color : #FFCC00;
}

.ff_logo
{
	position : absolute;
	top : 0px;
	right : 0px;
}

.footer
{
	font-size : 10px;
	padding-left : 10px;
	padding-bottom : 10px;
	width : 500;
}

#tiny_footer
{
	font-size : 9px;
}

#featured_left
{
	float : left;
	width : 350px;
	margin-left : 15px;
	margin-right : 15px;
}

#featured_right
{
	float : left;
	width : 350px;
	margin-left : 15px;
	margin-right : 15px;
}


#about
{
	height : 200px;
	padding-top : 10px;
}

#about_cont
{
	float : left;
	width : 200px;
}

#photo
{
	float : left;
	width : 150px;
	margin-left : 15px;
	margin-right : 15px;
	text-align : center;
	font-weight : bold;
}


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



