﻿/*   
Theme Name: Scratch Theme
Theme URI: www.brandonleblanc.com
Description: Dessigning a theme by scratch. 
Author: Brandon LeBlanc
Author URI: wwww.brandonleblanc.com
Version: 0.5
*/


/* Structure */

html {
	overflow-y: scroll;
}

body {
	background: #ffffff;	
}

#header {
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	height: 50px;
}

#page {
	width: 1000px;
	margin: auto;
	background: #ffffff;
}

#content {
	width: 670px;
	float: left;
	height: 100%;
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 0px 15px 15px 15px;
	line-height: 1;
}

#entry {
	font-size: small;
	line-height: 1.5;
	}

#postmetadata {
	line-height: 1.2em;
	font-size: x-small;
}

.post {
	}


#footer {
	background: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	text-align: center;
	color: #000000;
}

#sidebar {
	background: #ffffff;
	width: 270px;
	height: 100%;
	margin-left: 700px;
	overflow: visible;
	list-style-type: none;
	padding: 20px 15px 0px 15px;
	font-family: Arial, Helvetica, Sans-Serif;
}

/* Misc Elements & Tags */

a img {
	border: none;
	}

/* Text */

h2, h2 a, h2 a:visited {
	color: #1e98e8;
	text-decoration: none;
	}
	
h2 {
	margin: 30px 0 0;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	color: #aaa7a7;
}
	
blockquote {
	font-size: medium;
	color: #8a8b8b;
	line-height: 1.5;
}

