/* @override 
	http://fuscus.co.uk/wp/wp-content/themes/fuscus_v1/style.css
	http://fuscus.co.uk/wp/wp-content/themes/fuscusBlu_v1/style.css
*/

/*  
Theme Name: fuscusBlu
Theme URI: http://graphcieyedea.co.uk
Description: theme for Nick
Version: 1.0
Author: prisca schmarsow
Author URI: http://graphcieyedea.co.uk
*/

/* ******************************************************
thanks to Elliot Jay Stocks for his Starkers theme :)
********************************************************* */

/* Global reset */

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}

ol, ul, li {
	list-style: none
}

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}

q:before, q:after {
	content: ''
}

a {
	text-decoration: none
}

/* Global reset-RESET */

/* The below restores some sensible defaults */

strong {
	font-weight: bold
}

em {
	font-style: italic
}

* a {
	position: relative
}

/* Gets links displaying over a PNG background */

a img {
	border: none
}

/* Gets rid of IE's blue borders */

/* site styling */

body {
 	background: #111820;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #f0faff;
}

/*general styling*/
a, a:link {
	color: #7fa3b5;
}
a:hover, a:active {
	color: #fff;
}
/* headers */

#head {
	display: block;
	height: 220px;
	background: #111820 url(images/head.jpg) no-repeat;
	background-position: -25px -20px;
}
#head.animation {
	display: block;
	height: 220px;
	background: #111820 url(images/folio_anim_head.jpg) no-repeat;
	background-position: -25px -20px;
}
#head.early3d {
	display: block;
	height: 220px;
	background: #111820 url(images/folio_early3d_head.jpg) no-repeat;
	background-position: -25px -20px;
}

#head h1 {
	text-indent: -9999px;
}
#head h1 a {
	display: block;
	padding: 0 0 10em 0;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -0.06em;
	color: #000;
}
#head p {
	padding: 10px 0 0 280px;
	color: #2e3e4d;
}

/* content */

#content {
	display: block;
	float: left;
	margin: 4em 0 5em 15em;
}

.post {
	display: block;
	margin: 0 0 4em 0;
	font-size: 0.9em;
	letter-spacing: 0.08em;
}

.post h2 a {
	color: #5db9e7;	
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.04em;
}
.post p {
	margin: 1em 0;
	max-width: 500px;
}
.post p object {
	margin: 1em 0;
	display: block;
 	background: #111820;
}
.post img {
	margin: 1em 0;
}
.post ul {
	margin: 1.2em;
}
.post ul li {
	list-style: disc;
	margin: 0 0 0.6em 0;
}
.post h3#respond {
	display: block;
	margin: 2em 0 1em 0;
	color: #2e3e4d;
	font-weight: normal;
	font-size: 1.6em;
}

/* comment form formatting */
.post form#commentform input {
	background: transparent;
	background: none;
	border: 1px solid #5db9e7;
	padding: 2px;
	margin: 0 0 6px 0;
	color: #fff;
}
.post form#commentform input:hover, .post form#commentform input:focus {
	background: #eff4f7;
	color: #000;
}
.post form#commentform textarea {
	display: block;
	width: 500px;
	background: transparent;
	background: none;
	border: 1px solid #5db9e7;
	padding: 2px;
	margin: 0 0 6px 0;
	color: #fff;
}
.post form#commentform textarea:hover, .post form#commentform textarea:focus {
	background: #eff4f7;
	color: #000;	
}
/* nav */

#sidebar {
	display: block;
	width: 10em;
	position: absolute;
	top: 14em;
	left: 0;
	padding: 2.5em 0 1em 2em;
}
#sidebar h2 {
	color: #2e3e4d;
	font-weight: normal;
	font-size: 1.6em;
	display: block;
	margin: 0 0 0.4em 0;
	font-variant: small-caps;	
}
#sidebar ul {
	padding: 0 0 1em 0;
}
#sidebar ul li {
	text-transform: capitalize;
}
#sidebar ul li.categories ul li.cat-item-5 {
	display: none;
}
/* riggt column - meta */
#meta {
	display: block;
	width: 220px;
	position: absolute;
	top: 3em;
	right: 10%;
	padding: 6em 0 1em 3em;
 	background: transparent url(images/sidepanel.gif) no-repeat;
 	background-position: -40px 0;
}
#meta h2 {
	color: #2e3e4d;
	font-weight: normal;
	font-size: 1.6em;
	display: block;
	margin: 0 0 0.4em 0;	
}
#meta ul {
	padding: 0 0 1em 0;
}

#meta ul li form#searchform {
	display: block;
	margin: 0 0 4.8em 0;
}
#meta ul li form#searchform input {
	display: block;
	width: 130px;
	background: none;
	border: 1px solid #5db9e7;
	padding: 2px;
	margin: 0 0 6px 0;

}
#meta ul li form#searchform input#s:hover, #meta ul li form#searchform input#s:focus {
	background: #eff4f7;
	color: #000;
} 
#meta ul li form#searchform input#s, #meta ul li form#searchform input#s {
	background: none;
	color: #fff;
} 
#meta ul li form#searchform input#searchsubmit {
	display: block;
	width: 135px;
	background: none;
	border: none;
	border-bottom: 2px solid #5db9e7;
	color: #5db9e7;
	padding: 2px;
	margin: 0 0 6px 0;
}



/* footer */




#footer {
	clear: left;
	display: block;
	background: #333;
	color: #ccc;
	padding: 1em;
}

