/*
Theme Name: Simon Carruthers
Theme URI: http://marcushill.com/websites
Description: Custom written theme for simoncarruthers.org.uk (based on Starkers)
Version: 1.0 (WP2.9.1) January 2010
Author: Marcus Hill
Author URI: http://marcushill.com/websites
Tags: 
*/
@charset "utf-8";
/* Si's CSS file. Chucked together by Marcus on the 8th December 2008 & rehashed for WordPress April/May 2010 */
html,body{height:100%}
body {	background:#e9e9e9;
	font-family:arial, helvetica, helv, _sans;
	text-align:center;
	min-width:800px;
	min-height:562px;
	color:#444;
	}
* {margin:0;padding:0;}
#vertical{ /*Vertically centers*/
	float:left;
	height:50%;
	margin-top:-281px;
	width:100%;
	}
#container {height:562px;width:800px;margin:0 auto}
a {color:#00c}
a:hover {color:#00f}
	
/* Main Logo */
#title h1{
	text-align:center;
	font-weight:bold;
	padding-bottom:30px;
	font-size:22px;
	display:block;
	}
#title h1 a{color:#000; text-decoration:none}
#title h1 a:hover {color:#999}
.h1Lo {color:#999}
#title h1 a:hover .h1Lo {color:#000}
	
	/* Nav Stuff */
#navBox {float:left;	width:200px;}
#nav li {
	list-style:none;
	min-height:1em; /* Fixes IE7 bug*/
	margin: 0 20px 0 0;
	position: relative; 
	}
#nav a{
   display:block; 
   margin:10px 0 0; 
   padding:10px 10px 5px; 
   color:#444;
   text-decoration:none; 
   background: transparent; 
   text-align:left;
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
	font-weight:bold;
	}
#nav a: hover {color:#555}
.menuparent {cursor:default}
#nav .menuparent li a {margin:2px}
#nav a:hover {background:#CCC}
#nav, #nav ul {list-style: none}
#nav ul { 
   display: none;
   position: absolute; 
   top:0; 
   left:70%;
   z-index:10;
	}
#nav ul {background:#e9e9e9;border:1px solid #444;}
#nav li li { 
	clear:both;
	margin:0;
	float:none; 
	position: relative; 
	width:150px
	}
#nav li li a {padding:5px 0 10px 20px;margin:0;}	
#nav ul, 
#nav li:hover ul, 
#nav li.menuparenth ul {display:none}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul, 
#nav li.menuparenth ul, 
#nav ul li.menuparenth ul{display: block}
/* IE Hacks */
#nav li li a {height: 1%}

#sidebar{text-align:left;border-top:1px solid #777;margin-top:10px;padding:10px}
#sidebar h4{color:#777}
#sidebar p , #sidebar li {color:#555;font-size:10px;}
#sidebar li {padding-bottom:4px}
#sidebar li a{color:#555;text-decoration:none}

/*Page Specific*/
#contact {height:32px;width:100%}
#contact a {
	color:#00f;
	text-decoration:none;
	text-align:right;
	font-size:14px;
	padding:20px 0;
}

/* Content Area */
#content {
	margin:0 auto;
	text-align:left;
	font-size:12px;
	line-height:20px;
	float:right;
	padding-bottom:45px; /* for footer */
	margin-bottom:35px;
	width:600px;
	text-align:justify;
	}

.home h1#pgtit {display:none!important} /*Hide title on homepage*/
h1#pgtit {text-align:right}
h1 {
	font-size:14pt;
	color:#444;
	font-style:normal;
	padding:10px 0 5px;
}
.SSPLink {padding:40px 0;font-size:24px}
p 	{margin:10px 0}
.cv {font-size:12px}
.centre {text-align:center}
#footer {
	color:#666;
	font-size:9px;
	width:100%;
	text-align:right;
	padding:10px 10px 0 0;
	float:right;
	margin:0 auto;
	position:relative;
	margin-top:-25px;
	}
/* the last 2 rules above and the 2 ids below are for the sticky footer- see http://www.themaninblue.com/writing/perspective/2005/08/29/ */
* html #container {height:100%;}
#container {position: relative;min-height: 100%}
#footer a {color:#888;text-decoration:none}
#prevNxt {text-align:center}
img {border:none}
blockquote {padding-top:10px;margin:10px;text-align:left;display:block;font-style:italic}
.quoteRight {width:100%;text-align:right}
.home {
	text-decoration:none;
	font-size:16px;
	color:#444;
	font-weight:bold;
	}
.left {float:left}
.right {float:right}
.red {color:#c00}
.clear {
	width: 100%;
   	height: 1px;
	margin: 0 0 -1px;
	clear: both;
	}
ul {list-style:none}
h2, h3 {color:#00f}
h2 {margin:15px 0 10px}
h3 {margin:10px 0 5px}
h4 {margin:5px 0 0}
.thickbox {font-size:120%; font-weight:bold;margin-top:20px;}

	

/* Wordpress CSS*/
.aligncenter {display:block; margin:0 auto}
.alignleft {float:left}
.alignright {float:right}
.wp-caption {border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px}

