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

*/

/* Social Media Icons */

ul#social {
  position: relative;
  top: 30px;
  list-style: none;
  margin: 0;
  float: right;
}

  ul#social li {
    float: left;
    display: block;
    margin-left: 1em;
  }
    
    ul#social li.icon a {
      display: block;
      width: 48px;
      height: 48px;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      text-indent: -9999px;
    }
      
      ul#social li.facebook a { background-image: url("images/facebook.png"); }
      ul#social li.twitter a { background-image: url("images/twitter.png"); }
      ul#social li.youtube a { background-image: url("images/youtube.png"); }

/* Mailpress widget */

div.widget_mailpress .MailPress {
	margin:10px 0;
}

div.widget_mailpress .mp-container {
}

div.widget_mailpress .mp-formdiv {
}

div.widget_mailpress input {
	margin:0 0 10px;
}

	.MailPressFormEmail {
		width:308px;
	}
	
	.MailPressFormName {
		width:308px;
	}
	
	#mp-urlsubmgt {
		text-align:right;
	}

.addtoany_list { float:right; }