
/*------------------------------------*\
  RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE:WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}
/* remember to define visible focus styles!
:focus{
  outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
  text-decoration:none;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}

/*------------------------------------*\
  MAIN
\*------------------------------------*/

body {
  background-color: #E6E6E6;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #333333;
  text-shadow: #FFFFFF 0 1px 0;
}

#masthead, #subheader, #container, #footer {
  max-width: 960px;
  min-width: 600px;
  margin: 0 auto;
}

#header {
  background: url("http://d1xf6hqo1pm2wo.cloudfront.net/images/header.png") repeat-x;
}

#footer {
  margin-top: 50px;
  margin-bottom: 50px;
}

#logo {
  padding-top: 8px;
}

#logo a h1 {
  background: url("http://docs.duostack.com/images/logo_sprite.png") repeat scroll 0 0 transparent;
  height: 32px;
  width: 134px;
}
#logo a:hover h1 {
    background-position: 0 -32px;
}


#masthead {
  height: 53px;
}

#subheader {
  margin-top: 25px;
  margin-bottom: 25px;
}

#search {
  margin-left: 760px;
}

#search_field {
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  width: 170px;
  height: 32px;
  color: #666666;
  font-size: 13px;
  background-color: transparent;
  background-image: url("http://d1xf6hqo1pm2wo.cloudfront.net/images/field_search_sprite.png");
}

#search_field.focus {
  background-position: 0 -32px;
}

/* remove safari blue glow */
#search_field:focus {
  outline-width:0;
}


pre {
  background-color: #EDEDED;
  border: 1px solid #D5D6D8;
  color: #666666;
  font-family: 'Monaco',monospace;
  font-size: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px 15px;
  text-shadow: none;
  white-space: pre;
}


.post .sidebar {
  float: left;
  margin-top: 65px;
  color: #666666;
  font-size: 13px;
}

.post .sidebar .meta li {
  display: block;
  width: 170px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.post .sidebar .meta li {
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #CCCCCC;
}
.post .sidebar ol.meta {
  border-bottom: 1px solid #F3F3F3;
  border-top: 1px solid #CCCCCC;
}

.meta li {
  padding-left: 28px; /* room for icons */
}

.meta .date     {  background: url("http://d1xf6hqo1pm2wo.cloudfront.net/images/icon_calendar.png") no-repeat 0 15px; }
.meta .author   {  background: url("http://d1xf6hqo1pm2wo.cloudfront.net/images/icon_author.png")   no-repeat 0 15px; }
.meta .comments {  background: url("http://d1xf6hqo1pm2wo.cloudfront.net/images/icon_comment.png")  no-repeat 0 15px; }


.post .content {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 250px;
  width: 500px;
}

.post .content h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px
}

.post .content p {
  margin: 15px 0;
  line-height: 1.5em;
}

.post .content .readmore {
  padding: 20px 0;
  font-size: 13px;
  font-weight: bold;
}

/* turn off text shadow for body copy elements */
.post .content p,
.post .content ul,
.post .content ol,
#disqus_container {
  text-shadow: none;
}


a, a:link, a:visited {
  text-decoration: none;
  color: #5392AC;
}

a:hover, a:active {
  text-decoration: underline;
}

/* reset link styles for special cases */
.post .content h2 a,
.post .content h2 a:link,
.post .content h2 a:hover,
.post .content h2 a:active,
.post .content h2 a:visited,
.post .sidebar a,
.post .sidebar a:link,
.post .sidebar a:hover,
.post .sidebar a:active,
.post .sidebar a:visited {
  color: inherit;
}

.ir {
  display: none;
  overflow: hidden;
}

hr {
  clear: both;
  height: 0px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #F3F3F3;
  border-left: none;
  border-right: none;
}