/*
Theme Name: GreyGrad Temp
Copyright 4ndy.co.uk 2007
Author: Andy - andy@4ndy.co.uk
URI: http://www.4ndy.co.uk

Covered by creative commons license - http://creativecommons.org/licenses/by-nc-sa/2.0/

*/

/* 
Friendly reminder:
Padding and margin values should be specified in this order
 - TOP  RIG  BOT  LEF -
*/


* {
  margin: 0;
  padding: 0;
  }

html {
  /*background: #333;*/
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  color: #fff;
  background: #000;
}

p
{
	font-size: 11px;
	color: #e4e4e4;
}

.header {
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  background: #fff url(grad1_10px.jpg) repeat-x 0 0;
  height: 50px;
  width: 650px;
  font-family: Arial, Helvetica, Verdana, Sans-serif;
  font-size: 40px;
  border: #6c6c6c 1px none;
}

.spacer20 {
  height: 20px;
}

.main-content {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  height: 500px;
  width: 690px;
  border: #4c4c4c 1px solid;
  border-top: #666 1px solid;
}

/* LINKS */

.main-content a {
  display: block;
  text-decoration: none;
  color: #999;
  border: #777 1px solid;
}

.main-content a:hover {
  text-decoration: underline;
  background-color: #999;
  color: #333;
}

/* END LINKS */

.feed-left {
  float: left;
  width: 230px;
  border: #fff 1px none;
}

.feed-center {
  float: left;
  width: 230px;
  text-align: center;
  border: #fff 1px none;
}

.feed-right {
  float: left;
  width: 200px;
  text-align: right;
  border: #fff 1px none;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 730px;
  font-size: 12px;
  border: #4c4c4c 1px solid;
}

.footer-left {
  float: left;
  width: 275px;
  border: #fff 1px none;
}

.footer-center {
  float: left;
  width: 180px;
  text-align: center;
  border: #fff 1px none;
}

.footer-right {
  text-align: right;
  border: #fff 1px none;
}