/*
TWC Imports / twcimports.com
May 2009
Typography CSS
*/

* {
	outline: none;
}

body {
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, dt, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

button, input, select, textarea {
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/*
----------------------------------
General Typography
----------------------------------
*/

a {
	border: 0;
	padding: 0;
}

	a:link,
	a:visited {
		text-decoration: underline;
		color: #9398CC;
	}
	
	a:hover {
		text-decoration: underline;
		color: #9398CC;
	}
	
	a img {
		border: 0;
		text-decoration: none;
	}



h1 {
	background: url(../img/irondames-logo2.png) no-repeat 0 0;
	text-indent: -999em;
	height: 164px;
	margin-left: 15px;
	width: 750px;
}

	h1 a {
		border: 0 !important;
		display: block;
		width: 100%;
		height: 100%;
	}

h2 {
	color: #9398CC;
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3 {
	color: #000000;
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

	h3 strong {
		font-weight: bold;
	}
	
	h3 em {
		font-style: italic;
		color: #9398CC;
	}
	
.green {
	color: #50B948;
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 1.0em;
}

.wellspring {
	color: #50B948;
}

.black {
	color: #000000;
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 1.0em;
}

.black em {
	color: #9398CC;
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-align: center;
	line-height: 1.0em;
}

.black2 {
	color: #000000;
	font-family: "HelveticaNeue-Roman", "Helvetica Neue Roman", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	line-height: 1.0em;
}

.blue {
	color: #9398CC;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
}

	
p {
	color: #000000;
	font-size: 1.1em;
	line-height: 1.4em;
}

	p strong {
		font-weight: bold;
		font-size: 1.0em;
	}
	
	p em {
		color: #9398CC;
		font-weight: normal;
		font-style: italic;
		font-size: 1.0em;
	}

.small {
	font-size: 1.0em;
	font-style: italic;
}



.love {
	color: #9398CC;
	font: 8pt verdana, arial;
	font-weight: bold;
	}

caption{
	font-style:italic;
	}
	
	ul{
	margin-left:2em;
}
	
	li{
	margin-bottom:5px;
	font-size: 1.1em;
	line-height: 1.4em;
}


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


#footer p {
	float: right;
	color: #717174;
	font-size: 1.1em;
	padding: 14px 10px 0 0;
}


/*
----------------------------------
Blocks
----------------------------------
*/

.fright {
	float: right;
	margin: 0;
}

.fleft {
	float: left;
	margin: 0;
}

.hidden {
	display: none;
}


