/* @override http://hadto.net/wp-content/themes/making-good/style.css */

/*
THEME NAME: Making Good
THEME URI: http://hadto.net
DESCRIPTION: Remake of Broken Promisses theme using Sandbox and BluePrint
VERSION: 0.1
AUTHOR: <a href="http://hadto.net">David Elliott</a>
AUTHOR URI: <a href="http://hadto.net">http://hadto.net</a> 
*/

/* This is a link to BluePrint CSS dir */
@import url('blueprint/screen.css');

@font-face {
	font-family: 'TypoSlabserif-LightRegular';
	src: url('TypoSlabserif-Light.eot');
	src: local('TypoSlabserif-Light Regular'), local('TypoSlabserif-Light'), url('TypoSlabserif-Light.woff') format('woff'), url('TypoSlabserif-Light.ttf') format('truetype'), url('TypoSlabserif-Light.svg#TypoSlabserif-Light') format('svg');
}
body 
{
	width: 700;
}

div#container,div#primary {
	padding-top: 45px;
}
#header { 

padding-top: 0.2em;
/*margin-bottom: 3.5em;*/ 
border-bottom: 1px solid #ccc; }
/*#wrapper{
   width: 700px;
}*/
#blog-title{
	
	width: 377px;
}

div.blog-description 
{
	font-size: 1.8em;
}
#hedNav{
	width: 400px;
	float: right;
	position: relative;
	bottom: 35px;
	text-align: right;
}
#footer {padding-top: 0.2em;padding-bottom: 0.2em;margin-top:1.5em; border-top:1px solid #ccc;}
.footer-link, .header-link{font-size: 1.2em}

a:link {color:#666;text-decoration:none;background:none;font-style: normal;font-weight: normal;cursor: pointer;}
a:visited {color:#666;text-decoration:none;background:none;font-style: normal;font-weight: normal;}
a:hover {color:#000;font-style: normal;font-weight: normal;background:#ddd;}
/*a.button {display: block; text-indent: -9999px;}*/
a#hadto-logo {
	color: #000;
	font-size: 3em;
}
a.accToggler{color:#666;cursor: pointer;}

.contacterror{ background-color: #ffbfbf; border-width: 1px; border-color: #ff3232; border-style: outset; }

div.spacer 
{
	clear: both;
}

h3.entry-title 
{
	clear: both;
}

.hentry
{
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 5px;
}

.odd
{
	background-color: #f6f6f6;
}

#front-page-description 
{
	font-size: 18px;
	color: #949494;
}


/* @group Image Box */

#imgbox-loading {
	position: absolute;
	top: 0;
	left: 0;
	background: url('imgbox-spinner.gif') center center no-repeat;
	cursor: pointer;
	display: none;
	z-index: 90;
}

#imgbox-loading div {
	background: #FFF;
	width: 100%;
	height : 100%;
}

#imgbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #cfcfcf;
	display: none;
	z-index: 80;
}

.imgbox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	background: #d7d7d7;
	display: none;
	z-index: 90;
}

.imgbox-img {
	margin: 0;
	border: none;
	width: 100%;
	height: 100%;
	vertical-align: top;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0;
}

.imgbox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	height: 30px;
	width: 30px;
	/*background: url(../images/imgbox/imgbox-close.png) no-repeat left;*/
	cursor: pointer;
	outline: none;
}

.imgbox-title {
	padding-top: 10px;
	font-size: 11px;
	text-align: center;
	font-family: Arial;
	color: #333;
	display: none;
}

.imgbox-bg-wrap {
	position: absolute;
	padding: 0;
	margin: 0;
	display: none;
}

.imgbox-bg {
	position: absolute;
	width: 5px;
	height: 5px;
}


/* @end */

/* @group post thumbnails */

img.wp-post-image 
{
	padding:3px;
	background-color: #e1e1e1;
	border: 1px solid #cacaca;
}

div.post-thumbnail 
{
	width: 219px;
	height: 220px;
	float: left;
	margin-right: 26px;
	margin-bottom: 26px;
}

div.sketchbook-thumbnail
{
	float: left;
	margin-right: 21px;
	margin-bottom: 21px;
}


div.last-item
{
	margin-right: 0;
}

div.post-thumbnail-excerpt 
{
	position: relative;
	
	width: 205px;
	height: 50px;
	bottom: 68px;
	color: #000;
}

div.post-thumbnail-excerpt p 
{
	background-color: rgba(255,254,255,0.74);
	width: 204px;
	margin-left: 4px;
	padding: 5px;
}

/* @end */

img.picture-gallery 
{
	padding: 2px;
	background-color: #e1e1e1;
	border: 1px solid #c4c4c4;
	margin: 8px 10px 8px 8px;
}

.border-only 
{
	padding: 2px;
	background-color: #e1e1e1;
	border: 1px solid #c4c4c4;
}

a.zoom:link {color:#666;text-decoration:none;background:none;font-style: normal;font-weight: normal;cursor: pointer;}
a.zoom:visited {color:#666;text-decoration:none;background:none;font-style: normal;font-weight: normal;}
a.zoom:hover {color:#000;font-style: normal;font-weight: normal;background:#fff;}

/* @group Tool Tip */




 



/* @end */

div.post-title 
{
	
	color: #000;
	background-color: rgb(255,254,255);
	margin-left: 4px;
	padding: 5px;
	position: relative;
	width: 203px;
	bottom: 250px;
	font-size: 16px;
	text-align: center;
}



div.post-title a:link 
{
	color:#000;
	text-decoration:none;
	background:none;
	font-style: normal;
	font-weight: normal;
	cursor: pointer;
}
div.post-title a:visited 
{
	color:#000;
	text-decoration:none;
	background:none;
	font-style: normal;
	font-weight: normal;
}
div.post-title a:hover 
{
	color:#000;
	font-style: normal;
	font-weight: normal;
	background:#ddd;
}


