/*
  demention GearBox HTML Template  - fonts CSS
  _____________________________________________
  import fonts from google
	-Droid Sans
	-Droid Sans bold
	-Droid Serif
*/

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif);


	/*here we style elements using the fonts we've imported */


	/*fontface-1*/
	body,
	button,
	input, textarea, select,option,optgroup,
	.widget .title, 
	.section-title,
	.fontface,.post-info,

	.title-format-1,
	#page .title-format-1,
	.fontface-1,
	#page .fontface-1{
		font-family:'Droid Sans', sans-serif !important; 
		font-style:normal;
	}



	/*fontface-2*/
	.title-format-2,
	.post .title,
	.recent-posts li .title,
	.dropcap,
	.pricing.box .price,
	h1,h2,h3,h4,h5,h6, 
	.demention-caption .title,
	
	.title-format-2,
	#page .title-format-2,
	.fontface-2,
	#page .fontface-2 {
		font-family:'Droid Serif', serif !important;
		font-style:normal;
		font-weight:normal;	
	}



	/*fontface-3*/
	.sub-title,
	thead,
	#page-header .title,#page-header .sub,
	.accordion .header,.tabbed .tabs ,
	.success .title,.info .title,.alert .title,.error .title,.notes .title,
	blockquote,
	.pricing.box .title, .pricing.box .price small,
	.flex-direction-nav a,
	.comment .name,
	.twitterStatus,

	.title-format-3,
	#page .title-format-3,
	.fontface-3	,
	#page .fontface-3 {
		font-family:georgia, serif !important;
		font-weight:normal;	
	}