html, body {
    height: auto;
}
html {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	background-color:#FEF2CF;
}
body {
	background-attachment: fixed;
	background-image: url(http://static.shynessandbloom.com/img/top-left-gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Molengo;
}
p { margin-bottom: 15px }
::selection {
        background: #ffcc00; /* Safari */
        }
::-moz-selection {
        background: #ffcc00; /* Firefox */
}
#blog-page #content-text {
	height: auto!important;
}
#content-text img {
	background-color: #F9D686;
    border: 1px dashed #C19239;
    padding: 3px;
}
#content-text form img { border: none;padding:0; background-color:transparent; }
#content-text form { margin-bottom: 15px; }

.pic-float-left { float:left;margin:0 14px 4px 0; }
.pic-float-right { float:left;margin:0 0 4px 12px; }

#logo {
	height: 185px;
	display: block;
	text-indent: -99999em;
	overflow: hidden;
	background-image: url(http://static.shynessandbloom.com/img/shyness-and-bloom.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo a {
	display: block;
	height: 185px;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 32%;
	min-wdith: 340px;
	min-height: 100%;
	float: left;
	background-image: url(http://static.shynessandbloom.com/img/girl-in-corner.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#logo { margin: 0; }
#nav, #nav-categories {
	font-family: AdlerRegular, Helvetica;
	font-size: 18px;
	position: relative;
    margin-left:110px;
	margin-top: -60px;
}
#nav-categories li {
	position: relative;
	text-align: center;
	overflow: visible;
	-moz-transform:  rotate(3deg);
	-webkit-transform:  rotate(3deg);
	transform:  rotate(3deg);
}
#nav a, #nav-categories a { padding:7px;position:relative; }
#nav a:link, #nav a:visited , #nav-categories a:link, #nav-categories a:visited {
	color: #4e2f19;
	display: block;
}
#nav a:hover , #nav-categories a:hover,
#nav-current a:link, #nav-current a:visited {
	color: #A00;
}

#nav-glow-active {
	position: absolute;
	width: 200px;
	height: 90px;
	top: -20px;
	display: block;
	background-image: url(http://static.shynessandbloom.com/img/bg-nav-active.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-transform:  rotate(3deg);
	-webkit-transform:  rotate(3deg);
	transform:  rotate(3deg);
}
#container {
	width: 50%;
	position: relative;
	padding: 50px 0 0 0;
	margin: 0 0 0 35%;
	display: block;
	overflow: visible;
	color: #473201;
}
.blog-home #container, #blog-category #container {
	width: 62%;
}

#content-text {
	width: 100%;
	font-size: 14px;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	/* font-family: AdlerRegular, Helvetica; */
	font-family: "Lucida Sans Unicode","Trebuchet MS", sans-serif;
	line-height: normal;
	margin: 12px 0;
}
h2 { font-size: 25px; }
h3 { font-size: 16px; }
h2 a:link, h2 a:visited, h3 a:link, h3 a:visited {
	color: #473201;
}
h2 a:hover, h3 a:hover {
	color: #A00;
}
.post-month, .post-date { color:#974; display:none; }
.blog-home .post-month { display: none; }

.page-title {
	position: relative;
	top: -77px;
	color: #000;
	font-family: AdlerRegular, Helvetica;
	font-size: 30px;
	margin:0 0 0 -7px;
	-moz-transform:  rotate(-1deg);
	-webkit-transform:  rotate(-1deg);
	transform:  rotate(-1deg);
	background-image: url("http://static.shynessandbloom.com/images/bg-header.gif");
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 1.2em;
    padding: 23px 0;
}

#blog-page .page-title, .more-categories { display: none; }

#slideshow, .slideshow { z-index: 3; margin-bottom: 16px; }
#slideshow-thumb-container img, .slideshow-thumb-container img { margin: 0 5px 5px 0; }
#slideshow-thumb-container .thumb-selected img, body.white-on-black #slideshow-thumb-container .thumb-selected img,
.slideshow-thumb-container .thumb-selected img, body.white-on-black .slideshow-thumb-container .thumb-selected img {
	border: 1px solid #fff;
}
.slideshow-photo-caption {
	font-size: 12px;
	top: 100%;
	background: none;
	color: #433;
}
.slideshow-photo-caption a:link, .slideshow-photo-caption a:visited { color: #433; }

.post-entry-home {
	float: left;
	line-height: 1em;
	margin: 0 25px 26px 0;
	width: 207px;
	background-color: #FAECC2;
	border: 1px dashed #C19239;
	padding: 4px 8px 12px 8px;
	overflow: visible;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.post-entry-home h2 {
	clear: left;
	font-size: 18px;
	line-height:1em;
}
#blog-category #content-text {
	margin-top:90px;
}



.blog-home .drop-shadow {
	position:relative;
	/*
	-webkit-box-shadow:0 0px 12px rgba(232, 200, 116, 0.4), 0 0 40px rgba(232, 200, 116, 0.3) inset;
	   -moz-box-shadow:0 0px 12px rgba(232, 200, 116, 0.4), 0 0 40px rgba(232, 200, 116, 0.3) inset;
			box-shadow:0 0px 12px rgba(232, 200, 116, 0.4), 0 0 40px rgba(232, 200, 116, 0.3) inset;
	*/
}
.blog-home .drop-shadow::before,
.blog-home .drop-shadow::after {
	content:"";
	position:absolute; 
	z-index:-2;
}

/* Lifted corners */

.blog-home .lifted::before,
.blog-home .lifted::after { 
	bottom:15px;
	left:10px;
	width:50%;
	height:20%;
	max-width:288px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);   
	   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
			box-shadow:0 15px 10px rgba(0, 0, 0, 0.3);
	-webkit-transform:rotate(-3deg);    
	   -moz-transform:rotate(-3deg);   
		-ms-transform:rotate(-3deg);   
		 -o-transform:rotate(-3deg);
			transform:rotate(-3deg);
}
.blog-home .lifted::after {
	right:10px; 
	left:auto;
	-webkit-transform:rotate(3deg);   
	   -moz-transform:rotate(3deg);  
		-ms-transform:rotate(3deg);  
		 -o-transform:rotate(3deg);
			transform:rotate(3deg);
}


#fb-like {
	clear:left;
}













