/* @group reset */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
/* @end */

/* @group layout */

body {
	width: 100%;
	font: 16px/24px "lucida grande", verdana, helvetica, arial, sans-serif;
	background: #ffffff;
	color: #000000;
}

#page {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
}

#header {
	top: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
}

#content {
	float: left;
	width: 616px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
}

#aside {
	float: right;
	width: 300px;
	margin-top: 0px;
}

#footer {
	float: left;
	clear: both;
	width: 960px;
	text-align: center;
	padding-top: 50px;
	padding-left: 150px;
	padding-right: 150px;
	padding-bottom: 30px;
	margin-left: -150px;
	margin-bottom: 50px;
}

.tagline {
	float:right;
	margin-top: 24px;
	margin-right: 0px;
}

/* @end */

/* @group typography */

/* @group general */

h3 {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

h4 {
	font-size: 1.1em;
	line-height: 1.363em;
	margin-top: 1.363em;
	margin-bottom: 1.363em;
}

h5 {
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h6 {
	font-size: .9em;
	line-height: 1.666em;
	margin-top: 1.666em;
	margin-bottom: 1.666em;
}

small {
	font-size: .9em;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote {
	/*lets reset this for now*/
	margin: 0;
	padding: 0;
}

blink {
	/* incase cory gets a bright idea */
	visibility: hidden;
}

/* @end */

/* @group #header */

#header h1 {
	font-size: 30px;
		
}
#header h2 {
	font-size: 24px;
	color: #333333;	
}
#header p {
	font-size: 16px;
	color: #333333;
}

#header p.skinny {
	width: 60%;
}
/* @end */

/* @group #aside */

#aside h2 {
	font-size: 18px;
	margin-bottom: 32px;
	padding: 4px;
	color: #333;
}
#aside h3 {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 0;
}
#aside p {
	font-size: 14px;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 16px;
}

#aside a {
	color: #0069aa;	
}

#aside ul {
	margin-bottom: 32px;
}
#aside ul li {
	line-height: 2em;
	padding-left: 8px;
	padding-right: 8px;
}
/* @end */

/* @group #content */

#content h2 {
	font-size: 18px;
	margin-bottom: 8px;
	color: #333;
}

#content h3 {
	font-size: 16px;
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0;
}

#content p {
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 16px;
}

#listings p {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

#listings ul {
	margin-bottom: 32px;
}

#listings li {
	line-height: 2em;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;

}

#listings li.even {
	background-color: #eee;
}
#listings li.odd {
	background-color: #fff;
}
#content a, #listings li a, #footer a {
	color: #0069aa;
	text-decoration: none;
}

/* @end */

/* @end */

/* @group Search Box */

#searchbox {
	text-align: center;
	margin-top: 24px;
	padding: 24px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.biginput {
	padding: 5px;
	width: 400px;
}

#searchbox a {
	color: #0069aa;	
}

/* @end */

.highlight {
	background-color: #fffceb;
}

/* @group Job Post Banner */
#postjob {
	background-color: #fffceb;
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 24px;
}
#postjob h2 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 8px;
	color: #333;
}
#postjob h3 {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 4px;
	padding: 0;
}
#postjob p {
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}

#postjob a {
	color: #0069aa;	
}



/* @end */

/* @group Job Listing */

.breadcrumb {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 4px;
}

.related_jobs li {
	list-style: none;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

.related_jobs, .related_jobs li {
	list-style: none;
	padding: 0px;
	margin: 8px 0px;
}

.viewall {
	font-size: 14px;
	float: right;
}

ul.category-list {
	padding-bottom: 16px;
	margin-top: 0px;
}

/* @end */

/* @group sponsorship */

.advertisment, .sponsorship {
	font-size: .65em;
	color: #999;
	text-align: center;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.sponsorus {
	font-size: .6em;
	color: #999;
	text-align: left;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

/* @end */

/* @group Forms */

#content form p label {
	width: 130px;
	float: left;
	text-align: left;
	margin-right: 2em;
	display: block
}

#content form p input, select {
	width: 250px;
}

.errorlist, .error {
	color: red;
	padding: 0;
	margin: 0;
	border: 0px;
}

.success {
	color: green;
}

.errorlist li {
	border: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}


#preview {
	border-bottom: 1px solid #ccc;
	padding: 8px;
}


#content form ul li {
	margin-left: 16px;
	list-style-type: none;
	margin-bottom: 1.5em;
	font-size: 1em;

/* 16px */
	line-height: 1.5em;

/* 24px */
	margin-left: 2px;
}


/* @end */




