/*  
Theme Name: Shlog theme
Theme URI: http://smartshopping.net/
Description: The theme for Sandra Phillips' smart shopping blog
Version: 1.0
Author: Brandon Posner
Author URI: http://thepos.kicks-ass.net/

*/

body, p, h1, div{
  margin: 0;
}

p{
  margin-top: 1em;
}

body {
  background-color:#FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
}

a {
  font-size:12px;
  color:#EF8721;
  text-decoration:none;
}
	
a:hover {
  font-size:12px;
  color:#D6681E;
  text-decoration:underline;
}

#main { 
  width:850px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:70px;;
  background: url("images/SSMfooter.jpg") bottom no-repeat;
}

#banner {
  /*height:350px;*/
  background: url("images/SSMbanner1.jpg") no-repeat;
}

#maintitle {
  border-bottom:1px solid #cccccc;
  padding-top: 30px;
  font-size:16px;
  font-weight:bold;
}

#maintitle a{
  color:#EF8721;
  font-size:18px;
}

#maintitle a:hover{
  color:orange;
  font-size:18px;
  text-decoration:none;
}

#maintitle span {
  padding-left: 1em;
  font-size:10px;
  color: gray;
}

#spacer1 {
  margin-left: 150px;
  padding-left: 50px;
}

#leftsidebar {
  position: absolute;
  top: 65px;
}


#leftsidebar .item {
  margin-top: 5px;
  margin-bottom: 5px;
}

#leftsidebar form{
  text-align:center;
  margin:5px;
}

#departments {
    text-align:right;
    margin-bottom:80px;
	width: 150px;
}

.dept {
    position:relative;
    padding:4px;
}

.dept a {
    font-weight:bold;
    font-size:13px;
    color: black;
}

.dept a:hover {
    color:#EF8721;
}

#d1 { left:70px; }
#d2 { left:55px; }
#d3 { left:40px; }
#d4 { left:25px; }
#d5 { left:15px; }
#d6 { left:10px; }
#d7 { left:5px; }
#d8 { left:0px; }
#d9 { left:0px; }

#sidemenu h2 {
  background:url("images/navbar_header.jpg") no-repeat;
  width:150px;
  height:22px;
  font-family:Arial, Helvetica, sans-serif;
  color:#000000;
  text-align: center;
  font-size:12px;
  font-weight: bold;
  padding: 2px 0 0 0;
  margin:0;
}

#topstuff {
  padding-top: 175px;
  padding-right: 5px;
  text-align: right;
  font-size: 10px;
}

#topstuff #topspace {
  margin-top: 10px;
}

#topmenu {
  font-size:12px;
  color:#CCCCCC;
  font-weight:bold;
}

#topmenu a{
  font-size:12px;
  color:#000000;
  font-weight:normal;
}

#topmenu a:hover{
  font-size: 12px;
  color: #EF8721;
  font-weight: normal;
  text-decoration: none;
}

hr {
  border:0;
  background: #BBB;
  height: 1px;
}

#sidemenu {
  list-style:none;
  padding:0;
  margin:0;
}

#sidemenu ul{
  margin-bottom: 10px;
}

#books {
  list-style:none;
  padding:10px;
  margin: 0;
}

#books img{
  border: 0;
}

#feeds {
  list-style-type:none;
  margin:0;
  padding-left: 2em;
}

.post .title a {
  text-decoration: none;
  color:#EF8721;
}

.post .title a:hover {
  color:orange;
}

.post .title {
  border-bottom:1px solid #cccccc;
  color:#EF8721;
  font-size:12px;
  font-weight:bold;
  margin:2em 0 0;
}

.post .date {
  font-size:9px;
  color:gray;
}

.post .body {
  margin: 5px 0 10px 0;
  text-align: justify;
  padding-right: 50px;
}

.postmetadata {
  font-size:10px;
  margin-left:3em;
}

.postmetadata a, .postmetadata a:hover {
  font-size:10px;
}

/* Comments page*/
#comment {
  width: 600px;
}

.commentlist li{
  margin-right: 2em;
}
.commentlist p {
  margin:1em 0 1em 0;
}

.commentlist .alt {
  background: #EEE
}