﻿body
{
min-width:960px;	
background:#fff;
margin:0;
font:1.0em/1.6em Georgia,Serif;
color:#333;

}

a, a:visited
{
color:			#C74A29;
text-decoration: none;
}

A:hover
{
text-decoration: underline;
}

.post a, .post a:visited
{
	color:#FFB700;
}

.headerstripe
{
	position:absolute;
	background-color:#C74A29;
	height:76px;
	width:100%;
}
.navtitle
{
	height:76px;
}
.navtitle h1
{
margin:0px;
font-family:	David, 'Times New Roman', Serif;
font-size:	36px;
font-weight:	normal;
color:		#ffb700;
text-decoration: none;
padding-top:38px;
}
.navtagline
{
font-family:	David, 'Times New Roman', Serif;
font-size:	16px;
font-weight:	bold;
color:		#333333;
text-decoration: none;
margin-top:-4px;
}
.stripecontainer
{
	position:absolute;
	top:76px;
	width:100%;
	height:19px;
	overflow:hidden;
}
.navstripe
{
	position:absolute;
	left:200px;
	background-color:#ffb700;
	height:19px;
	width:100%;
}
.footstripe
{
	background-color:#ffb700;
	width:100%;
	text-align:center;
}
#header
{
	position:relative;
}
#homelink
{
	display:block;
	float:left;
}
.fullwidth
{
	width:860px;
	margin:auto;
}
.blogcontainer
{
	width:510px;
	margin-right:10px;
	margin-top:40px;
}


h2, .dateline {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
  

h2.title
{
	font-family:Georgia,Serif;
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#cc6600;

  text-transform:none;
  letter-spacing:normal;
}
h2.title a, h2.title a:visited
{
  color:#cc6600;
}

h3.title
{
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
}

code
{
	display:block;
	padding:10px;
	font-size:80%;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	overflow-x:auto;
	white-space:nowrap;
	margin:20px 0px;
	
}

.blognav
{
	float:right;
	width:320px;
}
.sidebar-name
{
	font:78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform:uppercase;
	font-weight:bold;

	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:1px;

	
}
.sidebar-list
{
	border-bottom:1px dotted #CCCCCC;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1.5em;
	padding:0 0 1.5em;
}
.sidebar-list li
{
	padding:0 0 0.25em 15px;
	text-indent:-15px;
}
hr, .blognav hr
{
	border:none 0px #fff;
	border-bottom:1px dotted #CCCCCC;
}
.post img 
{
	border:1px solid #DDDDDD;
	padding:4px;
}