body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#000;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	color: #030;
	font-family: Arial, Helvetica;
	background-image: url('/images/android.png');
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:fixed;
}
a {
	color:#000;
}
a:hover {
	color:#fff;
	background:#29de16;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}

#ads img {
	display:block;
	padding-top:10px;
}

.field {
    background:#e4ffe4;
    border:1px solid #29de16;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    padding-left: 8px;
}

.fieldbutton {
    border:solid 1px #d9d9d9;
    background: #fff;
    margin-top: 2px;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	//border-bottom:1px solid #1f371e;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul {
	margin:10px 0 0 0;
	width:100%;
	padding:0;
	list-style:none;
	clear:right;
	float:right;
}

#header ul li {
	list-style:none;
	float:right;
	margin:0;
	padding:0 0 0 8px;
	background: url("../images/ltab.png") no-repeat left top; 
}


#header ul li a {
	display:block;
	float:right;
	background: url("../images/rtab.png") no-repeat right top;	  
	padding: 3px 15px 3px 6px;
	text-decoration:none;
	line-height:1.3em;
	color:#000;
	text-align:center;
	font-weight: bold;
}

#header ul li a:hover {
	color:#eef;
}

/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#fff;
	border-top:4px solid #373;;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
	font-size: 60%;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}
/* 3 Column settings */
.threecol {
	background:#fff;		/* right column background colour */
}
.threecol .colmid {
	right:20%;			/* width of the right column */
	background:#fff;		/* center column background colour */
}
.threecol .colleft {
	right:60%;			/* width of the middle column */
	background:#fff;		/* left column background colour */
}
.threecol .col1 {
	width:56%;			/* width of center column content (column width minus padding on either side) */
	left:102%;			/* 100% plus left padding of center column */
}
.threecol .col2 {
	width:16%;			/* Width of left column content (column width minus padding on either side) */
	left:26%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
}
.threecol .col3 {
	width:16%;			/* Width of right column content (column width minus padding on either side) */
	left:90%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #080;
	color: #fff;
}
#footer p {
	padding:10px;
	margin:0;
	font-size: 70%;
}
#footer a {
	color: #fff;
}

/* Mythreads styles */
.smallinfo {
	font-size: 60%;
	color: #888;
}

img {
	border-style: none;
	border: 0;
}

.col1 h1, .col1 h2 {
	border-bottom: 1px solid #4e4;
	font-style: italic;
	color: #050;
}

.col1 li {
	list-style-type: circle;
}

.col1 img {
	padding: 2px;
}

.col2 h2 {
	margin-top: 8px;
}
.col3 h2 {
	margin-top: 8px;
}



.col3 {
	text-align: center;
}

.col3 a:hover img, .col3 a:hover {
	text-decoration: none;
	color: #000;
	background: #fff;
}

.col3 small {
	display: block;
	margin-bottom: 5px;
}

#header h3 {
	padding:0;
	margin: 0 0 0 20px;
	font-size: 80%;
	font-style: italic;
	color: #4e4;
}

.screen {
	text-align: center;
	padding: 8px;
	margin: 8px;
	border-top-style:solid;
	border-bottom-style:solid;
	border-width:1px;
	border-color:#4e4;
}

/* rounded boxes */
.bluebox {
	background:#e4ffe4;
	border:1px solid #29de16;
	color:#030;
	margin-top: 10px;
}

.bluebox .w1 {
	background-image:url(../images/block-tl2.png);
	background-position:0% 0%;
	background-repeat:no-repeat;
	position:relative;top:-1px;left:-1px;
}
.bluebox .w2 {
	//background-image:url(../images/block-tr.png);
	background-position:100% 0%;
	background-repeat:no-repeat;
	position:relative;left:2px;
}
.bluebox .w3 {
	//background-image:url(../images/block-br.png);
	background-position:100% 100%;
	background-repeat:no-repeat;
	position:relative;top:2px;
}
.bluebox .w4 {
	//background-image:url(../images/block-bl.png);
	background-position:0% 100%;
	background-repeat:no-repeat;
	position:relative;
	left:-2px;
	padding:10px;
	padding-top:1px;
	min-height:187px;
	_height:187px;
	z-index:10;
}

