/*
Theme Name: Nefouse & Associates, inc.
Description: Nefouse & Associates, inc. theme
Version: 1.0
FW Version: 3.3
Author: Southern Media
Author URI: http://www.southernmedia.org
*/

@import "http://www.indianahealthinsurance.com/styles.css";

@media handheld, projection, screen {



/* Elements, ID's & Classes
-------------------------------*/

.style1 { color: #666 }
.style2 { color: #999 }

#main #content div.post h4 a {
	color: #460C26;
	font-size: 14px;
	margin-bottom: 20px;
}

#main #content div.post p.post-meta { margin-top: -10px }


/* Image align
-------------------------------*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	margin: 0 0 1em 1em;
	display: inline;
}
img.alignleft {
	margin: 0 1em 1em 0;
	display: inline;
}

.alignright { float: right }

.alignleft { float: left }

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Image caption
-------------------------------*/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	margin-bottom: 1em;
	padding-top: 4px;
}
.wp-caption.alignleft {
	margin-right: 1em;
}
.wp-caption.alignright {
	margin-left: 1em;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
}


/* Post navigation (archive)
-------------------------------*/

ul.post-nav li { /* nothing here */ }
ul.post-nav li.older { float: left }
ul.post-nav li.newer { float: right }


/* Comments
-------------------------------*/

#main form#commentForm ol.fieldset { /* nothing here */ }

	#main form#commentForm ol.fieldset li.field {
		background: none;
		margin: 0 0 1.5em;
		padding: 0;
		position: relative;
	}
		#main form#commentForm ol.fieldset li.field label {
			font-weight: bold;
			display: block;
			margin-bottom: 5px;
		}
		#main form#commentForm ol.fieldset li.field input.text {
			width: 320px;
		}
		#main form#commentForm ol.fieldset li.field textarea.textarea, textarea#comment {
			width: 320px;
		}
			
	#main form#commentForm p.submit input.submit {
		color: #000;
		cursor: pointer;
		padding: 5px 10px;
	}


#main div#comments { /* nothing here */ }

	#main div#comments ol.comments { margin: 0 0 30px }

		#main div#comments ol.comments li {
			background: none;
			border-bottom: 1px solid #ccc;
			min-height: 93px; height: auto !important; height: 93px;
			padding: 1.5em 0 1.5em 100px;
			position: relative;
		}
			#main div#comments ol.comments li img {
				position: absolute;
				top: 20px; left: 0;
			}
			#main div#comments ol.comments li p {
				padding: 0;
				margin: 0 0 1em;
			}


} /* end @media */