/*
Theme Name: Jalada
Theme URI: http://jalada.co.uk
Description: The Jalada Theme
Author: David Somers
template: twentyten
*/

@import url("/wp-content/themes/twentyten/style.css");

/* Overrides */


/*****************************************************************************/
/*
/* Overriding Twenty Ten
/*
/*****************************************************************************/

#content ol, #content dd, #content pre, #content hr {
	margin-bottom: auto;
}

#content p {
	margin: 1em 0;
}

ul {
	margin: auto;
}

#searchform {
	text-align:center;
	margin:1em 0;
}

#content, #content input, #content textarea {
	color:black;
}


.entry-content .wp-caption {
    max-width: 100% !important;
}

/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/

body {
	margin: 0;
  padding: 0;	
  min-width:750px;
  font: 13.34px helvetica, arial, clean, sans-serif;
	color: #000;
  *font-size: small;
  width:100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
	font-weight:bold;
}

h1 {
  margin-bottom: 1em;
}

p {
  margin: 1em 0;
}

a {
  color: #00a;
}

a:hover {
  color: black;
}

a:visited {
  color: #a0a;
}

table {
  font-size: inherit;
  font: 100%;
  border-spacing:0;
}

/*****************************************************************************/
/*
/* Site
/*
/*****************************************************************************/

#wrapper {
  font-size: 110%;
  text-align: justify;
  width: 40em;
  margin: 3em auto 2em auto;
  line-height: 1.5em;
  background-color: white;
  padding: 2em;
}

#header {
  color: #21008C;
  font-weight: bold;
  margin-bottom: 2em;
  padding-top: 0.5em;
}

	#header h1 {
		display:inline;
		font-weight:bold;
	}

  #header a {
    color: #21008C;
    text-decoration: none;
  }

  #header a:hover {
    color: black;
  }

  #header a#name {
    font-size:200%;
  }

  #header ul li a {
    color: #aaa;
    text-decoration: none;
    margin-left: 1em;
  }

 	#header ul li a:hover {
    color: black;
  }

	#header ul {
		display:inline;
	}
	
	#header ul li {
		display:inline;
		margin-right: 10px;
	}
	
	#header ul {
		font-size: 110%;
		line-height: 100%;
		margin: auto;
		width: auto;
	}


.entry-meta {
  color: #aaa;
	font-size:110%;
	line-height:1.5em;
	margin-top: 1em;
}

#rdbWrapper {
  float:left;
}

#footer {
  font-size: 80%;
  color: #666;
  border-top: 4px solid #eee;
  margin-top: 2em;
  overflow: hidden;
}

	#footer .contact {
		float:left;
		margin-right: 3em;
	}

	#footer .contact a {
		color: #8085C1;
	}

	#footer .rss {
		margin-top: 1.1em;
		float: right;
	}

	#footer .rss img {
		border: 0;
	}

#main {
	width:auto;
	padding:0;
}

#content {
	margin:auto;
	margin-right:5px;
	font-size:1em;
}

/*****************************************************************************/
/*
/* Posts
/*
/*****************************************************************************/

.post {

}

  .entry-content {
    padding: 0;
  }

  #content .share-buttons {
    float: right;
  }

  #content .share-buttons > div {
    float: left;
  }

  #content .share-buttons .twitter {
    padding-top: 2px;
  }

  #content .entry-title, #content h1.notice{
    font-size: 230%;
    line-height:150%;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #eef;
    margin: 0px 10px;
    padding: 20px 30px;
    font-weight:normal;
    font-family: Georgia, "Times New Roman", serif;
  }

	#content h1.notice {
		margin-top:20px;
		font-size: 14px;
		background-color: #FAF4AF;
	}

  .post h2 {
	font-size:150%;
	line-height: 150%;
	margin: 0px;
	padding: 20px 10px 0px 0px;
    font-weight:normal;
    font-family: Georgia, "Times New Roman", serif;	
  }

 #content .entry-title, .post h2 {
    font-family: 'Merriweather', Georgia, sans-serif;
  }

  /* standard */

  .post pre {
    font-family: "Inconsolata", "Consolas", "Courier New", Courier, mono, serif;
    border: 1px solid #ddd;
    background-color: #eef;
    padding: 0 6px;
	margin: 13px 0;
  }

  .entry-content em {
    font-style: normal;
    background-color: #eef;
  }
    

  .post ul  {
	margin: 1em 0;
  }
		.post ul li {
			margin:0.5em 0;
		}

  .post ul,
  .post ol {
    margin-left: 2em;
  }

  .post code {
    border: 1px solid #ddd;
    background-color: #eef;
    font-size: 95%;
    padding: 0 .2em;
  }

    .post pre code {
      border: none;
    }

  .post div.highlight {
    overflow: auto;
    display: block;
    line-height:1.2em;
    font-size:11px;
    margin: 1em 0em;
  }

  .post blockquote {
    border: 1px solid #ddd;
    background-color: #eef;
    margin: 0px 10px 1em;
    padding: 20px 30px;	
  }

	.post img {
		max-width:550px;
	}

ul.posts {
  list-style-type: none;
  margin-bottom: 2em;
	padding-left:0px;
}

  ul.posts li {
    line-height: 2em;
		margin-bottom:0.3em;
  }

  ul.posts span {
    font-family: Inconsolata, "Courier New", monospace;
  }


#related {
  margin-top: 2em;
}

  #related h2 {
    margin-bottom: 1em;
  }

#comments {
  margin-top: 2em;
}

#footer #site-generator {
	width:140px;
	float:right;
	text-align:right;
	height:100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
