@charset "UTF-8";
/* CSS Document */
/*
Theme Name: Honky Tonk
Theme URI: http://www.honkytonkexperience.com
Description: Theme I created for use on The Honky Tonk Experience web site.
Version: .01
Author: Greg Watts/broscup
*/
body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

*{margin:0;
padding:0;
}

/*Body Text*/
body{
	margin: 0;
	font-family: Book Antiqua, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12ps;
	text-align: center;
	vertical-align: top;
	background: #000000;
	color: #ffffff
}

/* Text Sizing */

h1{
	font-family: Georgia, San-serif;
	font-size: 24px;
	padding: 0 0 10px 0;
}

/*Link Colors*/
a:link, a:visited{
	text-decoration: underline;
	color: #FFC;
}

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

img
{  border-style: none;
margin: 0;
padding: 0;
vertical-align:bottom;
}

/* (10-pixel top padding to each paragraph tag.)*/
p{
padding: 10px 0 0 0;
}
	

/*Setting the overall width of the page */
#wrapper{
	margin: 0 auto 0 auto;
	width: 900px;
	text-align: left;
}

/*Setting the header */
#header{
	float: left;
	width: 900px;
	height: 400px;
	padding: 20px 0 20px 0;
	margin: 0 0 0 0;
}



/* Setting the main "container" */
#container{
	float: left;
	width: 610px;
	
}

.post{
	padding: 10px 0 10px 0;
}

.post h2 a{
	font-family: Book Antiqua, Georgia, Sans-serif;
	font-size: 18px;
	color:#F33;
}


.entry{
	line-height: 18px;
}

.entry a:link{
	text-decoration:underline;
	color:#F33;
}

.entry a:visited{
	text-decoration:underline;
	color:#F33;
}
.entry a:hover,{
	text-decoration:none;
}

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

p.postmetadata a:link{
	text-decoration: underline;
	color: #FFC;
}

p.postmetadata a:visited{
	text-decoration: underline;
	color: #FFC;
}

p.postmetadata a:hover{
	text-decoration: none;
	color: #FFC;
}

/*For the navigation DIV wrapping the Next page and Previous page links, you just:

    * added a 10-pixel top padding
    * change its font size to 14px
    * change its font-weight to bold.
    * increased its line-height to 18px.
*/

.navigation{
	font-family: Book Antiqua, Georgia, Sans-serif;
padding: 10px 0 0 0;
font-size: 12px;
font-weight: bold;
line-height: 16px;
}


/* Setting the sidebar */
.sidebar{
	float: right;
	width: 280;
	background: #000000;
	margin: 0 0 0 10px;
	display: inline;
}

.widgettitle {
	font-family: Book Antiqua, Georgia, Sans-serif;
	font-size: 16px !important;
	line-height: 18px !important;
	padding: 10px 10px 5px 10px;
}

#sp_div_list {
	padding: 0 0 0 15px !important;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

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

.sidebar ul li h2{
font-family: Book Antiqua, Georgia, Sans-serif;
font-size: 14px;
line-height: 16px;
}

.sidebar ul ul li{
padding: 0 0 0 0;
line-height: 24px;
}

#rss-icon {
	padding: 10px 0 0 10px;
}

/*Comments Section*/
.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;
}

/*Setting the footer*/
#footer{
	clear: both;
	float: right;
	width: 900;
	padding: 10px 0 0 0;
}

#footer p{
	line-height: 12px;
	font-size:10px;
	text-align:right;
}



