/* CSS for Reddfusion */

/* Help older browsers with HTML5 elements */
header, section, footer, aside, nav, article, figure, figcaption {
	display: block;
}

/* ----------Global Rules-------- */

body {
	width: 90%;
	background: #000000 url(../content/images/elements/TextureGrey.png);
	color: #ffffff;
}

p {
	margin: 10px;
	text-align: justify;
}

img {
	padding: 10px;
	max-height: 200px;
	max-width: 200px;
}
#page {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
#gradient {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
	position: absolute;
	left: 0;
	right: 0;
	height: 500px;
	padding-left: 50px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* ----------Header Rules---------*/

header {
	margin: 10px;
	color: #bb5555;
}
/* ---------Nav Rules--------------*/

nav {
	position: relative;
	bottom: 10px;
	background-color: rgba(208,208,208,.8);
	height: 30px;
	text-align: center;
}

nav ul {
	list-style-type: none;
	padding-top: 8px;
}

nav li {
	display: inline;
}

nav a {
	color: #990000;
	text-decoration: none;
	padding-right: 10px;
}

nav a:hover {
	color: #ffffff;
}

nav a.current{
	color: #FFF000;
}

/* ---------Section Rules--------------*/
section {
	color: #ffffff;
	width: 70%;
	float: left;
}

/* ---------Aside Rules--------------*/

aside {
	color: #ffffff;
	float: right;
	width: 30%;
}

/* ---------Footer Rules--------------*/

footer {
	background-color: rgba(208,208,208,.8);
	height: 30px;
	width: 100%;
	bottom: 0;
	position: fixed;
}

footer p {
	text-align: right;
}	

/* ---------Specific Rules--------------*/

#certs {
	width: 100%;
	}

#certs th {
	text-align: left;
	padding-bottom: 10px;
	}
aside td {
	text-align: center;
}

#logo {
	max-width: 75px;
}

#projects {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border: 1px solid white;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	}
