*
	{
	font-family: "Segoe UI", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	font-size:18px;
	}

html
	{
	-webkit-text-size-adjust: 100%;
	}

body
	{
	background:#eee;
	margin:0;
	padding:0;
	}

h1,
h1 a
	{
	font-size:30px;
	}

h2,
h2 a
	{
	font-size:24px;
	}

h3,
h3 a
	{
	font-size:22px;
	}
	
h4,
h4 a
	{
	font-size:20px;
	margin-bottom: -18px;
	}

p
	{
	text-align:justify;
	}

a
	{
	color:#1C9BC6;
	}

a:hover
	{
	text-decoration:none;
	}

p img
	{
	display:block;
	margin:auto;
	}

img
	{
	max-width:100%;
    height:auto;
	}

/*-- WIDE WRAPPERS -------------------------------------------------*/

.wide-header,
.wide-menu,
.wide-content,
.wide-footer
	{
	width:100%;
	}

.wide-header
	{
	background:#ace;
	border-bottom:1px solid #fff;
	}

.wide-menu
	{
	background:#000;
	}

.wide-content
	{
	background:#fff;
	}

.wide-footer
	{
	background:#ccc;
	border-top:1px solid #000;
	}

/*-- MID WRAPPER ---------------------------------------------------*/

.mid-container-no-padding
	{
    max-width:960px;
	margin:0 auto;
	}

.mid-container
	{
    max-width:960px;
	margin:0 auto;
	padding:7px;
	}

/*-- MAIN ----------------------------------------------------------*/

#content,
#sidebar
	{
	padding:5px;
	}

@media (min-width:1024px)
	{
	#container
		{
		width: 100%;
		float: left;
		margin-right: -330px;
		}
	#content
		{
		margin-right: 330px;
		}
	#sidebar
		{
		width: 300px;
    	float: right;
		}
	}

/*-- NAVBAR --------------------------------------------------------*/

ul.nav
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

ul.nav li
	{
	float: left;
	}

ul.nav li a
	{
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	}

/* Change the link color to #111 (black) on hover */
ul.nav li a:hover
	{
	background-color: #444;
	}

/*------------------------------------------------------------------*/
