

* { padding: 0; margin: 0; border: 0; } 
a {
	color: #aaaaff;
}
a:hover {
	color: #eaeaff;
}
a:down {
	color: #ffffff;
}
body {
	font-size: 100%;
	font-family: verdana, sans-serif;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
	line-height: 1.4;
}

#body #headimage {
	position: relative;
	top: 0;
	width: 800px; height: 50px;
}
/* home html */
#home #header-wrapper {
	height: 50px; width: 100%;
}
#header-image {

}
#headLine {
}
#header, #nav, #footer {
	width: 560px;
	text-align: left;
	margin: 0 auto;
}
#content {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	background: #1F1F1F;
	/*border: 2px outset #323232;*/
	border-style: outset;
	border-color: #323232;
	border-width: 2px;
	padding:10px;
}
#content p:hover { background: #252525; /* COOL */}
#nav {	padding-top: 5px; height: 31px; position: relative; }

#nav a {
	color: #AAAAAA;
	text-decoration: none;
}

#nav a:hover { color: #E0E0FF; }

#nav a:active { color: #FFFFFF; }

#footer-wrapper {
	width: 100%;
	float: left;
}
li { list-style: none; }
.hide { display: none; }

/* games.html */
#gameContent {
	width: 700px;
	text-align: left;
	margin: 0 auto;
	/*border: 2px outset #323232;*/
	padding:10px;
}
#game:hover {
	background: #222255;
	border-style: outset;
}
#game:active {
	background: #000022;
	border-style: inset;
}
#game {
	margin: 50px 0px;
	background: #111133;
	width: 700px;
	height: 200px;
	/*border: 2px outset #323232;*/
	border-style: dotted;
	border-color: #999999;
	border-width: 2px;
	padding:10px;
	cursor: pointer;
}
#game p {
	font-size: 14px;
	margin: 10px 0px;
}
#gameLeft {

	float: left;
	border: 1px none #000000;
	height: 200px;
	width: 300px;
}
#gameRight {
	width: 350px;
	height: 200px;
	float: right;
	border: 1px inset #888888;
}
#gameMiddle {
	float: left;
	width: 1px;
	height: 200px;
	border: 1px none #444444;
	/* background: #888888;*/
	margin: 0px 20px;
}
/* play html */

#playContent {
	width: 700px;
	margin: 0 auto;
}
#playDescription {
	width: 550px;
	text-align: left;
	margin: 0 auto;
	background: #1F1F1F;
	/*border: 2px outset #323232;*/
	border-style: outset;
	border-color: #323232;
	border-width: 2px;
	padding:10px;
}
/* Music html */
#musicContent {

}
/* Blog html */
#blogContent {
	width: 1000px;
	margin: 0 auto;
	padding:10px;
}
#blog {
	float: left;
	width: 200px;
	height: 300px;
	text-align: left;
	margin: 0px 0px 0px 25px;
	padding:10px;
	border: 2px dotted #999999;
	background: #000022;
	cursor: pointer;
}
#blog:hover {
	border: 2px outset #555555;
	background: #111155;
}
#blog:active {
	border: 2px inset #666666;
	background: #000011;
}
#blogBlock {
	height: 300px;
}
#blogPicture {
	width: 200px;
	height: 130px;
	border: 1px solid;
}
#blogInformation {
	
}
#blogInformation h1{
	font-size: 14px;
	font-style: italic;
}
#blogInformation h2 {
	font-size: 12px;
	color: #99d3ff;
}
#blogInformation h3 {
	font-size: 10px;
	font-weight: normal;
	color: #69c2ff;
}
/* aBlog html */
#aBlogContent {
	width: 1000px;
	margin: 0 auto;
	padding:10px;
	background: #151515 url(images/blogTop.jpg) left top repeat-x;
	border: 1px solid #626262;
}
#aBlogContent img {
	border: 3px outset #555555;
	float:left;
	margin: 10px;
}
#aBlogContent h1{
	font-size: 25px;
	font-style: italic;
	font-family: san-serif;
}
#aBlogContent h2 {
	font-size: 23px;
	color: #99d3ff;
	font-family: san-serif;
}
#aBlogContent h3 {
	font-size: 20px;
	font-weight: normal;
	color: #69c2ff;
}
#aBlogTop {
	text-align: left;
}
#aBlog {
	margin: 75px 0px;
	text-align: left;
	font-weight: none;
}
/* Project html */

#projectContent {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
	padding:10px;
}
#project {
	margin: 0 auto;
	width: 900px;
	height: 450px;
	border-style: outset;
	border-color: #323232;
	border-width: 2px;
	background: #333333;
}
#pLeft {
	width: 550px;
	height: 450px;
	float: left;
	padding: 22px;
}
#pLeft img {
	border: 3px inset #000000;
}
#pRight p {
	font-weight: 100;
	font-family: san-serif;
}
#pRight {
	width: 305px;
	height: 450px;
	text-align: left;
	float: left;
	background: #222222 url(images/ProjectBGFade.jpg) left top repeat-y;
}
#project h1{
	font-size: 25px;
	font-style: italic;
	font-family: san-serif;
	text-align: center;
}
#project h2 {
	font-size: 23px;
	color: #99d3ff;
	font-family: san-serif;
	text-align: right;
}
#project h3 {
	font-size: 20px;
	font-weight: normal;
	color: #69c2ff;
	text-align: right;
}
/* Content html */
#contactContent {
	margin: 0 auto;
	width: 630px;
}
#contactContent a {
	/*text-decoration: none;*/
	color: #9999ee;
}
#contactContent a:hover {
	color: #eeeeff;
}
#contactContent a:active {
	color: #ffffff;
}
#contactTable img {
	border: 1px outset #ffffff;
}
#contactLowerTableR td {
	background: #151515 url(images/blogTop.jpg) left top repeat-x;
	border: 1px outset #626262;
}
/* Other */

#home {
	display: block;
	width: 550px; height: 209px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
} 

#right p, #right li {
	padding-bottom: 1em;
	line-height: 1.4em;
}

#right li {
	padding-left: 12px;

	position: relative;
	margin-left: 20px;
	padding-left: 20px;
}
#left {
	position: relative;
	width: 140px;
	float: left;
	padding-bottom: 41px;
	word-wrap: break-word;
}

#right {
	position: relative;
	width: 511px;
	float: right;
	overflow:visible;
	padding-bottom: 41px;
}


/* sweet css techniques

#nav ul {
	text-align: right;  
	width: 700px; 
	position: absolute;
	right: 0; 
}

#nav li { display: inline; float: right; }

#nav #nav-home {
	position: absolute;
	left: 0; 
}

#subnav { width: 180px; }

#subnav li { display: inline; }

#subnav li a {
	padding: 3px;
	display: block;
	text-decoration: none;
}

#subnav li li a {
	padding-left: 12px !important;
	font-size: 0.9em;
}

#subnav a.current {
	background: #1c253b;
	color: #FFF;
}
input, select, textarea {
	font: 1em normal "Lucida Grande", tahoma, verdana, sans-serif;
	padding: 3px;
	border: 1px solid #3b5488;
	background: #1c253b;
	color: #FFF;
	width: 380px;

	background: #fff;
	color: #000;
	border: 1px solid #1c253b;
}

select {
	width: auto;
}

textarea {
	height: 6em;
}

input.button {
	padding: 3px 15px;
	color: #FFF;
	border: 1px solid #1c253b;
	background: #3b5488;
	width: auto;
	cursor: pointer;
}
*/
/* sweet content techniques 2
#content a:hover, #footer a:hover {
	color: #FFF;
}

#content a {
	color: #69c2ff;
}
#content {
	padding: 41px 0;
	
}
*/

#footer p {
	color: #aaaaaa;
	font-size:10px;
	padding: 30px 0;
}

