/*
THEME NAME: Home
THEME URI: http://blogpress.co.uk/
DESCRIPTION: The homepage theme
VERSION: 0.1
AUTHOR: Caius Durling
AUTHOR URI: http://caius.name
*/

@import url("reset.css");

body {
  background: #034769 url(/wp-content/themes/home/images/bg.gif) repeat-y center;
  color: #000;
  margin: 0;
  padding: 0;
  font: 13px Verdana, Arial, Helvetica, sans-serif;
}

#container {
  width: 660px;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
}

#head {
  width: 700px;
  margin: 0 auto;
  background: #035391 url(/wp-content/themes/home/images/hbg.gif) repeat-x top;
  height: 158px;
}

#head h1 a {
  width: 398px;
  height:124px;
  float: left;
  text-indent:-10000px;
  display:block;
  background: url(/wp-content/themes/home/images/logo.gif) no-repeat;
  margin: 0 0 0 20px;
}

#login {
  width: 245px;
  height: 150px;
  background: #a01818 url(/wp-content/themes/home/images/lbg.gif) no-repeat;
  float: right;
  margin: 11px 20px 0 0;
}

#login p {
  width: 205px;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 15px auto 10px auto;
}

.form {
  width: 100px;
  float: left;
  font-size: 9px;
  color: #ee5b5b;
  font-weight: bold;
}

#username {
  padding: 0 10px 0 20px;
}

.form input {
  height: 1em;
  width: 77px;
}

#rememberme {
  clear: both;
  vertical-align: middle;
  float: left;
  font-size: 10px;
  color: #fff;
  margin: 27px 2px 0 10px;
  width: 120px;
}

  #rememberme input {
    margin-top: 0px;
    width: 20px;
  }

#submit {
  float: right;
  margin: 22px 3px 0 0;
}

html>/**/body #submit, x:-moz-any-link, x:default {
  /* Only FireFox 3 */
  /* HACK */
  margin: 21px 3px 0 0;
}

#about {
  margin: 15px 0 0 0;
  min-height: 250px;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.6em;
  clear: both;
}

  #about strong {
    color: #a01818;
  }
  
  #about a {
    color: #a01818;
  }
  
  #about a:hover {
    color: #0572ae;
  }

#blogs, #tags {
  border-right: 1px solid #cd2424;
}

#whatshot {
  width: 645px;
  height: 215px;
  background: #a01818 url(/wp-content/themes/home/images/hot.gif) no-repeat top;
  margin: 0 0 20px 0;
  padding: 85px 0 0 15px;
  color: #ff9696;
  clear: both;
}

  #whatshot div.first {
    margin-left: 10px;
  }

  #whatshot div {
    width: 30%;
    height: 200px;
    float: left;
    margin-right: 17px;
  }
  
  #whatshot div.last {
    margin-right: 0;
  }
  
  #whatshot div h3 {
    color: #FFDFDF;
    font: 1.8em arial;
    margin-bottom: 0.2em;
  }
  
  #whatshot div ul {
    margin-left: 0.1em;
  }
  
  #whatshot div ul li {
    list-style-type: circle;
    margin-left: 1em;
    line-height: 1.1em;
    padding: 0 0 6px 0;
  }
  
  #whatshot ul li a {
    color: #ff9696;
  }
  
  #whatshot ul li a:hover {
    color: #FFDFDF;
  }

#buttons {
  clear: both;
}


  #buttons h2 a {
    float: left;
    width: 311px;
    height:73px;
    text-indent:-10000px;
    display:block;
    outline: none;
  }

  #buttons h2.directory a {
    margin: 0 38px 20px 0;
    background: url(/wp-content/themes/home/images/dir.gif) no-repeat;
  }

  #buttons h2.create a {
    margin: 0 0 20px 0;
    background: url(/wp-content/themes/home/images/make.gif) no-repeat;
  }


#footer {
  width: 700px;
  height: 56px;
  margin: 0 auto;
  background: #035391 url(/wp-content/themes/home/images/foot.gif) repeat-x bottom;
  color: #fff;
  clear: both;
}

  #footer > p,
  #footer > ul {
    margin-top: 20px;
  }

  #footer p {
    font-size: 1.3em;
    float: left;
    padding: 0 0 5px 20px;
  }

  #footer ul {
    float: right;
	margin-right: 20px;
  }
  
    #footer ul li {
      display: inline;
    }
    
    #footer ul li a {
      color: #fff;
      text-decoration: none;
    }
    
    #footer ul li a:hover {
      color: #c7eaf8;
	text-decoration: underline;
    }
