
/* ============================ */
/* =   @ Default Type Faces   = */
/* ============================ */

	/* Primary Font Style */
	body, .font1, .font-primary, .commentlist, input{ 
		font-family: 'Open Sans', sans-serif; 
	}
	
	/* Header Font Style */	
	h1, h2, h3, h4, h5, h6, .site-title{
		font-family: 'Montserrat Alternates', sans-serif;
	}

	/* Secondary Font Style */
	.font2, .font-sub, ul.main-nav li a, #secondnav li a, .metabar, .subtext, .subhead, .widget-title, .post-comments, .reply a, .editpage, #pagination .wp-pagenavi, .post-edit-link, #wp-calendar caption, #wp-calendar thead th, .soapbox-links a, .fancybox, .standard-form .admin-links, #featurenav a, .pagelines-blink, .ftitle small, .button, input[type="submit"], input[type="button"], input[type="reset"], .submit{
		font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
	}
	
	input[type="text"], input[type="password"], textarea, #dsq-content textarea{ font-family: "Courier New", Courier, Verdana, sans-serif; }


/* ======================= */
/* =   @ Custom Styles   = */
/* ======================= */

	.wmc_icon {
		margin-left: 10px;
	}

	img.alignnone {
		margin-left: 0px;
		margin-right: 0px;
	}

	.entry_content img {
		border: 1px solid #9296ad;
		border-radius: 5px;
		padding: 3px;
	}

	.wp-smiley {
		border: none !important;
		padding: 0px !important;
	}
	
