/*
Theme Name: Chase
Version: 1.0
Author: Chase Nelson
Author URI: http://chasenelson.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Chase v1.0
	This theme was designed and built by Chase Nelson,
	whose blog you will find at http://chasenelson.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	color: black;
	border: 0px;
	}

h1 {
}
	
h2 {
	margin-top: 0px;
	font-size: 24px;
	
}

h3 {
	color: black;
	margin: 0px;
	font-size: 15px;
}

img {
	border: 0px
}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* unvisited link */
a:link {
	color:#336699;
	text-decoration: none;
}

/* visited link */   
a:visited {
	color:#336699;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color:#336699;
	text-decoration: underline;
}  

/* selected link */
a:active {
	color:#336699;
	text-decoration: none;
	} 

/* Divider styles and Layout */

div.page {
	background-color: white;
	width: 900px;
	margin: 0px auto;
}


/* Header Styles */

div.header {
	vertical-align: middle;
	height: 100px;
	color: #000000;
	border-bottom: solid 5px #336699;
}


#header1 {display:none;}

#header2 {font-size:40px; font-family: 'Lobster';}

#header2 h1 {font-size:40px; font-family: 'Lobster';}

#header3 {display:none;}


/* Main Content Styles */

div.content {
	width: 550px;
	float: left;
	border-right: 1px dotted;
	
}

p.date {
	font-size: 10px;
	color: #666666;
	text-transform: uppercase;
	margin: 0px;
}

/*START SIDEBAR STYLES */

div.sidebar {
	width: 339px;
	height: 100%;
	float: left;
	padding: 10px 0px 10px 10px;
}

/*END SIDEBAR STYLES */

/* START POST STYLES */
div.postnav {
	padding: 10px;
}

div.post {
	background-color: #FFFFFF;
	color: #000000;
	margin: 10px;
	padding: 10px;
}

div.entry {
	line-height: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.footer {
	clear: both;
}

/* END POST STYLES */

/* End captions */

