/* @override http://staging.rejila.com.au/stylesheets/site.pages.css */

/* -- Rules for specific pages (or templates) in the site -- */


/* -- Home Page -- */

body#home #masthead {
  background: url(../images/pages-home/bg.masthead.png) no-repeat;
  height: 267px;
  position: relative;
  width: 960px;
}

body#home #masthead-screenshot {
  display: block;
  float: right;
  right: 165px;
  position: absolute;
  top: -40px;
}

body#home #masthead-register {
  background: url(../images/pages-home/bg.masthead-register.png) no-repeat;
  height: 52px;
  width: 272px;
  left: 119px;
  top: 103px;
  position: absolute;
}

body#home #masthead-register:hover {
  background-position: 0 -52px;
}

body#home #content .content-pad {
  padding: 0 20px 0 170px;
}

body#home ul.features li {
  float: left;
  width: 280px;
  margin-right: 0px;
}

body#home ul.features li.rt {
  width: 340px;
}

body#home #content {
  padding-top: 0;
  float: none;
  width: auto;
}

body#home .widget {
  float: left;
}

body#home #widget-twitter {
  width: 290px;
  margin-right: 22px;
}

body#home #widget-rss {
  width: 295px;
	margin-right: 20px;
}

body#home #content #content-pad-widgets {
  padding-right: 20px;
}

body#home #wrap-footer-bg { 
  padding-top: 40px;
}

/* -- Content Template -- */

body.content #content {

}



/* -- Register Page -- */

body#register form .panel {
  float: left;
}
   
body#register #first-name,
body#register #last-name,
body#register #phone {
  width: 200px;
}

body#register #email {
  width: 422px;
}

body#register #company {
  width: 200px;
}


/* -- Contact Us -- */

body#contact-us #name,
body#contact-us #company,
body#contact-us #contact_phone {
  width: 200px;
}

body#contact-us #message {
  width: 500px;
  height: 100px;
}


/* -- FAQ -- */

body#faq dt {
  font-weight: bold;
  font-size: 20px;
  color: #279CD3;
  line-height: 26px;
  background: url(../images/pages-faq/bg.dt.jpg) no-repeat;
  padding-left: 32px;
  margin-top: 10px;
  margin-bottom: 10px;
}

body#faq dd {
  color: #333;
  line-height: 1.6em;
  font-size: 12px;
  padding-bottom: 5px;
  background: url(../images/bg.panel-divider.gif) repeat-x bottom left;
  margin-bottom: 10px;
}


