/*

	1312 vs. Holier Than Thou

	

	written by Mike "1312" (13twelve_at_gmail.com)

	for Holier Than Thou
	
	design by Mike "1312" (13twelve_at_gmail.com)
	
	
	## VERSION 2007.2 ##
	
	## re-design ##
	

	ie psuedo classes from:
	http://www.vladdy.net/Demos/IEPseudoClassesFix.html	
		
	the release of IE7 has made the simple world of ff/ie6 on a pc a bit more nightmareish
	ie 7 in css hack detailed in the "in-css hacks" section of
	http://www.webdevout.net/articles/css_hacks.php
		
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: 63% "Trebuchet MS", "Lucida Grande", Helvetica, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #E6E9D8 url("../img/sitewide/bg.gif") repeat-x left top;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */

#holierthanthou {
	width: 100%;
	text-align: center;
	background: url("../img/sitewide/bg-bottom.gif") repeat-x left bottom;
}
	#container {
		width: 990px;
		margin: 0px auto 0px auto;
		text-align: left;
	}
		#top {
			width: 990px;
			height: 315px;
		}
			#logo {
				width: 274px;
				height: 236px;
				display: inline;
				float: left;
			}
			#details {
				display: inline;
				float: right;
				width: 645px;
				margin-top: 155px;
			}
			#nav-primary {
				clear: both;
				display: inline;
				float: left;
				width: 990px;
				height: 40px;
			}
			#nav-secondary {
				clear: left;
				display: inline;
				float: left;
				width: 990px;
				height: 40px;
			}
			
		#mainArea {
			width: 990px;
			padding: 1em 0 0 0;
		}
	
		#bottomBar {
			position: relative;
			width: 990px;
			height: 125px;
			background: url("../img/sitewide/logo-small.gif") no-repeat left bottom;
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general styles */

/* stop ff drawing in random big box thing */
:focus {
  -moz-outline-style: none;
}

h1 {
	display: block;
	width: 274px;
	height: 236px;
	margin: 0;
	padding: 0;	
}
	h1 a {
		background: url("../img/sitewide/logo.gif") no-repeat left top;
		display: block;
		width: 274px;
		height: 236px;
		text-indent: -100em;
		overflow: hidden;
	}
	
h2 {
	font-size: 2.6em;
	color: #b02b2c;
	padding: 0;
	margin: 0 0 1em 120px;
}
h3 {
	font-size: 2em;
	color: #b02b2c;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
h4 {
	font-size: 1.5em;
	color: #333;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
p {
	font-size: 1.3em;
	color: #333333;
	padding: 0;
	margin: 0 0 1em 0;
}
small {
	font-size: 1.0em;
	color: #666;
	padding: 0;
	margin: 0 0 1em 0;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
a {
	color: #3f4c6b;
	text-decoration: none;
	background: url("../img/sitewide/dot.gif") repeat-x left bottom;
}
	a:hover {
		background-color: #ffc;
	}

ul {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
	ul li {
		margin: 0 0 0.5em 0;
		padding: 0 0 0 16px;
		font-size: 1em;
		list-style-type: none;
		background: url("../img/sitewide/bullet.gif") no-repeat left 0.5em;
	}
	
dl {
	width: 870px;
	margin: 0 0 2em 0;
	font-size: 1.3em;
}
	dt {
		font-size: 1.0em;
		clear: left;
		display: inline;
		float: left;
		margin-right: 20px;
		width: 430px;
		text-align: right;
		margin-bottom: 0.5em;
		color: #000;
		font-weight: bold;
	}
	dd {
		float: left;
		width: 430px;
		margin-bottom: 0.5em;
	}
	
strong {
	font-weight: bold;
	color: #000;
}

em {
	color: #b02b2c;
	font-style: normal !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common classes */

.floatLeft {
	float: left;
	text-align: left;
}
.floatRight {
	float: right;
	text-align: right;
}

.floatClear {
	margin: -1px -1px 0px 0px;
	width: 1px;
	height: 1px;
	clear: both;
}

div.hr { clear: both; }
	div.hr hr { display: none; }
	
.hide { display: none; }

a.pdf {
	padding: 0 0 2px 25px;
	background: url("/images/icon-pdf.gif") no-repeat left top;
}

a.msword {
	padding: 0 0 2px 25px;
	background: url("/images/icon-word.gif") no-repeat left top;
}

a.textplain {
	padding: 0 0 2px 25px;
	background: url("/images/icon-txt.gif") no-repeat left top;
}

a.texthtml {
	padding: 0 0 2px 25px;
	background: url("/images/icon-html.gif") no-repeat left top;
}

a.externalLink {
	padding: 0 0 2px 25px;
	background: url("/images/icon-externalLink.gif") no-repeat left top;
}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ custom classes */

.column1, .topLink {
	clear: left;
	display: inline;
	float: left;
	width: 425px;
	margin-left: 120px;
}
	.topLink {
		clear: both;
		text-align: right;
		font-style: italic;
	}
.column2, .relatedLinks {
	clear: right;
	display: inline;
	float: right;
	width: 425px;
}

div.inline-image-right {
	margin: 0 0 1em 1em;
	float: right;
}
div.inline-image-left {
	margin: 0 1em 1em 0;
	float: left;
}
	div.inline-image-right img, div.inline-image-left img {
		display: inline;
		float: left;
	}
	div.inline-image-right small, div.inline-image-left small {
		clear: left;
		display: inline;
		float: left;
	}
	
h3.beforeColumn {
	clear: both;
	margin-left: 120px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ div specific styles */

#top h1 a:hover {
	background-color: #f6f6f6;
}
#details p {
	color: #666;
	text-align: right;
}
	#details p strong {
		font-weight: normal;
		color: #000;
	}
		#details p strong em {
		}

#nav-primary ul, #nav-secondary ul, #bottomBar ul {
	text-align: right;
	height: 39px;
	width: 990px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-top: 1px;
}
	#bottomBar ul {
		padding-top: 16px;
		padding-bottom: 40px;
	}
	#nav-primary ul li, #nav-secondary ul li, #bottomBar ul li {
		display: inline;
		height: 39px;
		overflow: hidden;
		margin: 0;
		padding: 0;
		background: none;
	}
	#nav-primary ul li a, #nav-secondary ul li a, #bottomBar ul li a {
		background: none;
		height: 40px;
		display: -moz-inline-box;
		display: inline-block;
		font-size: 13px;
		padding: 10px 10px 0 10px
	}
		#bottomBar ul li a {
			color: #666;
		}
			#bottomBar ul li a:hover {
				color: #000;
			}
		#nav-primary ul li a:hover {
			background-color: #d9dec1;
		}
		#nav-secondary ul li a:hover {
			background-color: #e6e9d8;
		}
		
		#nav-primary ul li.current a {
			background-color: #d9dec1;
			font-weight: bold;
		}
		#nav-secondary ul li.current a {
			background-color: #e6e9d8;
			font-weight: bold;
		}

#mainArea img {
	background-color: #333;
}

#mainArea .relatedLinks ul, #mainArea .relatedLinks h4 {
	display: inline;
}
	#mainArea .relatedLinks h4  {
		margin: 0 0.5em 0 0;
	}
	#mainArea .relatedLinks ul li {
		display: inline;
		margin: 0;
		padding: 0;
		background: none;
	}
	
#mainArea ul {
}
	#mainArea ul li {
	}
		#mainArea ul li h4 {
			font-size: 1em;
			margin: 0;
			padding: 0;
		}
		#mainArea ul li p {
			font-size: 1em;
		}
	
#mainArea.prices h3 {
	clear: left;
	float: left;
	width: 430px;
	text-align: right;
	display: block;
	margin-left: 120px;
}
#mainArea.prices dl {
	margin-left: 120px;
}


#bottomBar .column1, #bottomBar .column2 {
	margin-top: 10px;
}
	p.floatLeft {
		float: none;
		display: inline;
		float: left;
		margin-left: 120px;
		font-size: 11px;
		color: #000;
	}
	p.floatRight {
		font-size: 11px;
		font-weight: bold;
		color: #c00;
	}