/*
Theme Name: MidwellSearch
Theme URI: http://midwellsearch.com/
Author: Patrick Bruno - www.patrickbruno.com

*/


/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
.hidethis, .important { position:absolute; left:-9999px; }
.alignright { float:right; margin: 0px 6px 12px 12px; }
.alignleft { float:left; margin: 0px 12px 12px 6px; }
blockquote p { display:block; width: 160px; padding: 18px !important; margin: 12px !important; float: right; color: #996; border-top: dotted 9px #CC9; border-bottom: dotted 9px #cc9; text-align: center; font-family: Perpetua, Georgia, "Times New Roman", Times, serif !important; font-size: 24px !important; font-style:italic; }

/* Layout
-------------------------------------------------------------- */

body {
	background-image:url(../images/yr-body-bg1.jpg);
	background-repeat: repeat-x;
	background-color: #e0e0e0;
	font-family: "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;

}
#wrapper { width: 1010px; margin: 0px auto 0px auto; }
#header { 
	width: 1010px; 
	height: 131px;
	background-image: url(../images/yr-header-bg1.jpg);
	background-repeat:no-repeat;
}
#maincontent {
	width: 1010px;
	/*height: 348px;*/
	height: 267px;
	background-image: url(../images/yr-maincontent-bg1.jpg);
	background-repeat:no-repeat;
	background-color:#333;
	color:#999;
}
#maincontent-home {
	width: 1010px;
	height: 550px;
	position:relative;
	background-image: url(../images/yr-maincontent-home-bg1.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:#fff;
}
#maincontent-home.contactpage {
	background-image: url(../images/yr-maincontent-contact-bg1.jpg);
	background-repeat:no-repeat;
}
#home-description {
	position:absolute;
	top: 96px;
	left: 48px;
	width: 430px;
	height:360px;
	color: #757575;
	text-align:justify;
	font-size:14px;
	line-height:20px;
}
#home-description p { margin-bottom: 12px; }
#home-description h4 { font-size: 20px; color:#C60; }
#contactbox {
	position:absolute;
	left: 560px;
	top: 32px;
	padding:12px;
	width:384px;
	height:356px;
}
#contactbox a.jobseekers, #contactbox a.employers { 
	display: block;
	width:420px;
	height:90px;
	position: relative;
	top: 40px;
	left:-25px;
	margin-bottom: 64px;
}
#contactbox textarea, #contactbox input { 
	font-family: Tahoma, Geneva, sans-serif;
	border: solid 1px #ccc;
	width:267px;
	height:27px;
	padding: 4px;
	margin-bottom: 6px;
	background-image:url(../images/midwell-input-bg1.png);
	background-repeat:repeat-x;
}
#contactbox textarea {
	font-size: 14px;
	width: 325px;
	height: 110px;
}
input#submitbutton { padding:0px; width:242px; height:49px; margin-left: 40px; border: none; }
#loading-ani { display:none; margin-left: 160px; margin-top: 40px; }
#response h3 { color:#999; font-size: 14px; line-height:20px; }
#response h3 a { display: block; color:#999; font-weight:bold; }
#footer {
	width: 1010px;
	height: 190px;
	padding-top: 60px;
	padding-bottom: 24px;
	text-align: center;
	background-image: url(../images/yr-footer-bg1.jpg);
	background-repeat:no-repeat;

}
#footer a { color: #666; }
span.footer-message { font-size: 12px; color: #757575; }