/*	  
Theme Name: Picture Show
Theme URI: http://fthrwght.com
*/

/*	Custom Icons: http://keyamoon.com/icomoon/app/
-------------------------------------------------------------- */
@font-face { font-family: 'stare-icons';
	src: url('fonts/stare-icons.eot');
	src: url('fonts/stare-icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/stare-icons.svg#stare-icons') format('svg'),
		url('fonts/stare-icons.woff') format('woff'),
		url('fonts/stare-icons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before { font-family: 'stare-icons'; content: attr(data-icon); speak: none; }

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, 
[class*=" icon-"]:before { font-family: 'stare-icons'; font-style: normal; speak: none; padding: 0 5px; }

.icon-google-plus:before { content: "\e000"; }
.icon-facebook:before { content: "\e001"; }
.icon-twitter:before { content: "\e002"; }
.icon-comment:before { content: "\275b"; }
.icon-category:before,
.icon-bookmark:before { content: "\2691"; }
.icon-write:before { content: "\270e"; }
.icon-heart:before { content: "\2665"; }
.icon-triangle:before { content: "\25c2"; }
.icon-triangle-2:before { content: "\25b8"; }
.icon-arrow:before { content: "\2190"; }
/* Move right arrows to the right side of the element */
.icon-arrow-2:after { content: "\2192"; font-family: 'stare-icons'; font-style: normal; speak: none; display: block; padding: 0 5px;}
.icon-wordpress:before { content: "\e003"; }

