/* Copyright (C) OSMiUM PTY LTD */

@import url(../warp/css/base.css);
/* New style-related Base Values
----------------------------------------------------------------------------------------------------*/

@font-face {
 font-family: 'OpenSansLight';
 src: url('../fonts/OpenSans-Light-webfont.eot');
 src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Light-webfont.woff') format('woff'),  url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),  url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	font: normal 14px/22px Arial, Helvetica, sans-serif;
	color: #5b5c5e;
}
body, .searchbox input {
	font-family: 'OpenSansLight'!important;
}
select, input, textarea, button {
	font-family: 'OpenSansLight'!important;
}
h1, h2, h3, h4, h5, h6, blockquote.color, #system .item > header time {
}
h2 {
	font-size:22px !important;
	font-family:Myriad Pro !important;
	font-style:italic !important
}
blockquote {
	font-family: "Times New Roman", Times, serif !important;
	font-style: italic !important;
	color:#5b5c5e !important
}
a:hover {
	color: #434343;
}
em, code {
	color: #999;
}
.outer .mod-transparent em, .outer .mod-transparent code {
	color: #434343;
}
.outer .mod-transparent em.box {
	color: #fff;
}
ins, mark {
	background-color: #ffa;
}
mark {
	color: #434343;
}
hr {
	border-top-color: #ddd;
}
pre {
	border: 1px solid #ddd;
	background: #fafafa;
}

::-moz-selection {
color: #fff;
}
::selection {
color: #fff;
}
small {
	display: inline-block;
	line-height: 12px;
}


/* Useful Snippets
----------------------------------------------------------------------------------------------------*/
