<?php Header ("Content-type: text/css");?> 

/*  
Theme Name: Manticorp
Theme URI: http://www.manticorp.co.uk/
Description: This is my blog.
Version: 1.0
Author: Manticorp
Author URI: http://www.manticorp.co.uk/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p	{
	margin: 0;
	padding: 0;
	}
pre  {
  border: solid 1px blue;
	font-size: 1.3 em; 
 	color: black; 
	margin: 10px; 
	padding:10px; 
	background: #FFFFB3
	}
	
code  {
  font-size:1.2em; 
	color: #008099
	}

img	{
	border: none;
	}

h1 	{
	font-size: 3em;
	padding: 0 0 10px 0;
	font-weight: 100;
	}

body	{
	margin: 0;
	font-family: Century Gothic, Verdana, Sans Serif;
	font-size: 0.8em;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	}

a:link	{
	text-decoration: underline;
	color: #FF0066;
	}

a:visited	{
	text-decoration: underline;
	color: #CC0022;
	}

a:hover	{
	text-decoration: none;
	color: #990022;
	}

p	{
	padding: 10px 0 0 0;
	}

#wrapper	{
	border: 1px solid #cfcfcf;
	margin: 10px auto 10px auto;
	width: 80%;
	min-width: 750px;
	text-align: left;
	}


#header	{
	display: block;
	height: 150px;
	float: left;
	text-align: center;
	width: 100%;
	}

#headertext	{
	margin: 40px auto 0 auto;
	vertical-align: middle;
	}

#container	{
  clear: left;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	float: left;
	padding: 10px;
	width: 75%;
	min-width: 540px;
	}

.post	{
	padding: 10px 0 10px 0;
	}

.post h2	{
	font-family: Century Gothic, Verdana, Sans-serif;
	font-size: 1.6em;
	font-weight: 100;
	}

.entry	{
	line-height: 1.5em;
	}

p.postmetadata	{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
	}

.navigation{
	padding: 10px 0 0 0;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 18px;
	}

.sidebar	{
	min-width: 250px;
	float: right;
	width: 22%;
	min-width: 140px;
	background: #fffff;
	margin: 0;
	display: inline;
	}


.logo	{
	width: 100%;
	}

.sidebar ul	{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	}

.sidebar ul li	{
	padding: 7px 0 7px 0;
	}

.sidebar ul li h2	{
	font-size: 1.4em;
	}

.sidebar ul ul li	{
	padding: 0;
	line-height: 24px;
	}

table#wp-calendar	{
	width: 100%;
	}

table#wp-calendar caption	{
	color: #ff0066;
	font-size: 1.2em;
	}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer	{
	padding: 10px 0 10px 0;
	clear: both;
	width: 100%;
	text-align: center;
	border-top: none;
	}

#footer p	{
	line-height: 18px;
	}
	
#navigation	{
  background-color: #d8d8d8;
	float: left;
	width: 100%;
	height: 29px;
	font-variant: small-caps;
	font-family: "verdana";
	font-size: 1em;
	font-weight: 100;
	padding: 0;
	margin: 0;
	color: #ffffff;
	z-index: 100;
	}

#navigation a:link, #navigation a:visited	{
	background-color: #4f4f4f;
	display: block;
	margin: 3px 3px 0 0px;
	padding: 3px 0;
	border: 1px solid #4f4f4f;
	border-bottom: none;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: 100;
	}

#navigation a:hover, #navigation a:active	{
	background-color: #afafaf;
	display: block;
	padding: 3px 0;
	border: 1px solid #4f4f4f;
	border-bottom: none;
	font-size: 0.75em;
	margin: 3px 3px 0 0px;
	text-decoration: none;
	color: #ffffff;
	}
	
#navigationline {
  background-color: #4f4f4f;
  float: left;
  width: 100%;
  height: 4px;
  }

#nav, #nav ul {
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style: none;
	z-index: 100;
	}

#nav a {
	display: block;
	height: 16px;
	}

#nav li {
	margin: 0;
	text-align: center;
	font-size: 1.4em;
	float: left;
	width: 12%;
	}

#nav li ul {
	position: absolute;
	background: #afafaf;
	width: 130px;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}

#nav li ul li 	{
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #8f8f8f;
	font-size: 1em;
	}

#nav li ul li a:link, #nav li ul li a:visited	{
	display: block;
	margin: 0;
	padding: 5px 0px 5px 5px;
	border: 0;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: 100;
	width: 100%;
	}

#nav li ul li a:hover, #nav li ul li a:active	{
	background-color: #3f3f3f;
	display: block;
	margin: 0;
	padding: 5px 0px 5px 5px;
	border: 0;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: 100;
	width: 125px;
	}
		
#nav li ul li ul {
	margin: -1.4em 0 0 130px;
	width: 100%;
	background: #8f8f8f;
	overflow: hidden;
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	}

#nav li ul ul li 	{
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #6f6f6f;
	font-size: 1em;
	}

#nav li ul li ul li a:link, #nav li ul li ul li a:visited	{
	display: block;
	margin: 0;
	padding: 5px 0px 5px 5px;
	border: 0;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: 100;
	width: 100%;
	}

#nav li ul li ul li a:hover, #nav li ul li ul li a:active	{
	background-color: #3f3f3f;
	display: block;
	margin: 0;
	padding: 5px 0px 5px 5px;
	border: 0;
	text-decoration: none;
	color: #ffffff;
	font-size: 0.75em;
	font-weight: 100;
	width: 100%;
	}
