
body {
	margin: 0;
	padding: 0;
	background-color: #0E1212;
}

body, th, td, input, textarea, select, option {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #DDDFDE;
}

h1, h2, h3, h4 {
	font-family: Garamond, Georgia, "Bookman Old Style", serif;
}

h1 {
	letter-spacing: .2em;
	font-size: 2.8em;
	color: #17359E;
}

h2 {
	line-height: 1.2em;
	letter-spacing: -2px;
	font-size: 3em;
	color: #99CCFF;
}

h3 {
	line-height: 1.2em;
	letter-spacing: -1px;
	font-size: 2em;	
	color: #DDDFDE;
}

h4 {
	line-height: 1em;
	letter-spacing:.1em;
	font-size: 1em;
	color: #DDDFDE;
}


p, ul, ol {
	line-height: normal;
	font-family: Calibri, Verdana, Helvetica, sans-serif;	
	color: #DDDFDE;	
	font-size: 1em;
}

blockquote {
	padding-left: 0.8em;
	border-color: #800000;
	border-style: double;
	background: #0E1212;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
}

a {
	color: #17359E;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color: #17359E;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #99CCFF;
	text-decoration: none;
	font-weight:bold;
}

a:active {
	color: #99CCFF;
	text-decoration: none;
	font-weight:bold;
}

/* Header */

#logo {
	padding-left: 0.8em;
	line-height:34px;
}


#tagline {
	padding-left: 0.8em;
	font-family: Calibri, Verdana, Helvetica, sans-serif;	
	font-size: 1em;
	color: #DDDFDE;
	line-height:18px;
	letter-spacing:.4em;
	}

/* Page */

#page {
	width: 720px;
	margin: 0 auto;
	padding: 0;
}

/* Content */

#content {
	float: right;
	width: 420px;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
}

.meta {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
}

.meta .more {
	padding-left: 20px;
	background: url(images/img04.gif) no-repeat left center;
}

.meta .comments {
	padding-left: 20px;
	background: url(images/img05.gif) no-repeat left center;
}

/* Navigation */

#navigation a {
	font-family: Garamond, Georgia, "Bookman Old Style", serif;
	color: #17359E;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	}

#navigation a:visited {
	font-family: Garamond, Georgia, "Bookman Old Style", serif;
	color: #17359E;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	}

#navigation a:hover {
	font-family: Garamond, Georgia, "Bookman Old Style", serif;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	}

#navigation a:active {
	font-family: Garamond, Georgia, "Bookman Old Style", serif;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	}


/* Sub Navigation */

#horizontal,#horizontal ul {  
	 list-style:none;  
}  

#horizontal li {  
	display:inline;  
	border:none 0px;  
	float:left;  
	padding:2px;  
}  

#horizontal li a {  
	color: #17359E;
	font-weight:bold;  
	font-size: 1.5em;	
	display:block;  
	text-decoration:none;  
	padding:2px 18px;  
	margin:2px;  
	font-family: Garamond, Georgia, "Bookman Old Style", serif;
}  

#horizontal li a:hover {  
	color: #99CCFF;
} 

#horizontal li a:active {  
	color: #99CCFF;
} 

