/*-----------------------------------------------------------------------------

Theme Name: Indy Haunt Fest
Theme URI: http://www.indyhauntfest.com
Description: Custom WordPress Theme for Indy Haunt Fest
Author: The Claw Studio
Author URI: http://www.theclawstudio.com
Version: 1.0 - 02/24/2010

-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
CORE CONFIGURATION
-----------------------------------------------------------------------------*/
* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	color: #FFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	background-image: url(images/IHF.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	text-decoration: underline;
	color: #F00;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/*-----------------------------------------------------------------------------
WRAPPER
-----------------------------------------------------------------------------*/
#wrapper {
	width: 950px;
	margin: auto auto;
	text-align: left;
}

/*-----------------------------------------------------------------------------
HEADER
-----------------------------------------------------------------------------*/
#header {
	float: left;
	height: 220px;
	width: 100%;
}

/*-----------------------------------------------------------------------------
LAYOUT
-----------------------------------------------------------------------------*/
#ihf_div {
	float: left;
	width: 100%;
}
#ihf_body {
	float: left;
	width: 950px;
}
#ihf_content {
	margin-left: 215px;
	float: left;
	margin-top: 20px;
}
	#ihf_content h2 {
	text-transform: uppercase;
	color: #FF6633;
	font-size: 1.5em;
	}
	#ihf_content h3 {
	text-transform: uppercase;
	color: #FF6633;
	margin-bottom: 5px;
	}
	#ihf_content h4 {
	text-transform: uppercase;
	color: #CC3300;
	margin-bottom: 5px;
	float: left;
	width: 720px;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
	}
	#ihf_content p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}
#ihf_left {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/
}
#ihf_space {
	padding: 10px;
	float: left;
}
#ihf_space .small {
	font-size: .90em;
	font-style: italic;
	color: #999999;
}

/*-----------------------------------------------------------------------------
LEFT SIDEBAR
-----------------------------------------------------------------------------*/
#lsidebar {
	clear: both;
	width: 180px;
	float: left;
	padding: 5px;
	margin-top: 60px;
	margin-right: 15px;
	margin-left: 5px;
	background-image: url(images/smenu_02.png);
	background-repeat: repeat-y;
	background-position: center top;
}
	#lsidebar .box {
	margin-bottom: 10px;
	}
		#lsidebar .box h2 {
		color: #900;
		text-transform: uppercase;
		font-size: 1.5em;
		padding: 6px 7px 10px;
		}
		#lsidebar .box ul {
			list-style-type: none;
			padding: 2px 2px 10px;
		}
			#lsidebar .box ul li {
			font-weight: bold;
			padding: 5px;
			border-bottom-width: 1px;
			border-bottom-style: solid;
			border-bottom-color: #600;
			}
			#lsidebar .box ul li a {
			color: #333;
			text-decoration: none;
			font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 1.1em;
			}
			#lsidebar .box ul li a:hover {
			color: #C00;
			width: 100%;
			}
		#lsidebar .box .small {
	font-size: .75em;
	font-style: italic;
	color: #999999;
		}	
#lsidebarbot {
	float: left;
	height: 47px;
	width: 100%;
	background-image: url(images/scroll_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 100px;
}		

/*-----------------------------------------------------------------------------
SPECIAL PAGE
-----------------------------------------------------------------------------*/
#ihf_ghouls {
}			
#ihf_links {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*-----------------------------------------------------------------------------
TABLE CONFIGURATION
-----------------------------------------------------------------------------*/
#ihf_content th {
	text-align: left;
	font-size: 1.2em;
	color: #FF9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	font-weight: normal;
}
#ihf_content td {
}
#ihf_content td a, #ihf_content td a:visited {
}
#ihf_content td a:hover {
}

/*-----------------------------------------------------------------------------
SPAN RIGHT
-----------------------------------------------------------------------------*/
span.ihf_reg {
	float: right;
	width: 200px;
	padding-left: 15px;
}
span.ihf_reg h2 {
	font-size: 1em;
	color: #CCCCCC;
}
span.ihf_reg .box {
	background-image: url(images/box_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 185px;
	margin-bottom: 15px;
}
span.ihf_reg .box h2 {
	background-image: url(images/box_01.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	text-align: center;
	float: left;
	height: 20px;
	width: 185px;
	padding-top: 5px;
}


/*-----------------------------------------------------------------------------
OLD CONFIGURATION
-----------------------------------------------------------------------------*/
#content {
	width: 480px;
	float: left;
	margin: 10px 0;
}
	#content .box {
		background-color: #E2E6E9;
		padding: 5px;
		margin-bottom: 5px;
	}
		#content .box .buffer {
			background: #ffffff url(images/header.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding: 1px;
		}
		#content .box h2 {
			color: #243749;
			text-transform: uppercase;
			font-size: 1em;
			padding: 6px 7px 10px;
		}
	#content .homelist {
		list-style-type: none;
		background-color: #ffffff;
		padding: 3px 10px 25px;
	}
		#content .homelist li {
			clear: both;
			padding-top: 7px;
		}
		#content .homelist li img {
			float: left;
			margin: 5px 5px 5px 0;
			width: 100px;
		}
		#content .homelist li a.title {
			color: #243749;
			font-size: 1.3em;
			font-weight: bold;
			text-decoration: none;
		}
		#content .homelist li p {
			line-height: 1.3em;
			margin: 2px 0;
		}
		#content .homelist li .more {
			display: block;
			background: url(images/more.gif) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
			width: 45px; height: 11px;
			float: left;
		}
	#content .postnav {
		background-color: #ffffff;
		padding: 5px 10px 10px;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: none;
		}
	#content .content {
		padding: 10px;
	}
		#content .content p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .content ul, #content .content ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .content li {
			line-height: 1.4em;
			padding: 2px 0;
		}
		#content .content blockqoute {
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
			margin-bottom: 10px;
		}
		#content .content h3, h4, h5, h6 {
			font-size: 1.4em;
			margin-bottom: 5px;
		}
	#content .featured {
		padding: 5px;
	}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 310px;
	float: right;
	margin: 10px 0;
}
	#rsidebar .box {
		background-color: #E2E6E9;
		padding: 5px;
		margin-bottom: 5px;
	}
		#rsidebar .box .buffer {
			background: #ffffff url(images/header.gif) repeat-x 0 0;
			border-width: 0 1px;
			border-style: solid;
			border-color: #D9D9D9;
			padding-bottom: 3px;
		}
		#rsidebar .box h2 {
			color: #243749;
			text-transform: uppercase;
			font-size: 1em;
			padding: 6px 7px 10px;
		}
		#rsidebar .box ul {
			list-style-type: none;
		}
			#rsidebar .box ul li {
				border-bottom: 1px solid #DDDDDD;
				padding: 5px;
				font-size: 1.2em;
			}
			#rsidebar .box ul li a {
				color: #808080;
				text-decoration: none;
			}
			#rsidebar .box ul li a:hover {
				color: #243749;
			}
		#rsidebar .box .flickr {
			text-align: center;
		}
			#rsidebar .box .flickr img {
				margin: 5px;
			}
		#rsidebar .box .video {
			padding: 3px 3px 0;
		}
		#rsidebar .box .tags {
			padding: 10px;
		}
		#rsidebar .box form {
			background: #ffffff url(images/search.gif) no-repeat center;
			width: 288px; height: 27px;
			padding: 5px;
		}
			#rsidebar .box form input {
				border: 0;
				font-size: 1.2em;
				font-family: Verdana;
				background-color: transparent;
				float: left;
				width: 215px;
				margin: 6px 0 0 6px;
			}
			#rsidebar .box form button {
				float: right;
				border: 0;
				text-indent: -9999px;
				width: 59px;
				height: 27px;
				background-color: transparent;
			}
/** END right sidebar **/

/*-----------------------------------------------------------------------------
FOOTER // CORE LAYOUT
-----------------------------------------------------------------------------*/
#footer {
	float: left;
	width: 950px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	padding-top: 10px;
	padding-bottom: 30px;
}
	#footer .top {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	}
	#footer .top a, #footer .top a:visited {
	color: #FC0;
	text-decoration: none;
	padding: 2px;
	}
	#footer .top a:hover {
	color: #FFF;
	text-decoration: none;
	}
	#footer .top .wrap {
	float: left;
	width: 100%;
	}
	#footer .top .links {
	margin-right: 200px;
	}
	#footer .top .social {
	float: left;
	width: 200px;
	margin-left: -200px;
	text-align: right;
	}
	#footer .bottom {
	font-size: .95em;
	color: #EEEEEE;
	}
	#footer .bottom a, #footer .bottom a:visited {
	color: #FFF;
	text-decoration: none;
	}
	#footer .bottom a:hover {
	color: #FC3;
	text-decoration: none;
	}

/** BEGIN miscellaneous **/
#comments a {
	text-decoration: none;
}
	#comments h2 {
		font-size: 1.3em;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding: 0 10px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0 10px 10px;
	margin: 0;
}
	#comments .buffer {
		padding: 0 10px 10px;
	}
	#comments h2 {
		padding-left: 0 !important;
		padding-bottom: 20px !important;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/
