/*
::Table Of Content
2.) Fontface
2.) Global TypoGraphy
3.) Site Wide Content

-------------------------------------*/

/*
1.) Fontface
-------------------------------------*/

/*
2.) Global TypoGraphy
-------------------------------------*/

body {
	font-family: 'Titillium Web', sans-serif;
	color: rgb(65,65,65);
	font-size: 100%;
}

h2 {
	font-size: 2.9em;
	color: #0053a9;
	margin-top: 0px;
	font-weight:600;
}
h3 {
	font-size:2.6em;
	margin: 0 0 18px;
	font-weight: 600;
}
h4 {
	font-size:2.4em;
	margin: 0 0 8px;
	font-weight: 600;
	color: #00468d;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	font-size: 1.2em;
	line-height:1.2;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	width: 100%
}
table td {
	color: #242157;
	text-align: left;
	padding: 8px 0
}
.arrow-down {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #00aa90;
}
/*
3.) Site Wide Content
-------------------------------------*/
.container {
	max-width: 1137px;
	width: 100%
}
.search-box .btn, .search-box .form-control, .see-all .btn, .suggest h3, .task-section h1, .comment-box textarea, .profile .nav-btn {
	font-family: 'Droid Sans', sans-serif;
}
.bid-btn em {
	font-family: 'vag_roundedbold';
}
.seeProfile {
	font-family: 'hand_of_seanregular';
}
.location, .social li a {
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
}
#wrapper {
	height: auto;
	margin: 0 auto;
}
html, body {
	height: 100%;
}
input[type="submit"]{background: #EC008C;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#EC008C), to(#fa23a3));
background: -webkit-linear-gradient(#EC008C, #fa23a3);
background: -moz-linear-gradient(#EC008C, #fa23a3);
background: -ms-linear-gradient(#EC008C, #fa23a3);
background: -o-linear-gradient(#EC008C, #fa23a3);
background: linear-gradient(#EC008C, #fa23a3);
-pie-background: linear-gradient(#EC008C, #fa23a3);
border:none; font-size: 1.8em; color: #fff; line-height: 1.8;
font-family: 'Titillium Web', sans-serif; font-weight: 600;


