﻿/*
Theme Name: Binary Land
Theme URI: http://www.matrix67.com
Version: 1.0
Description: 1 Column theme
Author: matrix67.com
Author URI: http://www.matrix67.com
*/

  * {margin:0; padding:0; border:0; }
  html {
  	height: 100%;
  	min-height: 700px;
  }
  body{
  	height: 100%;
  	background-color: #000;
  	font-family: "Tahoma";
  	font-size: 12px;
  	color: #000;
  }

  input, textarea {
  	margin: 2px;
  	padding: 2px;
  	color:#000;
   	font-family: "Tahoma";
  	font-size: 12px;
  	background-color:#FFF;
}

  a, a:visited, a:active {color: #FFF; text-decoration:underline; }
  a:hover {color: #FFF; text-decoration:none; }

  #container {width:100%; height:78%; min-height:546px; text-align:center; position: relative; left:0; top:0; background-color: #FFF;}
  #inner {width:100%; height:520px; position: absolute; bottom:0; left:0; }
  #main {width:950px; height:520px; margin:auto; text-align:left; background-image:url('bg.png'); background-repeat:no-repeat;}
  #article {position: absolute; width:398px; height:416px; top:104px; left:78px; color: #FFF; overflow: auto; position: relative;}
  #footer {padding:4px; text-align:right; background-color: #000; color:#FFF;}



div.title {width:80%; padding-bottom:4px; margin:4px 0 4px 0px; border-bottom: 1px dotted white;}
div.title a {text-decoration:none; }
div.feedback {margin:4px 0 14px 0px; }
div.comment-title {margin: 8px 4px 4px 4px; }
div.comment-content {padding:4px; margin-left:4px; border: 1px dotted white; width:80%; }