/*   
Theme Name: Subtle Stripes
Theme URI: http://www.deliciousdesignstudio.com
Description: Subtle Stripes by DDS
Author: Delicious Design Studio
Author URI: http://www.deliciousdesignstudio.com
Template: 
.
.
*/

body {
  background:#fffef9;
  background: #fff url(/wp-content/themes/subtlestripestheme/bg.png) fixed center top;
  background-attachment: fixed;
  margin:0;
  color:#311404;
  font-family: avenir;
  font-size: 10pt;
}

a:link, a:visited, a:active {
  color:#ec828f;
  text-decoration:none;
}
a:hover {
  color:#ff8080;
  text-decoration:underline;
}
a img {
  border:none;
}

div#header{
  background: #fff url('/wp-content/themes/subtlestripestheme/header.png') no-repeat center top;
  margin:0 auto 0px;
  width:660px;
  height: 185px; 
}

div#content{
  float:left;
  width:520px;
  padding: 7px;
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

div#sidebar {
  float:right;
  width:200px;
  padding: 7px;
  overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}


/* Container
----------------------------------------------- */
div#container{
  width:760px;
  margin:0 auto;
}


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font-family: avenir;
  font-size: 12pt;
  text-transform:none;
  font-weight: normal;
  color:#311404;
  background:#ffffff;
}


/* Posts
-----------------------------------------------
 */
h2.date-header {
  display:block;
  position:relative;
  width:auto;
  margin:1.5em 0 0.5em;
  padding-left:1.75%;
  font-family: avenir;
  font-size: 8pt;
  letter-spacing: 1px;
  color: #311404;
  background-color: #ffffff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;

  
  
}
.post {
  margin:.5em 0 1.5em;
  padding:1.5em;
  border-bottom: 1px dotted #fedada;
  padding-bottom:1.5em;
}
.post h3 {
  margin:.10em 0 .60em;
  padding:0 0 5px;
  font-weight:bold;
  line-height:1.2em;
  text-align: center;
  font: 8pt avenir;
  border-bottom: 1px dashed #fedada;
  text-transform: uppercase;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
  display:block;
  text-decoration:none;
  font: 12pt avenir;
  color:#ec828f;
  font-weight:bold;
  text-transform: uppercase;
}
.post h3 strong, .post h3 a:hover {
  color:#bca182;
}
.post p {
  margin:0 0 .75em;
  line-height:1.6em;
}
.comment-link {
  margin-left:.6em;
}
.post img {
  padding:3px;
  border:1px dashed #ecb2b2;
}
.post blockquote {
  margin:1em 20px;
}
.post blockquote p {
  margin:.75em 0;
}


/* Sidebar Content
----------------------------------------------- */
div#sidebar { 
  color: #311404;
  line-height: 1.5em;
  font-size: 9pt;
}
div#sidebar ul {
  list-style:none;
  font-family: avenir;
  font-size: 9pt;
  margin:0 0 0;
  padding:0 0 0;
}
div#sidebar li {
  margin:0;
  padding: 3px;
  font-family: avenir;
  font-size: 8pt;
  line-height:1.5em;
  border-bottom: 1px #FFE9E8 dotted;
}
div#sidebar ul li a {
  font-family: avenir;
  font-size: 10pt;
  line-height:1.5em;
}
div#sidebar ul li a:hover {
  text-decoration: none;
}
div#sidebar li:hover {
  border-bottom: 1px #FFE9E8 dashed;
  }


/* Sidebar Calendar
----------------------------------------------- */

div#calendar_wrap {
  text-align:center;
  border: 0;
  border-spacing: 0;
  border-padding: 0;
   
  
}
div#calendar_wrap table {
  margin: 0 auto;
  width:180px;
  border: 0;
  border-spacing: 0;
  border-padding: 0;
  
}
div#calendar_wrap caption {
  font-family: avenir;
  font-size: 10pt;
  line-height:1.5em;
  border-bottom: 1px #FFE9E8 dotted;
}
div#calendar_wrap table td {
  background: #FFF4F4;
  border: 0;
 
  
}

#wp-calendar td#today {
	background-color: #ffffff;
}

/* Comments
----------------------------------------------- */
h3.respond {
  border-bottom: 0px;
}
ol.commentlist {
  margin:0;
  padding:0;
}
.commentlist li {
  list-style:none;
}
.commentlist cite {
  padding: 10px;
  display:block;
  font-style:normal;
}	
.avatar {
  float:left;
  img= url(/wp-content/themes/subtlestripes/bg.png);
  
  margin-right:9px;
}
.commentlist .author {
  font-family: avenir;
  font-size: 9pt;
}
.commentlist .time {
  font-family: avenir;
  font-size: 9pt;
  text-transform: uppercase;
}
.commenttext {
  color:#311404;
  font-family: avenir;
  font-size: 9pt;
  border-bottom: 1px dotted #fedada;
  padding: 20px 20px 10px 20px;
}
input {
  font-family: avenir;
  font-size: 9pt;
  border: 1px dotted #fedada;
  padding: 3px;
}
textarea {
  font-family: avenir;
  font-size: 9pt;
  border: 1px dotted #fedada;
  padding: 3px;
}
.csub {
  color: #ec828f;
  font-family: avenir;
  font-size: 8pt;
  border: 1px dotted #FFF4F4;
  padding: 3px;
  background: #FFF4F4;
}


/* Footer
----------------------------------------------- */
div#footer {
  clear:both;
  width:100%;
  padding-top:15px;
  text-align: center;
}

