







/* fixes font-size keyword problem for IE5/Win  XXXXXXXXXX

XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */









body {

	font-size: x-small; /* IE5 Win */

  	voice-family: "\"}\""; 

  	voice-family: inherit;

  	font-size: small;

	}

html>body { /* be nice to Opera */

	font-size: small;

	}



/* self-clearing floats

----------------------------------------------------- */



/* trigger hasLayout and target ie5+6/win only */

* html #header,

* html .sidebar ul li ul li a,

* html #nav ul,

* html #extra,

* html #extra ul li ul li,

* html #content,

* html #content-inner,

* html .sidebartitle,

* html #maincol,

* html .post-meta,

* html .navigation {

	height: 1%;

	}

* html #header {
	position: relative;
	background:#d3d9b7 url(http://www.i-like-seen.com/images_idolblog/idolblog_bunner2011_1.jpg) no-repeat 0 0;
	height: 170px;
}
	
* html #content{
	margin: 230px 0 0 0;
}

* html .post {
	padding: 0;
	width:102%;
}
* html .entry img {
    max-width: 98%;
}

/* trigger hasLayout and target ie7/win only */

*:first-child+html #header,

*:first-child+html .sidebar ul li ul li a,

*:first-child+html #nav ul,

*:first-child+html #extra,

*:first-child+html #extra ul li ul li,

*:first-child+html #content,

*:first-child+html #content-inner,

*:first-child+html .sidebartitle,

*:first-child+html #maincol,

*:first-child+html .post-meta,

*:first-child+html .navigation {

	min-height: 1px;

	}

*:first-child+html .box {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px 5px 5px 5px;
	border: 1px #595959 solid;

	}
	
*:first-child+html .btn-border {
    border:solid 3px #FF8358;
    color:#FF8358;
}
*:first-child+html .btn-border:hover {
    background:#FFC7AF;
}
*:first-child+html .post {
	padding: 0;
	width:102%;
}
*:first-child+html .entry img {
    max-width: 98%;
}
