﻿/*
	SirrusDesigns.net
	Luke Williams
	Personal Website
	Website CSS

	Author:				Luke Williams
	Owner:				SirrusDesigns.net

	Classification:		Website CSS
	File name:			main.css
	Version:			beta v1.1

	Character Set:		UTF-8
	HTML Version:		HTML5
	CSS Version:		CSS3

	Copyright:			2013 | SirrusDesigns.net
	Notice:				Scripts and any other data not produced by SirrusDesigns.net is property
						of their respective owners.
*/

/* Display HTML5 structural elements as blocks (for IE) */
header, section, article, aside, footer {
	display: block;
}


/* Reset Styles */
* {
	color: #ffffff;
	color: rgb(255, 255, 255);
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}


/* Body Styles */
body {
	background-attachment: fixed;
	background-color: #000000;
	background-color: rgb(0, 0, 0);
	overflow-y: scroll;
	width: 100%;
}


/* Header Styles */
header {
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.4);
	border: 5px solid #ffffff;
	border: 5px solid rgb(255, 255, 255);
	border-bottom-color: #8d8d8d;
	border-bottom-color: rgb(141, 141, 141);
	border-right-color: #8d8d8d;
	border-right-color: rgb(141, 141, 141);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	color: rgb(0, 0, 0);
	height: 100px;
	margin: 15px auto;
	margin-top: 20px;
	max-width: 1000px;
	min-width: 750px;
	width: 80%;
}

header div#boxes {
	border: 0px;
	float: left;
	height: 100px;
	position: relative;
	width: 115px;
}

header div#boxes div#red {
	background-color: #ff0000;
	background-color: rgb(255, 0, 0);
	border: 2px solid #ffffff;
	border: 2px solid rgb(255, 255, 255);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	-webkit-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px rgb(0, 0, 0);
	height: 40px;
	left: 15px;
	position: absolute;
	top: 21px;
	width: 40px;
	z-index: 1;
}

header div#boxes div#green {
	background-color: #00ff00;
	background-color: rgb(0, 255, 0);
	border: 2px solid #ffffff;
	border: 2px solid rgb(255, 255, 255);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	-webkit-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px rgb(0, 0, 0);
	height: 40px;
	left: 35px;
	position: absolute;
	top: 41px;
	width: 40px;
	z-index: 2;
}

header div#boxes div#blue {
	background-color: #0000ff;
	background-color: rgb(0, 0, 255);
	border: 2px solid #ffffff;
	border: 2px solid rgb(255, 255, 255);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	-webkit-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px rgb(0, 0, 0);
	height: 40px;
	left: 55px;
	position: absolute;
	top: 11px;
	width: 40px;
	z-index: 3;
}

header div#domainName {
	float: left;
}

header div#domainName img#domain_img {
	position: relative;
	top: 34px;
}

header div#codeVerHTML {
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 1);
	border: 3px solid #ffffff;
	border: 3px solid rgb(255, 255, 255);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	-webkit-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px rgb(0, 0, 0);
	float: right;
	margin-right: 20px;
	position: relative;
	top: 18px;
	width: 55px;
}

header div#codeVerHTML:hover {
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

header div#codeVerHTML img#html5logo {
	border: 0px;
	display: block;
	float: left;
	margin: 5px 5px 5px 4px;
	position: relative;
}

header div#codeVerCSS {
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 1);
	border: 3px solid #ffffff;
	border: 3px solid rgb(255, 255, 255);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 5px 5px 10px #000000;
	-moz-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	-webkit-box-shadow: 5px 5px 10px #000000;
	-webkit-box-shadow: 5px 5px 10px rgb(0, 0, 0);
	box-shadow: 5px 5px 10px #000000;
	box-shadow: 5px 5px 10px rgb(0, 0, 0);
	float: right;
	margin-right: 20px;
	position: relative;
	top: 18px;
	width: 55px;
}

header div#codeVerCSS:hover {
	-moz-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

header div#codeVerCSS img#css3logo {
	border: 0px;
	display: block;
	float: left;
	margin: 5px 5px 5px 11px;
	position: relative;
}


/* Section Styles */
section {
	height: 400px;
	margin: 0px auto;
	max-width: 1000px;
	min-width: 750px;
	width: 80%;
}


/* Article Styles - Eagle USA */
article#eagleUSA {
	float: left;
	margin: 10px;
	width: 18%;
}

article#eagleUSA img#eagle {
	border: 0px;
	float: left;
	margin: 5px 5px 10px 5px;
	width: 100%;
}

article#eagleUSA p {
	background-color: #aaaaaa;
	background-color: rgba(170, 170, 170, 0.8);
	border: 1px solid #0000ff;
	border: 1px solid rgb(0, 0, 255);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 5px #ffffff;
	-moz-box-shadow: 2px 2px 5px rgb(255, 255, 255);
	-webkit-box-shadow: 2px 2px 5px #ffffff;
	-webkit-box-shadow: 2px 2px 5px rgb(255, 255, 255);
	box-shadow: 2px 2px 5px #ffffff;
	box-shadow: 2px 2px 5px rgb(255, 255, 255);
	clear: both;
	color: #000000;
	color: rgb(0, 0, 0);
	font-size: 0.9em;
	line-height: 1.6em;
	margin: 0px 0px 0px 18px;
	text-align: center;
	width: 120px;
}

article#eagleUSA span#usaU {
	color: #ff0000;
	color: rgba(255, 0, 0, 0.9);
	font-weight: bold;
}

article#eagleUSA span#usaS {
	color: #ffffff;
	color: rgba(255, 255, 255, 0.9);
	font-weight: bold;
}

article#eagleUSA span#usaA {
	color: #0000ff;
	color: rgba(0, 0, 255, 0.9);
	font-weight: bold;
}

article#eagleUSA img#PTK {
	border: 0px;
	display: block;
	float: left;
	margin: 47px 0px 0px 29px;
	position: relative;
}

article#eagleUSA img#PTK {
	border: 0px solid #000000;
	border: 0px solid rgba(0, 0, 0, 0);
}


/* Article Styles - Welcome Text */
article#welcomeText {
	float: left;
	margin: 10px;
	width: 46%;
}

article#welcomeText p {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px solid #ffcc00;
	border: 1px solid rgb(255, 204, 0);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	font-size: 1.2em;
	letter-spacing: 0.06em;
	line-height: 1.4em;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
}

article#welcomeText p:first-letter {
	color: #ffcc00;
	color: rgb(255, 204, 0);
	display: block;
	font-family: Georgia, 'Palatino Linotype', 'Times New Roman', serif;
	font-size: 180%;
	margin-right: -2px;
}

article#welcomeText span#signature {
	font-family: Georgia, 'Palatino Linotype', 'Times New Roman', serif;
}


/* Aside Styles */
aside {
	float: right;
	text-align: center;
	width: 30%;
}

aside p {
	background-color: #000000;
	background-color: rgba(238, 238, 238, 0.4);
	border: 3px solid #555555;
	border: 3px solid rgb(85, 85, 85);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 5px #ffffff;
	-moz-box-shadow: 2px 2px 5px rgb(255, 255, 255);
	-webkit-box-shadow: 2px 2px 5px #ffffff;
	-webkit-box-shadow: 2px 2px 5px rgb(255, 255, 255);
	box-shadow: 2px 2px 5px #ffffff;
	box-shadow: 2px 2px 5px rgb(255, 255, 255);
	color: #ffff00;
	color: rgb(255, 255, 0);
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 2em;
	margin-bottom: 12px;
	margin-top: 10px;
}

aside ul {
	font-size: 1em;
	letter-spacing: 0.07em;
	line-height: 32px;
	list-style-type: none;
	margin: 0px auto;
	width: 270px;
}

aside ul img {
	border: 0px;
	float: left;
	margin: 0px 10px;
}

aside ul li {
	margin: 10px;
	text-align: left;
	vertical-align: middle;
}

aside ul li a {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.4);
	border: 1px dashed #000000;
	border: 1px dashed rgba(0, 0, 0, 0);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-decoration: none;
}

aside ul li a:hover {
	background-color: #000000;
	background-color: rgb(0, 0, 0);
	border: 1px solid #0000ff;
	border: 1px solid rgb(0, 0, 255);
	-moz-box-shadow: 2px 2px 5px #ffffff;
	-moz-box-shadow: 2px 2px 5px rgb(255, 255, 255);
	-webkit-box-shadow: 2px 2px 5px #ffffff;
	-webkit-box-shadow: 2px 2px 5px rgb(255, 255, 255);
	box-shadow: 2px 2px 5px #ffffff;
	box-shadow: 2px 2px 5px rgb(255, 255, 255);
	color: #ffcc00;
	color: rgb(255, 204, 0);
}


/* Footer Styles */
footer {
	border-top: 3px groove #0000ff;
	border-top: 3px groove rgb(0, 0, 255);
	clear: both;
	margin: 0px auto;
	max-width: 1000px;
	min-width: 750px;
	padding-top: 10px;
	text-align: center;
	width: 80%;
}

footer address {
	font-size: 0.9em;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 2px;
}

footer address p {
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.4);
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	margin: 0px auto;
	padding: 3px;
	width: 175px;
}

footer img#logo {
	border: 2px solid #ffffff;
	border: 2px solid rgb(255, 255, 255);
	-moz-border-radius: 5px 0px;
	-webkit-border-radius: 5px 0px;
	border-radius: 5px 0px;
	-moz-box-shadow: 0px 0px 20px #ffffff;
	-moz-box-shadow: 0px 0px 20px rgb(255, 255, 255);
	-webkit-box-shadow: 0px 0px 20px #ffffff;
	-webkit-box-shadow: 0px 0px 20px rgb(255, 255, 255);
	box-shadow: 0px 0px 20px #ffffff;
	box-shadow: 0px 0px 20px rgb(255, 255, 255);
	height: 45px;
	margin: 5px 10px 10px 10px;
	width: 60px;
}

footer img#logo:hover {
	-moz-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}
/* EOF */