/*
Theme Name:   DePo Clean
Theme URI:    http://powazek.com
Description:  A clean, organized theme by <a href="http://powazek.com">Derek Powazek</a>.
Version:      0.5
Author:       Derek Powazek
Author URI:   http://powazek.com
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: black;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-family: "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
    height:100%;
  min-width:960px;
    background:#fdfef3 url(images/bg-header-right.jpg) repeat-x 50% 0;
}

.bg {
  background:url(images/bg-header-left.jpg) repeat-x 50% 0;
  width:50%;
  height:265px;
  position:absolute;
  top:0;
  left:0;
}

#page-box {
  background:url(images/bg-header.jpg) no-repeat 50% 0;
  position:relative;
  z-index:2;
  min-height:100%;
}

.container {
  width:960px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

/* header */
#header {
  width:100%;
  min-height:324px;
  position:relative;
}
* html #header {height:324px;}
/* logo */
#logo {
  position:absolute;
  width:126px;
  height:128px;
  left:18px;
  top:163px;
  text-indent:-9999em;
  margin:0;
}
#logo a {
  display:block;
  height:100%;
}
/* slogan */
.header em {
  position:absolute;
  width:343px;
  height:36px;
  left:550px;
  top:73px;
  background:url(images/text-slogan.gif) no-repeat;
  text-indent:-9999em;
}
/* top navigation */
.top-nav {
  float:right;
  background:#3b0819 url(images/bg-top-nav-right.gif) no-repeat 100% 100%;
}
.top-nav ul {
  float:left;
  margin:0;
  list-style:none;
  display:inline;
  padding:8px 5px 7px;
  /*background:url(images/bg-top-nav-left.gif) no-repeat 0 100%;*/
  line-height: 13px;
}
.top-nav li {
  display:inline;
  margin:0 10px;
}
.top-nav a {
  color:#fff;
  text-decoration:none;
  font-size:11px;
}
.top-nav a:hover {text-decoration:underline;}

.popup_link { font-size: 11px; }


/* main navigation */
.main-nav {
  position:absolute;
  top:196px;
  left:170px;
  font:bold 20px Georgia, "Times New Roman", Times, serif;
  margin:0;
  list-style:none;
}
.main-nav div {
  float:left;
  width:1px;
  height:73px;
  overflow:hidden;
  background:url(images/split-main-nav-item.png) no-repeat;
}
.main-nav ul {
  margin:0;
  list-style:none;
  float:left;
}
.main-nav li {
  float:left;
  background:url(images/split-main-nav-item.png) no-repeat;
  height:73px;
  overflow:hidden;
}
.main-nav a {
  float:left;
  text-decoration:none;
  color:#fff;
  background:url(images/bg-main-nav-item.png);
  height:123px;
  padding:23px 35px 0;
  cursor:pointer;
  font-size: 20px;
}

.main-nav a:hover, .main-nav li.active a {
  margin-top:-73px;
  padding-top:96px;
  height:50px;
}
.main-nav li ul {
  display:none;
  float:none;
  width:790px;
  overflow:hidden;
  font-size:.6em;
  position:absolute;
  top:80px;
  left:0;
}
.main-nav li.active ul {display:block;}
.main-nav li li {
  background:none;
  border-left:1px solid #62997a;
  padding:0 10px;
  height:auto;
  margin:0 1px 0 -1px;
  display:inline;
}
.main-nav li li a {
  float:none;
  color:#72243d;
  height:auto;
  padding:0;
  
}
 
 
.main-nav li li a:hover, .main-nav li li.active a {color:#62997a;}

/*end of pasted */

img#wpstats { width:0px; height:0px; overflow:hidden; }

a { color:#000; text-decoration: none }


p, ul, ol, li { 
    margin-bottom: 18px; 
}

blockquote { 
    margin: 0 18px 18px 18px;
    font-size:12px;
    font-color:#333;
}

ul {
    list-style-type: square;
    margin-left: 2em;
}

ol {
    margin-left: 2em;
}

h1 { 
    font-size: 24px; 
    line-height: 36px;
    margin-bottom: 18px; 
}

h2 { 
    font-size: 22px; 
    line-height: 36px;
    margin-bottom: 18px;
}

h3 { 
    font-size: 18px; 
    line-height: 18px;
    margin-bottom: 20px;
    color: #72243D;
    font-weight: bold;
}

h3 a {
color: #72243D;
}

h4 {
border-top: 1px solid #ddd;
font-size: 16px;
padding-top: 10px;
line-height: 18px;
margin-bottom: 20px;
color: #72243D;
font-weight: bold;
}

h5 {
font-size: 14px;
line-height: 18px;
color: #62997A;
}

.side-section {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px; 
}

#categories.side-section, #recent-posts.side-section { padding-bottom: 15px; }
#authors.side-section { padding-bottom: 0px; }
.archives.side-section { border-bottom: none; }

.side-section h4 {
  border-top: 0px;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 15px 0 15px 0;  
}

.side-section a { text-decoration: underline; }

#blog-subscribe.side-section h4 { padding: 0px 0px 5px 0px;  }

.side-clear { padding: 0px; margin: 0px; clear: both; }

/* Authors */

.indiv-auth { padding-bottom: 20px; }
.indiv-auth .auth-image { width: 46px; margin-right: 10px; float: left; }
.indiv-auth .auth-image img { border: 1px solid #CCC; }
.indiv-auth .auth-name { width: 214px; float: left; font-weight: bold; padding-top: 5px; }
.indiv-auth .auth-name a { font-weight: normal; }

/*.container {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}


/* HEADER

.header {
    padding: 30px 0 10px 0;
    border-bottom: 1px solid #666;
    text-align:left;
}*/

.header h1 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
}

.header span {
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.header a {    color: #fff; }


.search {
    background:url('/wp-content/themes/depo-clean/images/search.gif') 0 14px no-repeat;
}

.search input {
    width:150px;
}


/* POSTS */

#entries {
margin-top: 250px;
}

.flickr {
    text-align:left;
    width: 668px;
    padding: 10px 0 10px 3px;
    border-bottom: 1px solid #ccc;
}

.flickr img {
    width: 58px;
    height: 58px;
    margin: 1px 4px;
    border: 1px solid #666;
}

.flickr img:hover {
    width: 72px;
    height: 72px;
    margin: -6px -3px;
    border: 1px solid #000;
}

.flickr span {
    float:left;
    width: 56px;
    font-size: 14px;
    color: #666;
}

.flickr span a { color: #666; }

.flickr small {
    font-size:9px;
}

small.fey { color: #ccc; }

.blog-side {
    color: #030102;
    float:right;
    font-size: 12px;
    margin-right: 60px;    
    padding: 28px 0 18px 0;
    text-align:left;
    width: 270px;
}

.blog-side p, .blog-side ul, .blog-side ol { padding: 0px; margin: 0px; }
.blog-side li { margin: 0px; padding-bottom: 5px; }
.blog-side ul, .blog-sie ol { list-style-type: none; }

.firstpost {
    text-align:left;
    width: 668px;
    padding: 28px 0 18px 0;
}

.post-listing { width: 494px; float: left; }

.post {
    /*border-bottom: 1px solid #ccc;*/
    margin-left: 25px;
    padding: 35px 0 7px 0;
    text-align:left;
    /*width: 494px;
    min-height:200px;*/
}

.page-content { width: 494px; }

#comments.post {
  padding: 20px 0 0 0;
}

.postnoline {
    text-align:left;
    padding: 22px 0 22px 0;
    clear: both;
    margin: 0 0 0 25px;
    float: left;
    width: 469px;
}

.posttopline {
    border-top: 1px solid #ccc;
    text-align:left;
    width: 668px;
    padding: 22px 0 22px 0;
}

.post.comment-posts {
  padding: 15px 0px 0px 0px;
  border-bottom: 1px solid #DDD;  
}

.post.comment-posts p {
  margin: 0px;
  padding: 0px 0px 15px 0px;
}

.content.no-comment { margin-left: 25px; }

span.previous { padding: 0 20px 0 0; float: left; }
    
span.next { float: right; }

span.edit a { 
    float:right;
    font-weight:normal; 
    font-size:11px; 
    color:#666; 
    border:1px solid #ccc; 
    padding:0 4px; 
}

.metainfo {  
    float:left;
    width: 120px;
    margin-right: 20px;
    font-size: 12px;
    color: #666;
    padding: 3px 0;
}

.metainfo.post-bottom {
  float: none;
  font-size: 12px; 
  padding: 0px; 
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  background: url(images/cjf-post-back.png) repeat-y 0 0;
  width: 494px;
}

.comment-posts .metainfo { float: none; width: 100%; padding: 0px;} 

.metainfo.single-meta { margin-bottom: 20px; }

.metainfo .meta-posted, .metainfo .meta-tagged, .metainfo .meta-comments { float: left; margin-right: 1px; padding: 15px 10px; color: #7d6666; }
.metainfo .meta-posted { width: 135px; padding-left: 0px; }
.metainfo .meta-tagged { width: 174px; }
.metainfo .meta-comments { width: 143px; margin-right: 0px; padding-right: 0px; }

.metainfo.post-bottom p { margin-bottom: 0px; }

.metainfo a { font-weight:bold }

.content {
    text-align:left;
    overflow: hidden;
    float: left; 
    margin-left: 0px;
    /*width: 329px;*/
}

.content.post-home {
  float: none;
  width: 494px; 
  margin-left: 0px; 
}

.content a {
  text-decoration: none;
  color: #72243D;
}
.content a:hover {
  cursor: pointer;
  color: #62997A;
}
.previously {
   text-align:left;
    width: 668px;
    padding: 20px 0 3px 0;
    border-top: 1px solid #ccc;
    font-size: 12px;
}

.previously a { font-weight:bold }

.text_area { width: 465px !important; }

.postform { width:150px; margin: 0;} 

.delicious-tags { font-size:11px; color:#666 }
.delicious-tags a { font-weight:normal; color:#333 }


/* footer */
#footer {
  background:url(images/bg-footer.jpg) repeat-x;
  color:#f0ffc9;
  font-size:1.091em;
  position:relative;
  z-index:3;
  width:100%;
  overflow:hidden;
}
#footer .inner {
  height:101px;
  overflow:hidden;
  background:url(images/bg-footer-inner.jpg) no-repeat 50% 4px;
}

#footer .footer_registered {
  width: 400px;
  float: left;
  margin-top: 5px;
}

#footer ul.menu {
  float: left;
}
#footer .worthwhile {
  float: right;
  width: 125px;
  position: relative;
  bottom: 6px;  
}
#index #footer .inner {
  background-image:url(images/bg-footer-inner-home.jpg);
  background-position:50% 2px;
}
#footer a {color:#f0ffc9;}
#footer .content {padding-top:44px;}
#footer p {
  float:left;
  margin:0;
  line-height:20px;
  width:350px;
}
#footer ul {
  float:left;
  margin:0;
  list-style:none;
  overflow:hidden;
}
#footer li, #footer em {
  padding:0 17px;
  margin:5px 1px 0 -1px;
  float:left;
  background:url(images/split-footer.gif) no-repeat 0 50%;
  line-height:20px;
  font-style: normal;
}
#footer em img {vertical-align:middle;}
.logo {
  float:right;
  margin:-14px 0 0 10px;
}
.worthwhile a img {
    border: none;
}
.contents {
  width:960px;
  margin:0 auto;
  position:relative;
  z-index:2;
    padding-top:40px;
    font-size: 11px;
}

#authors ul {
font-size: 11px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

#authors ul li img {
border: 1px solid #ccc;
}

#authors ul li p {
border: 1px solid #f2f2f2;
padding: 10px;
}

.categories {
font-size: 11px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

#recent_com ul {
font-size: 11px;
list-style-type: none;
margin-left: 0px;
padding-left: 0px;
}

.bjtags {
  display: none;
}


.mp-formdiv form input.MailPressFormEmail,
.mp-formdiv form input.MailPressFormName {
  width: 150px;
  margin-bottom: 5px;
  border: 1px solid #CCC;
  padding: 3px 5px;
}

.mp-formdiv form input.MailPressFormSubmit {
  background: #72243D;
  border: 1px solid #72243D;
  color: #FFF;
  border-radius: 10px; 
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  width: 100px;
  text-align: center;
  padding: 3px 0px;
  font-weight: bold;
}


.mp-container .mp-message {
  position: absolute;
  top: -100px;
  left: 0px;
  background: #FFF;
  height: 200px;
  width: 494px;
}

.widecolumn {
  text-align: left;
  margin-top: 300px;
}

