/******************************************************************
  Layout: Rockstar! clean and bright!
  Created: Leigh Mackay 
  Date: 23 / 11 / 08 
******************************************************************/

/******************************************************************
 +Overall Colors and Styles
******************************************************************/

body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: white  url(../images/header_bg.png) repeat-x;
}

body, td, th, textarea, input, select, h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}

p, form, h1, h2, h3, h4, h5, h6,  ul, ol {
	margin: 0px;
	padding: 0px;
}

a img { 
  border: none;
}

a:link {
  color: #3878AF;
}
a:visited {
  color: #1C3C55;
}
a:hover {
  color: #CA0074;
}

.clear-fix {
  clear: both;
}

h3 {
  color: black;
  margin-bottom: 5px;
  font-size: 1.4em;
  line-height: 100%;
}

p {
  margin-bottom: 5px;
  font-size: .8em;
}


/******************************************************************
 +Page Skeleton
******************************************************************/

#wrapper {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#header {
  width: 770px;
  height: 100px;
}

#main {
  display: inline;
  width: 554px;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
}

#side-bar {
  width: 204px;
  float: left;
  margin-top: 10px;
}

#footer { 
 font-size: 10px;
 width: 770px;
 height: 20px;
 padding-top: 30px;
 color: #999999;
 clear: both;
 text-align: center;
}

/******************************************************************
 +boxes
******************************************************************/

#search-box {
 border: 1px solid #FFCC00;
 background-color: #FCFEBB;
 margin-bottom: 10px;
 padding: 5px;
}


#employers {
 padding: 5px;
 color: #666666;
}

#jobs{
 margin-top: 5px;
}

#jobs1{
 margin-top: 5px;
}

.job {
  padding: 10px;
}
.job-alternate {
  background-color: #DFEBF4;
  padding: 10px;
}

/******************************************************************
 + styles
******************************************************************/

#side-bar ul {
  margin-left: 5px;	
	margin-top: 10px;
	color: black;
}

#side-bar li {
  list-style-type: none;
	color: #FF7FC8;
	margin-top: 5px;
}

.price {
  font-weight: bold;
  font-size: 1.6em;
  color: #FF7FC8;
}

.rockstar{
  color: #FF7FC8;
}

.location {
  color: #666666;
  font-weight: bold;
}

.at {
  font-size: .7em;
}

.job-link {
  background-image: url(../images/star-icon.gif);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
}

.job-count{
  float: left;
}

.rss {
 float: right;
}

.search-btn {
  width: 49px; 
  height: 47px; 
  float: left;
  border: none;
 }

/******************************************************************
 + forms
******************************************************************/

#main form {
  width: 560px;
	margin-top: 0;
	padding-top: 0;
}

#main form legend {
	font-weight: bold;
	padding: 6px 12px 2px 0px;
	position: relative;
	top: -9px;
	border-bottom: none;
}

#main form fieldset {
  border: none;
	margin-bottom: 5px;
}

#main form fieldset .textfield {
	border: 1px solid #FFCC00;
	width: 300px;
  padding: 3px;
}	

#main form fieldset .select-field {
	border: 1px solid #FFCC00;
  padding: 3px;
}	

#main form fieldset .text-area {
	border: 1px solid #FFCC00;
  padding: 3px;
}	



#main form div{
  margin-bottom: 10px;
  .margin-left: 10px; /* ie 7 */
  _margin-left: 10px; /* ie 6 */

}

#main form label{
  display: block;
  margin-bottom: 3px;
  clear: right;
  font-size: .8em;
}


#main form textarea{
  width: 500px;
}


#main form .button {
  width: 49px;
  height: 47px;
  vertical-align: middle;
  padding-bottom: 15px;
}

#main form .postjob-button {
  width: 204px;
  height: 45px;
  vertical-align: middle;
  padding-bottom: 15px;
}

.error-msg{	
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #CA0074;
}

.error-msg b{	
  color: #CA0074;
}





