@font-face
	{font-family:hattori;
	src: url(font/Hattori.otf);
	}	
/* free font available here : http://www.behance.net/Gallery/Hattori-Hanzo-typeface/421277 */

/*body */
body	{background:#FF9B39;}

body.centre #wrapper 
	{	
	margin:20px auto 40px;
	}

/*page wrapper */

#wrapper
	{
	background:white;
	position:relative;
	width:960px;
	background:white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
/*navigation*/	

#blog-navigation		{
		position:absolute;
		top:75px;
		right:40px;
		height:30px;
		width:;
		font:12px arial bold;
		border:0px solid black;
		}

#blog-navigation li
		{display:inline;}
		
		/*css3 thanks to http://border-radius.com/ */
#blog-navigation span
		{
		-webkit-border-top-left-radius: 10px;
		-webkit-border-top-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-topright: 10px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		background:#FF9B39; 
		color:white;
		padding:5px 0;
		margin-right:2px;
		float:left;
		width:80px;
		text-align:center; 
		}
#blog-navigation span:hover
		{
		background:#FB631A;
		}

#blog-navigation  li:nth-child(3) span{background:#FB631A;
			}

/* header image */

#header-image	img
	{
	width:960px;
	height:100px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	}
/* by the way, I am using raavi in the photoshop header */
#title h1 {display:none;}
#title
	{
	margin-top:18px;
	background:#FB631A/*url(http://www.blog.big-andy.co.uk/wp-content/themes/tarski/headers/ba7.gif) orange no-repeat center*/;
	color:#00BFF3;
	height:10px;
	
	}

	
#header-image .ba1 {border-radius:10px;}
	
	
	
/* using n-th child to colour every odd post-title orange. nb doesn't work in IE. */
div.post:nth-child(2n+1) h2 a	
	{ color:orange;}

div.post h2 a

	{font-family:"hattori",arial;}

/* content */

#header, #content
	{padding:0;}
#header
	{
	margin-bottom:0;
	}
#content
	{padding:20px;padding-left:40px;padding-top:0;}
	

	
/* side-bar */

/*feed icon */
.feed
	{margin-right:25px;}

#sidebar
	{
	margin-right:20px;
	}

/* title */
#title	{
	margin-left:0px;
	padding-left:40px;
	}
#navigation
	{
	border:0;
	margin-left:40px;
	margin-right:20px;	
	}

h3	{font-size:12px; text-decoration:none; color:black;border:0;padding:0;margin:0;margin-bottom:3px;text-transform:none; }
	
.primary	{margin-top:13px;}	
/* remove horrible styling on footer */
#footer .primary {margin:0;padding:0;}
#footer	{padding:0;border:0;}
#theme-info {padding:0;padding-left:20px;border:0;}

	
	
	


