/*-----------------------------------------------------------------------------
Prototype Style Sheet
version:   1.0
website:   http://www.andybudd.com/

-----------------------------------------------------------------------------*/
/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear: both;
}
/* Remove border around linked images */
img {
	border: 0;
}

/* -----------------------------------------------------------------------------*/
/* =TYPOGRAPHY
-----------------------------------------------------------------------------*/

body {
  font: 0.8em Verdana, Tahoma, sans-serif;
  background: url(img/hipl_site_container2.jpg) no-repeat top center #51b0ec;
  text-align: center;
  color: #333;
}


/* -----------------------------------------------------------------------------*/
/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3 {
	font-family: times, "Times New Roman", serif, times-roman, georgia, serif;
}
h1 {       
	color: #000444;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -1px;
	font-weight: bold;
}

h2 {	
	color: #000444;
	font-size: 28px;
	padding: 8px 0px 0px 0px;
	margin: 0;
	letter-spacing: -1px;
	font-weight: bold;
	}
h3 {
	color: #3490de;
	padding: 0px 0px 0px 0px;
	font-size: 22px;
	letter-spacing: -1px;
	margin: 3px 0px 0px 0px;
	font-weight: normal;
}
h4	{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	}

#header h1	{
	text-align:left;
	padding-left: 120px;
	padding-top: 20px;
	position:relative;
	font-family: times, "Times New Roman", serif;
	color: #000444;
	font-size: 36px;
	letter-spacing: -1px;
	font-weight: bold; 
	}
#header h4	{
	text-align:left;
	padding-left: 150px;
	margin-top: -20px;
	position:relative;
	font-family: times, "Times New Roman", serif;
	letter-spacing: -0.5px;
	font-size: 26px;
	line-height: 24px;
	font-style: italic;
	font-weight: normal;
	color: #3490de;
	}
#mainNav h3 {
	color: #000444;
	padding: 0px 0px 6px 0px;
	font-size: 22px;
	letter-spacing: -1px;
	line-height: 22px;
}
/* -----------------------------------------------------------------------------*/
/* =Links
-----------------------------------------------------------------------------*/



/* -----------------------------------------------------------------------------*/
/* =Content
-----------------------------------------------------------------------------*/
#wrapper	{
	margin: 0 auto;
	width: 960px;
	text-align: center; 

}
#header	{
	margin: 20px 0px 0px 0px;
	width:960px;
	height:172px;

}
#container	{
	text-align:left;
	margin: 0px;
	width:960px;
	background-color: #fff;
	overflow: auto;
	}

#mainNav	{
	margin: 15px 0px 0px 20px;
	position: relative;
	width:169px;
	height:220px;
	background: #FEF8CF url(http://hipl.org/img/nav_box.gif) no-repeat;
	float:left;

}
#content	{
	margin-right: 5px;
	position: relative;
	padding: 0px 15px 15px 0px;
	width:730px;
	float:right;
}

#content ul	{
margin: 30px;
color: #105c8c;
}

/* -----------------------------------------------------------------------------*/
/* =LeftNav ... here's the rest of the left nav 


.navInner	{
	width: 169px;
	min-height:192px;
	border-left: solid 1px #a5a379;
	background: url(img/nav_right.gif) repeat-y right;
}

#navClose	{
	margin: 0 auto;
	width:173px;
	height:8px;
	float: left;
	background: url(img/nav_bottom.gif) no-repeat left bottom;
}
-----------------------------------------------------------------------------*/

#mainNav h3	{
	margin: 0px 0px 0px 30px;
	font: 21px "Times New Roman", serif normal #011832;
}
#mainNav p	{
	padding: 7px;
	font-size: 0.85em;
	}
#mainNav ul	{
	margin: 0px 0px 0px 30px;
	padding-bottom: 20px;
	}
#mainNav ul li	{
	list-style-type: none;
	font: 21px "Times New Roman", serif normal;
	line-height: 1.2em;
}
#mainNav li a	{
	color: #1975DA;
	text-decoration: underline;
}
#mainNav li a:hover	{
	color: #045CBD;
	text-decoration: underline;
}

.date
{
float: left;
height: 55px;
width: 52px;
border: solid 1px #333;
margin-right: 10px;
padding-top: 0px;
line-height: normal;
}
.date .month
{
display: block;
text-align: center;
color: #fff;
font-size: 12px;
padding-top: 4px;
padding-bottom: 2px;
text-transform: uppercase;
background-color:#333;
}
.date .day
{
display: block;
text-align: center;
padding-top: 2px;
color: #3490de;
font-size: 20px;
font-weight: bolder;
background-color: #fff;
}
.meta
{
display: block;
font-size: 11px;
color: #666;
}

/* -----------------------------------------------------------------------------*/
/* =Footer
-----------------------------------------------------------------------------*/


/* -----------------------------------------------------------------------------*/
/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

/* -----------------------------------------------------------------------------*/
/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}


/* -----------------------------------------------------------------------------*/
/* =Misc 1
-----------------------------------------------------------------------------*/
.line	{ border: none 0; border-top: 1px #999 dashed;}


