/**
 * JoeBardellini.com
 * 
 * Green: #00bd98
 * Blue: #0090c5
 */

a{
	font-weight: bold;
	color: #0090c5;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #00bd98;
}

*.center{
	text-align: center;
}
*.right{
	text-align: right;
}

*.video a{
	font-size: 15px;
}

#header{
	padding-top:2em;
	}
	#header h2{
		font-size: 32px;
		margin-bottom: 0;
		}
	
#nav{
	padding-top: 1.125em;
	}
	#nav a{
		font-size: 18px;
		margin-right: 1em;
		}
		#nav a.active{
			text-decoration: underline;
			}

#contact h1{
	
}
#affiliate-links p span.affiliate-type{
	color: #555;
	}
#affiliate-links p a img{
	/*border: 1px solid;*/
	padding: 2px;
	}

div.video{
	margin-bottom: 2.5em;
}
