/*  Theme Name: The News BagTheme URI: http://www.sentientstorm.com
Description: This is my second WordPress theme.
Version: 0.2Author: Mark Whitbeck
Author URI: http://www.sentientstorm.com/

Notes:
-modified functions.php*/

body,h1,h2,h3,h4,h5,h6,blockquote,p{
margin: 0;
padding: 0;
}

body{
	margin: 10px;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font size: 10px;
	text-align: center;
	vertial-align: top;
	background: #ffffff;
	color: #000000;
}

h1{
font-family: Arial,Helvetica bold,sans-serif;
font-size: 26px;
padding: 0 0 10px 0;
}

a:link,a:visited{
text-decoration: none;
color: #663300;
}

a:hover{
text-decoration: none;
color: #ff0000;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 1000px;
text-align: left;
}

#header{
float: left;
width: 1000px;
margin: 0 0 20px 0;
}

#headline{
float: left;
width: 1000px;
margin: 20px 0 20px 0;
text-align: center;
font-size: 30px;
font-variant: small-caps;
line-height: 36px;
}

#column-1{
float: left;
width: 240px;
padding: 5px;
}

#column-2{
float: left;
width: 240px;
padding: 5px;
}

#column-3{
float: left;
width: 240px;
padding: 5px;
}

#column-4{
float: left;
width: 240px;
padding: 5px;
}

.headliner{
line-height: 36px;
}

.post{
padding: 0;
}

.post h2{
font-family: Arial, sans-serif;
font-size: 12px;
font-variant: small-caps;
}

.entry{
line-height: 14px;
}

p.postmetadata{
font-size: 10px;
color: #999999;
border-top: 1px solid #ccc;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

.sidebar{
float: left;
width: 240px;
background: #eeeeee;
margin: 0 0 0 10px;
display: inline; /* IE bug fix */
}

.sidebar ul{
list-style-type:none;
margin: 6px;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10 px 0 10px 0;
}

.sidebar ul li h2{
font-family: Georgia, sans-serif;
font-sixe: 48px;
}

#footer{
padding: 10px 0 0 0;
clear: both;
float: left;
width: 1000px;
text-align: center;
}

#footer p{
line-height: 18px;
}

.comments-template{	margin: 10px 0 0;	border-top: 1px solid #ccc;	padding: 10px 0 0;}.comments-template ol{	margin: 0;	padding: 0 0 15px;	list-style: none;}.comments-template ol li{	margin: 10px 0 0;	line-height: 18px;	padding: 0 0 10px;	border-bottom: 1px solid #ccc;}.comments-template h2, .comments-template h3{	font-family: Georgia, Sans-serif;	font-size: 16px;}.commentmetadata{	font-size: 12px;}.comments-template p.nocomments{	padding: 0;}.comments-template textarea{	font-family: Arial, Helvetica, Georgia, Sans-serif;	font-size: 12px;}