/*
	Name: Blog By Ben
	Date: Jan 2010
	Description: Temp design for BBB and trying Typekit
	Version: 2.1
	Author: Ben Brooks
	Autor URI: http://www.blogbyben.co.uk

/* Imports */
@import url("reset.css");

/***** Global *****/
/* Body */
	body {
		color: #000305;
		font-size: 14px;
		font-family: 'Verdana', sans-serif;
		line-height: 1.429;
		margin: 0;
		padding: 0;
		text-align: left;
	}

/* Headings */


/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #000;
	padding: 0 1px;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

h2 a {outline: 0;}
h2 a img {border: 0px; text-decoration: none;}
h2 a:link, a:visited {
	color: #000;
	padding: 0 1px;
	text-decoration: none;
}
h2 a:hover, a:active {
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
/*ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}*/

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}



/* Container */
#container {
	width:700px;
	margin:0 auto;
	}


/*
	Header
*****************/
#banner {
	margin: 0 auto;
}

	/* Banner */
	#banner h1 {
		float:left;
		font-size: 80px;
		color:#8a8a8a;
		padding-top:20px;
				}
	#banner h1 a:link, #banner h1 a:visited {
		color: #8a8a8a;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	#banner h1 a:hover, #banner h1 a:active {
		background: none;
		color: #08d3cc;
		text-shadow: 1px 1px 1px #333;
	}

	

/* Main Nav */
#banner nav {
	float:left;
	background: #8b8a8a;
	font-size: 14px;
	height: 30px;
	margin: 0 auto 2em auto;
	padding: 0;
	text-align: center;
	width: 700px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#banner nav ul {list-style: none; margin: 0 auto; width: 700px;}
#banner nav li {float: left; display: inline; margin: 0;}

#banner nav a:link, #banner nav a:visited {
	color: #fff;
	display: inline-block;
	padding: 5px 1.5em;
	text-decoration: none;
}
#banner nav a:hover, #banner nav a:active,
#banner nav .active a:link, #banner nav .active a:visited {
	color: #000;
	text-shadow: none !important;
}

#banner nav li:first-child a {
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;

	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

/*
	Body
*****************/
#main-content {
	float:left;
	background: #fff;
	margin-bottom: 2em;
	overflow: hidden;
	padding: 0 20px;
	width: 430px;
}

#main-content h2 {
	margin: 0;
	font-size: 40px;
	}
	
#main-content h2 a {
	border:0;
	}

#main-content h2 a:hover {
	border:0;
	}

#main-content p {
	font-size: 13px;
	}

#main-content a {
	border-bottom: 1px solid #8a8a8a;
	}

#main-content a:hover {
	border-bottom: 1px solid #000;
	}

/*sidebar */
#sidebar {
	float:right;
	width:200px;
	border-left: 1px solid #8a8a8a;
	padding-left:20px;
	}


#sidebar h2 {
	font-size:16px;
	font-weight:900;
	}
	
#sidebar h3 {
	font-style: 100;
	color:#8a8a8a;
	font-size: 16px;
	width:160px;
	}
		
.flick {
	color:#0063dc;
	font-size: 20px;
	}

.r {
	color:#ff0084;
	font-size: 20px;
	}

.twitter {
	margin-top:20px;
	padding-bottom:40px;
	}

/*
	Footer
*****************/
footer {
	float:left;
	width:700px;
	}
	

/* wp */

.postmetadata {
	padding:20px 0 40px 0;
	margin:20px 0;
	color:#8a8a8a;
	}
	
small {
	font-size: 12px;
	color:#8a8a8a;
	padding-bottom:5px;
	margin-top:-5px;
	}
	
.entry {
	margin:10px 0 0 0;
	}
	
	
#ilt {
	 background:url(74102492-95432587f216cc4842ab3daf9e5a34a0.4b9a6dba-full.jpg);
	  }