/*
Theme Name: IHCS
Theme URI: http://ilenehass.com/blog/wp-content/themes/ihcs/
Description: Ilene Hass Creative Solutions Theme
Version: 20080501
Author: Ilene Hass
Author URI: http://www.ilenehass.com/
*/

/**************************************
  Override default styling rules

**************************************/
/* zeroes all margins and paddings  */
*, html, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
/* set base font size to 10px for most browsers */
html {
	font-size: 62.5%;
}
img, fieldset {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}


/**************************************
  Default rules
**************************************/
html {
	height: 100%; /* Required for footerstickalt */
	text-align: left;
}
h1, h2, h3, h4 {
	margin-bottom: 0.25em;
	padding: 0;
	color: #333;
	background-color: transparent;
	text-align: left;
	line-height: 120%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.5em;
	padding: 0.4em 0;
	font-weight: normal;
}
h3 {
	padding-top: 0.4em;
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
p, div {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: transparent;
	font-size: 1.05em;
	line-height: 1.5em;
padding-bottom: 1em;
}
a {
	color: #9D3102;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #9D3102;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #9d3102;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
ul li {
	margin: 0;
	padding-bottom: 0.3em;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}
hr {
	margin: 1em 0;
        border-top: 1px solid #C6C6C6;
	border-right: none;
	border-bottom: none;
	border-left: none;	
        height: 3px;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}




body {
	background-color: #d79920;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9d3102;
	margin-top: 20px;
	padding: 0px;	
}

#wrapper {
	margin: 0 auto;
	background-color: #FFF;
	width: 770px;
	border: 6px solid #e7f392;
	color: #9d3102;
	text-align: left;	
}


#header {
	background-image: url(images/ihcs_masthead2.gif);
	margin: 0px;
	padding: 0px;
height: 108px;
	background-repeat: no-repeat;
	border-bottom-width: 1px; 
	border-bottom-style: solid;
	border-bottom-color: #996600;
	}
	

.nav {
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 91px; /*was 94px prior to zeroing out all margins and padding above*/
	text-align: right;
	}


.nav li {
	font-size: 9px;
	font-weight: bold;
	text-align: right;
	padding: 0px 7px 0px 5px;
	text-transform: capitalize;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #996600;
        color: #9D3102;
}



.nav li.last {
	margin-right: 10px;
	border: 0;

}
.nav a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}	
	
	
.nav a:link {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}
.nav li.page-on a:link, .nav li.page-on a:visited {
	text-transform: capitalize;
        color: #9D3102;
}







#main {
	width: 460px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 70px;
/*total 540px*/
	}


.narrowcolumn {
	width: 460px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 70px;
/*total 540px*/
	}
	
#sidebar {
	width: 200px;
	padding-top: 20px;
	padding-right: 5px;
	padding-left: 25px;
	float: right;
	/*total 230px*/
	}

	
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #dc8301;
	background-color: #FFFFFF;
	text-align: center;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9d3102;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin: 0px;
	clear: both;
}
/*Allows posts to display visible ordered and unordered lists*/
.storycontent  ul {
        list-style-type: circle;
        list-style-position: inside;
        padding-top: 1em;
        padding-bottom: 1em;
}
.storycontent  ol {
        list-style-type: decimal;
        list-style-position: inside;
        padding-top: 1em;
        padding-bottom: 1em;
}

.storycontent li {
        padding-bottom: 1em;
}







/*Add space after post and before meta data*/
.storycontent {
        padding-bottom: 1.5em;
}
/*Add space after post meta data and comments and before next post*/
.feedback {
        padding-bottom: 2em;
}
/*Add class to apply to post date */
.small {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
        padding-bottom: 1.5em;
}
/*Add class to apply to photo */
.pad {
	float: left;
        padding-right: 1.5em;
}
