/*
THEME NAME: David Thomas Bernal
THEME URI: http://www.davidthomasbernal.com
DESCRIPTION: I am great.
VERSION: AWESOME
TEMPLATE: sandbox
*/

@import url('reset.css');
@import url('../sandbox/examples/2c-r.css');
@import url('prettify.css');

pre {
	max-width:100%;
	overflow: auto;
	background-color:#E9E9E9;
	border-right:6px solid #E6E6E6;
	padding:.5em 0 0 .2em;
}

a img{
	border:none;
}

a {
	color:#00A4E9;
}

a:hover, a:active {
	color: #04D3FF;
}
a:visited {
	color:#3E6170;
}

body{
	background:#F0F0F0;
	padding: 15px 5px 5px 50px;
	color:#444;
	text-shadow: #FBFBFB 1px 1px;
}

#header {
	padding-bottom:10px;
	border-bottom:3px solid black;
	margin-bottom: 20px;
}
	#header h1{
		margin: 0;
	}
div.sidebar {
	width:180px;
}
	.sidebar ul,
	.sidebar ol{
		padding-left:0;
		list-style:none;
	}
	
.sidebar h3 {
	text-transform: uppercase;
	margin:.5em 0 .25em 0; 
}
#wrapper {
	width:860px;	
}

#access {
	display:none;
}

h1#blog-title img {
	margin-bottom: 10px;
}
div#blog-description {
	font-style: italic;
}

h2.entry-title {
	margin:8px 0 3px;
	background-color:#FFF;
	border-top: 1px solid #CCC;
	padding:5px 2px;
}
div.entry-date {
	color:#6E6E6E;
	font-size:11px;
	text-align: right;
	text-transform: uppercase;
	margin-bottom:6px;
}

h1 {
	font-size:40px;
}
h2 {
	font-size:26px;
}
h3, h4, h5, h6 {
	font-size:16px;
}

#content h1,h2,h3,h4,h5,h6 {
	margin:1em 0 .5em 0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	text-decoration: none;
	color:black;
}
h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited,h5 a:visited,h6 a:visited {
	color:#283C45;
}
h1 a:active, 
h1 a:hover,
h2 a:active, 
h2 a:hover,
h3 a:active, 
h3 a:hover,
h4 a:active, 
h4 a:hover,
h5 a:active, 
h5 a:hover,
h6 a:active, 
h6 a:hover {
	color:#283C45;
}

div.entry-meta {
	margin:15px 0 0;
	background-color: #FFF;
	padding:15px 2px 3px 2px;
	border-bottom: 1px solid #ccc; 
}

div.post { 
	border-bottom:1px solid #AAA;
	margin-bottom:40px;
	padding-bottom: 2px;
}