/*  
Theme Name: IndyWaterBalloon Theme
Author: Eric Enochs
*/
* {
	margin: 0;
	padding: 0;
}

img { border: none; }

.clear { clear: both; }

body {
	background: url(images/background.jpg) repeat-x;
	font-family: "Trebuchet MS", Georgia, Arial;
	font-size: 12px;
	color: #333;
}

hr {
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #00A9F1;
	text-decoration: none;
	padding: 10px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	width: 85%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

.top {
	width: 1000px;
	height: 150px;
	background: #FFFFFF url(images/header_photo.jpg) no-repeat right;
	margin-bottom: 25px;
}
	
	.top photo-style1 {
	float: right;
}

	.top photo-style2 {
	float: left;
	padding-top: 5px;
	margin-top: 5px;
}	
	.top a {
	height: 31px;
	color: #9cf;
	text-decoration: underline;
	font-size: 11px;
	padding: 0 17px;
	display: block;
	float: left;
	}
		.top a.rss { background: url(./images/rss-icon.gif) no-repeat 0 11px; }
		
		.top a.favorites { background: url(./images/favorites.gif) no-repeat 0 10px; }
		
		.top a:hover { text-decoration: none; }

/*	h1 a span { display: none; }

	h1 a {
		width: 279px; height: 49px;
		background: url(./images/logo.png) no-repeat;
		display: block;
		float: left;
		margin: 16px 18px 0 0;
		behavior: iepngfix.htc;
	}
*/

h1 a {
		width: 400px; height: 65px;
		display: block;
		float: left;
		margin: 16px 18px 0 0;
		font-size: 1.4em;
		font-weight: 100;
		color: #000;
		text-decoration: none;
	}

	p.date {
		padding: 16px 0 0 0;
		font-family: Georgia;
		font-size: 11px;
		float: left;
	}

		p.date span { font-size: 20px; }
	
	.search {
		width: 250px; height: 64px;
		background: url(./images/search-bg.gif) no-repeat bottom;
		float: right;
	}
	
		.search h2 {
			width: 153px; height: 11px;
			background: url(./images/search-heading.gif) no-repeat;
			text-indent: -10000px;
			font-size: 0.1em;
			display: block;
			margin: 11px 0;
		}
		
		.search input { display: inline; }
		
		.search .text {
			width: 196px; height: 16px;
			background: url(./images/search-box.gif) no-repeat;
			border: none;
			font-family: Georgia;
			font-size: 11px;
			padding: 5px;
			margin: 0 0 0 6px;
			float: left;
		}
		
		.search .submit {
			width: 32px; height: 26px;
			background: url(./images/search-button.gif) no-repeat;
			font-size: 0.1em;
			cursor: pointer;
			border: none;
		}
		
#navigation {
	width: 700px;
	height: 52px;
	clear: both;
	padding: 5px 0 0 5;
	margin-top: -50px;
}

	#navigation li {
	float: left;
	list-style: none;
	margin-left: 20px;
		 }
	
	#navigation li a {
	display: block;
	color: #00A9F1;
	text-decoration: none;
	font-weight: bold;
	margin: 13px 3px 0 0;
	float: left;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #00A9F1;
	padding-right: 5px;
	text-indent: 5px;
	font-size: 16px;
	}
	
		#navigation li a span {
		padding: 5px 11px;
		}

	
		#navigation li a:hover { background-position: bottom left; color: #c30; text-decoration:underline; }
		
		#navigation li a:hover span {  }


	
#main-content {
	width: 650px;
	float: left;
	padding-left: 10px;
}

#main-content a {
	 color: #f30;
	 text-decoration: none;
}

	#main-content h2, #main-content h2 a {
		font-size: 26px;
		color: #f30;
		text-decoration: none;
		font-weight: bold;
		margin: 5px 0 0;
		clear: both;
	}
	
	#main-content h2 a:hover { color:#E86259 ; }
		
	#main-content p {
	padding: 10px 10px 10px 0;
	font-size: 14px;
	color: #333333;
	}
	
	#main-content .post-info {
		font-size: 12px;
		color: #333333;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
		#main-content .post-info a { color: #333; }
		
		#main-content .post-info a:hover { text-decoration: underline; }
		
	#main-content a.comment-link, #main-content a.continue-reading {
		color: #3d64d8;
		text-decoration: underline;
		font-size: 10px;
		padding: 0 17px;
		display: block;
		float: left;
	}
	
		#main-content a.comment-link { background: url(./images/comment-link.gif) no-repeat 0 4px; }
		
		#main-content a.continue-reading { background: url(./images/continue-reading.gif) no-repeat 0 4px; }
		
		#main-content a.comment-link:hover, #main-content a.continue-reading:hover { text-decoration: underline; }
		
#sidebar {
	width: 340px;
	float: right;
	height: 100%;
}

#sidebar .links{
	color: #00A9F1;
	padding-left: 10px;
	font-size: 16px;
	font-weight: bold;

}

	.orange-box {
	width: 340px;
	background: #DEDBDE;
	}
	
		.orange-box h3 {
			font-size: 24px;
			color: #f30;
			font-weight: bold;
			padding: 10px 0 5px 10px;
		}
		
		.orange-box ul { padding: 0 0 5px; }
		
		.orange-box ul li {
	list-style: none;
	padding: 1px 0 1px 16px;
	font-size: 14px;
	color: #333333;
		}
		
			.orange-box ul li a { color: #036; }
			
			.orange-box ul li a:hover { text-decoration: none; }
			
		.orange-box-bottom {
			width: 250px; height: 14px;
		}

#footer {
	width: 100%;
	background: #DEDBDE;
	clear: both;
	height: 25px;
}

#footer p {
	float: right;
	font-size: 12px;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #666666;
}

.Comments { margin: 30px 0px;}
.Comments .List h3 { font-size: 14px; font-weight: bold; letter-spacing: -1px; margin: 0px 0px 10px 0px; padding: 6px 0px 4px 20px; color:#333; background: url(./images/ComListHead.png) no-repeat left center; }
.Comments .List ol { padding: 0px; margin: 0px;}
.Comments .List li { position: relative; padding: 15px 15px 10px 15px; margin: 0px 0px 15px 0px; list-style-type: none; }

.Comments .List .ComListLi { background: #edeeef url(images/ComListLiBottom.gif) no-repeat left bottom; }
/*\ IE/Win min height hack */ * html .Comments .List .ComListLiTop { left: -15px;} /* */ 
.Comments .List .ComListLiTop { position: absolute; background: url(images/ComListLiTop.gif) no-repeat left top; height: 15px; width: 550px; left: 0px; top: 0px;}

/*\ IE/Win min height hack */ * html .Comments .List .ListNr { right: 25px;} /* */ 
.Comments .List .ListNr { color:#a1a8b0; position: absolute; top: 25px; font-size: 24px; line-height: 24px; font-family: 'Arial'; font-weight: normal; letter-spacing: -1px; padding: 0px; right: 15px; } 

.Comments .List .ListUser { margin: 0px; padding: 0px 0px 0px 35px; font-size: 14px; line-height: 14px; letter-spacing: -1px; color:#474f57; font-family: 'Arial'; font-weight: bold;}
.Comments .List .ListUser a { color:#993300; text-decoration: underline;}
.Comments .List .ListUser a:visited { color:#993300; text-decoration: underline;}
.Comments .List .ListUser a:hover { color:#993300; text-decoration: underline;}

.Comments .List .ListDate { color:#858c93; padding: 0px 0px 0px 35px; margin: 0px; font-size: 10px; font-weight: bold; }
.Comments .List .ListDate a { color:#858c93; text-decoration: none;}
.Comments .List .ListDate a:visited { text-decoration: none;}

.Comments .List .ListContent { color:#38352c; border-top: solid 1px #cccfd2; margin: 10px 0px 0px 0px; font-size: 11px; line-height: 15px;}
.Comments .List .ListContent p { padding: 7px 0px; margin: 7px 0px; font-size: 12px; line-height: 17px;}

.Comments .Form h3 {font-size: 14px; font-weight: bold; letter-spacing: -1px; margin: 0px; padding: 5px 0px 10px 0px; color:#333;}
.Comments .Form { padding: 10px; background:#d0d2d4 url(./images/ComFormBottom.gif) no-repeat left bottom; position: relative;}
/*\ IE/Win min height hack */ * html .Comments .FormTop { left: -15px;} /* */ 
.Comments .FormTop { position: absolute; height: 5px; width: 550px; left: 0px; top: 0px;}
.Comments .Form form {margin: 0px; padding: 0px;}
.Comments .Form a { text-decoration: underline;}
.Comments .Form p { padding: 0px; margin: 0px; font-size: 11px; color:#333;}
.Comments .Form p label { padding-bottom: 11px; display: block;}
.Comments .Form p label small { font-size: 11px; color: #666}
.Comments .Form .Note {  margin: 5px 0px; width: 395px;}
.Comments .Form .Note small { font-size: 10px;}
.Comments .Form .TextField { background: #fff; border: solid 1px #9fa4a8; padding: 4px; font-size: 11px; margin-right: 20px; }
.Comments .Form .TextArea { background: #fff; border: solid 1px #9fa4a8; padding: 4px; font-size: 12px;}

.Comments .Form input.SubmitComment { width: 211px; height: 28px; margin-top: 8px;}

