/* 

STYLE SHEET FOR [x] WEB SITE
Created by Jason Cheah
Date: 00/00/00
www.domain.com

ToC

	1. defaults - reset
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		margin: 0px 0px 0px 0px;
		text-align: center;
		}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
		
/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}

/*  --------- 2. structure  --------- */

#wrapper {
	/* background-color:#00CC66; */
	width: 1000px;
	margin: auto;
	padding-top: 10px;
}
		
#header {
	top: 0px;
	width: 100%;
	height: 10px;
	background-color: #333;
		}
		
#logo {
	width: 45px;
	height: 45px;
	background-image: url(../images/logos.png);
	margin: 0 0 10px 20px;
		}
		
#navContainer {
	width: 500px;
	height: 20px;
	float: right;
	margin-top: 5px;
		}
		
.presspack {
	position: absolute;
	right: 0px;
	top: 75px;
	width: 95px;
	height: 20px;
	float: right;
	background-image: url(../images/presspack.png); background-repeat: no-repeat;
	}
		
.about {
	width: 95px;
	height: 20px;
	margin-left: 15px;
	background-image: url(../images/about.png); background-repeat: no-repeat;
	float: right;
	}
	
.about:hover {
	border-bottom: 5px solid #F36;
	}
	
.team {
	width: 95px;
	height: 20px;
	margin-left: 15px;
	background-image: url(../images/nteam.png); background-repeat: no-repeat;
	float: right;
	}
	
.team:hover {
	border-bottom: 5px solid #F36;
	}
	
.game {
	width: 125px;
	height: 20px;
	margin-left: 15px;
	background-image: url(../images/shockcube.png); background-repeat: no-repeat;
	float: right;
	}
	
.game:hover {
	border-bottom: 5px solid #F36;
	}
	
.blog {
	width: 80px;
	height: 20px;
	margin-left: 15px;
	background-image: url(../images/nblog.png); background-position:right; background-repeat: no-repeat;
	float: right;
	}
	
.blog:hover {
	border-bottom: 5px solid #F36;
	}

#contents {
	position: relative;
	width: 950px;
	margin: 30px auto 0;
	text-align: left;
	}

.title1 {
	width: 270px;
	height: 25px;
	background-image: url(../images/welcometxt.png);
	float: left;
	}
	
.title2 {
	width: 507px;
	height: 44px;
	background-image: url(../images/blinkadapt.png);
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 3px;
	}
	
.title3 {
	width: 334px;
	height: 42px;
	background-image: url(../images/theteam.png);
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 3px;
	}
	
.title5 {
	width: 503px;
	height: 42px;
	background-image: url(../images/theshockcube.png);
	float: left;
	clear: both;
	margin-top: 20px;
	margin-bottom: 3px;
	}
	
.teamImage {
	margin: 20px 0 0 0;
	}
	
.teaminfo {
	margin-top: 10px;
	margin-left: 475px;
	width: 210px;
	color: #000;
	}
	
.teaminfo p {
	color: #000;
	}
	
.introtext {
	width: 620px;
	float: left;
	}
	
.introimage {
	width: 330px;
	height: 140px;
	float: right;
	background-image: url(../images/blogs.png);
	margin: -5px -5px 0 0;
	}
	
.pageContent {
	padding-top: 50px;
	position: relative;
	}
	
.video {
	float: right;
	margin: 20px 0 0 20px;
	}
	
.infoText {
	float: left;
	margin: 20px 0 0 0;
	width: 279px;
	}

#footer {
		}

.separator {
		clear: both;
		}

.clearall { 
    	clear:both; 
		}

/* ---------- 3. links and navigation ---------- */

a {
		}
		
a:hover {
		}

#navigation {
		}

#navigation ul {
		}

#navigation li {
		}

#navigation a {
		}

#navigation a:hover {
		}

/* ---------- 4. fonts ---------- */


h1, h2, h3, h4, p, ul {
		}

h1 {
		}

h2 {
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: bold;
	color: #000;
		}

h3 {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: bold;
	color: #F06;
		}
		
h4 {
		}

p {
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 11px;
	color: #666;
		}

ul {
		}

blockquote {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		}

