/* Theme Name: Fred Raznick 
Theme URI: http://fredraznick.com/
  Author: SFWDLLC
 Author URI: http://santafewebdesign.com/


*/

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

h3
{
	font-family : times new roman, times, serif;
	font-weight : normal;
	font-size : 18px;
	margin : 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

#outline
{
	width : 831px;
	padding : 0px 17px 0px 17px;
	border-left : 1px solid white;
	border-right : 1px solid white;
	border-bottom : 1px solid white;
	margin : auto;
}

#layout
{
	width : 830px;
	background-color : #091134;
}

#header
{
	background-image : url(/images/logo_bg.gif);
	background-color : black;
	background-repeat: no-repeat;
	width : 830px;
	height : 87px;
}

#nav_top
{
	background-image : url(/images/top_nav_bg.jpg);
	background-repeat : no-repeat;
	color : #021421;
	height : 27px;
	width : 830px;
	padding-top : 8px;
	padding-left : 10px;
	clear : both;
}

#nav_top a
{
	color : white;
	text-decoration : none;
	padding : 0px 0px 0px 10px;
}

#nav_title
{
	font-family : times, times new roman, serif;
	font-size : 20px;
	vertical-align : middle;
}


#nav_bot
{
	background-image : url(/images/bot_nav_bg.jpg);
	background-repeat : no-repeat;
	color : #021421;
	height : 25px;
	width : 830px;
	padding-top : 10px;
	padding-left : 4px;
	clear : both;
}

#nav_bot a
{
	color : white;
	text-decoration : none;
	padding : 0px 0px 0px 10px;
}

#index_left
{
	float : left;
	width : 350px;
	color : white;
	padding-left : 10px;
	padding-top : 10px;
	padding-right : 10px;
	font-size : 14px;
}

#index_left a
{
	color : white;
	text-decoration : none;
}
	
#index_right
{
	float : left;
	text-align : right;
	width : 450px;
	background-color : black;
	color : white;
	padding : 10px 0px 0px 10px;
	font-size : 14px;
}

#index_right a
{
	color : white;
	text-decoration : none;
}

#index_right h3
{
	background-color : #091134;
	font-style : italic;
}

#col_1
{
	width : 165px;
	height :  115px;
	float : left;
	margin-bottom : 15px;
}

#col_2
{
	float : left;
	width : 120px;
}

#col_3
{
	float : left;
	width : 130px;
}

#exper
{
	height : 122px;
	background-image : url(/images/exp_bg.jpg);
	background-repeat : no-repeat;
	background-position : bottom right;
	padding-top : 60px;
	padding-left : 70px;
	clear : both;
	color : #97A3B1;
	font-style : italic;
	text-align : left;
}

#exper a
{
	font-style : normal;
	font-size : 15px;
}

#content
{
	background-image : url(/images/int_bg.gif) !important;
	background-repeat : repeat-y;
	width : 830px;
}

#sidebar
{
	float : left;
	width : 168px;
	color : white;
	margin-right : 10px;
	padding-top : 10px;
	padding-left : 3px;
	padding-bottom : 10px;
}

#sidebar a
{
	color : white;
	text-decoration : none;
}

#sidebar ul
{
	list-style-type : none;
	margin : 0px;
	padding : 5px 0px 5px 10px;
}

#sidebar li
{
	margin : 0px;
	padding : 0px;
}


#content_cell
{
	float : left;
	width : 640px;
	padding-top : 10px;
	padding-bottom : 10px;
}

.title
{
	font-weight : bold;
}


#contact_footer
{
	font-size : 10px;
	color : white;
	width : 830px;
	margin : 15px auto 0px auto;
}

#contact_footer a
{
	color : white;
}

#tiny_footer
{
	font-size : 9px;
	color : white;
	width : 830px;
	margin : 5px auto;
}


#tiny_footer a
{
	color : white;
}

#search_mls
{
	float : left;
	width : 520px;
	text-align : right;
	padding-top : 10px;
}

#logo
{
	float : left;
	width : 300px;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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


