/*  
Theme Name: Monochrome
Description: graysky.org monochromatic
Version: 1.0
Author: Mike Champion
*/

@font-face {
  font-family: HeaderFont;
	src: local("Monaco"),
	src: local("Arial");
}

blockquote {
	color: #444;
}

li {
	margin-top: 6px;
}

/* Link styling */
a:link, a:visited {
	color: rgb(16, 85, 180);
  text-decoration:none;
}

a:hover {
	color: #26C;
  text-decoration: underline;
}

pre, code {
-x-system-font:none;
font-family: Monaco, "Courier New", monospace;
font-size: 12px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

pre, code {
  background-color: #ccc;
  border: 1px solid #333;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
}

.codeblock {
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
}

html { 
	height: 100%;
}

body {
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	height: 100%;
}

#page {
	min-height: 100%;
	margin-bottom: 10px;
}

/* Content column */
#content {
	overflow:auto;
	padding-bottom: 40px; /* must be same height as the footer */
}

/* Header */
#header {
	margin-top: 10px;
	margin-bottom: 4px;
}

#header a  {
	font-family: 'Droid Sans', Arial, HeaderFont, Arial;
	color: #4F4F4F;
	font-weight: bold;
	font-size: 3.0em;
	text-shadow: 2px 2px 2px #ddd;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0.03em;
  word-spacing: -0.139em;
  line-height: 1;

	margin-bottom: 0px;
}

#header a:hover {
	text-decoration: none;
}

#tagline {
	font-family: HeaderFont, Arial;
	font-size: 1.7em;
	color: #666;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Push content down */
.push-down {
  margin-top: 6px;
}

.divider {
	margin-top: 10px;
	margin-bottom: 16px;
}

/* Entry */
.entry {
	margin-bottom: 10px;
}

.entrytitle {
	font-family: 'Helvetica Neue', HeaderFont, Arial;
}

.entrytitle h1 {
	font-size: 2.5em;
}

.entrytitle a {
	color: black;
	font-size: .9em;
}

.entry h3 {
	font-size: 1.3em;
}

.entrybody {
	font-size: 1.3em;
}

.entrymeta {
  clear: both;
  font-size: 0.98em;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-right: 5px;
  padding-top: 0px;
  display: block;
  margin-top: 0px;
	margin-bottom: 8px;
	color: #6F6F6F;
}

/* Next/Prev Navigation */
.navigation {
	margin-top: 4px;
}

.nextnav, .prevnav {
	font-family: Helvetica;
	font-size: .9em;
}

.prevnav {
	float: left;
}

.nextnav {
	float: right;
}

/* Comments */
.commentsblock {
	margin-top: 30px;
}

/* Highlight author comment */
.highlight-comment {
	padding: 2px;
  border: 1px solid #aaa;
}

/* Sidebar */
#sidebar {
	font-family: Helvetica;
	margin-top: 60px;
}

#sidebar h3 {
	letter-spacing: 1.4px;
	font-size: 1.2em;
	color: #4B4B4B;
	margin-bottom: 8px;
	font-weight: 550;
}

.sidebar-posts {
	list-style-type: none;
}

.sidebar-posts li {
	margin-bottom: 6px;
	margin-left: -12px;
}

.sidebar-posts li a {
	font-size: 1.05em;
}

/* Footer */
#footer {
	/* Push to the bottom */
	height: 40px;
	position: relative;
	margin-top: -55px; /* negative value of footer height */
	clear:both;

	width: 100%;
	padding-top: 4px;
	border-top: 1px solid #aaa;
	text-align: center;
	background-color: #DDDFE0;
}

#footer-license {
	padding-top: 10px;
	text-align: center;
	font-family: Helvetica;
	font-size: 0.94em;
}

/* Archives page */
#popular-posts {
	list-style: none;
}

#popular-posts li {
	font-size: 1.2em;
	margin-top: 2px;
}

.dateline {
	color: #6F6F6F;
	margin-left: 4px;
  font-size: 10.5px;
  font-family: Arial, "Helvetica Neue", Helvetica;
}

.past-posts {
	margin-top: 0px;
	margin-bottom: 0px;
	
	list-style: none;
}

.past-posts li {
	letter-spacing: .9px;
	font-size: 1.0em;
	margin-top: 2px;
	margin-left: 8px;
}

#archives-date {
	list-style: none;
}

#archives-date li {
	margin-top: 6px;
}

/* General Style */
tt, code {
   padding-left: 1px;
   padding-right: 1px;
}

/* Video formating */
.video-frame {
 margin: 8px;
}

/* Flickr formating */
.flickr-frame {
  margin-right: 8px;
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.flickr-frame img {
  /* Center the image within the frame */
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid black; 
}

/* For floating frame */
.flickr-float {
  float:left;
}

.flickr-float-right {
  float:right;
}

/* Slideshare embed */
.slideshare-container {

}
/* Center the fixed-width embed */
.slideshare {
  margin-left: auto; 
  margin-right: auto; 
  width:425px; 
  text-align:center;
  margin-bottom: 30px;
}
