﻿/*-----------------------------------------------------------------------------
Default Style Sheet for G Somerset Software/Computers

version:   1.0
author:    Glenn Somerset
email:     glenn@gsomersetsoftware.co.uk
website:   http://www.gsomersetsoftware.co.uk
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 10pt "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
  text-align: center;
}

div#wrapper
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1 {
	font: bold 22pt "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

h2 {
	font: bold 18pt "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

h3 {
	font: bold 12pt "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

h4 {
	font: bold italic 10pt "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/
div#mainnav
{
	width: 150px;
	float: left;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul a
{
	display: block;
	width: 145px;
	height: 40px;
	line-height: 40px;
	color: #000;
	text-decoration: none;
}

li#listnav
{
	background: url(images/navbullet.gif) no-repeat 0 50%;
	padding-left: 30px;
}

p#visits
{
	font: 8pt "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	text-align: center;
}



/* =Sub Nav
-----------------------------------------------------------------------------*/



/* =Main Content
-----------------------------------------------------------------------------*/

div#content 
{
	width: 650px;
	float: right;
}


p.left a:link {
	color: #000000;
	text-decoration: none;
}

p.left a:visited {
	color: #000000;
	text-decoration: none;
}

p.left a:hover {
	color: #0022FF;
	text-decoration: underline;
}



/* =Secondary Content
-----------------------------------------------------------------------------*/



/* =Footer
-----------------------------------------------------------------------------*/
div#footer
{
	clear: both;
}

p.copyright
{
	text-align: center;
	font: 8pt "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
}


/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

/* =Forms
-----------------------------------------------------------------------------*/
fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #cc;
	background: #f8f8f8;
}

legend
{
	font-weight: bold;
}

label
{
	display: block;
}

/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
