/*
Name: Morph Effect on mouseenter/mouseleave with Mootools 1.2
Tutorial URI: http://www.web-kreation.com/demos/mootools-1.2_mouseenter-mouseleave/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: December 2008
*/

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
}

/***** Links *****/

a {text-decoration:none; color:#0099FF;}
a:hover {text-decoration:none; color:#00CCFF;}
a img {border: none;/*remove border for linked images*/}

/***** Clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

/***** Main Layout ****/
#container {
	width: 100%;
	height: 100%;
	text-align: center;/* IE fix to center the page */
	float: left;
}

#content {
	width: 300px;/* center the page in Firefox */
	text-align: left;
	border: 1px solid #CCCCCC;
	background: white;
	margin-right: auto;
	margin-left: auto;
	float: right;
}

    #posts {
        padding: 0;
        margin: 0;
    }
    #posts li {
	width: 280px;
	border: 1px solid #eee;
	background-color: #F9F9F9;
	background-image: none;
	float: left;
	clear: both;
	list-style: none;
	padding: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
    }
    #posts a {
        text-decoration: none;
        color: #999;
        font-size: 0.85em;
    }
    #posts img {
        display: block;
        float: left;
        border: 1px #ccc solid;
        background: white;
        padding: 3px;
        margin: 0 10px 0 0;
    }
    #posts h1 {
        padding: 5px 0 0 0;
        margin: 0;
        color: #CC0033;
        font-family: "Times New Roman", Times, serif;
        font-size: 1.2em;
    }
    #posts p {
        margin: 0;
        padding: 0 0 10px 0;
    }
