body {
	font-family: "Trebuchet MS",Helvetica,Verdana;
	margin: 0;
	padding: 0;
	background-color: #eee;
}

body a {
	color: #174685;
	text-decoration: none;
}

body a:hover {
	color: #B85E28;
}

hr {
	color: #aaa;
	/*display: none;*/
}

h1 {
	color: #174685;
	text-transform: uppercase;
	font-size: 1.6rem;
}

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


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

nav,
.nav {
	background-color: #174685;
	width: 100%;
}

nav ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
nav ul li a {
	display: block;
	text-decoration: none;
	color: white;
	padding: 10px;
	background-color: #174685;
	letter-spacing: 1px;
}


nav a:hover,
nav a:active {
	color: white;
	background-color: #B85E28;
}


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

/*#content {
	position: relative;
	clear: left;
	top: 110px;
	width: 100%;
	border-top: 1px solid #CCDDEE;
	background-color: #174685;
}

#content h1 {
	/*color: #CCDDEE;*/
	text-transform: uppercase;
	font-size: 34px;
	text-align: left;
	letter-spacing: 2px;
}
*/
/*#content .main-content {
	position: relative;
	background-color: #174685;
	background-position: top right;
	background-repeat: no-repeat;
	height: 462px;
	border: 0px dotted red;
}

#content .main-content .scrollpane {
	height: 451px;
	width: 615px;
	overflow: auto;
	background-color: #E5ECF9;
	border: 0px dotted red;
}

#content .main-content .scrollpane .pad {
	margin: 10px;
}
*/
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.main-content {
	font-size: 1rem;
	color: #393E42;
	line-height: 1.5;
}

.main-content h4 {
	text-transform: uppercase;
	font-size: 1.1rem;
	letter-spacing: 1px;
}

.main-content h5 {
	font-size: 1rem;
	letter-spacing: 1px;
}

.main-content p {
	font-size: 1rem;
}
p{
		line-height: 1.4;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content .side-content {
	position: absolute;
	top: 0px;
	left: 615px;
	width: 280px;
}

#content .side-content .pad {
	margin: 10px;
}

.side-content {
	color:  #E5ECF9;
	font-size: 14px;
	line-height: 16px;
}

.side-content ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.side-content ul li {
	color: white;
}


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

#content .control {
	position: relative;
	margin-left: 780px;
	top: -9px;
	z-index: 10;
}

#content .control a {
	font-size: 11px;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	background-color: #174685;
	color: #CCDDEE;
}

#content .control a:hover {
	background-color: #B85E28;
	color: white;
}


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

#footer {
	width: 100%;
	border: 0px dotted red;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0px dotted green;
}

#footer ul li {
	float: left;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	margin-left: 7px;
}

#footer ul li.facebook 	{ background-image: url('/images/social/facebook.png'); }
#footer ul li.twitter 	{ background-image: url('/images/social/twitter.png'); }
#footer ul li.meetup 	{ background-image: url('/images/social/meetup.png'); }

#footer ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #5d86bb;
	padding-left: 24px;
}

#footer ul li a:hover {
	color: #B85E28;
}

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

#footer p {
	text-indent: -1000em;
}


/* BULMA */
.container{
	background-color: white;
}
.columns {
     margin-left: 0; 
     margin-right: 0; 
}
