/* 
Copyright Jonathan Norman 2005 - 2010 
Cosmo version 9.2
Thanks to "halkeye" for the help with the menu in IE6 and
everyone that helped from the #applegeeks IRC channel.
*/

body {
	background-color: #C21500;
	font-family: verdana;
	padding: 0;
	margin: 0;
}

p,h1,h2 {
	margin: 0;
}

/* centres site in middle of the page */
.world { 
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	min-width: 700px;
	max-width: 1100px;
}

/* Menu and site logo */
.top {
	background-color: #ffffff;
	height: 100px;
	width: 100%;
	position: relative;
}

/* page content */
.content {
	background-color: #dddddd;
	min-height: 400px;
	margin-top: 2px;
	font-size: 11pt;
}

.content p {
	padding: 1em 2em 0.5em 2em;
}

.content h1
{
  padding: 1em 2em 0em 0.9em;
}

.content h2, .content h3 {
	padding: 1em 2em 0 1.3em;
}

/* copyright notice at bottom of the page */
.copyright {
	background-color: #c0c0c0;
	margin-top: 2px;
	padding: 5px 0 5px 5px;
	font-size: 9pt;
}

.copyright img {
	border: none;
}

/* site menu */
.navi {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	font-size: 11pt;
}

li {
	list-style: none;
	display: block;
	float: right;
	padding: 10px 0 10px 0;
}

.navi li a {
	text-align: center;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	color: #000000;
}

.navi li a:hover {
	background-color: #222222;
	color: #ffffff;
}

/* End site menu */

/* style for images */
.img, .blogpic {
	border-width: 2px;
	border-style: solid;
	border-color: #C21500;
	margin: 0em 0em 2em 2em;
	float: right;
}

.img p {
	font-size: 10pt;
	text-align: center;
	padding: 0;
}

.spec {
	margin: 0em 2em 0em 2em;
	padding: 0 1em 1em 0;
	display: block;
	float: left;
}

.spec p {
	margin: 0 0 0 4em;
	padding: 0;
	font-size: 10pt;
}

.spec h3 {
	margin: 0;
	padding: 1em 0 0.5em 1em ;
	font-weight: normal;
	font-size: 12pt;
	color: #444444;
}

.logo {
	position: relative;
	top: 5px;
	left: 10px;
  height: 95px;
  width: 259px;
}

/* Damn you MSIE-6 */
hr {
	clear: both;
	color: #dddddd;
	padding: 0;
	margin: 0;
}

/* Image bar on the right */
.imgbar {
	float: right;
	width: 154px;
	margin: 1em 2em 0.5em 1em;
}

#homeimg {
	float: right;
	margin: 1em 2em 0.5em 1em;
	border-width: 2px;
	border-style: solid;
	border-color: #C21500;
}
