@charset "utf-8";
/* CSS for SiliconSister.ca */

/*
	RESET STYLES 
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

/* *************************************** */


html {
	overflow: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

strong {
	font-weight: bold;
	font-size: 12px;
}

.clear {clear:both}

#container {
	width: 3700px;
	height: 1650px;
}


/** PAGE POSITIONING **/

.positioning {
	position: absolute;
	width: 1200px;
	height: 800px;
}

	#home {
		top: 0px;
		left: 0px;
		background-color: #5C5B5B;
		background-image: url(../images/bgd-main.jpg);
		background-repeat: no-repeat;
	}
	
	#news {
		top: 850px;
		left: 0px;
		background-color: #5C5B5B;
		background-image: url(../images/bgd-main.jpg);
		background-repeat: no-repeat;
	}
	
	#jobs {
		top: 0px;
		left: 1250px;
		background-color: #5C5B5B;
		background-image: url(../images/bgd-main.jpg);
		background-repeat: no-repeat;
	}
		
		
	#games {
		top: 850px;
		left: 1250px;
		background-color: #5C5B5B;
		background-image: url(../images/bgd-main.jpg);
		background-repeat: no-repeat;
	}
		
	#about {
		top: 0px;
		left: 2500px;
		background-color: #5C5B5B;
		background-image: url(../images/bgd-main.jpg);
		background-repeat: no-repeat;
	}
		
	#contact {
		top: 850px;
		left: 2500px;
		background-color: #5C5B5B;
		background-image: url(../images/bgd-main.jpg);
		background-repeat: no-repeat;
	}

	
/** SECTION LAYOUT **/

.wrapper {
	margin: 0;
	padding: 0;
	width: 900px;
	height: auto;
}

.sidebar {
	float: left;
	margin: 0;
	padding: 0;
	width: 270px;
	height: auto;
}

.content {
	float: left;
	margin: 0;
	padding: 0;
	width: 630px;
	height: auto;
}
.footer {
	margin: 0;
	padding: 0;
	width: 550px;
	height: auto;
	clear: both;
}


/** NAVIGATION BUTTONS **/

ul.navigation {
	display: block;
	float: right;
	width: 600px;
	height: 32px;
	padding: 3px 15px;
	margin: 0px 0px 25px 0px;
	text-align: right;
	background-image: url(../images/nav-bgd.jpg);
}

ul.navigation li {
	display: inline;
	float: right;
}

a.navigator {
	cursor: pointer;
	display: block;
	font-family: Arial, Tahoma, Verdana, "sans-serif";
	font-size: 14px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #888;
	margin-left: 1px;
	padding: 9px;
	border: 0px none;

}
a:hover.navigator {
	background-image: url(../images/transparent.png);
	color: #FFF;
	border: 0px none;
}
a:active.navigator {
	color: #000;
	border: 0px none;
}
/** use to customize each navbar **/	#home .navigator {  }
	#news .navigator {  }
	#jobs .navigator {  }
	#games .navigator {  }
	#about .navigator {  }
	#contact .navigator {  }
	
	#home .present .navigator,
	#news .present .navigator,
	#jobs .present .navigator,
	#games .present .navigator,
	#about .present .navigator,
	#contact .present .navigator { background-image: url(../images/transparent.png); }


/** CONTENT FORMATTING **/
.text { font-family: Arial, Tahoma, Verdana, "sans-serif"; color: #FFF; }

.text p {
		font-size: 12px;
		text-align: justify;
		line-height: 22px;
		padding: 0px 20px 10px 20px;
	}
.text h1 {
		font-size: 24px;
		font-weight: lighter;
		letter-spacing: 1px;
		text-align: justify;
		line-height: 34px;
		padding: 3px 20px 7px 20px;
	}
.text h2 {
		font-size: 20px;
		font-weight: lighter;
		letter-spacing: 1px;
		text-align: justify;
		line-height: 30px;
		padding: 3px 20px 7px 20px;
	}
.text h3 {
		font-size: 20px;
		font-weight: lighter;
		letter-spacing: 1px;
		text-align: justify;
		line-height: 30px;
		padding: 3px 20px 7px 20px;
		color: #000;
	}
.text h4 {
		font-size: 16px;
		font-weight: lighter;
		letter-spacing: 1px;
		text-align: justify;
		line-height: 26px;
		padding: 3px 20px 7px 20px;
	}
.text h5 {
		font-size: 16px;
		font-weight: lighter;
		letter-spacing: 1px;
		text-align: justify;
		line-height: 26px;
		padding: 3px 20px 7px 20px;
		color: #000;
	}
.text h6 {
		font-size: 16px;
		font-weight: lighter;
		letter-spacing: 1px;
		text-align: justify;
		line-height: 26px;
		padding: 3px 20px 7px 20px;
		color: #F06;
	}

.text ol { list-style-type: decimal; margin: 0px 0px 20px 50px; padding: 5px 0px; color: #CCC; }
.text ul { list-style-type: square; margin: 0px 0px 20px 50px; padding: 5px 0px; color: #CCC; }
.text ul ul { margin: 0px 30px; padding: 2px 0px 5px 0px; }
.text li { font-size: 12px; line-height: 18px; text-align: left; }
.text li li { list-style-type: circle; font-size: 12px; line-height: 18px; padding: 0px; }
.text li li li { list-style-type: disc; font-size: 12px; line-height: 18px; padding: 0px; }

.footer p {
	font-family: Arial, Tahoma, Verdana, "sans-serif";
	font-size: 10px;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	padding: 20px 0px;
	margin: 0;
}
.attribution, .attribution a:link, .attribution a, .attribution a:visited {
	text-decoration:none;
	color:#ccc;
	border:none;
}
.attribution a:hover {
	text-decoration:none;
	color:#FFF;
	border:none;
}


/** LINKS **/

a {
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	color: #000;
	border-bottom: 1px dotted #999;
}
a:hover {
	color: #F06;
	border-bottom: 1px dotted #000;
}
a:active {
	color: #FFF;
	border-bottom: 1px dotted #F06;
}
	
/** use to customize links for each section **/	#news a {

	}
	
	#jobs a {

	}
	
	#games a {

	}
	
	#contact a {

	}
	
/** scrolling box **/

.scroll {
width: 600px;
height: 120px;
padding-left: 5px;
padding-right: 5px;
overflow: auto;
}
