﻿/*   
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.6
*/


/* Structure */

html {
	overflow-y: scroll;
}

body {
	background: #ffffff;	
}

#header {
	font-family: Segoe UI, Arial, Helvetica;
	text-align: left;
	text-decoration: none;
	height: 50px;
}

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

#content {
	width: 670px;
	float: left;
	height: 100%;
	background: #ffffff;
	color: #000000;
	font-family: Segoe UI, Arial, Helvetica;
	padding: 15pxpx 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: #ffffff;
	font-family: Segoe UI, Arial, Helvetica;
	font-size: 0.8em;
	text-align: center;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Misc Elements & Tags */

a img {
	border: none;
	}

/* Text */

h2, h2 a, h2 a:visited {
	color: #666666;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 5px;
	}
	
blogname {
	font-size: 2.4em;
	text-decoration: none;
}

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


/* Navigation */

#navigation {
	margin-top: 25px;
}

/* Sidebar */

#sidebar {
	background: #ffffff;
	width: 270px;
	height: 100%;
	margin-left: 700px;
	overflow: visible;
	list-style-type: none;
	padding: 15px 10px 0px 10px;
	font-family: Segoe UI, Arial, Helvetica;
	font-size: 0.9em; 
}

#sidebar ul {
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 2px;
}

#sidebar ul li {

}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


