/*  
Theme Name: WillAndOrlaJekyll
Theme URI: http://willandorla.com
Version: 1.0
Author: Will
Author URI: http://willandorla.com
*/

.underline { border-bottom:1px solid #000; }

img 
{
	border:#000 1px solid;
}
img.right {
	float: right;
	margin:10px 0 0 10px;		
}
img.left {
	float: left; 
	margin:0 10px 10px 0;	
}


fieldset 
{
	border:0;
}
body
{
	background: #f9f9f9;
	background: #333;
	margin: 0 20px;
	font: 76%/1.5em Verdana, "Trebuchet MS", Arial, Sans-serif;
	color: #333;
	text-align: center;
}
a.currentlyActive
{
  text-decoration: underline;
}

a 
{
  text-decoration:none;
}

a:link, a:visited {
  text-decoration: none;
  color: #265e15;	
}

a:hover, a:active {
	text-decoration: none;
	border-bottom:#963 1px solid;
}
a:active {
	text-decoration: none
}

h1, h2, h3, h4, h5, h6 
{
	font-family: 'Lucida grande', Verdana, Arial, Serif;
}

h1
{
	font-family:Georgia, Verdana, Arial, Serif;
	
}

#wrapper {
	border: #ccc 0px solid; 
	background: #fff; 
	margin: 10px auto 10px; 
	width: 780px; 	
	position: relative; 
	text-align: left;
	
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em;	
}
#navigation {
	background: transparent; 
	margin: 20px auto 0; 
	overflow: hidden; 
	width: 760px; 
	position: relative; 
	text-align: left;
	
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, Serif;
}
 html #navigation {
	height: 1%;
}
#navigation ul li {
	float: left; 
	margin: 0 5px 0 0; 
	list-style-type: none;
	
}
#navigation ul li a {
	border: #dedede 1px solid; 
	border-bottom:none;
	padding: 0 10px 2px 10px; 
	display: block; 
	font-weight:bold;
	/*color:#666;*/		
	text-decoration: none;
	background:#ededed;
	letter-spacing:0px;
}
#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li.current_page_item a {
	background: #fff;
	color: #333;	
	border: #ccc 1px solid; 
	border-bottom:none;		
}
#navigation ul li.search {
	font-size: 0.9em; 
	right: 0; 
	position: absolute; 
	top: 0;
}

#navigation ul li.search input#searchsubmit {
	border: #999 1px solid; 
	font-size: 0.9em; 
	background: #ddd; 
	margin: 0 0 0 2px; 
	color: #265e15; 
	padding: 2px; 		
}
#header {
	clear: both; 
	float: left; 
	margin: 0px 0px; 
	/*width: 450px;*/
	-moz-border-radius-topleft: 1em;
    -webkit-border-top-left-radius: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-right-radius: 1em;  
    border-top-left-radius: 1em;  
    border-top-right-radius: 1em;
}
#header h1 
{
	font-size:1.8em;
	margin:10px 0 0 10px;
	font-variant:small-caps;
	letter-spacing:0px;
}
#header h1 a {
	
	text-decoration:none;	
	border:0;
	color:#800000;
}
#header h2 
{
	margin:5px 0 0 10px;
	font-size:1em;
	font-weight:normal;
	font-family:"lucida grande", Verdana, Arial, Serif;
	letter-spacing:0px;
	
}

#headerimage {
	clear: both;

	background: url(/images/willandorlasblog.png) repeat-x;
	-moz-border-radius-topleft: 1em;
    -webkit-border-top-left-radius: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-right-radius: 1em;  
    border-top-left-radius: 1em;  
    border-top-right-radius: 1em;
	margin: 0px; 
	color: #fff; 
	border:#000 0px solid;
	height: 75px;
}
 html #headerimage {
	margin-top: 0;
}

#menu {
  background: #52499a;
}

#menu ul {
  list-style: none;
  margin: 0;
  text-align: left;
}

#menu ul li {
  display: inline;
}

#menu ul li a {
  color: white;
  font-size: 1.3em;
  padding: 0 0.5em;
  line-height: 1.5em;  
  font-weight: normal;
  text-decoration: none;
}

#feedarea {
	padding:10px 10px 0 0; 
	float: right; 	
	text-align: right;
}
html #feedarea {
	padding-top: 10px;
}
#feedarea dl dt {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
}
#feedarea dl dd {
	display: inline; 
	margin-right: 5px; 
	height: 45px;
	background:url(img/icon_feed.gif) no-repeat left center;
	padding-left:16px;
}

#content {
	margin: 10px 10px 10px 30px; 
		
}
 html #content {
	height: 1%;
}
#content h3 {
	font-size: 1.4em; 
	font-weight:normal;
	margin: 1em 0 0;
/*	color: #265e15;	*/
		color:#800000;
}
#content h4 {
	font-size: 1.1em; 
	margin: 1em 0 0 0;
		color:#800000;
}
#content h5 {
	font-size: 1em; 
	margin: 1em 0;
		color:#800000;
}
#content-main ul 
{
    margin:0 1em;
    padding:0 1em;
    list-style-image:url(img/bullet.png);

}
#content-main ul.asides 
{
	margin:0;
	padding:2em;
	border-bottom:#ddd 1px dashed;
		color:#800000;
}
#content ol 
{
    list-style-type:decimal;
    margin:1em;
    padding:0 1em;
	color:#800000;
}

#content-main {
	float: left; 
	width: 520px; 
	margin-right: 20px;
	margin-bottom: 20px;	
}

#content-main-entry {
	float: left; 
	width: 740px; 
	margin-right: 20px;
	margin-bottom: 20px;
}
#content-main .post .posttitle h2 a{
	color: #f00;
}


#content-main img.post-image{
	height: 330px;
}
#entrypage a{
	color: #800000;
}
 html #section-index #content-main {
	margin-right: 20px;
}
#content .post 
{
	padding:0 0 2em 0;
	border-bottom:#ddd 1px dashed;
}
#content h2 
{
	font-size: 1.5em; 	
	font-weight:normal;	
	letter-spacing:0px;
}
#content .entry 
{
    margin:1em 0;
    padding-right:1em;    
}
#content .entry a:link, #content .entry a:visited
{
	color:#800000;  
}
#content .entry a:hover, #content .entry a:active
{
    border-bottom:#963 1px solid;    
}
#content .post-info , #content .postmetadata
{
	font-size:0.9em;
	color:#999;
		margin:0;
	padding:0;
		
}
#content .post-info a, #content .postmetadata a
{
	color:#800000;	
}
#content .post-info, 
#content h2.pagetitle 
{
	background:url(/images/underline1.jpg) no-repeat left bottom;
	padding-bottom:15px;	
}

#header, #content, #sidebar, #footer, .widget {
    overflow: hidden;
}

#sidebar {
	float: left; 
	width: 200px;
	font-size:0.9em;
	margin-bottom: 20px;
}
#sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;

}
#sidebar ul ul
{
	list-style: none;
	margin: 0.5em 0 0 1em;
	padding: 0;
	
}

li.sidebox {
	padding:0.5px;
	background: #ededed no-repeat left top; 
	margin-bottom: 10.5px; 	
}
html li.sidebox {
	padding-bottom: 10px;	
}
li.sidebox h2 {
	font-weight: bold; 
	font-size: 1.2em; 
	text-align: center;
	color: #f00;	
	font-variant:small-caps;
	letter-spacing:0px;
}

#sidebar li.sidebox a {
	color:#800000;
}

#sidebar li.sidebox img.random {
	margin:10px 10px 10px 10px;
	width: 180px;
}

#sidebar li.sidebox span.random {
	margin:10px 10px 10px 10px;
	width: 180px;
}

#footer {
  margin-bottom: 2em;
  color: #dba;
  font-size: 0.9em;
  padding: 0.5em;
  text-align: center;
}
#footer a:link, #footer a:visited {
	color: #999;	
}
#footer a:hover, #footer a:active {
	border-bottom:#999 1px solid;
}

#fsDemo {
	height:440px;
	width:600px;
}

.home_box #search {
        width: 200px;
	text-align:center;
}

#search .gsc-control {
	width: 180px;
}

/*   New ============= */
a {
  color: #0E51A7;
  font-weight: bold;
}

a:visited {
  color: #353b40;
  font-weight: normal;
}

div.post {
  margin-bottom: 2em;
}

.post h1 {
  margin-top: 0.2em;
}

.github code {
  background-color:#F8F8FF;
  border:1px solid #DEDEDE;
  color:#444444;
  font-size:120%;
  overflow:auto;
  padding:2px 5px;
}
pre.github {
  overflow-x:auto;
}

code {
  background: #fff5dd;
  font-size: 14px;
  color:#444444;
  font-family: "Consolas","Courier New",Courier,monospace;
}

.github {
  background-color:#F8F8FF;
  border:1px solid #DEDEDE;
  color:#444444;
  padding: 2px;
}

.console {
  -x-system-font:none;
  font-family:"bitstream vera sans mono",monaco,"lucida console","courier new",courier,serif;
  font-size: 12px;
  background:#000000 none repeat scroll 0 0;
  color:#EEEEEE;
  margin:1em 0;
  overflow-x:auto;
  padding:1em;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}

.code pre {
  font-size:120%;
  overflow:auto;
  padding:5px;
}

.highlight pre, .highlight code {
  overflow:auto;
  line-height:1.4em;
  background-color:#F8F8FF;
  color:#444444;
}

.highlight pre {
  margin:1em 0;
  padding:0.5em;
  border:1px solid #DEDEDE;
}

.mbleigh pre {
  background: #f8f8f8;
  border: 1px solid #E7E5DC;
  border-width: 1px 0 4px 6px;
  padding: 1em;
  overflow: auto;
  color: black;
  line-height: 120%;
  font-family: "Consolas","Courier New",Courier,monospace;
  font-size: 12px;
  letter-spacing: 0;
}

.delicious-post, .repo {
  background: #fff5cc;
  border: 2px solid #dba;
  padding: 0.7em 1em;
  font-size: 0.8em;
  letter-spacing: -0.03em;
  margin: 1em 1em 0 0;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  width: 175px;
}

#sidebar li.repo img.random {
	width: 175px;
}

#sidebar li.repo span.random {
	margin:10px 10px 10px 10px;
	width: 175px;
}

#github-projects.big .repo {
  float: left;
  width: 25.2em;
  margin: 1.2em 1em 0 0;
  display: inline-block;
  float: none;
  vertical-align: top;
}

.profiles img
{
	border:#000 0px;
}

/* Tags */
.abbreviated_post h2 {
  font: normal 140%/1.3em Verdana, Helvetica, Arial, sans-serif;
  font-weight:bold;
}

.abbreviated_post h2 a {
  color: #32687f;
  text-decoration: none;
  border: none;
}

.abbreviated_post h2 a:hover {
  color: #563308;
}

#tag_title {
  margin-bottom: 20px;
}

#tag_cloud .bin-1 {
  font-size: 1em;
}

#tag_cloud .bin-2 {
  font-size: 1.2em;
}

#tag_cloud .bin-3 {
  font-size: 1.4em;
}

#tag_cloud .bin-4 {
  font-size: 1.6em;
}

#tag_cloud .bin-5 {
  font-size: 1.8em;
}

.comment-count {
  background: #563308;
  padding: 5px;
  margin: 10px 0;
  border: 2px solid #d0e3eb;
}
