/* 
    Document   : style
    Created on : 23.10.2013, 11:47:35
    Author     : Farlowella
    Description: ADL Start Page Style
    
	Palette Colors
	#18140c - dark
	#f4f0e8 - whitish
	#c44448 - red
	#30845c - green
	#f0e848 - yellow
	#343074 - dark blue
	#bc306c - Pink
	#2874c4 - Blue
	
    
*/

/* General Page Settings*/
:root { 
	display: block;
	background-color: #f4f0e8;
	color: slategray;
	font-family: monospace;
}

h1,h2,h3,h4 {
	font-family: continuum, sans-serif;
}

h2 {
	font-size: 28px;
}

@font-face
{
font-family: continuum;
src: url(continuum_medium.ttf);
}

a{
	text-decoration: none;
}

a:link {
	color: #2874c4;
}
a:visited {
	
	color: #343074;
}
a:hover {
	
	color: #bc306c; 
}

a:active {
	color: #bc306c;	
}

div.Main{
	padding-top:80px;
	text-align:center;
}

div.target{
	padding: 0px;
	width:33px;
	height:33px;
	border: 1px dotted silver;
	
	margin:20px;
	
}

footer {
	
	padding-top:80px;
}

.centered {
	
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	/* display:box;
	box-pack:center;
	box-align:center;*/
	
}

/* Start Page Settings*/
.Home {
	text-align:center;

}

#main_content{
	height:300px;
}


