@font-face {
	font-family: 'xtypofont';
	src:url('assets/fonts/xtypofont.eot');
	src:url('assets/fonts/xtypofont.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/xtypofont.svg#xtypofont') format('svg'),
		url('assets/fonts/xtypofont.woff') format('woff'),
		url('assets/fonts/xtypofont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="iconxt-"]:before, [class*=" iconxt-"]:before {
	font-family: 'xtypofont';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
/*@group Notification box */
.xtypo-alert,
.xtypo_info,
.xtypo_warning,
.xtypo_sticky,
.xtypo_feed,
.xtypo_download {
	border-radius: 4px;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: block;
	line-height: 20px;
	padding: 1em 1em 1em 3em;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
	position: relative;
}
	.xtypo-alert .iconxt-alert:before,
	.xtypo_info .iconxt-info:before,
	.xtypo_warning .iconxt-warning:before,
	.xtypo_sticky .iconxt-sticky:before,
	.xtypo_feed .iconxt-feed:before,
	.xtypo_download .iconxt-download:before {
		position: absolute;
		margin-left: -2em;
	}
.xtypo-alert {
	background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
	.xtypo-alert .iconxt-alert:before {
		content: "\e006";
	}
.xtypo_info {
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
	.xtypo_info .iconxt-info:before {
		content: "\e001";
	}
.xtypo_warning {
	background-color: #DA4F49;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
	.xtypo_warning .iconxt-warning:before {
		content: "\e000";
	}
.xtypo_sticky {
	background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
	.xtypo_sticky .iconxt-sticky:before {
		content: "\e002";		
	}
.xtypo_feed {
	background-color: #5BB75B;
	background-image: linear-gradient(to bottom, #62C462, #51A351);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
	.xtypo_feed .iconxt-feed:before {
		content: "\e003";
		
	}
.xtypo_download {
	background-color: #006DCC;
	background-image: linear-gradient(to bottom, #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
	.xtypo_download .iconxt-download:before {
		content: "\e005";
	}
/*@end */
/*@group Blockquote */
.xtypo_quote,
.xtypo_quote_left,
.xtypo_quote_right {
	border-left: 5px solid #EEEEEE;
	font-size: 1.3em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 15px 0;
    color: #999;
	padding: 0;
}
	.xtypo_quote small,
	.xtypo_quote_left small,
	.xtypo_quote_right small{
		font-size: 85%;
		display: block;
	    line-height: 20px;
	    color: #ccc;
	    margin: 1.1em 0 ;
	}
		.xtypo_quote_right small {
			text-align: right;
		}
.xtypo_quote_right {
	border: none;
	border-right: 5px solid #EEEEEE;
}
.xtypo_quote {}
	.xtypo_quote p {
		padding: 0 0 0 1em;
		}
.xtypo_quote_left {
	float: left;
	width: 50%;
}
	.xtypo_quote_left p {
		padding: 0 1em 0 1em;
	}
.xtypo_quote_right {
	float: right;
	width: 50%;
}
	.xtypo_quote_right p {
		text-align: right;
		padding: 0 1em 0 1em
	}
/*@end */
/*@group Button */
.xtypo_button1,
.xtypo_button2,
.xtypo_button3 {
	display: inline-block!important;
	margin-right: 0.5em;
}
.xtypo_button1 a ,
.xtypo_button2 a ,
.xtypo_button3 a  {
	border-radius: 4px;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	display: inline-block;
	line-height: 20px;
	margin-bottom: 0.5em;
	padding: 4px 12px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.xtypo_button1 a {
	background-color: #006DCC;
	background-image: linear-gradient(to bottom, #0088CC, #0044CC);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
	.xtypo_button1 a:hover {
		background: #0044CC!important;
	}
.xtypo_button2 a {
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333!important;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;	
}
	.xtypo_button2 a:hover {
		background: #EDEDED!important;
	}
.xtypo_button3 a {
	background-color: #DA4F49;
	background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF!important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);	
}
	.xtypo_button3 a:hover {
		background: #C43C35!important;
	}
/*@end */
/*@group Rounded Box */
.xtypo_rounded1,
.xtypo_rounded1_left,
.xtypo_rounded1_right {
	border-radius: 4px;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	padding: 1em 1.5em;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	margin: 10px 0;
}
.xtypo_rounded1_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded1_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded2 ,
.xtypo_rounded2_left,
.xtypo_rounded2_right {
	border-radius: 4px;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #333333;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	display: block;
	padding: 1em 1.5em;
	margin: 10px 0;
}
.xtypo_rounded2_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded2_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded3,
.xtypo_rounded3_left,
.xtypo_rounded3_right {
	border-radius: 4px;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	background-color: #49AFCD;
	background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	padding: 1em 1.5em;
	margin: 10px 0;
}
.xtypo_rounded3_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded3_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
.xtypo_rounded4,
.xtypo_rounded4_left,
.xtypo_rounded4_right {
	border-radius: 4px;
	border-image: none;
	border-style: solid;
	border-width: 1px;
	background-color: #FAA732;
	background-image: linear-gradient(to bottom, #FBB450, #F89406);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	display: block;
	padding: 1em 1.5em;
	margin: 10px 0;
	}
.xtypo_rounded4_left {
	width: 50%;
	float: left;
	margin: 20px 20px 20px 0;
}
.xtypo_rounded4_right {
	width: 50%;
	float: right;
	margin: 20px 0 20px 20px;
}
/*@end */
/*@group List */
.xtypo_list ul,
.xtypo_list_left ul,
.xtypo_list_right ul,
.xtypo_list ol,
.xtypo_list_left ol,
.xtypo_list_right ol{
	border: 1px solid #ddd!important;
	margin: 10px 0!important;
	border-radius: 4px!important;
	padding: 0!important;
}
	.xtypo_list ol,
	.xtypo_list_left ol,
	.xtypo_list_right ol{
		padding-left: 40px!important;
	}
	.xtypo_list ul li,
	.xtypo_list_left ul li,
	.xtypo_list_right ul li,
	.xtypo_list ol li,
	.xtypo_list_left ol li,
	.xtypo_list_right ol li {
		list-style: none!important;
		padding: 5px 10px!important;
		margin: 0!important;
		border-bottom: 1px solid #ddd!important;
		line-height: 180%;
	}	
	.xtypo_list ol li,
	.xtypo_list_left ol li,
	.xtypo_list_right ol li {
		list-style: decimal!important;	
	}
		.xtypo_list ul li:hover,
		.xtypo_list_left ul li:hover,
		.xtypo_list_right ul li:hover,
		.xtypo_list ol li:hover,
		.xtypo_list_left ol li:hover,
		.xtypo_list_right ol li:hover {
			background: #EEE!important;
		}
		.xtypo_list ul li:last-child,
		.xtypo_list_left ul li:last-child,
		.xtypo_list_right ul li:last-child,
		.xtypo_list ol li:last-child,
		.xtypo_list_left ol li:last-child,
		.xtypo_list_right ol li:last-child {
			border: none!important;
		}
.xtypo_list_left {
	float: left;
	width: 50%;
	margin-right: 20px;
}
.xtypo_list_right {
	float: right;
	width: 50%;
	margin-left: 20px;
}
/*@end */
/*@group Misc */
.xtypo_code  {
	position: relative;
	padding: 0!important;
	background: none!important;
	border: none!important;
}
	.xtcode {
		border: 1px solid #E1E1E8;
		display: block;
		padding: 0!important;
		background-color: #FBFBFC;
		margin: 20px auto!important;
		position: relative;
		padding: 20px;
		border-radius: 4px;
	}
	.xtcode ol {
		margin: 0!important;
		padding: 0!important;
	}
	.xtcode { counter-reset: li; }
	.xtcode li
	{
		color: #D8C2C5;
		font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
		padding: 0.2em 1em!important;
		margin: 0 0 0 4em!important;
		list-style:decimal!important;
	}
		.xtcode li span {
			color: #1E347B;
		}
	.xtcode li:first-child {
		padding: 10px 6px 3px 6px!important;
	}
	.xtcode li:nth-last-child(1) {
		padding: 3px 6px 10px 6px!important;
	}
	.xtcode li:empty { display: none; }
	.xtcode li:nth-child(odd) { background: #F7F7F9; border-left: 1px solid #E1E1E8;
	}
	.xtcode li:nth-child(even) { background: #F7F7F9; border-left: 1px solid #E1E1E8;
	}
	.xtcode .odd { }
	.xtcode .even { }
	.xtcode li:hover,
	.xtcode li:hover span {
		color: #111;
		background: #fff;
	}		
.xtypo_dropcap {
	float: left;
	color: #999;
	font-size: 75px;
	line-height: 60px;
	padding: 8px;
	margin: 0 10px 5px 0;
	border-radius: 4px;
}
/*@end */