/*  
Theme Name: Stopdesign Albums
Theme URI: http://zografis.com/
Description: Based on a design created by Doug Bowman, as interpreted through a ZenPhoto theme.
Version: 0.1
Author: Elaine Nelson
Author URI: http://elainenelson.org/
*/



body {
  background:#ddd url("img/bg_page.jpg") repeat-x 0 0;
  margin:0;
  padding:0;
  font:small Verdana,Sans-serif;
  line-height:1.6em;
  color:#333;
	}


#topbar {
  background:#000 url("img/bg_path.gif");
  width:100%;
  margin:0;
  padding:4px 0 6px;
  border-bottom:3px solid #555;
  font-size:85%;
  line-height:1.6em;
  color:#777;
  text-align:center;
  }
#topbar a {
  font-weight:normal;
  border-color:#777;
  color:#888;
  }

#content {
  margin: 0 auto;
  padding:0px 15px 15px;
  width:720px;
  margin-left:auto;
  margin-right:auto;
  background:#eee;
}

.description { 
  background:url("img/slide_minis.gif") no-repeat 50% 0;
  margin:0 0 8px;
  padding:24px 0 0;
  font-size:85%;
  line-height:1.4em;
  font-family:"Gill Sans","Trebuchet MS",Verdana,Sans-serif;
  font-weight:normal;
  text-transform:uppercase;
  letter-spacing:.2em;
  text-align:center;
  color:#333;
position:relative;
  top:-10px;
  margin-bottom:0;
}


/* =Links
----------------------------------------------- */
a {
  color:#258;
  text-decoration:none;
  border-bottom:1px solid #469;
  }
html>body a {
  border-bottom-style:dotted;
  }
a:hover, a:active {
  color:#933;
  border-color:#b55;
  border-bottom-style:solid;
  }
a img, a.btn, a.btn:visited, a.i, a.i:visited, a.i:hover {
  border-width:0;
  }
a.btn img, a.i>img {
  position:relative;
  top:2px;
  }

h2 {
  margin:.5em 0 .75em;
  font:120% "Trebuchet MS",Verdana,Sans-serif;
  color:#974;
  }

h1 {
  margin:0 auto;
  padding: 1em 0;
  border-bottom:1px solid #ddd;
  font:180% "Gill Sans","Trebuchet MS",Verdana,Sans-serif;
  line-height:1.2em;
  text-align:center;
  text-transform:uppercase;
  letter-spacing:.15em;
  width: 720px;
  }


/* =Footer
----------------------------------------------- */
#footer {
  clear:both;
  width:100%;
  padding:15px 0;
  font-size:85%;
  line-height:1.8em;
  text-align:center;
  color:#888;
  }
#footer p {
  margin:0 15px;
  padding:5px 0;
  border-top:1px solid #eee;
  }
#footer hr {
  display:none;
  }
#footer a {
  font-weight:normal;
  color:#678;
  }
#footer a:hover, #footer a:active {
  color:#933;
  border-bottom-width:1px;
  }


#sidebar { 
  width: 720px;
  margin: 20px auto 10px auto; 
}
#sidebar div {
  float:left;
  width:315px;
  margin:0 17px 0 0;
  padding:0 4px;
  text-align:left;
  }
#sidebar div p {
  font-size:85%;
  line-height:1.6em;
  }




