/*
THEME NAME: JR Liner Notes
THEME URI: http://blog.jazzrecord.org
DESCRIPTION: Stuffs for JazzRecord blog
VERSION: 0.1
AUTHOR: David Rivers
AUTHOR URI: http://www.davidrivers.name/
TAGS:
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

* {
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande','Verdana','sans-serif';
}

body {
  font-size: 13px;
  background-color: #D3D9D9;
  margin: 20px 0;
}

a {
  color: #369;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  background-color: #D3E3F3;
  color: #000;
}

div#menu {
/*  padding: 5px;*/
}

div#menu li {
  list-style: none;
}

div#menu, div.sidebar {
  background-color: #4B5151;
  color: #fff;
}

div#menu a, div.sidebar a {
  color: #C3D9E9;
  text-decoration: none;
}

div#menu a:hover, div.sidebar a:hover {
  background-color: #4B5151;
  border-bottom: 2px solid #333;
}

div.sidebar h3 {
  background-color: #3B4141;
  padding: 10px;
  border-top: 1px solid #333;
}

div.sidebar li {
  list-style: none;
/*  margin: 5px;*/
}

div.skip-link {
position:absolute;
right:20px;
top:50px;
}

div.skip-link a {
  color: #000;
  border-bottom: 1px solid #369;
}

div#menu {
/*background:#EEE;*/
height:1.5em;
margin-top:1em;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
/*list-style:none;
margin:0;
padding:0;*/
}
/*
div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}*/

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

/*div#container,div#primary {
margin-top:2em;
}*/

/*form#commentform .form-label {
margin:1em 0 0;
}*/

/*form#commentform span.required {
background:#fff;
color:#c30;
}*/
/*
form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}*/

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
/*margin-bottom:1em;*/
background-color: #fff;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

/*div.navigation {
height:1.25em;
}*/

div.navigation div.nav-next {
float:right;
text-align:right;
}
/*
div.sidebar h3 {
font-size:1.2em;
}
*/
/*div.sidebar input#s {
width:7em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}*/

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

/*div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}*/

.entry-title, p {
  margin-bottom: 15px;
}

h2 {
/*  margin-top: 15px;*/
}

h1#blog-title a, h2 a {
/*  color: #333;*/
  color: #654;
  text-decoration: none;
/*  border-bottom-width: 1px;
  border-bottom-style: dashed;*/
}

/*h1#blog-title a {
  border-bottom-color: #999;
}

h1#blog-title a:hover {
  background-color: #D3D9D9;
  border-bottom-color: #000;
}

h2 a {
  border-bottom-color: #eee;
}

h2 a:hover {
  background-color: #fff;
  border-bottom-color: #000;
}*/

div.post {
  background-color: #fff;
  border-bottom: 2px solid #eee;
}

.entry-title, .entry-date, .entry-content, .entry-meta {
  margin: 0 30px;
}

.entry-title {
  padding-top: 30px;
}

.entry-meta {
  margin-bottom: 30px;
}

#pages li, #categories li, #archives li, #rss-links li, #meta li, .blogroll li {
  margin: 0 10px;
  padding: 5px 0;
}

#pages ul, #categories ul, #archives ul, #rss-links ul, #meta ul, .blogroll ul, .sidebar #searchform {
/*  border-left: 10px solid #4B4141;*/
  padding: 5px 0;
}

div.entry-date {
  margin: 15px 30px;
}

#linkcat-2 {
  display: none;
}

.sidebar #searchform {
  padding: 10px;
}

p, li {
  line-height: 135%;
}

h2.page-title {
  background-color: #fff;
  padding: 30px 30px 0 30px;
}

.single #nav-above {
  padding: 30px 30px 0 30px;
}

.single .entry-title {
  padding-top: 15px;
  margin-bottom: 15px;
}

#pages {
  display: none;
}

code {
/*  padding: 5px;*/
  background-color: #666;
  color: #fff;
  font-family: 'Andale Mono', 'Monaco', 'Courier New', 'Courier', 'monospace';
/*  border: 1px solid #ccc;*/
}

#comments h3 {
  clear: both;
  padding-top: 15px;
  margin-bottom: 15px;
}

#logo {
  position: absolute;
  top: 25px;
  left: 15px;
  border: 0;
}

.entry-content li {
  margin-left: 15px;
  margin-bottom: 5px;
}

.entry-content ul, .entry-content ol {
  margin-bottom: 15px;
}

pre code {
  display: block;
  padding: 15px;
}