/* @override http://yjsoon.com/wp-content/themes/blueprint/css/custom.css */

html {
  text-rendering: optimizeLegibility;
}

.container { 
  border-top: 5px solid #933; 
}

a { 
  color: #933; 
  text-decoration: none;
  border-bottom: 1px solid #edd;
}

a>img {
  border-bottom: none;  
}

a:hover	{ 
  background-color: #dbb;
  color: #333; 
}

.posterous_quote_citation {
  margin: 1.2em 0; 
}

/*-----------------------------------------------------------------------------
	Header
	Add a graphic logo, using the following CSS
-----------------------------------------------------------------------------*/


#header {
  height: 100px;
  position: relative;
}

#header h1 {
	background: url('../images/logo.png') 52px 0px no-repeat;
	height: 100px;
}

#header h1 span	 { display: none;  }
#header .description { display: none; }
	
#search #s {
  margin-top: 70px;
  right: 0px;
  position: absolute;
}

/*-----------------------------------------------------------------------------
	Navigation Colors
	Customize the navbar with this CSS
-----------------------------------------------------------------------------*/


#nav, #subnav	{ background: #3a3a3a; }

#nav {
  border-top: 4px solid #933;
}

#nav li.current_page_item a,
#nav li a:hover 	{ background: #933; color: #ff0;}

#nav li a,
#subnav li a 	{ color: #ee7777; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #fff; }

#maincontent h2 a { 
  color: #555; 
}

#maincontent h2 a:hover { 
  color: #333; 
}

#maincontent h2 {
  border-bottom: none;
  margin-bottom: 18px !important;
  font-weight: bold;
  color: #555;
  font-size: 1.6em;
}

#maincontent h3 {
  color: #444;
  margin-bottom: 16px;
  font-weight: bold;
}

#maincontent p, #maincontent ul li, #maincontent ol li {
  line-height: 1.5;
}

#sidebar h2 {
  font-size: 1.5em;
  padding-bottom: 0.3em;
}

#sidebar h2 a {
  color: #222;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 12px 0 20px;
}
#sidebar ul li {
  padding-bottom: 3px !important;
}

body {
  line-height: 1.2;
}

#sidebar {
  line-height: 1.3;
}

p {
  text-align: left;
}

#sidebar p {
  margin-bottom: 10px;
  font-size: 11px;
}

.twitter-right {
  margin-top: 5px;
  font-size: 80%;
}

.small {
  margin-top: -15px;
  color: #888;
}

div.navigation {
  margin-bottom: 40px !important;
}

.wp-caption-text {
  color: #777;
  font-size: 90%;
}

.entry img, .entry > iframe {
  border: 1px solid #bbb;
  padding: 3px;
}

p img {
  margin: 0;
}

.post {
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
}

p img.alignleft {
  margin-right: 20px;
}

p img.alignright {
  margin-left: 20px;
}

.commentlist .small {
  margin-top: 0px;
}

.lifestream th, .lifestream td {
  border: 0;
}

.lifestream_date {
  font-size: 110%;
  border-bottom: 0 !important;
  margin-top: 10px;
}

.lifestream li {
  padding-left: 10px !important;
}


.aside {
  /*padding: 10px 20px 10px 30px;
  border-left: 10px double #eee;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
  border-right: 1px dotted #ddd;*/
  padding-left:20px;
  border-left: 6px double #eee;
}

blockquote 	{ 
  padding: 0 1em; 
  background: none !important;
  border-left: 1px solid #ccc;
  color: #777;
  margin: 0 0.5em;
}

blockquote p { 
  padding: 0; 
}


#maincontent .content {
  padding-top: 2.4em;
}

#sidebar ul {
  padding-top: 2.4em;
}

/* @group Linked list */

.linked-list a.glyph {
  color: #999;
  font-size: 100%;
}

a.glyph {
  font-size: 120%;
  padding: 0 1px;
  border-bottom: none;
}

a.glyph:hover {
  color: #933;
}

h1 a, h2 a, h3 a, #nav a {
  border-bottom: none;
}

#maincontent div.linked-list {
  border: none;
  padding-bottom: 0px;
  margin-top: 6px;
  margin-bottom: 18px; !important
  font-weight: normal; 
  font-size: 110%;
}


#maincontent div.linked-list a {
  font-weight: bold;
}

.smallgrey {
  color: #888;
  font-size: 0.8em;
}

h2.linked-list a {
  color:  #933 !important;
  font-size: 0.9em;
}


/* @end */



/* @group HTML5 stuff */

@media screen and (max-width: 740px) {
  #sidebar {
	display: none;
  }
  #page {
 	background-image: none;
  }
  #header h1 {
	margin-left: 20px;
	width: 600px;
  }
  #footer {
    clear: both;
  }
  #s {
  	display: none;
  }
  #nav, .container {
   	width: 622px; !important
}
}


/* @end */

.wp_syntax {
  background-color: #333 !important;
  border: 0;
}

.wp_syntax pre {
  background-color: #333 !important;
  border: 0;
  padding: 0.5em;
  border: 0;
}

.wp_syntax .code {
  background-color: #333 !important;
}

.wp_syntax .sy1 {
  background-color: #222 !important;
  color: #c96 !important;
}


/* social */

#social {
  font-family: 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif !important;
  font-size: 12px !important;
}
#social h3#reply-title {
  display: none !important;
}

.entry ul li:last-child p {
  margin-bottom: 0;
}

