/*
Author:		Big Yowii
Website:	http://www.Yowii.net/
*/

/* Misc. */

* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#2D302C;
	background-image:url(images/bg-body.gif);
	color:#222222;
	}
a {
	color:#222222;
	text-decoration:underline;
	}
a:hover {
	color:#CCDE8D;
	}
img {
	border:0;
	}
p {
	margin-bottom:20px;
	line-height:20px;
	}

/* Structure */

#wrapper {
        position:absolute;
        left:180px;
        top:0px;
	margin:0 auto;
	width:640px;
	background-color:#454943;
	background-image:url(images/bg-wrapper.gif);
	background-repeat:repeat-y;
	background-position:right;
	border-left:1px solid #CCDE8D;
	border-right:1px solid #CCDE8D;
	}
#header {
    height:120px;
	width:640px;
	line-height:30px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	padding:50px,  50px;
    }
#nav {
	height:35px;
	line-height:35px;
	background-image:url(images/bg-navigation-bar.gif);
	background-repeat:repeat-x;
	padding:0 20px;
	}
#sidebar {
        position:absolute;
        left:415px;
        top:170px;
	margin:0 auto;
	text-align:center;
	width:180px;
	background-color:#f8f8f8;
	min-height:570px;
	border:1px solid #2D302C;
	margin:0 0 0 0px;
	padding:15px;
	}
#gsearch {
	position:absolute;
	top:10px;
	right:40px;
	text-align:left;
	width:120px;
	}



#adbarleft {
	position:absolute;
	top:140px;
	left:12px;
	text-align:center;
	width:120px;
	}

#adbarleft2 {
	position:absolute;
	top:760px;
	left:12px;
	text-align:center;
	width:120px;
	}

    #adbarleft3 {
	position:absolute;
	top:1380px;
	left:12px;
	text-align:center;
	width:120px;
	}
	
#adbarright {
	position:absolute;
	top:505px;
	left:870px;
	text-align:center;
	width:120px;
	}

#adbarlefttop {
	position:absolute;
	top:5px;
	left:10px;
	text-align:center;
	width:120px;
	}
	
#adbarrighttop {
	position:absolute;
	top:5px;
	left:870px;
	text-align:center;
	width:120px;
	}


#adresell3 {
	position:absolute;
	top:505px;
	left:870px;
	background-image:url(images/aceresell.gif);
	width:120px;
	height:240px;
    }

#adresell2 {
	position:absolute;
	top:255px;
	left:870px;
	background-image:url(images/ozchipsbanner.png);
	width:120px;
	height:240px;
    }

#adresell {
	position:absolute;
	top:5px;
	left:870px;
	background-image:url(images/techsick.gif);
	width:120px;
	height:240px;
    }

#topbarpr {
	float:top;
	text-align:left;
	width:614px;
	background-color:#f8f8f8;
	min-width:610px;
	border:1px solid #2D302C;
	margin:0 0 0 0px;
	padding:10px;
	}
#lowbarpr {
	float:bottom;
	text-align:left;
	width:614px;
	background-color:#f8f8f8;
	min-width:610px;
	border:1px solid #2D302C;
	margin:0 0 0 0px;
	padding:10px;
	}

#sidebarpl {
	float:left;
	text-align:left;
	width:312px;
	background-color:#f2f8f8;

	max-width:310px;
	border:1px solid #2D302C;
	margin:0 0 0 0px;
	padding:2px;
	}
        
 #sidebarpr {
	float:right;
	text-align:left;
	width:312px;
	background-color:#f8f8f2;

	max-width:310px;
	border:1px solid #2D302C;
	margin:0 0 0 0px;
	padding:2px;
	}
        

#rsidebar {
        position:absolute;
        left:415px;
        top:170px;
	text-align:left;
	width:180px;
	background-color:#f2f2f2;
	min-height:570px;
	border:1px solid #2D302C;
	margin:0 0 0 0px;
	padding:15px;
	}

#newsbar {
        left:10px;
        top:170px;
	text-align:left;
	width:360px;
	background-color:#f2f2f2;
	border:1px solid #2D302C;
	margin:0 0 0 0px;
	padding:5px;
	}

#content {
	width:608px;
	background-color:#fcfcfc;

	border:1px solid #2D302C;
	margin:2 0 0 2px;
	padding:15px;
	}

#contentt {
	width:608px;
	background-color:#95ABB0;
	border:1px solid #2D302C;
	margin:2 0 0 2px;
	padding:15px;
	}

#contentp {
	width:636px;

	background-color:#ffffff;

	border:1px solid #2D302C;
	margin:1 1 1 1px;
	padding:1px;
	}
#footer {
	clear:both;
	text-align:right;
	padding:10px;
	margin-top:10px;
	margin-right:50px;
	color:#ffffff;
	font-size:11px;
	line-height:15px;
	}
#footer-links {
	float:left;
	line-height:30px;
	}

/* Navigation */

#nav ul {
	list-style-type:none;
	}
#nav li {
	float:left;
	text-align:center;
	margin-right:12px;
	text-transform:uppercase;
	}
#nav li a {
	display:block;
	padding:0 10px;
	font-weight:bold;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	}
#nav li a:hover {
	background-image:url(images/bg-navigation-bar-hover.gif);
	background-position:center;
	background-repeat:no-repeat;
	color:#222222;
	}
	
#header ul {
	list-style-type:none;
	}
#header li {
	float:left;
	text-align:center;
	margin-right:30px;
	text-transform:uppercase;
	}
#header li a {
	display:block;
	padding:0 10px;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	}
#header li a:hover {

	color:#777777;
	}
	


/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-bottom:20px;
	}
#sidebar li {

	}

/* Headings */

h1 {
	color:#A6C639;
	text-decoration:none;
	font-weight:normal;
	font-size:24px;
	}
h2 {
	color:#A6C639;
	text-decoration:none;
	font-weight:bold;
	font-size:24px;
	}
h3 {
	font-size:30px;
	font-weight:normal;
	letter-spacing:-1px;
	color:#ffffff;
	text-decoration:none;
	}
h4 {
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#000000;
	text-decoration:none;
	}
h4 a{
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#A6C609;
	text-decoration:underline;
	}
h5 {
	color:#A6C609;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:none;
	}
h6 {
	color:#A6C699;
	font-size:17px;
	font-weight:bold;
	letter-spacing:-1px;
	text-decoration:none;
	}



/* Extra's */

.title1 {
	color:#ffffff;
	padding-left:20px;
	}
.title2 {
	color:#222222;
	font-style:italic;
	}
.description {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#ffffff;
	padding-left:20px;
	}
.meta {
	color:#777777;
	border-bottom:1px dashed #777777;
	padding-bottom:2px;
	margin-bottom:8px;
	}
.comments {
	margin-top:10px;
	text-align:right;
	margin-bottom:20px;
	}
.comments a {
	text-decoration:underline;
	}
#footer-links a {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	}
#footer-links a:hover {
	color:#CCDE8D;
	}
#footer a {
	color:#ffffff;
	text-decoration:none;
	}
#footer a:hover {
	color:#FFFF00;
	}