@charset "UTF-8";
/* CSS Document */

/* 
expects default width of Flickr photos, which are set to 500px. 
*/
#navbar-iframe {
   display: none !important;
}
body {
	
	font: normal normal 92% Arial Narrow, Arial, Helvetica, sans-serif;
/*
font-weight:normal;
font-family: "ligurino-condensed-1","ligurino-condensed-2", Arial Narrow, Arial, Helvetica, sans-serif;  
*/
margin:0 24px 0 24px;
  background:white;
  color:#666;
    background-image:url(http://www.davidyoon.com/narrow_streets/bg.gif);
    background-repeat:repeat-y;
    line-height: 1.3em;
}


ul, ol {
}

li {
	margin-top: .5em;
}

blockquote {
	padding: 1em;
	background-color: #e0eaee;
	border: 1px dashed #b2ccd5;
	font-style:italic;
}
a:link {
  color:#996600;
  text-decoration:none;
  }

a:visited {
  color:#996600;
  text-decoration:none;
  }

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

a img {
  border-width:0;
}

a.reveal {
  padding-left: 14px;
  background-image: url(http://www.davidyoon.com/narrow_streets/hex_brown.gif);
  background-repeat:no-repeat;
background-position: left center;
}
a.reveal:hover {
  padding-left: 14px;
  background-image: url(http://www.davidyoon.com/narrow_streets/hex_blue.gif);
  background-repeat:no-repeat;
background-position: left center;
}
a.buyPrint {
font-size:.9em;
  float: right;
  color: #658c96;
  padding-left: 22px;
  background-image: url(http://www.davidyoon.com/narrow_streets/prints-available-icon.gif);
  background-repeat:no-repeat;
background-position: left center;
  margin-top: .2em;
padding-top: .1em;
}

#outer-wrapper {
	margin: 0;
/*
  margin-top: 0px;
  margin-right: 3em;
  margin-bottom: 0;
  margin-left: 3em;
*/
}

h1 {
/*
  border-bottom:dotted 1px $bordercolor;
*/
  margin-bottom:0px;
  color: black;
}

h1 a, h1 a:link, h1 a:visited { 
  color: black;
}

h2 {
  margin:0 0 .4em 0;
  padding: 0px;
  font-weight: normal;
  text-transform: lowercase;
}

#main .widget {
 padding-bottom:10px;
 margin-bottom:20px;
 border-bottom:dotted 1px #999999;
 clear: both;
 width: 500px;
}

#main .Header {
  border-bottom-width: 0px;
}

.mini-nav {
	font-size: 0.85em; 
	padding: .3em .4em 0px 0px; 
	float: left; 
	color: #aaaaaa;
}

.mini-nav a {
	color: #658c96;
}

.socnet-icons {
	float: right; 
	padding-top: 6px;
}

.socnet-icons img {
	padding-left: 4px;
}

h2.date-header {
  padding-top:15px;
  color:#999999;
  padding-bottom:0px;
  margin-bottom:0px;
  font-size: .8em;
  font-weight: normal;
  text-transform: lowercase;
  
}

h3.post-title {
  font-size: 100%;
  margin: 0px;
  padding: 0px;
  color: black;
  visibility: hidden;
}

.post {
        position: relative;
	padding: 1em 0 4em 0;
/*
        width: 500px;
*/
/*
  padding-left:5%;
  padding-right:10%;
*/
}

.post-footer {
font-size:.8em;
  color: #999999;
margin: 1.6em 0 0 0;
padding-bottom: 2em;
border-bottom: 1px solid #dddddd;
}

.sidebar-right {
	font-size:.8em;
	line-height: 1.3em;
	color: #999999;
	float: right; 
	padding-bottom: 2em;
	width: 150px; 
	margin-left: 20px; 
	border: none;
}

.sidebar-right img {
	width: 146px;
	padding: 2px;
	border: 1px solid #cccccc;
}

#comments {
  padding-top:30px;
  color:#999999;
  padding-bottom:0px;
  margin-bottom:0px;
  font-weight:bold;
}

#comments .comment-footer {
  font-size:1em;
  font-weight:normal;
  color:#999999;
  margin-right:10px;
  display:inline;
}

.comment-author {
  margin-top: 3%;
}

.comment-body {
  font-size:1em;
  font-weight:normal;
}

.deleted-comment {
  font-style:italic;
  color:gray;
}
.comment-link {
  margin-left:.6em;
}

.feed-links {
  clear: both;
  line-height: 2.5em;
}

#blog-pager-newer-link {
  float: left;
 }

#blog-pager-older-link {
  float: right;
}
 
#blog-pager {   
  text-align: center; 
 }

.clear {
  clear: both;
}

.profile-img { 
  float: left;
  margin-top: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 0;
}

body#layout #outer-wrapper {
  margin-top: 0px;
  margin-right: 50px;
  margin-bottom: 0;
  margin-left: 50px;
 }

  img.before {
          position: relative;
          z-index: 2;
          margin-bottom: .2em;
  }
  img.after {
          position:absolute;
          z-index: 1;
          margin-bottom: .2em;
          visibility: 'hidden';

  }
img.standard {
	padding: 2px;
	border: 1px solid #cccccc;
}
img.logo {
	padding: 6px;
	float: right;
	border: 1px solid #cccccc;
	margin: 10px;
	width: 170px;
}
  #titleRepeat {
          color: black;
          font-size: 1.5em;
          font-weight: normal;
          margin: 0 0 .2em 0;
          line-height: 1.2em;
  }
  #titleRepeat a {
	color: black;  
  }
  .linkwithin_text {
  			font-weight: normal;
  }
