
/* standard body */
body {
/*	margin: 0 auto;*/
/*	width: 940px;*/
	background: #000 url("http://assets.razerzone.com/eeimages/assets/images/common/honeycomb-bg.jpg") repeat;
	color: #fff;
}
	
/* standard alignments */
.alignleft {
	float: left;
	}

img.alignleft {
	margin: 5px 10px 0 0; 
	}

.alignright {
	float: right;
	}

img.alignright {
	margin: 5px 0 0 10px; 
	}
	
.center {
	text-align: center;
	}
	
.fleft {
	text-align: left;
	float: left;
	margin-left: 20px;
	}
	
.fright {
	float: right;
	text-align: right;
	margin-right: 20px;
	}
	
.fcentered {
	text-align: center;
	}

/* intro */

#intro {
	position: relative;
	margin-top: 55px;
	padding: 50px;
	background: #695e53 url("images/introbkg.png") repeat-x;
	
	/* background size */
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	-khtml-background-size: 100%;

	
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
#intro h2, #intro p {
	position: relative;
	z-index: 9999;
	width: 350px;
	}
	
#intro h2 {
	padding: 0 0 20px 0;
	font-weight: normal;
	color: #fff;
	}
	
#intro p {
	padding: 0;
	color: #d6a965;
	}
	
#intro img {
	position: absolute;
	top: 0;
	right: 0;
	width: 653px;
	height: 100%;
	
	/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}

/* main content holder */
#main-content {
   margin-top: 12px !important;
   width: 940px;
   margin: 0 auto;
}

#main-content .mini-banners {
	/*float: left;*/
	margin: auto;
	width: 940px;
	height: 146px;
	margin-bottom: 12px;
	margin-top: 12px;
}

#main-content .mini-banners li {
	float: left;
	padding-right: 0;
	display: inline-block;
}
#main-content .mini-banners li.b_1,#main-content .mini-banners li.b_2 {
	float: left;
	padding-right: 0;
	margin-right: 9px;
	display: inline-block;
}

/* content and sidebar layout */
#content {
	position: relative;
	margin-top: 50px;
	float: left; 
	width: 920px; 
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #f2ede7;
	
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* columns */

#content ul.column {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}

#content ul.column li {
	float: left;
	width: 230px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	display: inline;
}

#content .block {
	height: 355px;
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 20px;
	background: #d6a965;
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#content .block a {
	color: #FFF;
	}
	
#content .block img {
  /*Flexible image size with border*/
	width: 89%;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 5%;
	background:#fff;
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation IE 6/7 */
	}
/* end of column configuration */

/* footer */
footer {
	height: 44px;
	color: #666666;
	font-family: DINPro-Regular, Roboto-Regular;
   	font-size: 11px;
   	text-align: center;	
}

footer section {
	/* padding: 0 10px; */
}

footer section h2 {
	margin-top: 0;
}

footer section p {
  font-size: 12px;
	}

footer section a {
	color: #ccc;
}

footer nav {
	padding-top: 4px;
}
footer nav ul {
	padding: 0px 0px 0px;
}

footer nav ul li {
	float: left;
}

footer nav ul li a {
	text-decoration: none;
}

footer nav ul li a:hover {
	color: #00cc00;
}

footer .center {
	background-image: url("http://assets.razerzone.com/eeimages/assets/images/common/footer-background.png");
	background-repeat: repeat-x;
	width: 918px;
	float: left;
	height: 40px;
	padding-top: 10px;	
}

footer .left-border {
	float:left;
	width: 11px;
	height: 44px;
	background: url("http://assets.razerzone.com/eeimages/assets/images/common/footer-left.png") no-repeat;	
}

footer .right-border {
	float:right;
	height: 44px;	
	width: 11px;	
	background: url("http://assets.razerzone.com/eeimages/assets/images/common/footer-right.png") no-repeat;	
}
/* for inner pages */

/* content and sidebar layout */

#innercontent {
	float: left; 
	width: 610px; 
	margin:10px 5px 10px 0; 
	padding:5px 20px 5px 20px;
	background-color: #d6a965;
	
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

aside {
	float: right;
	text-align: left; 
	width: 300px; 
	margin:0; 
	padding:0;
}

/* article */
.articlecontent header p, .blogPost header p a {
	font-size: 14px;
	font-style: italic;
	color: #777;
}

.articlecontent p a {
	color: #695e53;
}
	
.articlecontent p a:hover {
	color: #fff;
}
	
.articlecontent header p a:hover {
	text-decoration: none;
	color: #000;
}
	
/* box shadow on pics */
.articlecontent img {
	-webkit-box-shadow: 3px 3px 7px #777;
}

/* sidebar */
aside section {
	margin: 10px 0 0 10px;
	padding: 10px 15px;
	background-color: #d6a965;
	
/* curved border radius */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

aside section ul {
	margin: 0 0 0 20px;
	color: #FFF;
}
	
aside section ul li a {
	display: block;
	text-decoration: none;
	color: #695e53;
}
		
aside section ul li a:hover {
	text-decoration: underline;
	color: #fff;
}