/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BASE STYLES*/


header {
	width: 100%;
	padding: 10px 0 10px 0;
	font-family: 'Verdana','cursive','Serif italic';
	font-size: 24px;
	text-align: left; 	
	margin: 25px 10px 20px 0px;
	color: #ed1c24;}


nav {
	border-top: 1px solid #b6a4a4;
	border-bottom: 1px solid #b6a4a4;
	text-align: center;
	padding: 17px 0px 0px 0px }

nav a:link, a:visited {
	color: #c2acac;
	text-decoration: none;
	}

nav a:hover, a:active {
	color: #ed1c24;
	}

nav li {
	display:inline;
	margin: 20px;
	}
/*main*/


body {margin: 100px;
	margin-right: 100px;
	font-family: verdana;
	color: rgba(251,251,251,0.5);
	background-color: black;
	}

main a:hover, a:active {
	color: rgba(246,71,71,0.92);
	}
	
main a:link, a:visited {
	color: #ed1c24;
	text-decoration: none;
	}
	
h1 {font-family: 'Verdana','cursive','Serif italic';
	font-size: 20px;
	color: #fff;
	margin: 20px 0px 10px 0px;
	text-align: left;
	}
	
	
h2 {
	font-family: 'Verdana','cursive','Serif italic';
	font-size: 20px;
	color: rgba(246,71,71,0.92);
	margin: 10px 100px 10px 0;
	text-align: left
	}
	
	
h3 {
	font-size: 18px;
	line-height: 1.5;
	margin: 0px 10px 20px 0px;
	}

h4 {font-family: verdana;
	font-size: 18px;
	margin-top: -10px;
	}	

h5 ul li {
	display: inline;
	line-height: 1.5;
	font-size: 18px;
	margin: 10px 10px 10px 0px;
	}

p {
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 20px 20px 80px;
	}
	
thumbnail {
	display: inline;
	width: 100px; height: auto;
	margin: 5px 5px 300px 300px;
	}
	


ul {
	font-size: 18px;
	color: white;
	margin: 0px 20px 20px 80px;
	}
	
li  {
	font-size: 18px;
	line-height: 20px;
	color: white;
	margin: 0 20px 20px 80px;
	}
		

.center {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;  
	}
	
 div.outer, div.inner {width : 200px ; height : 200px ; 
	 }
 
 div.outer {display:left; margin: 10px; border: 5px #ed1c24; background: #ed1c24;
	 } 
 
 div.inner {display:table-cell; text-align:center; vertical-align: middle; border: 2px #ed1c24;
	 }
	 
div.cir {border-radius: 100px;}

/*Footer*/
	
footer {
	border-top: 1px solid #b6a4a4;
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b6a4a4;
	text-align: center;
	padding: 17px 0 0 0;
	}
footer a:link, a:visited {
	color: #c2acac;
	text-decoration: none;
	}

footer a:hover, a:active {
	color: #ed1c24;
	}
footer li {
	display:inline;
	margin: 20px;
	}










