/*   
  Theme Name: Scrum For Success
  Theme URI: http://scrumforsuccess.com
  Description: Theme made for Scrum For Success agile podcast
  Author: Mariusz Cieśla
  Author URI: http://mariuszciesla.com
  Version: 1.0
*/

@import url(reset.css);

body {
  background:#666 url(images/page.png) 0 0 repeat-x;
  font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;
  color:#222;
}

h1,h2,h3,h4,h5,h6 {
  font-family:Georgia,'Times New Roman',Times,serif;
  font-weight:100;
}

a {
  color:#4e667b;
}

a:hover {
  color:#000;
  text-decoration:none;
}

p {
  text-align:justify;
}

.util, .edit {
  font-size:11px;
}

#skip, hr {
  display:none;
}

#wrapper {
  background:#faf7ee url(images/content.png) 0 0 repeat-x;
  margin:40px auto;
  width:960px;
  display:block;
  padding:0 0 20px;
}

#header {
  width:158px;
  height:522px;
  float:left;
  margin:-17px 0 20px;
  background:url(images/menu-ribbon.png) 0 0 no-repeat;
  padding:0 8px;
}

#header h1 {
  margin:40px 5px 20px;
  background:url(images/logo.png) 0 0 no-repeat;
  display:block;
  width:145px;
  height:59px;
  text-indent:-999em;
}

#header h1 a {
  display:block;
  width:145px;
  height:49px;
}

#header .description {
  display:none;
}

#nav li {
  font-family:Georgia,'Times New Roman',Times,serif;
  font-size:16px;
  font-style:italic;
  text-align:center;
  line-height:44px;
  padding-bottom:8px;
}

#nav li a {
  color:#fff;
  text-decoration:none;
}

#nav li.current_page_item {
  background:url(images/menu-selected.png) 0 0 repeat-x;
}

/* Content */
#content {
  width:740px;
  float:right;
  margin:20px;
}

#sidebar {
  width:158px;
  margin:0 20px;
}

#content .navigation {
  font-size:11px;
  display:block;
  margin:0 0 10px;
}

#content .navigation a {
  color:#b2aa92;  
}

#content .navigation .prev {
  float:left;
}

#content .navigation .next {
  float:right;
}

#content p {
  margin:10px 0;
}

.post {
  margin-bottom:50px;
  padding-bottom:50px;
  background:url(images/post-delimiter.gif) center bottom no-repeat;
}

.post .header {
  font-family:Georgia,'Times New Roman',Times;
  display:block;
}

.post .header .comments-link {
  font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;
  font-size:13px;
  text-transform:uppercase;
  float:right;
  line-height:40px;
  display:block;
  color:#b2aa92;
  padding-left:28px;
  background:url(images/comment.png) 0 13px no-repeat;
}

.post .date {
  color:#b2aa92;
  display:block;
  width:32px;
  margin-right:10px;
  float:left;
  font-size:18px;
  text-align:center;
  text-transform:lowercase;
  font-variant:small-caps;
}

.post h2, .post h3, .pagetitle {
  text-transform:uppercase;
  font-size:18px;
  display:block;
  float:left;
  line-height:40px;
}

.pagetitle {
  float:none;
  text-align:center;
  clear:both;
}

.post h2 a {
  color:#4e667b;
}

.post .entry {
  font-size:12px;
  color:#444444;
  line-height:18px;
  margin:10px 0;
  padding:0 10px;
  text-align:justify;
}

.post .entry object, .post .entry img {
  width:400px;
  display:block;
  margin:10px auto;
  padding:5px;
  border:1px solid #d3cab4;
}

.post .postmetadata {
  font-size:11px;
  color:#d3cab4;
  margin:10px 0;
}

.post .postmetadata a {
  color:#d3cab4;
  text-transform:uppercase;
}

/* sidebar */
#sidebar {
  font-size:12px;
  line-height:16px;
}

#sidebar .widgettitle {
  font-family:'Lucida Grande','Lucida Sans Unicode',Helvetica,Arial,sans-serif;
  font-size:13px;
  color:#4e667b;
}

#sidebar li {
  margin:0 5px;
}

#sidebar p, #sidebar ul {
  margin:5px;
  color:#666;
}

#sidebar a {
  color:#b2aa92;
}

#footer {
  width:960px;
  margin:0 auto;
  text-align:center;
  font-size:11px;
  color:#888;
}

#footer a {
  color:#bbb;
}

#footer a:hover {
  color:#fff;
  text-decoration:none;
}

/* comments */
.comment {
  margin:20px 0;
}

.comment .comment-meta {
  width:120px;
  margin:0;
  padding:0;
  float:left;
  background:url(images/comment-trail.gif) right 10px no-repeat;
  font-family:Georgia,'Times New Roman',Times,serif;
}

.comment .comment-meta img {
  padding:5px;
  border:1px solid #b2aa92;
  clear:both;
  margin:0 auto 5px;
  display:block;
}

.comment .comment-author {
  font-size:16px;
  font-style:italic;
  text-align:center;
  display:block;
  margin:10px 0 5px;
  color:#444;
}

.comment .comment-date {
  font-size:12px;
  font-variant:small-caps;
  text-transform:lowercase;
  text-align:center;
  color:#b2aa92;
  display:block;
}

.comment .comment-text {
  width:500px;
  background:#fff;
  margin:0;
  padding:20px;
  float:right;
  font-size:13px;
  color:#444;
  line-height:18px;
}

#content .comments-info {
  font-size:18px;
  font-weight:100;
  text-align:center;
  color:#d3cab4;
  margin:40px 0;
}

.reply h2 {
  margin:10px 0;
}

.reply label {
  font-size:12px;
  width:120px;
  float:left;
  color:#444;
  text-transform:uppercase;
  display:block;
  text-align:right;
  margin-right:10px;
}

.reply label .info {
  font-size:10px;
  color:#b2aa92;
  display:block;
  margin:2px 0;
}

.reply input {
  font-size:13px;
  margin:0;
}

.reply input, .reply textarea {
  width:300px;
}

.reply input:focus {
  border:1px solid #222;
  color:#222;
}

.reply .buttons {
  padding-left:130px;
}

.reply .buttons input {
  color:#eee;
  padding:5px;
  background:#2f404b url(images/button.png) 0 0 repeat-x;
  border:1px solid #202f35;
  font-size:11px;
  letter-spacing:0.1em;
  text-transform:uppercase;
  cursor:pointer;
  width:70px;
}

.reply .buttons input:focus, .reply .buttons input:hover {
  color:#fff;
}

/* search */
#searchform input {
  font-size:13px;
  margin:0;
  width:70%;
}

.search_results .post {
  background:transparent;
  padding:0;
}