
/*---------DON'T DELETE THIS! CLEARFIX! ---------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
 .clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
	
textarea{
	resize:none;
	}
	
/*-----------END CLEARFIX----------*/

body {
	background: #f2dd8c url(../media/images/bg.gif);
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#container{
	margin:auto;
	
	width:990px;
	}

#header{
	width:100%;
	background-image:url(../media/images/header_bg.png);
	
	}
.clink{
	font-size:10px;
	text-decoration:none;
	color:#56080f;
	}
	
#col_sect{
	width:100%;
	background-image:url(../media/images/soarky_bg.jpg);
	}
.date{
	color:#000000;
	font-size:14px;
	}
	
#full_w{
	width:100%;
	margin-top:30px;
	}
	
#right_col{
	float:right;
	width:48%;
	}

#my_company{
	float:left;
	margin-left:30px;
	width:280px;
	margin-top:100px;
	color:#56080f;
	}
	
#left_col{
	float:left;
	width:48%;
	text-align:left;
	
	}
	
#deets{
	/*float:left;*/
	padding-top:30px;
	clear:both;
	text-align:left;
	
}

#comments{
	float:left;
	width:400px;
	text-align:left;
	margin-left:30px;
	}

#adopt{
	/*height:374px;
	width:334px;*/
	margin-top:30px;
	margin-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	}

#adopt_pic{
	padding-top:13px;
	}

#blog{
	width:100%;
	margin-bottom:0px;
	}
	
/*----rss feed code------*/
.labelfield{ /*CSS for label field in general*/
color:black;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:black;
font-size: 90%;
}

#example1 li{ /*CSS specific to demo 1*/
margin-bottom: 0px;
}

#example4 li{ /*CSS specific to demo 1*/
margin-bottom: 0px;
}

#example2 div{ /*CSS specific to demo 2*/
margin-bottom: 0px;
}

#example2 div a{ /*CSS specific to demo 2*/
text-decoration: none;
}

#example3 a{ /*CSS specific to demo 3*/
color:#336666;
text-decoration: none;
font-weight: bold;
font-size:16px;
}

#example3 p{ /*CSS specific to demo 3*/
margin-bottom: 0px;
}

p a {color:#336666; text-decoration:none;}

code{ /*CSS for insructions*/
color: black;
}

ul{
	list-style-type:none;
	}
	
.center {text-align:center;}	
#mission{
	background:url(../media/images/heart_bg.gif) no-repeat;
	}