/*  copyright:	2005-2006 greg canavera. www.totemic.net
there's nothing really new here, but please credit me for use if you do use it. */

/* --------------------------------- */
/* rev 1.0			     */
/* --------------------------------- */
/* resume specific.		     */
/* --------------------------------- */



/* --------------------------------- */
/* local resume nav. primarily controls the rollovers */

#nav3	{
	width: 500px;
	height: 45px;
}

#nav3 li {
	display: inline;
	list-style-type: none;
}

#nav3 .roll, #nav3 .main_nav_on {
	padding-right: 15px;
	background-image: url(../images/arrows_in.gif);	
	background-repeat: no-repeat;	
}

#nav3 .roll {
	background-position: right -18px;	
}

#nav3 .roll:hover {
	background-position: right 2px;	
}

#nav3 .main_nav_on {
	background-position: right -38px;	
}


/* --------------------------------- */
/*  right, float are used as text positioners. Allows formatting w/out multiple container divs */

.float, .float_w_rule {
	float: left;
	width: 120px;
	position: absolute;

}

.right, .right_w_rule {
	position: relative;
 	left: 140px;
	width: 360px;
	display: block;
}

.float, .right {
	padding: 0 0 10px 0 ;
}

.float_w_rule, .right_w_rule {
	border-top: 1px solid #454459;
	padding: 3px 0 10px 0 ;

} 


/* --------------------------------- */
/* set padding on the bottom of h's (used for titles, below rules). */

h1, h3 {
	padding-bottom: 5px;  
}

.rightmain h1 {
	padding: 5px 0 10px  5px;
}

.nav3 ul {
padding: 10px;
}


/* --------------------------------- */
/* custom bullets and li controls */ 

.bullets_inline li, .bullets_full li	{
	position: relative;
	background: url(../images/bullet.png) 0 7px no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
}

.bullets_full li	{
	width: 420px;
}

.bullets_inline li	{
	width: 300px;
}



/* --------------------------------- */
/* custom elements */ 

.about_intro {
	padding: 2px 0 15px 15px;
}

.ruleabove_intro 	{
	margin: 25px 0 0 0;
}

.callout {
	color: #999999;
	padding: 15px 0 10px 15px;
}

.date  {
	color: #999999;
}


