/*
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: Arial,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: 1000px;
   /* margin: 0px auto;   */
}


/* Header Styles */

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

#header1 {font-size:40px; font-family: 'Lobster'; float: left;}

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


/* Main Content Styles */

div.content {
	width: 900px;
	float: left;
	
}

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

/*START SIDEBAR STYLES */

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

/*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: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

div.footer {
	clear: both;
}

/* END POST STYLES */

/* End captions */


