/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/* subscription box */
#subs_box {  margin-bottom: 2em; background: #FFF; }
	#subs_box #social { font-size: 14px; line-height: auto; padding: 0.308em 0; float: left; }
		#subs_box #social { font-size: 15px; line-height: 1.385em; padding: 0.308em 0; float: left; }
		#subs_box #social a { display: block; padding: 0.462em 0.769em; color: #666; text-decoration: none; }
		#subs_box #social a:hover { text-decoration: underline; }
			#subs_box #social a img { display: block; width: 50px; height: 50px; margin-right: 0.615em; float: left; }
			#subs_box #social a text { padding-top: 2px;  }
		 	#subs_box #social a span { display: block; font-size: 1em; margin-top: 3px; line-height: auto; text-transform: uppercase; letter-spacing: 1px; color: #111; }

/* About Section on Homepage */

.custom .about {
  clear: both;
}

.custom .about img {
  float: left; margin-right: 5px; border: solid 2px #F1F1F1
}

.custom .about-container {
  float: left;
  width: 450px;
  border: solid 2px #F1F1F1;
  padding: 10px;
  background-color: #FFF;
  margin-bottom: 10px;
}

.custom .about-container ul{
  margin-left: 20px;
  list-style-type: square;
}

.custom .about-container a
{
  text-decoration: underline;
}

.custom .about-left {
  margin-right: 10px;
}

.custom .about-right {

}

.custom .about-info {

}






