/*
FILENAME: allstyles.css
PROJECT: theperfectjob.com
DESCRIPTION: Global stylesheet used for the appearance
AUTHOR: Doug McCaughan
CREATION DATE: March 2009
MODIFIED BY/ON:
VARIABLES:
	
*/
/* BEGIN allstyles.css */
body{
	text-align:center;
}
#canvas{
	margin:0 auto;
}
#header, #content, #footer, .contentseparator{
	width:75%;
	margin:0 auto;
}
#content{
	text-align:left;
}
#header{
	border:2px solid #1e90ff;
	margin:10px auto;
	height:116px;
}
#logo{
	width:34%;
	background-color:#1e90ff;
	color:#fff;
	text-align:center;
	font-size:22px;
	line-height:55px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
	height:100%;
}
#logo em{
	font-size:36px;
	font-style:normal;
}
#logo a, #logo a:hover, #logo a:active, #logo a:visited{
	text-decoration:none;
	color:#fff;
}
#tagline{
	color:#1e90ff;
	font-size:16px;
	font-weight:bold;
	line-height:55px;
}
#frm_postjob{
	float:right;
	height:19px;
}
#frm_postjob button{
	height:19px;
	line-height:11px;
}
#footer{
	font-variant: small-caps;
	font-size:12px;
	color:#1e90ff;
}
#footer a, #footer a:hover, #footer a:active, #footer a:visited{
	text-decoration:none;
	color:#1e90ff;
}
button{
	display:block;
	float:right;
	margin-top:28px;
	margin-right:15px;
	border:1px solid #1e90ff;
	background-color:#1e90ff;
	color:#fff;
}
button.opposite{
	float:left;
	margin-left:15px;
}
.clearer{
	clear:both;
	height:.1%;
}
.contentseparator{
	height:1px;
	color:#1e90ff;
	text-align:center;
}
#listingsummaries{
	margin:0 auto;
}
.evenrow{
	background-color:#fff;
}
.oddrow{
	background-color:#fdf5e6;
}
	/* BEGIN Form Styles */
fieldset,legend{
	border:1px solid #1e90ff;
}
legend{
	background-color:#1e90ff;
	color:#fff;
	font-weight:bold;
}
#frm_addeditjob{
	margin-bottom:15px;
}
#frm_addeditjob textarea{
	width:100%;
	height:125px;
}
	/* END Form Styles */
/* END allstyles.css */