/*
THEME NAME: Kidspace
THEME URI: 
DESCRIPTION: Version 0.2 adds compatibility for Internet Explorer 6, 7 and 8 &mdash; while maintaining the advanced CSS3 styling supported by Safari, Chrome and Firefox. The design and initial theme-development were done entirely by Dan McKinley with Jack Turner of <em>jackadam</em> brought in to improve the cross-browser compatibility of the theme.
VERSION: 0.2
AUTHOR: Dan McKinley &amp; <a href="http://jackadam.net">Jack Turner</a>
AUTHOR Uri: 
TAGS: 
TEMPLATE: sandbox
*/

* { text-rendering: optimizeLegibility; }

body {
	color: #3f4040;
	line-height: 24px;
	font-size: 15px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	background-image: url(images/bgrd.gif);
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #41b2db;
	-webkit-transition: color 0.2s;
}

a:hover {
	color: #7e7e7e;
	-webkit-transition: color 0.2s;
}

a img {
	border: none;
}

h1 {
	font-family: "Helvetica Neue", Arial, "proxima-nova-1", "proxima-nova-2", sans-serif;
	width: 786px;
	letter-spacing: -2px;
	color: #41b2db;
	line-height: 60px;
	font-size: 60px;
	margin-left: 12px;
	padding-left: 18px;
	padding-bottom: 12px;
	padding-right: 18px;
	padding-top: 12px;
	text-align: center;
	margin-bottom: 17px;
	margin-top: 36px;
	background-color: #eef7f9;
	border: 1px solid #dddddc;
	-webkit-transition: background-color 0.3s;
  	float:left;
}

h1:hover {
	background-color: #dbf0f5;
	-webkit-transition: background-color 0.3s;
}

h1 span {
	display: none;
}

h2 {
	padding-top: 24px;
	clear: both;
	margin-bottom: 12px;
	margin-top: 24px;
	margin-right: 300px;
	margin-left: 288px;
	text-align: center;
	color: #41b2db;
	font-size: 16px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom-color: #41b2db;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

h3 {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 1px;
	padding: 0px;
	line-height: 36px;
	font-size: 34px;
}

h4 {
	margin-bottom: 6px;
	margin-top: 0px;
	line-height: 18px;
	font-size: 18px;
	font-weight: bold;
}

h5 {
	padding-top: 18px;
	color: white;
	margin: 0px;
	line-height: 18px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

h6 {
	float: left;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-right: 48px;
	padding-top: 56px;
	width: 372px;
	margin: 0px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 36px;
	font-size: 29px;
	font-weight: normal;
}



/* Page Elements */

#wrapper-background-blue,
#wrapper-background-pink,
#wrapper-background-mlp {
	margin-top: 12px;
	border-top-color: #bebebe;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #bebebe;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
	width: 100%;
	background-position: center 0px;
	background-repeat: repeat-y;
	-webkit-box-shadow: -3px 0px 3px #999;
	-moz-box-shadow: -3px 0px 3px #999;
	box-shadow: -3px 0px 3px #999;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0,  strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180,  strength=2);
}

#wrapper-background-blue {
	background-repeat: repeat;
	background-image: url(images/bgrd-wrapper-blue.gif);
}

#wrapper-background-pink {
	background-repeat: repeat;
	background-image: url(images/bgrd-wrapper-pink.gif);
	}
	
#wrapper-background-mlp {
	background-color: #fffdf4;
	background-repeat: repeat;
	background-image: url(images/lined.png);
}
	
#wrapper {
 	position: relative;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}




/* Header */

#header {
  position: relative;
	z-index: 1;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 1020px;
	height: 132px;
}

#logo {
	position: absolute;
	z-index: 0;
	float: left;
	margin-top: 42px;
	margin-left: 103px;
	display: block;
	background-repeat: no-repeat;
	height: 85px;
	width: 396px;
	background-image: url(images/logo.png);
	opacity:1.0;
	-webkit-transition: opacity .2s;
}

#logo:hover {
	opacity:0.8;
	-webkit-transition: opacity .2s;
}

#logo span,
#blog-header span {
	display: none;
}

#button {
	z-index: -1;
	position: absolute;
	float: left;
	margin-left: 33px;
	height: 78px;
	width: 95px;
	background-image: url(images/button.gif);
}

#search {
	z-index: -1;
	margin-right: 108px;
	margin-top: 51px;
	float: right;
}

#menu {
  position: absolute;
  right: 0;
  bottom: 6px;
	margin-right: 108px;
	font-size: 15px;
	z-index: 0;
	font-weight: bold;
}

#menu ul {
	display: inline;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

#menu li { 
	text-transform: lowercase; 
	display: block;
	position: relative;
	left: 15px; 
	padding: 0 15px 0 0;
	margin: 0;
	float: right;
}

#menu ul li a { 
	color: #3f4040; 
	text-decoration: none; 
	display: block; 
	border-bottom-color: #bfbfbf; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
}

#menu ul a:hover { 
	color: #41b2db; 
	border-bottom-color: #bfbfbf; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
}

#menu ul li.hover,
#menu ul li:hover { 
	text-decoration: none; 
	position: relative; 
}

#menu ul ul { 
	display: inline;
	position: absolute;
  top: 88%;
	left: -2px;
	list-style-type: none;  
	visibility: hidden; 
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 0 4px #888;
	-moz-box-shadow: 0 0 4px #888;
	box-shadow: 0 0 4px #888;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0,    strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=90,   strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180,  strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=270,  strength=2);
  font-size: 0;
}

#menu ul ul li {   	                  
	width: 120px;
	font-size: 12px; 
	float: none; 
	margin: 0;
	padding: 0;
	font-size: 0;
	left: 0;
	#left: -15px;
}
									  
#menu ul ul li a { 
	padding: 6px; 
	margin: 0;
	background-color: #eeedec; 
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-right-style: none; 
	border-bottom-color: #cdcecd; 
	display: block;
	font-size: 13px;
	line-height: 15px;
} 

#menu ul ul li a:hover { 
	color: #3f4040; 
	background-color: #fffcdf; 
	border-bottom-color: white; 
} 

#menu ul li:hover > ul { 
	visibility: visible; 
}

#menu ul ul ul li {
	visibility: hidden;
	display: none;
}




/* ------------Sidebar------------ */


#sidebar {
	margin-top: 96px;
	width: 276px;
	float: left;
}

#sidebar ul {
	list-style-type: none;
	width: 276px;
	margin: 0;
	padding: 0;
}

#sidebar li {
  float: left;
  width: 226px;
	background-repeat: no-repeat;
	background-image: url(images/sidebar-bgrd.png);
	padding: 12px;
	margin-right: 12px;
	margin-bottom: 48px;
	margin-left: 12px;
	border: 1px solid #dddddc;
	background-color: #eef7f9;
	-webkit-transition: background-color 0.3s;
}

#sidebar li:hover {
	background-color: #dbf0f5;
	-webkit-transition: background-color 0.3s;
}

#sidebar li h4 {
  position: absolute;
  margin-top: -33px;
  margin-left: -24px;
  #margin-top: -35px;
  #margin-left: -28px;
	color: #41b2db;
	padding-left: 12px;
	padding-bottom: 6px;
	padding-right: 12px;
	padding-top: 6px;  
	background-color: #fffcdf;
	-webkit-transition: background-color 0.3s;
}

/*
#sidebar ul ul li {
	background-color: none;
	border-width: 0px;
	min-height: 0px;
	margin-left: 0;
	margin-bottom: 0px;
	margin-right: 0;
	margin-top: 6px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0;
	padding-top: 6px;
	background-image: none;
}
*/

#belowthefold h4 {
	margin-top: -6px;
	margin-bottom: 12px;
}

#sidebar p {
	margin-bottom: 0px;
	padding-top: 6px;
	margin-top: 6px;
	color: #41b2db;
}

#sidebar .caption {
	margin-top: 6px;
	padding-top: 6px;
	line-height: 18px;
	font-size: 11px;
	border-top-color: #41b2db;
	border-top-width: 1px;
	border-top-style: dotted;
	-webkit-transition: color 0.2s;
}

.img-sidebar {
	max-height: 226px;
	max-width: 226px;
	opacity: .5;
	-webkit-transition: opacity 0.25s;
}

.img-sidebar:hover {
	opacity: 1.0;
	-webkit-transition: opacity 0.25s;
}

/* end sidebar */




/* Blog Posts */

#post-container {
  float: left;
	width: 480px;
	margin-left: 96px;
}

#post-container .post,
#post-container .page{
	float: left;
	width: 418px;
	background-repeat: no-repeat;
	padding: 24px;
	clear: left;
	margin-top: 12px;
	margin-bottom: 24px;
	border: 1px solid #dddddc;
}

#post-container .post{
	background-image: url(images/post-bgrd.png);
	background-color: #fffdee;
}

#post-container .page{
  background-image: url(images/post-sidebar.png);
  background-color: #eef7f9;
}

.post-metadata {
	margin: 0px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-color: #41b2db;
	border-top-style: dotted;
	color: #41b2db;
	line-height: 15px;
	font-size: 11px;
}

.post-metadata a {
	font-weight: bold;
}

.archive-metadata {
	font-style: normal;
	font-weight: normal;
	margin-top: 9px;
	padding-top: 12px;
	border-top-width: 1px;
	border-top-color: #41b2db;
	border-top-style: dotted;
	color: #41b2db;
	line-height: 15px;
	font-size: 11px;
}

#container {
	float: left;
	padding-bottom: 24px;
	width: 864px;
	margin-left: 84px;
}

#blog-title {
	margin-bottom: 35px;
	float: left;
	height: 48px;
	width: 174px;
	background: #eef7f9 url(images/blog-header.png) 12px 12px no-repeat;
	border: 1px solid #dddddc;
	border-top: none;
	margin-left: 96px;
	text-align: center;
	-webkit-transition: background-color 0.3s;
	-webkit-box-shadow: 0px 0px 5px #dddddc;
	-moz-box-shadow: 0px 0px 5px #dddddc;
	box-shadow: 0px 0px 5px #dddddc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=90,   strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=180,  strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=270,  strength=3);
  #margin-top: 2px;
  #margin-left: 94px;
}

#blog-title:hover {
	background-color: #dbf0f5;
	-webkit-transition: background-color 0.3s;
}

#blog-nav {
	margin-top: 23px;
	text-align: right;
	margin-right: 12px;
	width: 204px;
	float: right;
}

.quote-open,
.quote-closed {
	color: #41b2db;
	text-shadow: 0px 0px 2px #acdae8;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 36px;
	font-weight: normal;
	line-height: 84px;
	font-size: 96px;
}

.quote-open {
	margin-right: 12px;
	float: left;
}

.quote-closed {
	margin-left: 12px;
	float: right;
}

.status {
	color: #41b2db;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}

#page-content {
	margin-right: 24px;
	margin-top: 16px;
	padding: 24px;
	width: 424px;
	float: right;
}

#page-content p {
	margin-bottom: 24px;
}

#post-nav {
	padding: 18px 12px 56px 372px;
	#padding-bottom: 28px;
	font-weight: bold;
	font-size: 12px;
}

.post-nav-forward {
	float: right;
}

.post-nav-back {
	float: left;
}

.one-column,
.two-column,
.two-column-images,
.three-column {
	clear: both;
	margin-bottom: 12px;
}

.one-column p {	
	width: 560px;	
	text-align: center;	
	font-weight: bold;	
	line-height: 30px;	
	font-size: 18px;	
	margin-right: 140px;	
	margin-left: 140px;	
	margin-top: 0px;	
	margin-bottom: 48px;	
	float: left;
}

.two-column p {
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 12px;
	padding: 12px;
	float: left;
	width: 396px;
}

.three-column p {
	margin-bottom: 12px;
	margin-right: 12px;
	margin-top: 5px;
	padding: 12px;
	line-height: 18px;
	font-size: 12px;
	width: 252px;
	float: left;
	overflow: hidden;
}

#wrapper-background-pink .wp-caption-text {
	border-top-width: 0px;
	float: left;
	width: 372px;
}




/* Images */

.size-large,
.post .size-full {
	border-color: #dddddc;
	border-width: 1px;
	border-style: solid;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 12px;
	max-width: 416px;
	-webkit-box-shadow: 0px 0px 6px #dddddc;
	-moz-box-shadow: 0px 0px 6px #dddddc;
	box-shadow: 0px 0px 6px #dddddc;
}

.size-medium {
	max-height: 272px;
	border-color: #dddddc;
	border-width: 1px;
	border-style: solid;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 18px;
	margin-top: 12px;
	float: left;
	max-width: 372px;
	-webkit-box-shadow: 0px 0px 6px #dddddc;
	-moz-box-shadow: 0px 0px 6px #dddddc;
	box-shadow: 0px 0px 6px #dddddc;
}

.page .wp-caption {
  #width: 378px !important;
	margin-left: 12px;
	margin-bottom: 21px;
	margin-right: 18px;
	margin-top: 3px;
	float: left;
	padding-left: 12px;
	padding-bottom: 12px;
	padding-right: 3px;
	padding-top: 12px;
	border: 1px solid #dddddc;
	background-repeat: repeat-x;
	background-image: url(images/sidebar-bgrd.png);
	background-color: #eef7f9;
	-webkit-transition: background-color 0.3s;
}

.page .wp-caption:hover {
	background-color: #dbf0f5;
	-webkit-transition: background-color 0.3s;
}

.page .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.page .wp-caption p.wp-caption-text {
	padding: 6px;
	margin: 0;
	color: #999999;
	line-height: 15px;
	font-size: 11px;
}

.post .wp-caption{
  display: inline;
  position: relative;
}

.post .wp-caption-text {
	color: #999999;
	line-height: 15px;
	font-size: 11px;
	text-align: left;
	clear: both;
	margin-top: 0px;
	padding-top: 7px;
	border-top: 1px dotted #999999;
	margin-bottom: 12px;
	margin-right: 18px;
	float: left;
	width: 240px;
}





/* Footer */

#footer-wrapper {
	border-top-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 100%;
	margin-top: 12px;
	clear: both;
	float: left;
	background-repeat: repeat-x;
	background-image: url(images/bgrd-footer.gif);
	height: 300px;
	-webkit-box-shadow: -6px 0px 3px #999;
	-moz-box-shadow: -6px 0px 3px #999;
	box-shadow: -6px 0px 3px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#afafaf, direction=0,  strength=2)
	        progid:DXImageTransform.Microsoft.Shadow(color=#afafaf, direction=180,  strength=2);
}

#footer {
	color: white;
	padding-left: 84px;
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	width: 936px;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: white;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

#footer a:hover {
	border-bottom-color: #fff787;
	color: #fff787;
}

#footer p{
	margin: 0px;
}

.column,
.column-last {
	padding-bottom: 48px;
	padding-left: 24px;
	padding-right: 24px;
	margin-right: 6px;
	margin-bottom: 24px;
	margin-top: 24px;
	line-height: 18px;
	font-size: 12px;
	float: left;
	height: 204px;
	width: 161px;
	overflow: hidden;
}

.column {
	border-right-color: #bebebe;
	border-right-width: 1px;
	border-right-style: dotted;
}

.column-last {
	border-right-width: 0px;
}

#footer ul {
	padding: 0;
	list-style-type: none;
}

#footer h5{
  margin-bottom: 0;
}

#footer ul{
	margin-top: 0;
	margin-left: 0;
}

#footer li {
	list-style-type: none;
}

#copyright-wrapper {
	width: 100%;
	clear: both;
	float: left;
	height: 100px;
}

#copyright {
	color: #7f7f7f;
	font-size: 11px;
	padding-top: 18px;
	height: 48px;
	margin-right: auto;
	margin-left: auto;
	width: 804px;
}

.copyright-left {
	float: left
}

.copyright-right {
	float: right
}

#copyright a:link,
#copyright a:active,
#copyright a:visited {
	color: #7f7f7f;
}

#copyright a:hover {
	color: #404040;
}


/* The resources and archives pages */

#resources {
  #margin-bottom: 24px;
	padding-top: 24px;
}

#resources ul {
	display: block;
	list-style: none;
  float: left;
	width: 396px;
	margin: 0 24px 0 12px;
	padding: 0;
}

#resources p,
#resources li {
	min-height: 118px;
	background-repeat: no-repeat;
	background-image: url(images/resources-bgrd.png);
	padding: 24px;
	margin-bottom: 12px;
	#margin-bottom: -18px;
	margin-top: 12px;
	border: 1px solid #dddddc;
	background-color: #fffdee;
	-webkit-transition: background-color 0.3s;
}

#resources p:hover,
#resources li:hover {
	background-color: #fffbc8;
	-webkit-transition: background-color 0.3s;
}

#resources p {
  float: left;
	width: 346px;
	#width: 340px;
	padding: 24px;
	margin: 12px 24px 12px 12px;
	#margin-bottom: -18px;
}


#resources .pencil_glyph{
  #display: none;
}


/* --------------Homepage Page Template-------------- */

#lede {
	float: left;
	margin-top: 12px;
	margin-left: 84px;
	height: 420px;
}

#header-lede {
	padding-left: 12px;
	padding-bottom: 36px;
	padding-right: 36px;
	padding-top: 70px;
	float: left;
	height: 314px;
	width: 372px;
	display: block;
}

.lede-left {
	margin-top: 12px;
	margin-right: 24px;
	margin-left: 12px;
	padding: 12px;
	float: left;
	width: 370px;
	height: 370px;
	border: 1px solid #dddddc;
	background-color: #fffdee;
	-webkit-transition: background-color 0.3s;
}

.img-lede {
	width: 370px;
	height: 370px;
	-webkit-transition: background-color 0.3s;
}

.lede-left:hover {
	background-color: #fffbc8;
	-webkit-transition: background-color 0.3s;
}

.img-titles:hover {
	opacity: .85;
	-webkit-transition: opacity 0.2s;
}

.lede-subhead {
	margin-left: 2px;
	margin-top: 8px;
	font-size: 18px;
	color: #41b2db;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#onview {
	position: absolute;
	top: 30px;
	left: 81px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	color: #41b2db;
	background-color: #fffcdf;
	-webkit-transition: background-color 0.3s;
}


/* SHADOWS AND ROTATIONS */
.shadow,
.widget,
#resources p,
.page .wp-caption,
h1,
#post-container .post,
#post-container .page{
	-webkit-box-shadow: 0 0 6px #dddddc;
	-moz-box-shadow: 0 0 6px #dddddc;
	box-shadow: 0 0 6px #dddddc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=0,    strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=90,   strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=180,  strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=270,  strength=3);
}

.shadow_small{
	-webkit-box-shadow: 0 0 3px #dddddc;
	-moz-box-shadow: 0 0 3px #dddddc;
	box-shadow: 0 0 3px #dddddc;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=0,    strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=90,   strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=180,  strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#e3e3e3, direction=270,  strength=2);
}

.shadow_dark{
	-webkit-box-shadow: 0 0 4px #888;
	-moz-box-shadow: 0 0 4px #888;
	box-shadow: 0 0 4px #888;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=0,    strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=90,   strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=180,  strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=270,  strength=2);
}

.tilt{
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	transform: rotate(-6deg);
  #margin-top: -11px;
  #margin-left: -2px;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.99452190, M12=0.10452846, M21=-0.10452846, M22=0.99452190, sizingMethod='auto expand');
}

.shadow_and_tilt,
.widgettitle{
	-webkit-box-shadow: 0 0 6px #dddddc;
	-moz-box-shadow: 0 0 6px #dddddc;
	box-shadow: 0 0 6px #dddddc;
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	transform: rotate(-6deg);
  #margin-top: -11px;
  #margin-left: -2px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#dddddc, direction=6,    strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddc, direction=96,   strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#cccccc, direction=186,  strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#dddddc, direction=276,  strength=3)
          progid:DXImageTransform.Microsoft.Matrix(M11=0.99452190, M12=0.10452846, M21=-0.10452846, M22=0.99452190, sizingMethod='auto expand');
}

#status {
	padding: 24px;
	width: 780px;
	margin-bottom: 24px;
	margin-top: 24px;
	margin-left: 96px;
	float: left;
	border: 1px solid #dddddc;
	background-color: #fffdee;
	-webkit-transition: background-color 0.3s;
}

#status:hover {
	background-color: #fffbc8;
	-webkit-transition: background-color 0.3s;
}

.status {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	overflow: hidden;
}

#facebook {
	padding-left: 12px;
	padding-bottom: 3px;
	padding-right: 12px;
	padding-top: 3px;
	margin-left: 480px;
	position: absolute;
	margin-top: 10px;
	border: 1px solid #dddddc;
	background-color: #eef7f9;
	-webkit-transition: background-color 0.3s;
}

#facebook:hover {
	background-color: #dbf0f5;
	-webkit-transition: background-color 0.3s;
}

#belowthefold {
	margin-top: 12px;
  padding-bottom: 72px;
	float: left;
	margin-left: 84px;
}

#belowthefold ul {
	display: inline;
	list-style-type: none;
}

#belowthefold li {
	background-repeat: repeat-x;
	background-image: url(images/post-bgrd.png);
	overflow: hidden;
}

#belowthefold li.news {
	margin-bottom: 12px;
	margin-top: 12px;
	margin-right: 24px;
	margin-left: 12px;
	padding: 24px;
	float: left;
	width: 202px;
	border: 1px solid #dddddc;
	background-color: #fffdee;
	-webkit-transition: background-color 0.3s;
}

#belowthefold ul li.news li {
	background-image: none;
	width: 100%;
	padding-top: 12px;
	border-top-color: #41b2db;
	border-top-width: 1px;
	border-top-style: dotted;
	margin-top: 9px;
	clear: left;
	float: left;
}

#belowthefold .caption {
	display: none;
}

#belowthefold li.news:hover {
	background-color: #fffbc8;
	-webkit-transition: background-color 0.3s;
}

#belowthefold li.square {
	background-repeat: repeat-x;
	background-image: url(images/sidebar-bgrd.png);
	min-height: 166px;
	margin-top: 12px;
	margin-right: 24px;
	margin-left: 12px;
	padding: 24px;
	float: left;
	width: 202px;
	border: 1px solid #dddddc;
	background-color: #eef7f9;
	-webkit-transition: background-color 0.3s;
}

#belowthefold li.square:hover {
	background-color: #dbf0f5;
	-webkit-transition: background-color 0.3s;
}

#belowthefold li.photos {
	height: 266px;
	padding-right: 0px;
	padding-left: 24px;
	padding-bottom: 24px;
	padding-top: 24px;
	margin-bottom: 24px;
	margin-top: 12px;
	margin-right: 0px;
	margin-left: 12px;
	float: left;
	width: 514px;
	border: 1px solid #dddddc;
	background-color: #fffdee;
	-webkit-transition: background-color 0.3s;
}

#belowthefold li.photos:hover {
	background-color: #fffbc8;
	-webkit-transition: background-color 0.3s;
}

#belowthefold li.photos img {
	margin-top: 1px;
	margin-right: 9px;
		-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}

.thumbnail {
	margin-right: 15px;
	float: left;
	height: 84px;
	width: 84px;
	-webkit-box-shadow: 0px 0px 3px #999;
	-moz-box-shadow: 0px 0px 3px #999;
	box-shadow: 0px 0px 3px #999;
}

#results-header {
  display: inline-block;
  #display: inline;
  #zoom: 1;
	background-repeat: repeat-x;
	background-image: url(images/sidebar-bgrd.png);
	padding-left: 24px;
	padding-bottom: 12px;
	padding-right: 24px;
	padding-top: 12px;
	margin-bottom: 12px;
	margin-top: 12px;
	background-color: #eef7f9;
}

#search-header {
	margin-bottom: 35px;
	float: left;
	height: 48px;
	width: 144px;
	background-position: 12px 12px;
	background-repeat: no-repeat;
	background-image: url(images/search-header.png);
	border-left: 1px solid #dddddc;
	border-right: 1px solid #dddddc;
	border-bottom: 1px solid #dddddc;
	margin-left: 96px;
	text-align: center;
	background-color: #eef7f9;
	-webkit-box-shadow: 0px 0px 5px #dddddc;
	-moz-box-shadow: 0px 0px 5px #dddddc;
	box-shadow: 0px 0px 5px #dddddc;
	-webkit-transition: background-color 0.3s;
}





/* Mona Lisa Project */

#mlp-header {
	text-align: center;
	margin-bottom: 72px;
	margin-top: 72px;
}

#download {
	margin-left: 12px;
	position: absolute;
	background-repeat: no-repeat;
	display: block;
	height: 144px;
	width: 144px;
	background-image: url(images/downloadscallop.png);
}

#download span {
	display: none;
}

#download:hover {
	background-position: 0px -146px;
}

#mlp .header {
	margin-bottom: 10px;
	margin-top: 26px;
	font-size: 96px;
	font-family: "learning-curve-1", "learning-curve-2", cursive, Georgia;
}

#mlp .subheader {
	line-height: 36px;
	font-size: 27px;
	font-family: "learning-curve-1", "learning-curve-2", cursive, Georgia;
}

#mlp .photos {
	margin-left: 84px;
	height: 576px;
	margin-top: 72px;
	clear: both;
}

#mlp .paper {
	font-family: "Courier New", Courier, Monaco, monospace;
	width: 500px;
	clear: both;
	margin-bottom: 72px;
	padding: 36px;
	background-color: #f9f7f6;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-shadow: 0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
	box-shadow: 0px 0px 0px 6px #ccc;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

#mlp img {
	margin-right: 24px;
	float: left;
	margin-bottom: 24px;
	max-height: 200px;
	max-width: 300px;
	background-color: white;
	padding: 12px;
	-webkit-box-shadow: 0px 0px 6px #ccc;
	-moz-box-shadow: 0px 0px 6px #ccc;
	box-shadow: 0px 0px 0px 6px #ccc;
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	transform: rotate(-1deg);
	-webkit-transition: 0.3s;
}

#mlp img:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.3s;
}
