/*

	1312 vs. 1312 07
	(handheld)

	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: 0px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */
#thirteentwelve {
	text-align: left;
}
	#top {
		background: #fff url("onethreeonetwo-h.gif") no-repeat right top;
		padding-top: 120px;
	}
	#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 {
	display: none;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common classes */

.floatLeft {

}
.floatRight {

}

.floatClear {

}

div.hr {  }
	div.hr hr {  }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ new/altered classes */


div.hr {

}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ div specific styles */

#content h2, #content h3 {
	text-align: right;
	margin: 0em 0em 1em 0em;	
	font-weight: bold;
	color: #000;
}
	* #content h3, * #content h2 {

	}
	#content > h3, #content > h2 {

	}
#content p, #content ul, #content h4, #content h5 {
	padding: 0px;
	margin: 0em 0em 1em 0em;
	color: #333;
	line-height: 1.5em;
}
#content h3 {
	color: #000;
	font-weight: normal;
}
#content h4, #content h5 {
	color: #000;
	font-weight: bold;
	margin-bottom: 0em;
}


#content ul.cv {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
	#content ul.cv li {
	  	margin: 0px;
		padding: 0px;
		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-weight: bold;
}
	* #top ul {
	}
	#top > ul {
	}
	#top li {
		list-style-type: none;
		display: inline;
		margin-left: 1.5em;
	}