/**********************************************************************************************

	Title: CSS
	Author: Blake Hilscher of skywidedesign.ca
	Date: 2010

***********************************************************************************************

/* 1. Home
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
	
.column{
	float:left;
}
	.column.left{
		width:650px;
	}
	.column.right{
		margin-left:18px;
		width:304px;
	}
	
.content .border img.float_left{
	float:left;
	margin-right:10px;
}

.content .border form input {
	padding:4px;
}
	
	ul.recent_posts{
		margin-bottom:20px;
	}	
		ul.recent_posts li {
			margin-bottom:14px;
		}		
			ul.recent_posts li a{
				font-size:13px;
				font-family:georgia;
				color:#747679;
			}
	
.comment{
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
}
	.comment .content{
		float:left;
		width:140px;
		padding-left:0px;
		background:none;
	}
		.comment .content h3{
			margin:0px;
		}


.row .main_col {
	float:left;
	width:325px;
}

.row .main_col table{
	margin-top:12px;
	margin-bottom:12px;
}

	.row .main_col table td{
		padding:5px;
	}
	
.row .side_col{
	float:right;
	width:250px;
}

	.row .side_col form{
		margin-left:20px;
		margin-bottom:24px;
	}
.slider_rail {
position: relative;
height: 10px;
background-color:White;
border:solid 1px #aaaaaa;
width:90px;    
float:left; 
}


.slider_handle 
{
position: relative;	
height: 20px;
width: 10px;
margin-top:-4px; 
}

.slider_label
{
 color:Black;	
} 

.sliderdiv
{
width:100%; 
height:auto; 
float:left;
border:0; 
margin-top:10px;	
}

.Slider1
{
	float:left; 
	width:100%;
	height:auto; 
	margin-bottom:10px;
}
.UcLostPetAlert
{
	border:0;
	float:left;
	height:auto;
	width:100%;
	clear:both;
	position:relative; 
	margin-bottom:10px;
}


