@charset "utf-8";
/* CSS Document */

/*	Zero for Browser compatibility	*/

*			{
	margin: 0;
	padding: 0;
	border: 0;
	}

body	{
		font-family: Roboto, "Trebuchet MS", Arial, Helvetica, sans-serif;
		background-color: #b3f9ef;
		padding: 15px 15px 0 15px;
	}

h1, h2		{
		text-align:center;
		padding-bottom:5px;
		margin-bottom:10px;
	}

h3			{
		margin: 10px 20px;
		font-style: italic;
	}

h4			{
		text-align:center;
		font-style:!important;
	}

hr			{ 
	    display: block;
	    margin-top: 0.5em;
	    margin-bottom: 0.5em;
	    margin-left: auto;
	    margin-right: auto;
	    border-style: inset;
	    border-width: 2px;
	} 

nav			{
		position: relative;
		display:block;
		float right;
	}

nav ul li		{
		position: relative;
		float: left;
		list-style: none;
		padding: 10px;
	}

.current li				{
		font-style: strong;
		color: #00F;
		background-color: #2FECF7;
		}

.clear-nav li a		{
		display: block;
		text-align: center;
		width: 140px;
		text-decoration: none;
	}

.blueberry				{
		clear: both;
	}

.social  			{
		display:inline;
		alignment-adjust:middle;
}

.social img 			{
		width:  	25px; 
		height: 	25px;
	}
