body {
	margin: 0px;
}

forms: {
	display: inline;
	padding: 0;
	margin: 0;
}

blockquote {
	background-color: #ddd;
	border:1px dashed #aaaacc;
	margin:2em;
	padding:.5em;
}

#header {
	background:#005180 url(http://www.yallpolitics.com/images/yall_header_bg_right.gif) no-repeat top right; 
	padding: 0;
	color:#000;
	font-family: georgia, serif;
	font-size: 24px;
	font-weight:normal;
	cursor:default;
}


#header img{
	
}

#header p.header-date{
	
}

.smallText {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight:normal;
	color:#000;	
}
.input {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color:#000;
	padding: 2px 2px 2px 2px;
}
.title {
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: bold;
}
.smallHomeTitle {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-bottom: .25em;
}
	.smallHomeTitle a {
		display:block;
		margin-right:10px;
		padding: 3px 15px 3px 5px;
	}	
	.smallHomeTitle a:link {
		color:#000;
		text-decoration: none;
	}
	.smallHomeTitle a:visited {
		color:#000;
		text-decoration: none;
	}
	.smallHomeTitle a:hover {
		color:#cf7100;
		background-color: #eee;
		text-decoration: none;
	}
	.smallHomeTitle a:active {
		color:#000;
		text-decoration: none;
	}

.featureTitle {
	font-family: georgia, serif;
	font-size: xx-large;
	font-weight: normal;
	color:#fff;
	background-color:#cf7100;
	padding:2px 5px 5px 15px;
	margin: 10px 10px 0px 0px;
}
	.featureTitle a:link {
		text-decoration: none;
		color:#fff;
	}
	.featureTitle a:visited {
		color:#fff;
		text-decoration: none;
	}
	.featureTitle a:hover {
		color:#000;
		text-decoration: none;
	}
	.featureTitle a:active {
		color:#000;
		text-decoration: none;
	}
	
.featureExcerpt {
	border: 1px solid #cf7100;
	padding:10px 10px 10px 10px;
	font-family: georgia, palatino, times new roman, serif;
	font-size: medium;
	font-weight: normal;
	color:#333;
	margin-right: 10px;
	background-color:#eee;
}
	.featureExcerpt a:link {
		text-decoration: none;
		color:#cf7100;
	}
	.featureExcerpt a:visited {
		color:#cf7100;
		text-decoration: none;
	}
	.featureExcerpt a:hover {
		color:#000;
		text-decoration: none;
	}
	.featureExcerpt a:active {
		color:#000;
		text-decoration: none;
	}

.category {
	font-family: georgia, serif;
	font-size: large;
	font-weight: normal;
	color:#fff;
	background-color:#cf7100;
	padding:0px 5px 5px 10px;
	margin: 10px 10px 5px 0px;
	cursor: default;
}

.category a:link {
	color:#fff;
	text-decoration:none;
}
.category a:visisted {
	color:#fff;
	text-decoration:none;
}
.category a:hover {
	color:#ccc;
	text-decoration:underline;
}
.category a:active {
	color:#fff;
	text-decoration:none;
}

.member_strip {
	font-family: georgia, serif;
	font-size: 20px;
	padding:0px 10px 3px 12px;
	background-color:#666;
	color:#fff;
}
	.member_strip a:link {
		text-decoration: none;
		color: #fff;
	}
	.member_strip a:visited {
		text-decoration: none;
		color: #fff;
	}
	.member_strip a:hover {
		text-decoration: none;
		color: #000;
	}
	.member_strip a:active {
		text-decoration: none;
		color: #000;
	}

.recentComment {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000;
	background-color:#eee;
	border-bottom:1px solid #ccc;
}
	.recentComment a {
		display: block;
		padding: 5px 5px 5px 5px;
		color:#000;
		text-decoration: none;
	}
	.recentComment a:hover {
		background-color:#fff;
	}
	
.guest_strip {
	font-family: georgia, serif;
	font-size: 20px;
	font-weight: normal;
	padding:0px 10px 3px 12px;
	background-color:#545454;
	color:#fff;
}
	.guest_strip a:link {
		text-decoration: none;
		color: #fff;
	}
	.guest_strip a:visited {
		text-decoration: none;
		color: #fff;
	}
	.guest_strip a:hover {
		text-decoration: none;
		color: #999;
	}
	.guest_strip a:active {
		text-decoration: none;
		color: #cf7100;
	}
#rightContainer {
	background-color:#eee;
	width:260px;
	overflow: none;
}

#leftContainer {
	padding:0px 0px 0px 10px;
}

.rightTitle {
	font-family: georgia, serif;
	font-size: large;
	color:#fff;
	background-color:#545454;
	padding:0px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	cursor: default;
}
	.rightTitle a:link {
		color:#fff;
		text-decoration: none;
	}
	.rightTitle a:visited {
		color:#fff;
		text-decoration: none;
	}
	.rightTitle a:hover {
		color:#ffcccc;
		text-decoration: none;
	}
	.rightTitle a:active {
		color:#fff;
		text-decoration: none;
	}

.rightTitleSmall {
	font-family: georgia, serif;
	font-size: large;
	font-weight: normal;
	color:#fff;
	background-color:#005180;
	cursor: default;	
}
	.rightTitleSmall a {
		display:block;
		padding: 2px 10px 5px 10px;
	}	
	.rightTitleSmall a:link {
		color:#fff;
		text-decoration: none;
	}
	.rightTitleSmall a:visited {
		color:#fff;
		text-decoration: none;
	}
	.rightTitleSmall a:hover {
		background-color:#545454;
		text-decoration: none;
	}
	.rightTitleSmall a:active {
		color:#ffcccc;
		text-decoration: none;
	}

.rightSubTitle {
	color:#545454;
	margin: 15px 10px 10px 0px;
	cursor:default;
	padding: 0px 0px 0px 5px;
}

.links {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
	.links a {
		display:block;
		padding: 3px 15px 3px 5px;
	}
	.links a:link {
		text-decoration: none;
		color:#000;
	}
	.links a:visited {
		text-decoration: none;
		color:#000;
	}
	.links a:hover {
		text-decoration: none;
		color:#054e81;
		background-color: #fff;
	}
	.links a:active {
		text-decoration: none;
		color:#000;
	}

.feeds {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
	.feeds a {
		display:block;
		padding: 3px 15px 3px 5px;
	}
	.feeds a:link {
		text-decoration: none;
		color:#000;
	}
	.feeds a:visited {
		text-decoration: none;
		color:#000;
	}
	.feeds a:hover {
		text-decoration: none;
		color:#054e81;
	}
	.feeds a:active {
		text-decoration: none;
		color:#000;
	}

.feedTitle {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color:#000;
	margin-bottom: .5em;
}
	.feedTitle a {
		display:block;
		padding: 2px 5px 2px 10px;
	}
	.feedTitle a:link {
		text-decoration: none;
		color: #000;
	}
	.feedTitle a:visited {
		text-decoration: none;
		color: #000;
	}
	.feedTitle a:hover {
		text-decoration: none;
		background-color:#fff;
		color: #054e81;
	}
	.feedTitle a:active {
		text-decoration: none;
		color: #ffcccc;
	}

.commentContainer {
border:1px solid #000;
margin-right:10px;
margin-bottom: 10px;
padding: .5em;
background-color:#eee;
font-family: verdana,  helvetica, arial, sans-serif;
font-size: small;
}

.commentPosted {
background-color: #ddddff;
font-size: x-small;
padding:.25em;
border: 1px solid #999;
}

.entryPosted {
font-family: verdana,  helvetica, arial, sans-serif;
font-size: x-small;
font-weight: bold;
}
