/*
	Theme Name: Hunter Theme
	Theme URI: http://frontierwebdesign.com/hunter-theme/
	Description: A theme for Sportsmen, by <a href="http://sportsmansoutfit.com">Sportsmans Outfit.</a>
	Version: 1.0
	Author: Chad Coleman
	Author URI: http://frontierwebdesign.com


Hand coded with love, by chad coleman over at frontierwebdesign.com */

* html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #454545;
	margin: 0;
	padding: 0;

}
#outer {
	background-image: url(images/bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#upgrade {
	background-color: #CC6600;
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#upgrade a {
	color: #FFFFFF;
	text-decoration: underline;
}
#upgrade a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:link {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #996600;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

blockquote {
	color: #660000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 16px;
}
small {
	font-size: 11px;
}

.entry b, .entry strong, .post strong {
	background-color: #FFFF99;
	font-weight: normal;
}
.entry ul {
	padding-right: 0px;
	_padding-left: 0px;
	padding-left: 15px;
	
}

.entry ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	list-style-type: none;
	margin: 0px;
}
.entry {
	line-height: 120%;
}
.entry img {

margin: 5px;

}


#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 58px;
}
#logo {
	color: #FFFFFF;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#logo a:link, #logo a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#logo a:hover, #logo a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#headsearch {
	float: right;
	width: 250px;
	padding-top: 15px;
	text-align: right;
	padding-right: 15px;
}
#searchforma {
	padding: 0px;
	margin-top: -8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
input#s2a {
	width: 125px;
	font-size: 11px;
	color: #CCCCCC;
	border: 1px solid #333333;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-image: url(images/nav-over.jpg);
	background-repeat: repeat-x;
	margin-right: 3px;
	background-position: bottom;
}
input#searchsubmita {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #333333;
}



#nav {
	height:32px;
	line-height:30px;
	font-size:14px;
	color: #FFFFFF;
	padding-left: 12px;
	margin: 0px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	float:left;
}
#nav li {
	height:30px;
	line-height:30px;
	float: left;
	padding:0;
	margin: 0;
}

#nav li li {
	float: none;
	padding:0;
	margin: 0;
}
#nav li ul {
	display:none;
	position: absolute;
	width: 160px;
	left: -999em;
}
#nav li ul ul {
	margin: -31px 0 0 160px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	color: #FFFFFF;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	display:block;
	left: auto;
	

}
#nav a {
	display: block;
	text-decoration:none;
	color: #EEEEEE;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 2px;
}



#nav li a:hover, #nav li a:active, #nav li.current_page_item {
	background-image: url(images/nav-over.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	text-decoration:none !important;
	color:#CCCCCC !important;
	width:140px;
	float: none;
	margin: 0;
	padding:0 10px;
	background-color: #4a4724;
	background-image: url(images/nav-sub-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#nav li li a:hover, #nav li li a:active {
	color: #FFFFFF !important;
	background-color: #4a4724;
	background-image: url(images/nav-sub-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#nav li.current_page_item a {
	text-decoration:none;
	color:#FFFFFF;
}
.tag-cloud-title {
	font-size: 14px;
	letter-spacing: -1px;
	background-image: url(images/tag.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 18px;
	color: #333333;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}


.archive-tag-cloud {
	background-color: #EEEEEE;
	text-align: center;
	border: 1px dotted #CCCCCC;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	line-height: 210%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
.archive-tag-cloud a {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #666666;
	text-decoration: none;
}
.archive-tag-cloud a:hover, .archive-tag-cloud a:visited, .archive-tag-cloud a:active {
	color: #333333;
}





#container {
	width: 743px;
	background-image: url(images/bg-wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contentbrdr {
	background-image: url(images/content-brdr.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	width: 743px;
}
#content {
	padding-bottom: 15px;
	
}
#content h3 {
	padding: 0px;

	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	display: block;
}
#content h2 {
	color: #333333;
	letter-spacing: -1px;
	font-size: 20px;
}


#content>#main {
	width: 400px;
	float: left;
	margin-top: 50px;
	margin-left: 30px;
}
#main {
	width: 400px;
	float: left;
	margin-top: 50px;
	_margin-left: 10px;
	*margin-left: 30px;
}
#content>#sidebar {
	float: right;
	width: 250px;
	margin-right: 12px;
	margin-top: 55px;
	clear: none;
}
#sidebar {
	float: right;
	width: 250px;
	margin-right: 12px;
	margin-top: 55px;
	clear: none;
}
* #sidebar {

	*margin-right: 12px;
	
}
.whatever {
 	*padding-top: 10px /*(ie6 and 7) */
 	_padding-top: 20px /*(ie6 only) */
 
 }


#sidebar ul {
	padding: 0px;
	margin: 0px;
}

#content>#sidebar ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	margin-top: -4px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}
#sidebar ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 14px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
}

#sidebar li {
	background-image: url(images/widget-li-bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
	display: block;
	list-style-type: none;
}




#sidebar li li {
	font-size: 12px;
	padding-right: 34px;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
	margin: 0px;
	background-color: transparent;
	background-image: url(blank.gif);
}
#sidebar h2 {
	background-image: url(images/sidebar-title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
	color: #FFFFFF;
	height: 32px;
	padding-left: 13px;
	padding-top: 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}
#footer {
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	height: 73px;
	background-position: center;
	margin-bottom: 27px;
	width: 743px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#footnav {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
}
#footnav ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	width: 440px;
}
#footnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footnav li a:link, #footnav li a:visited {
	font-size: 11px;
	color: #EEEEEE;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#footnav li a:hover, #footnav li a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
p.copyright {
	color: #EEEEEE;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	width: 320px;
}
p.copyright a:link, p.copyright a:visited {
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
p.copyright a:hover, p.copyright a:active {
	color: #FFFFFF;
	text-decoration: none;
}
p.copyright span{
	color: #999999;


}
.copyright  span  a:link {
	color: #999999;
	text-decoration: underline;
}
.credits {
	text-align: right;
	float: right;
	width: 315px;
	font-size: 11px;
	color: #999999;
	padding-top: 15px;
}
.credits  a:link, .credits a:visited {
	color: #CCCCCC;
}
.credits a:hover, .credits a:active {
	color: #FFFFFF;
	text-decoration: none;
}



.centercontent {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
ul.catlist {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.monthlist {
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main ul.monthlist     li,   #archives  ul li      {
	padding-bottom: 4px;
	padding-top: 4px;
	background-image: url(images/month.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#archives h2 {
	margin-bottom: 15px;
}
#archives ul li {
	margin-left: 18px;
}

.entry ul.monthlist li {
	background-image: none;
}

ul.catlist    li   {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/category.gif);
	list-style-type: none;
	background-repeat: no-repeat;
	padding-left: 19px;
	list-style-image: none;
	margin: 0px;
	padding-right: 0px;
}

#sidebar  .widget_links   li  {
	background-image: url(images/page.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 39px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#sidebar  .widget_categories h2 {
	margin-bottom: 15px;
	z-index: -1;
}

#sidebar  li.cat-item {
	padding-left: 41px;
	background-image: url(images/category.gif);
	background-repeat: no-repeat;
	background-position: 19px;
	color: #999999;
}




.posttitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #990000;
	font-size: 22px;
	letter-spacing: -1px;
}
.posttitle a:link, .posttitle a:visited {
	color: #990000;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: -1px;
}
.posttitle a:hover, .posttitle a:active {
	color: #000000;
	text-decoration: none;
}
.clearBoth {
	clear: both;
}
.commenting {
	background-image: url(images/comment.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 21px;
	margin-left: 9px;
}
.commentlink {
	background-image: url(images/commentlink.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
	height: 13px;
	width: 16px;
}
.tags {
	background-image: url(images/tag.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 19px;
	padding-top: 0px;
	padding-bottom: 3px;
	margin: 0px;
}

.edit {
	background-image: url(images/edit.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 21px;
	margin-left: 9px;
	float: right;
	padding-bottom: 3px;
}
.date {
	color: #666666;
	font-weight: bold;
	font-size: 15px;
}


/*  Begin Comment Code -----------------------------*/


h2.responses {
	color: #294a59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.commentlist {
	width: 424px;
	margin-bottom: 20px;
	font-size: 14px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}
.commentlist li {
	padding-top: -22px;
	margin-bottom:15px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #e1dbc2;
	list-style-position: inside;
	margin-top: 0px;
	padding-bottom: 0px;
}
.commentcontent {
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin-left: 10px;
}
.commentcontent p {
	font-size:12px;
	color:#333;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding-top: 8px;
	display: inline;
	float: left;
	width: 300px;
	clear: left;
	margin-bottom: 10px;
}
.commentcontent a {
	color: #006600;
}
p.authorcom {
	background-color: #fff;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding-top: 0px;
}


p.authorcom span {
	color: #294a59;
	font-size: 16px;
	padding-left: 100px;
	background-color: #fff;
	background-image: url(images/commentquo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	margin-top: -2px;
}



.authorcom small {
	font-size: 10px;
}
.commentcontent {
	padding: 0 10px;
}
.commentcontent ul {
	list-style-type: none;
	font-size:12px;
	color:#333;
	line-height:17px;
}
.commentcontent li {
	padding-left: 15px;
	padding-top: 0px;
	margin-bottom: 5px;
}
.commentcontent blockquote {
	background-color: #d5e0e3;
	margin-bottom: 15px;
	padding: 5px 5px 2px 8px;
	border-left: 4px solid #b1c6d0;
	font-size:11px;
	color:#777;
	line-height:17px;
}
.commentcontent blockquote p {
	margin-bottom:5px;
}
.commentform {
	width: 420px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.commentform h2 {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin: 2px;
}
#commentform input {
}
.box1 {
	padding-left: 5px;
}
.box2 {
	padding-right: 5px;
	padding-left: 5px;
}
.box2>#comment {
	width: 420px;
}
#comment {
	width: 410px;
}
.box3 {
	background: transparent url(img/cfbox3bg2.jpg) no-repeat right bottom;
	width: 440px;
	padding-bottom: 12px;
	text-align: center;
	clear: both;
}
.commentform label {
	color: #294a59;
	margin-bottom: 2px;
	display: block;
}
.commentform input {
	width: 150px;
	margin-bottom: 10px;
}
.commentform textarea {
	margin-bottom: 20px;
}
input.submit {
	width: 150px;
	margin-bottom: 6px;
	margin-left: 173px;
	display: block;
}



/*  End Comment Code -----------------------------*/







p.postmetadata {
	font-size:11px;
	background-color: #eeeeee;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-right: 5px;
	padding-left: 5px;
	color: #666666;
}
.navigation {
	padding-top: 5px;
	padding-bottom: 5px;
}
.alignleft {
	float: left;
}
.alignright {
	text-align: right;
}
.floatingbox {
	float: left;
	width: 45%;
	display: inline;
	padding-right: 9px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #333333;
	margin-left: 10px;
	margin-top: 15px;
}
.gravatar {
	float:right;
	padding: 3px;
	border: 1px solid #000;
	background: #fff;
	margin-left: 15px;
	height: 70px;
	width: 70px;
	margin-bottom: 10px;
	clear: none;
	margin-top: 10px;
}
.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}
#latestboxes {
	width: 400px;
	margin-left: 30px;
	padding-left: 5px;
}

#previous {
	width: 49%;
	display: inline;
	float: left;
	padding-top: 20px;
}
#discuss {
	width: 49%;
	float: left;
	display: inline;
	padding-top: 20px;
	overflow: hidden;
}
ul.dates, ul.recent {
	list-style-type:none;
	border-top:1px solid #CCCCCC;
	padding: 0px;
	margin-top: 1.5em;
	margin-right: 5px;
	margin-bottom: 2em;
	margin-left: 0;
}
ul.dates li, ul.recent li {
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #CCCCCC;
	font-size: 10px;
}
.recent a, .dates a {
	text-decoration: none;
}
.recent a:visited, .dates a:visited {
	text-decoration: none;
}

#previous ul.dates .postdate {
	color:#858585;
	padding:0 1.5em 0 0;
}
.wp-smiley {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#tag_cloud {
	padding-bottom: 15px;

}
#tag_cloud a {
	margin-left: 22px;
	margin-right: 22px;
	color: #999999;
}
.widget_tag_cloud {


	
}

.textwidget {
	padding-top: 10px;
	padding-right: 34px;
	padding-bottom: 15px;
	padding-left: 22px;
	
}
.widget_text h2 {
	margin-bottom: 9px;
}
.widgettitle {
}
#calendar_wrap {
	padding-right: 34px;
	padding-left: 22px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#wp-calendar {
	width: 185px;
	font-size: 11px;
	text-align: center;
}
#wp-calendar caption {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#wp-calendar td {
	margin: 0px;
	padding: 2px;
	background-color: #EEEEEE;
}
#wp-calendar thead th {
	text-align: center;
}

#wp-calendar  tfoot td    {
	background-image: none;
	background-color: transparent;
}
form.wp-contactform input {
	border: 1px solid #666666;
}
#wpcf_email, #wpcf_your_name, #wpcf_response, #wpcf_message, #wpcf_website, #wpcf_msg {
	border: 1px solid #999999;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
}
#wpcf_response {
}


