/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 25px;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:-0.7px;
}

h2 {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 22px;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:-0.7px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-size: 20px;
	font-weight:normal;
	margin-bottom:10px;
	letter-spacing:-0.7px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* Heading Colors */
.orange{color:#ff8400}
.black-1{color:#343434}
.blue{color:#0188ce}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
}
p {margin-bottom:20px;}

.wantedname{
	font-size:16px;
	font-weight:bold;
}
.textcenter{
	text-align:center;
}

input[type=text],textarea { background:#fff url(../images/bg-input-text.jpg) repeat-x left top; }
input[type=image] {background:none; border:none;}
