/*  
Theme Name: Clues
Theme URI: http://3rds.be/
Description: Clues Theme, by 3RDS.
Version: 1.0
Author: Bramus!
Author URI: http://3rds.be/
*/


/**
 * = Global reset
 * ----------------------------------------------------------
 */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		/* outline: 0; */
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}

	body {
		line-height: 1;
		color: black;
		background: white;
	}

	ol, ul {
		list-style: none;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}

	caption, th, td {
		text-align: left;
		font-weight: normal;
	}

	em {
	    font-style: italic;
	}

	strong {
	    font-weight: 700;
	}
	
/**
 * = Primary selectors
 * ----------------------------------------------------------
 */

	body {
		font: 300 12px/1.4 Arial, sans-serif;
		background: #181818;
		color: #333;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 700;
	}

	h1 {
		font-size: 28px;
		padding: 0 0 12px 0;
		font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
	}

	h2 {
		font-size: 18px;
		padding: 0 0 10px 0;
	}

	h3 {
		font-size: 15px;
		padding: 0 0 8px 0;
	}

	h4 {
		font-size: 14px;
		padding: 0 0 4px 0;
	}

	p {
		padding: 0 0 18px 0;
	}

	ul, ol {
		padding: 0 0 15px 15px;
	}

	ul ul, ul ol, ol ul, ol ol {
		padding-bottom: 0px;
	}

	ul li {
		list-style: square;
	}
	
	.flatul, .flatli {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	hr {
		clear: both;
		display: none;
	}
	
	
/**
 * = General Styling (Colors)
 * ----------------------------------------------------------
 */
	
	p {
		color: #616161;
	}
	
	a {
		color: #757575;
	}
	
	a:hover {
		color: #000000;
	}
	
/**
 * = Primary positioning (content, sidebar, etc.)
 * ----------------------------------------------------------
 */
	
	#page {
		width: 760px;
		margin: 0px auto;
	}
	
	#contentwrapper {
		border: 1px solid #616161;
		background: #E5E5E5;
	}
	
	#content.narrowcolumn {
		width: 508px;
		padding: 75px 40px 10px 10px;
		float: left;
	}
	
	#content.widecolumn {
		width: 710px;
		padding: 75px 40px 10px 10px;
	}
	
	#sidebar {
		padding: 20px 10px 10px 0;
		width: 190px;
		float: left;
	}
	
/**
 * = Header
 * ----------------------------------------------------------
 */
	
	#header {
		height: 200px;
		width: 760px;
		overflow: visible;
		position: relative;
		z-index: 100;
		background: transparent url(images/deinze-city.jpg) no-repeat 100% 0;
	}
	
	#header h1 {
		padding: 0;
		width: 450px;
		height: 168px;
		position: absolute;	
		bottom: -68px;
		left: -160px;
		background: url(images/clues2.png) no-repeat top left;
		_background: url(images/blank.gif);
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wordpress/wp-content/themes/clues/images/clues2.png',sizingMethod='crop');
	}
	
	#header h1 a {
		display: block;
		width: 70px;
		height: 50px;
		margin: 71px 0 0 129px;
		text-indent: -9999px;
		overflow: hidden;
	}
	
	#header ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: right;
		height: 20px;
		margin-top: 170px;
	}
	
	#header ul li {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		margin-left: 15px;
		height: 20px;
	}
	
	#header ul li a {
		font: 700 16px/16px Arial, Helvetica, sans-serif;
		padding: 2px;
		color: #CBCBCB;
		text-decoration: none;
	}
	
	#header ul li.current_page_item a {
		border-bottom: 2px solid #fff;
	}
	
	#header ul li a:hover {
		color: #fff;
	}
	
	
/**
 * = Footer
 * ----------------------------------------------------------
 */
	
	#footer p {
		text-align: center;
		color: #616161;
		padding: 5px 0;
	}
	
	#footer p a {
		color: #757575;
	}
	
	#footer p a:hover {
		color: #FFFFFF;
	}
	
	
/**
 * = Post
 * ----------------------------------------------------------
 */
 
 	h2.pagetitle {
		display: none;
	}
 
 	.navigation {
		width: 700px;
		padding-bottom: 10px;
		height: 20px;
	}
	
	.navigation .alignleft, .navigation .alignright {
		width: 325px;
		float: left;
		height: 20px;
	}
	
	.navigation .alignleft {
		padding-right: 20px;
		text-align: right;
	}
	
	.navigation .alignright {
		padding-left: 20px;
		text-align: left;
	}
 
 	.post {
		padding-left: 40px;
		background: transparent url(images/clues-small.gif) no-repeat 0 2px;
	}
 
 	.post h2 {
		padding-bottom: 0;
	}
 
 	.widecolumn .post h2 {
		padding-bottom: 18px;
	}
 
 	.post small {
		display: block;
		padding-bottom: 18px;
	}
	
	.postmetadata {
		border-top: 1px solid #dcdcdc;
		width: 98%;
	}
	
	/*
	.post .padd {
		padding-left: 40px;
	}
	*/
	
	
/**
 * = Comments
 * ----------------------------------------------------------
 */
 
 	p.nocomments {
		display: none;
	}
 
	#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
		background: #fff;
		border: 1px solid #333;
		padding: 2px;
	}
	
	#commentform textarea {
		width: 95%;
	}
	
	
/**
 * = Calendar
 * ----------------------------------------------------------
 */
 
	#wp-calendar {
		border: 1px solid #dcdcdc;
		empty-cells: show;
		margin: 0;
	}
	
	#wp-calendar table.nav tbody tr td {
		padding: 0;
	}
	
	#wp-calendar table.nav tbody tr td:hover, #wp-calendar table.nav tbody tr td a:hover {
		background: none;
	}
	
	#wp-calendar #next a {
		padding-right: 10px;
		text-align: right;
	}
	
	#wp-calendar #prev a {
		padding-left: 10px;
		text-align: left;
	}
	
	#wp-calendar a {
		display: block;
		text-decoration: none;
	}
	
	#wp-calendar a:hover {
		background: #e0e6e0;
		color: #333;
	}
	
	#wp-calendar caption {
		color: #999;
		font-size: 16px;
		text-align: center;
	}
	
	#wp-calendar td {
		color: #333;
		/* font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
		letter-spacing: normal; */
		padding: 2px 0;
		text-align: center;
	}
	
	#wp-calendar td.pad:hover {
		background: #E5E5E5;
	}
	
	#wp-calendar td:hover, #wp-calendar #today {
		background: #eee;
		color: #757575;
	}
	
	#wp-calendar th {
		font-style: normal;
		text-transform: capitalize;
	}
	
	
/**
 * = Photos
 * ----------------------------------------------------------
 */
 
 	.falbum-photo-nods {
		text-align: center;
	}
	
	
/**
 * = Sidebar
 * ----------------------------------------------------------
 */


	#sidebar h2 {
		font-size: 16px;
		padding: 0;
		margin: 25px 0 10px 0;
	}
	
	#sidebar input#s {
		width: 80%;
		background: #eee;
		border: 1px solid #999;
		color: #000;
	}
	