/*
Theme Name: Hunkmania
Theme URI: http://pepperjam.com/
Description: A WordPress theme for Hunkmania.com, designed and implemented by Derek Traver and Leslie Stewart of Pepperjam.
Version: 1.0
Author: Derek Traver
Author URI: http://pepperjam.com/
*/

body{
	margin: 0;
	background: #150204;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

	#header{
		width: 100%;
		height: 139px;
		background: url(images/header_bg_x.jpg) repeat-x;
	}
		
		#header .wrapper{
			width: 1095px;
			margin: 0 auto;
		}
		
			#header #logo{
				width: 342px;
				height: 139px;
				display: block;
				background: url(images/hunkmania_logo.jpg) no-repeat;
				float: left;
			}
			
		#nav, #nav ul {
			list-style: none;
			line-height: 1;
			padding: 53px 0 0 0;
			margin: 0;
			color: #393939;
			font: 12px Arial, Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-weight: bold;
			z-index: 999;
		}
		
			#nav a {
				display: block;
				color: #451312;
				text-decoration: none;
				font: bold 18px "Courier New", Courier, monospace;
				letter-spacing: -1.5px;
				padding: 8px 10px;
				margin: 0;
			}
			
			#nav a:hover{
				background: url(images/nav_btn_hover.jpg) repeat-x;
				color: #ffffff;
			}
		
			#nav li {
				float: left;
				margin-bottom: 0;
			}
		
				#nav li ul {
					position: absolute;
					left: -999em;
					height: auto;
					width: 20em;
					w\idth: 15em;
					margin: 0;
					padding-top: 0;
				}
					
				#nav li ul li {
					padding-right: 1em;
					width: 14em;
				}
					
					#nav li ul li a {
						width: 20em;
						w\idth: 15em;
						border: 0;
						padding: 5px;
						margin: 0;
						background: #2b2b2c;
						color: #ffffff;
						font: bold 12px Arial, Helvetica, sans-serif;
						letter-spacing: 0;
					}
	
					#nav li ul li a:hover{
						background: #dddddd;
						color: #451312;
					}
				
			#nav li:hover ul, #nav li.sfhover ul{
				left: auto;
			}
	
		#middle{
			width: 100%;
			background: #420e10 url(images/middle_bg_x.jpg) bottom repeat-x;
		}
		
			#middle .wrapper{
				width: 995px;
				margin: 0px auto;
			}
			
			#leaderboard{
				width: 995px;
				height: 325px;
				padding-top: 16px;
				background: url(images/leaderboard_bg.png) no-repeat;
			}
			
				#leaderboard .inner{
                                        position: relative;
					width: 631px;
					height: 272px;
					overflow: hidden;
					padding: 10px 20px 10px 300px;
					margin: 0 auto;
					background: #000000 url(images/leaderboard_inner_bg.jpg) top left no-repeat;
					text-align: right;
				}
				
					#leaderboard h1{
						font: 28px Arial, Helvetica, sans-serif;
					}
					
					#leaderboard h2{
						font: 20px Arial, Helvetica, sans-serif;
					}
				
			#main{
				width: 965px;
				margin: 0px auto;
				padding: 10px 0;
			}
			
				#leftcolumn{
					width: 305px;
					float: left;
				}
				
				#content{
					width: 305px;
					margin: 0 25px;
					float: left;
				}
				
					#content.wide{
						width: 620px !important;
					}
					#content.left{
						margin: 0 25px 0 0;
					}
					#content.right{
						margin: 0 0 0 25px;
					}
				
				#rightcolumn{
					width: 305px;
					float: right;
				}
				
				#leftcolumn, #content, #rightcolumn{
					overflow: hidden;
				}
				
			#footer{
				width: 100%;
				border-top: 1px solid #2d2d2d;
				padding-top: 10px;
				font-size: 11px;
				line-height: 18px;
			}
				
				#footer a{
					color: #ffffff;
					text-decoration: none;
				}
				
				#footer a:hover{
					text-decoration: underline;
				}
								
				#footer #links{
					display: block;
					color: #6d6d6d;
					width: 40%;
					float: left;
				}
				
					#footer #links #meta a{
						font-weight: normal;
						font-size: 10px;
					}
					
				#footer #copyright{
					display: block;
					color: #6d6d6d;
					width: 40%;
					float: right;
					text-align: right;
				}

/** TYPOGRAPHY **/				

p,ul,ol,dl,li,blockquote,pre{
	padding:0;
	margin:0 0 1em;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: 1em;
	margin:1.0em 0 0.5em;
}
h1 {
	font-size:1.4em;
	letter-spacing: -1px;
	color: #fc9f9f;
	margin-top:0;
}
h1 a, h1 a:link{
	color: #fc9f9f;
	text-decoration: none;
}
h1.phone{
	font-size: 50px;
	letter-spacing: -3px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #d32222;
	margin-bottom: .25em;
}
h1.title{
	font-size: 2em;
	font-style: italic;
	border-bottom: 1px dotted #762f31;
	padding-bottom: .2em;
}
h1.single{
	font-size: 2em;
	font-style: italic;
}
h2 {
	font-size:1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}
h3,h4,h5,h6 {
	font-size:1.0em;
	color: #d32222;
}
h3.search a, h3.search a:link{
	color: #fc9f9f;
	text-decoration: none;
}
h3#comments{
	color: #ffffff;
	margin-top: 0;
}
a,a:link {
	color:#d32222;
	font-weight: bold;
}
a:hover {
	color:#ed6a6a;
}
a.redbuybtn{
	display: block;
	width: 112px;
	height: 25px;
	background:url(images/red_buy_btn.png) no-repeat;
	font: bold 12px/25px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center; 
	text-decoration: none;
} 
a.redbuybtn:hover{
	text-decoration: underline;
	color: #ffffff;
}
a.splatterbuybtn{
	display: block;
	width: 140px;
	height: 73px;
	background:url(images/splatter_buy_btn.jpg) no-repeat;
	font: bold 14px/73px Arial, Helvetica, sans-serif;
	text-align: center;	
	text-decoration: none;
}
a.splatterbuybtn:hover{
	color: #ffffff;
	background:url(images/splatter_buy_btn_over.jpg) no-repeat;
}
big {
	font-size:1.2em;
	line-height:normal;
}
small {
	font-size:0.8em;
	line-height:normal;
}
ul,ol {
	margin-left: 0;
	padding-left:30px;
}
ul{
	list-style: square;
}
#leftcolumn ul, #leftcolumn ol, #rightcolumn ul, #rightcolumn ol{
	margin-left: 0;
	padding-left: 20px;
}
#rightcolumn ul.arrowlist, #leftcolumn ul.arrowlist{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	border-top: 1px dotted #762f31;
}
#rightcolumn ul.arrowlist li, #leftcolumn ul.arrowlist li{
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #762f31;
}
#rightcolumn ul.arrowlist a, #leftcolumn ul.arrowlist a{
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding: 5px 5px 5px 20px;
	background: url(images/arrowlist.gif) left no-repeat;
}
#rightcolumn ul.arrowlist a:hover, #leftcolumn ul.arrowlist a:hover{
	background: #762f31 url(images/arrowlist.gif) left no-repeat;;
}
li {
	margin-bottom:6px;
}
blockquote {
	width: 95%;
	padding: 2% 2% 1px 2%;
	font-size: .9em;
	font-style: italic;
	background: url(images/blockquote_bg.png) repeat;
	border: 1px solid #762f31;
}
pre{
	width: 95%;
	padding: 2% 2% 1px 2%;
	font-size: .8em;
	background: url(images/blockquote_bg.png) repeat;
	border: 1px solid #762f31;
	overflow-x: auto;
}
code {
	font: normal normal 1.2em/normal "Courier New","Courier",monospace;
}
hr {
  border-color: #762f31;
  border-style: dotted;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 1em;
  height: 0;
}
/* Blog Styles */

.meta-top{
	font-size: .6em;
	margin-bottom: 1em;
}
.meta-top-single{
	font-size: .6em;
	border-bottom: 1px dotted #762f31;
	padding-bottom: 3px;
	margin-bottom: 1em;
}
.meta-more{
	text-align: right;
}
.postmetadata{
	color: #999999;
	font-size: .75em;
}
.postmetadata a, .postmetadata a:link{
	color: #999999;
	font-weight: normal;

}
.postmetadata a:hover{
	color: #e9e9e9;
}
.navigation{
	font-size: .75em;
	margin-bottom: 1em;
}

/* Comments */

.commentlist li, #commentform input, #commentform textarea {
}
.commentlist li ul li {
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: normal;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	font-size: .8em;
	}

#commentform p {
}
.commentmetadata {
	font-weight: normal;
	font-size: .75em;
	margin-bottom: .5em;
}

/* Search Form */

#searchform{
	margin-bottom: 1em;
}
#searchform #searchfield{
	width: 171px;
	height: 22px;
	padding: 5px 5px 0 5px;
	background: url(images/search_bg.png) no-repeat;
	font-size: 14px;
	border: 0;
}
#searchform #searchsubmit, #searchform #searchsubmit:hover{
	width: 104px;
	height: 27px;
	line-height: 27px;
	background: url(images/search_btn.jpg) bottom no-repeat;
	margin: 2px 0 0 10px;
	padding: 0;
	border: 0;
	font-size: 15px;
	font-weight: bold;
	color: #fc9f9f;
	text-transform: uppercase;
	cursor: pointer;
}

/* Begin Images */
img {
	margin: 0 0 1em;
}
a img{
	border: 0;
}
img.border{
	border: 5px solid #ffffff;
}
p img {
	padding: 0;
	max-width: 100%;
}
.floatleft img, .alignleft img{
	margin-right: .75em;
}
.floatright img, .alignright img{
	margin-left: .75em;
}
.wp-caption{
	text-align: center;
	background: #762f31;
	padding: 2px;
	margin: 0 .5em .5em .5em;
}
.wp-caption img{
	margin: 5px auto;
}
.wp-caption p{
	margin: 0 0 .2em;
	font-size: .6em;
}

/** TOOLBOX **/

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.clear {
	clear:both;
}
.editlink {
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.notop {
	margin-top: 0;
}
.nobottom{
	margin-bottom: 0;
}

/** CLEARFIX **/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}