/*
THEME NAME: Jonathan Derbyshire
THEME URI: http://www.jonathanderbyshire.com/
DESCRIPTION: a Sandbox- and YAML based two column serif theme
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 0.8
AUTHOR: <a href="http://www.counsell.com/">Damian Counsell</a>
AUTHOR URI: http://www.counsell.com/
*/

/* two-column, left primary sidebar */
@import url('css/my_layout.css');


body
  { 
    color: #bcbcc0;
    background: #343857;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  }
strong, em
  {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
  }
#page_margins
  { 
    width: 760px;
    background: #343857;
  }
#page
  { 
    width: 760px;
    background: #343857;
  }
#access
  { 
    width: 760px;
    background: #343857;
  }
#header
  {
    width: 760px;
    height: 120px;
    background: #343857 no-repeat url('./images/JD_banner.png');
    padding: 0 0 0 0;
  }
#col1
  { 
    border-left: 1px solid #bcbcc0;
  }
#col1_content
  { 
    margin: 0 0.6em 0 1.0em;
    padding: 0.4em 0 0 0;
  }
#col2_content
  {
    margin: 0 15px 0 -15px;
    padding: 0 0 0 0;
  }
#col3_content
  { 
    margin: 0 0 0 0;
    padding: 0.4em 0 0 0;
  }
#colophon
  { 
    margin: 0 0.6em 0 1.0em;
    padding: 0.4em 0 0 0;
  }
#header #blog-title
  {
    font-size: 3.5em;
    letter-spacing: -0.05em;
    line-height: 1.2em;
  }
#header #blog-description
  { 
    font-size: 1.6em;
    letter-spacing: -0.03em;
    line-height: 1.2em;
    color: #bcbcc0;
  }
#searchform
  { 
    padding: 0px 0px 10px 0px;
  }

.navigation, .entry-meta
  {
    padding: 4px 0px 16px 0px;
    line-height: 1.6em;
    color: #999999;
    font-style: italic;
    font-size: smaller;
  }
.comment-meta
  {
    line-height: 1.6em;
    color: #999999;
    font-style: italic;
    font-size: smaller;
  }
.edit-link
  {
    padding: 4px 0px 16px 0px;
    color: #999999;
    font-style: italic;
  }
#footer
  {
    text-align: center;
    background: #343857;
  }
.tag-links
  { 
    display: none;
  }
#sitemeterlogo
  { 
    display: none;
  }

/* FONTS */

/* set global font size as fraction of 16px */
body, #submit, input, .form-input, textarea
  {
    font-size: 90%;
    font-family:  "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    /* font-family: Cambria, Garamond, 'Lucida Grande', Palatino, Georgia, Times, 'Times New Roman'; */
  }
p
  {
    margin-top: 0.4em;
    margin-bottom: 0.6em;
  }
.form-submit, #formcontainer
  { 
    margin-top: 0.4em;
    margin-bottom: 1.0em;
  }
abbr
  { 
    border: none;
  }
.entry-date, .edit-link
  { 
    line-height: 1.4em;
    margin-bottom: 0.4em;
  }
.entry-content, #commentform
  { 
    line-height: 1.5em;
    margin-bottom: 0.4em;
  }


/* headings */
h2
  {
    font-family:  "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    /* font-family: Cambria, Garamond, 'Lucida Grande', Palatino, Georgia, Times, 'Times New Roman'; */
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.6em;
    letter-spacing: 0px;
    text-decoration: none;
    color: #f6f7fa;
    padding: 2px 1px 1px 0px;
  }

h3
  {
    font-family:  "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    /* font-family: Cambria, Garamond, 'Lucida Grande', Palatino, Georgia, Times, 'Times New Roman'; */
    font-size: 1.4em;
    line-height: 1.4em;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: bold;
    color: #f6f7fa;
    padding: 2px 1px 1px 0px;
  }

h4
  {
    font-family:  "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    /* font-family: Cambria, Garamond, 'Lucida Grande', Palatino, Georgia, Times, 'Times New Roman'; */
    font-size: 1.1em;
    line-height: 1.1em;
    font-variant: small-caps;
    letter-spacing: 0px;
    text-decoration: none;
    font-weight: bold;
    color: #f6f7fa;
    padding: 2px 1px 1px 0px;
  }

h2 a, h3 a, h4 a
  { 
    color: #f6f7fa;
    text-decoration: none;
  }
h2 a:visited, h3 a:visited, h4 a:visited
  {
    color: #f6f7fa;
    text-decoration: none;
  }
h2 a:hover, h3 a:hover, h4 a:hover
  {
    color: #d6d8e7;
    text-decoration: none;
  }

.entry-content h3
  { 
    color: #444;
  }

.entry-content h4
  { 
    color: #444;
    text-decoration: none;
    border: none;
  }

.caption
  { 
    font-style: italic;
    font-size: 0.6em;
    text-align: center;
  }

blockquote
  { 
    font-style: italic;
    padding-left: 10px;
    margin-top: 0.4em;
    margin-bottom: -0.2em;
    border-left: 1px #bcbcc0 solid;  
  }

/* sidebar lists */

.xoxo ul, .xoxo li
  {
    list-style: none;
    background: none;
    margin-left: 0px;
    line-height: 1.4em;
  }


/* LINKS */

a
  {
    color: #f6f7fa;
    text-decoration: none;
  }
a:visited
  {
    color: #decede;
    text-decoration: none;
  }
a:hover
  {
    color: #d6d8e7;
    text-decoration: none;
  }
#theme-link
  {
    color: black;
    text-align: right;
  }


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}



/* End Images */


#menubar ul {
        background: #343857;
	list-style: none;
	margin: 0;
	padding: 0;
        line-height: 1.9em;
	}
	
#menubar li {
        background: #343857;
	float: left;
	margin: 0;
	padding: 0;
        line-height: 1.9em;
	}
	
#menubar a {
	color: #f6f7fa;
	padding: 0.15em 1.0em;
	text-decoration: none;
	}
	
#menubar a:hover {
	color: #d6d8e7;
        text-decoration: none;
	}
