/*  
Theme Name: HangryPants
Description: The official theme of HangryPants.com for WordPress 2.9 or higher.
Theme URI: http://www.combobreaker.com
Version: 1.0
Author: Dan Remollino
Author URI: http://www.combobreaker.com
Tags:
*/

* {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-size: 13px;
	color: #444;
}

/* !START - Tag Selectors */

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

a:hover, a:active {
	text-decoration: underline;
}

body {
	line-height: 2.2em;
}

h1, h2, h3, h4 {
	color: #1A1D61;
}

h1 {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 20px;
}

h2 {
	font-size: 22px;
	line-height: 2.2em;
}


h4 {
    font-size: 16px;	
	line-height: 2.2em;
	font-weight: bold;			
}

input {
	border: 1px solid #999;
	padding: 3px 2px;
}

p {
	margin-bottom: 10px;
}

select {
	border: 1px solid #999;
	color: #9e1d1d;
}

textarea {
	width: 552px;
	border: 1px solid #999;
	padding: 3px 2px;
}

.sidebar ul, ol {
	list-style-type: none;
}

.commentlist li {
	list-style-type: none;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.content li {
	margin-left: 20px;	
}

/* !END - Tag Selectors */

/* !START - header.php */

#site-wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 10px;
}

#site-header {
	width: 1000px;
	height: 175px;
}

ul#site-nav {
	float: left;
	width: 700px;
	height: 35px;
	margin-bottom: 20px;
}

	#site-nav li {
		float: left;
		display: inline;
		margin-right: 30px;
	}

		#site-nav li a {
			display: block;
			font-size: 16px;
			font-weight: bolder;
		}

ul#other-nav {
	float: left;
	width: 300px;
	height: 35px;
	margin-bottom: 20px;
}

	#other-nav li {
		float: right;
		display: inline;
		margin-left: 15px;
	}

#sidebar-left {
	float: left;
	width: 160px;
	min-height: 500px;
	padding: 0 20px;
}

/* !END - header.php */

/* START - index.php */

.content {
	float: left;
	width: 558px;
	min-height: 500px;
	margin-bottom: 20px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0 20px 20px 20px;
}

#featured-posts {
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}

.featured-image {
	position: relative;
	float: left;
}
	
	.featured-image img {
		display: block;
	}

#featured-image-2 {
	margin: 0 15px;
}

.featured-title {
	display: block;
	position: absolute;
	width: 156px;
	height: 166px;
	text-align: center;
	font-weight: bolder;
	font-size: 18px;
	background-image: url(images/featured_dim.png);
	padding: 10px 10px 0 10px;
	line-height: 1.3em;
}

	.featured-title:hover {
		text-decoration: none;
	}

#latest-post {
	position: relative;
	border-bottom: 1px solid #999;
	padding: 20px 0;
}

.initial {
	float: left;
	width: 49px;
	height: 65px;
	margin-right: 10px;
	background: url(images/spritesheet.png) no-repeat 0 0;
}

	#initial-h {
		width: 49px;
		background: url(images/spritesheet.png) no-repeat 0 0;
	}
	
	#initial-m {
		width: 48px;
		background: url(images/spritesheet.png) no-repeat -50px 0;
	}

.title {
	position: relative;
	top: 11px;
	line-height: 1.4em;
}

	h2.title a {
		font-size: 22px;
	}

	h3.title a {
		font-size: 18px;
	}

.meta {
	position: relative;
	bottom: 2px;
}

#recent-posts {
	padding: 20px 0;
}

#recent-posts > div {
	float: left;
	width: 262px;
}

#recent-post-1 {
	margin-bottom: 20px;
	padding-right: 10px;
}

#recent-post-2 {
	margin-bottom: 20px;
	padding-left: 10px;
}

#recent-post-3 {
	padding-right: 10px;
}

#recent-post-4 {
	padding-left: 10px;
}

#recent-posts div h2 {
	line-height: 1em;
}

	#recent-posts div h2 a {
		font-size: 18px;
	}

ul#about {
	width: 423px;
	height: 176px;
	margin: 0 auto;
}

	ul#about li {
		display: inline;
		float: left;
		text-align: center;
		font-size: 60px;
	}
	
			ul#about li#about-heather {
				position: relative;
				top: 30px;
				background: url(images/spritesheet.png) no-repeat 0 0;
			}

				ul#about li#about-mark a {
					width: 48px;
					height: 65px;
					display: block;
				}
	
			ul#about li#about-logo {
				margin: 0 75px;
			}
	
			ul#about li#about-mark {
				position: relative;
				top: 30px;
				background: url(images/spritesheet.png) no-repeat -50px 0;
			}

				ul#about li#about-heather a {
					width: 49px;
					height: 65px;
					display: block;
				}

/* !END - index.php */

/* !START - widgets */

.widget {
	margin-bottom: 15px;
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
}

	.widget h1 {
		font-size: 18px;
		line-heigth: 1em;
		margin-bottom: 10px;
	}

#dfrads-widget-3 img {
	display: block;
}

#recent-by-author ul li a {
	font-weight: bolder;
	font-size: 14px;
}

	#recent-by-author ul li ul li a {
		font-weight: normal;
		font-size: 12px;
	}
	
#s {
 width: 12em;	
}

/* !END - widgets */

/* !START - footer.php */
	
#sidebar-right {
	float: left;
	width: 160px;
	min-height: 500px;
	padding: 0 20px;
}

	#sidebar-right .widget {
		border: 0;
	}

#foodbuzz-featured {
	margin-left: 20px;
}

#footer {
	clear: both;
	border-top: 1px solid #999;
	padding-top: 20px;
}

/* !END - footer.php */

/* !START - single.php */

#content-single h2 {
	color: #9e1d1d;
}

#single {
	padding-top: 20px;	
}

/* !END - single.php */

/* !START - page.php */

#page-title {
	text-transform: capitalize;
}

/* !END - page.php */

/* !START - comments */

#comments {
	border-top: 1px solid #999;
}

.commentlist {
	border-bottom: 1px solid #999;
}

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

.even {
	background-color: #eee;
}

.odd {
	background-color: #ddd;	
}

#submit {
	color: #9e1d1d;
}

	#submit:hover {
		cursor: pointer;
		text-decoration: underline;
	}

/* !END - comments */
