/*
Theme Name: Spartan Black
Theme URI: http://wwww.edunikki.com/
Description: Based on the default WordPress theme which was based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.1
Author: Nicholas Goodchild
Author URI: http://www.edunikki.com/

	This theme was designed and built by Nicholas Goodchild,
	whose blog you will find at http://www.edunikki.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

/* Code for positioning of each element */

#wrapper
{
 position: absolute;
 top: 0px;
 left: 50%;
 margin-left: -316px; 
 width: 631px;
 padding: 0px;
 border: 0px;
} 

#content
{
 width: 451px;
 float: left;
} 

#sidebar
{
 width: 180px;
 float: left;
} 

#footer
{
 width: 451px;
 clear: both;
}

#header
{
 float: left
 width: 631px;
 height: 257px;
 background: URL(images/logo.gif) no-repeat;
}

#headerlink
{
  padding: 0px;
  width: 631px;
  height: 257px;
  background: none;
}

/* Code for font effects */

body
{
  margin: 0px 0px;
  padding: 0px;
  font-size:   13px;
  line-height: 14px;
  font-family: Arial;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

#header a
{
  text-decoration: none;
  color: white;
}

#header h1
{
  align: center;
  vertical-align: top;
  font-size: 10em;
  background: none;
  text-align: center;
}

h1, h2, h3
{
  font-family: Arial;
  font-variant: small-caps;
  color: #ffffff;
  background-color: #000000;
  text-indent: 5px;
  text-align: left;
  vertical-align: bottom;
}

h1
{
  font-size: 2em;
}

h2
{
  font-size: 1.8em;
  line-height: 0.7em;
}

#sidebar h2
{
  font-family: Arial;
  font-size: 1.2em;
  line-height: 0.7em;
}

h3
{
  font-size: 1.6em;
  line-height: 1.0em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description
{
  text-decoration: none;
  color: #ffffff;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
  color: #ffffff;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{
  text-decoration: none;
}

code
{
  font-family: Arial;
}

a, h2 a:hover, h3 a:hover
{
  color: #888888;
  text-decoration: none;
}

a:hover
{
  color: #000000;
  text-decoration: underline;
}

ul
{
  line-height: 1.0em;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-indent: 5px;
  padding: 2px;
  margin: 0px;
  list-style-type: none;
}