@charset "UTF-8";
/* CSS Document */

/* The purpose of this document is to set the style of the FACEBOOK FAN WIDGET. All OTHER MODULES are defined on alternate style sheets */

.page_stream, #stream_content, div.full_widget, div.fan_box {
	background: url('http://www.joshsneed.com/templates/josh_sneed/images/modbrown.jpg') repeat;
     background-color: #634221;
	  color: #634221;
	
}

div.fan_box {
	  margin-left: 20px;
	  width: 100%;
	  border: 1px solid #fff;
}

div.connections {
	width: 100%;
}

.fan_box .full_widget .connect_top, .UIStory, .UIIntentionalStory, div.page_stream .UIIntentionalStory   {
	background: url('http://www.joshsneed.com/templates/josh_sneed/images/modbrown.jpg') repeat;
     background-color: #634221;
	 color: #634221;
	 background-repeat: repeat;
    background-attachment: fixed;
background-position: 0% 0%;
border:none;
}

#facebook {
	color: #600;
}

#facebook a, div.name_block a, div.page_stream a {
    color: #ffff99;
   margin: 0px;
   font-weight: bolder;
   }
   
   
div.page_stream a:hover {
   color: #cccc99;
   }
   
   #facebook h3, div.page_stream h3 {
	   color: #fff;
   }
   
   div.connections {
	   color: #fff;
	   border: none;
   }
   
  div.full_widget {
	  border-left: none;
	  border-right: none;
  }
  
  

