/*

	1312 vs. 1312 07
	(print)

	written by Mike "1312"

	
	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

*/
body {
	margin: 15px;
	padding: 15px;
	font-family: "Times New Roman", Times, serif;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */
#thirteentwelve {

}
	#top {

	}
	#content {
		
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general styles */

a {
	color: #c00;
	text-decoration: none;
	background: url("dot.gif") repeat-x left bottom;
}
	a:hover {
		background-color: #ccc;		
	}
:focus {
  -moz-outline-style: none;
}

h1 {
	font-size: 3em;	
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common classes */

.floatLeft {
	
}
.floatRight {
	
}

.floatClear {
	
}

div.hr {  }
	div.hr hr {  }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ new/altered classes */


div.hr {

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ div specific styles */

#content h2, #content h3 {
	margin: 0em 0em 1em 0em;	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
	* #content h3, * #content h2 {
		
	}
	#content > h3, #content > h2 {
		
	}
#content p, #content ul, #content h4, #content h5 {
	font-size: 1.6em;
	margin: 0em 0em 1em 0em;
	color: #333;
	line-height: 1.5em;
}
#content h3 {
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
}
#content h4, #content h5 {
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	margin-bottom: 0em;
}


#content ul.cv {
	font-size: 1em;
	list-style-type: none;
}
	#content ul.cv li {
		font-size: 1em;
		margin-bottom: 1em;
	}
	* #content ul.cv li h2, * #content ul.cv li h3 {

	}
	#content ul.cv li > h2, #content ul.cv li > h3 {

	}
	
#top #asSeenOnTv p {
	display: none;
}

#top ul {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 2.0em;
}
	* #top ul {
		
	}
	#top > ul {

	}
	#top li {
		list-style-type: none;
		display: inline;
		margin-left: 1.5em;
	}