/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

/* Global Reset */

/* removed_css goes here*/

/* new dw css*/

body {
  margin:0px;
  padding:0px;
  text-align:center;
/*  font:13px/17px Georgia,"Times New Roman",Serif;*/
  font: 13.34px helvetica, arial, clean, sans-serif;
  font-size: small;
	color: #555558;
/*  background:#73868C;*/
	background: #6C7C8B;
}

img {
	border:none;
}

#navigation
{
	float: left;
  width:100%;
  	font-size: 1.4em;
  background: #404040;
/*  background: #fff;  */
/*  background: #bbb;*/
	
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
  background: #fff;
  color: #404040;
	text-decoration: none;
  border-right: 1px solid #bbb;
    border-top: 1px solid #bbb;
      border-bottom: 1px solid #bbb;  
}

#navigation li a:hover { background: #B8BBBB; }

body#blog a#blognav,
body#code a#codenav,
body#news a#newsnav,
body#contact a#contactnav,
body#about a#aboutnav {
	color: #fff;
	background: #CF171A;
}


#maincol {
  width:72%;
  background:#fff;
  float:left;
}
#maincol .col {
	padding-bottom: 5px;
	padding-left:25px;
	padding-right:85px;
	line-height:1.6em;
	margin-top:30px;
}
#headbar{

	background:#6C6a6A;
	height:8px;
border-bottom:1px solid #636161;
}
#navcol {
	padding:5px;
	padding-top: 20px;
	clear:right;
	width:25%;
  right:0px;
	float:right;
  font-size:1em;
  }
#container{
	
 width:95%;
 text-align:left;
 margin-left: auto;
 display:block;
  margin-right: auto;
 background:#fff;
 border-left: 2px solid #777;
 border-right: 2px solid #777;
 padding-bottom:0;
}
#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
a{
	text-decoration:none;
}
a{
	color: #3C657B;
	text-decoration: none;
	}

/* endnew datawrangling css*/

#container{
 width:95%;
 text-align:left;
 margin-left: auto;
 display:block;
  margin-right: auto;
 background:#fff;
 border-left: 2px solid #777;
 border-right: 2px solid #777;
 padding-bottom:0;
}

#container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*****************************************************************************/
/*
/* Home
/*
/*****************************************************************************/

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
}

  ul.posts li {
    line-height: 1.75em;
  }

  ul.posts span {
    color: #aaa;
/*    font-family: Monaco, "Courier New", monospace;*/
    font-size: 80%;
  }

  .entrymeta{
  	font-size: 0.9em;background:#eee;
  }
  h3.entrytitle{
  margin-top:0px;
  margin-bottom:1px;
  font-size: 1.8em;
  font-weight:normal;
  }

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

.site {
  font-size: 110%;
  text-align: justify;
/*  width: 40em;
  margin: 3em auto 2em auto;*/
  line-height: 1.5em;
}

.title {
  color: #a00;
  font-weight: bold;
  margin-bottom: 2em;
}

  .site .title a {
    color: #a00;
    text-decoration: none;
  }

  .site .title a:hover {
    color: black;
  }

  .site .title a.extra {
    color: #aaa;
    text-decoration: none;
    margin-left: 1em;
  }

  .site .title a.extra:hover {
    color: black;
  }

  .site .meta {
    color: #aaa;
  }

  .site .footer {
    font-size: 80%;
    color: #666;
    border-top: 4px solid #eee;
    margin-top: 2em;
    padding-left:25px;
    overflow: hidden;
  }

    .site .footer .contact {
      float: left;
      margin-right: 3em;
    }

      .site .footer .contact a {
        color: #8085C1;
      }

    .site .footer .rss {
      margin-top: 1.1em;
      margin-right: -.2em;
      float: right;
    }

      .site .footer .rss img {
        border: 0;
      }

/************************************************
 *	Header																			*
 ************************************************/

 
h1, h2, h3, h4 {
/*font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;*/
}
#header {
	padding: 0px;	
	margin-top: 3px;
	padding-top:20px;

	padding-bottom:10px;
/*  border-bottom: 1px solid #bab1b1;*/
	background: #404040;
	text-align:left;
	padding-right:5px;
	padding-left:20px;
}
#header h1{
	padding:0px;
	margin: 0px;
	margin-bottom:3px;
	font-size: 2.4em;
	letter-spacing:0.1em;

}
#header h1 a {
	color: #ffffef;
}
#header h1 a:hover {
	text-decoration:none;
	color: #bb4444;
}
#header img {
	border:none;
}
#subtitle {
/*  font-family:"Century Gothic", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;*/
	margin-bottom:3px;
	font-size: 0.9em;
	text-transform:uppercase;
	color:#bbb;
}


/************************************************
 *	Navigation Sidebar													*
 ************************************************/


#navcol li {
   list-style: none;
	margin-bottom:6px;   
}
#navcol ul {
 margin:0 0 1em 0;
 padding-left:0px;
 list-style-type:none;
}
#navcol ul.extern {
	font-style:italic;
	
}


/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/





#post {

}

  /* standard */

  #post pre {
/*    border: 1px solid #ddd;*/
    background-color: #eef;
    padding: 0 .4em;
  }

  #post ul,
  #post ol {
    margin-left: 1.35em;
  }

  #post code {
/* border: 1px solid #ddd;*/
    background-color: #eef;
/*    
    font-size: 85%;
    padding: 0 .2em;
      overflow: auto;
    width:600px;*/
    font-size:12px;
/*    background:#fff;*/
/*    border:1px solid #000;*/
    line-height:20px;
/*    width:600px;*/
    overflow:auto;
    overflow-y:hidden;
    margin:0;
    padding:0;
    
  }

    #post pre code {
/*      border: none;
        overflow: auto;
      width:600px;*/
      display:block;
/*      margin:0 0 0 40px;*/
/*      padding:18px 0;*/
      
    }

  /* terminal */

  #post pre.terminal {
    border: 1px solid black;
    background-color: #333;
    color: white;
  }

  #post pre.terminal code {
    background-color: #333;
  }

#related {
  margin-top: 2em;
}

  #related h2 {
    margin-bottom: 1em;
  }
