@charset "utf-8";
/* CSS Document */

/* LAYOUT */

#body-wrapper {
width: 980px;
margin: 0 auto;
padding: 0;
background: #ffffff;
}

#header-top {
width: 980px;
height: 101px;
}
	#title {
	width: 560px;
	height: 101px;
	background: url(images/icare-header-title.png) no-repeat;
	float: left;
	}
		#tabs-home {
		width: 125px;
		height: 51px;
		background: url(images/tabs-home.png) no-repeat;
		float: right;
		}
	#tabs {
	width: 420px;
	height: 101px;
	background: url(images/icare-header-tabs.png) no-repeat;
	float: left;
	}
		#tabs-icool {
		width: 122px;
		height: 51px;
		background: url(images/tabs-icool.png) no-repeat;
		float: left;
		}
		#tabs-ichic {
		width: 119px;
		height: 51px;
		background: url(images/tabs-ichic.png) no-repeat;
		float: left;
		}
		#tabs-icare {
		width: 140px;
		height: 51px;
		background: url(images/tabs-icare.png) no-repeat;
		float: left;
		}

#header-bottom {
clear: both;
width: 980px;
height: 146px;
}
	#content-top {
	width: 682px;
	height: 146px;
	float: left;
	}
		#content-top-left {
		width: 350px;
		height: 146px;
		background: url(images/icare-content-top-left.png) no-repeat;
		float: left;
		}
			#title-icool {
			padding: 95px 0 0 130px;
			}
		#content-top-right {
		width: 332px;
		height: 146px;
		background: url(images/icare-content-top-right.png) no-repeat;
		float: left;
		}
			#search {
			padding: 68px 0 0 100px;
			}
	#games {
	width: 298px;
	height: 146px;
	background: url(images/icare-games.png) no-repeat;
	float: left;
	}
	
#content-wrapper {
clear: float;
width: 980px;
}
	#sidebar-wrapper {
	width: 980px;
	background: url(images/icare-sidebar-tile.png) repeat-y right;
	float: right;
	}
		#sidebar {
		width: 258px;
		padding: 0 40px 0 0;
		float: right;
		}
			#gallery {
			width: 258px;
			height: 71px;
			}
			
		#content {
		width: 682px;
		min-height: 980px;
		background: url(images/icare-content-tile.png) repeat-y;
		float: left;
		}
			.content-allpost {
			clear: both;
			width: 600px;
			padding: 10px 0 0 62px;
			}
				.content-date {
				width: 40px;
				float: left;
				}
				.content-writing {
				width: 560px;
				float: left;
				}
					.content-writing h1 a {
					color: #000000;
					background: url(images/icare-link.png) repeat-x;
					text-decoration: none;
					}
					h3#comments, h3#respond {
					color: #000000;
					background: url(images/icare-link.png) repeat-x;
					text-decoration: none;
					}
				.content-image {
				width: 220px;
				margin: 0 10px 10px 15px;
				float: left;
				}
				.content-image img {
				background: #FFFFFF;
				border: 1px solid #666666;
				margin-bottom: 10px;
				padding: 5px 5px 10px 5px;
				}
				.content-post {
				width: 280px;
				padding-right: 5px;
				float: right;
				}
			#content-page {
			padding: 5px 0 0 400px;
			}
		
		#content-bottom {
		clear: both;
		width: 682px;
		height: 47px;
		background: url(images/icare-content-bottom.png) no-repeat;
		}

#footer-top {
clear: both;
width: 980px;
}
	#footer-top-left {
	width: 682px;
	height: 115px;
	background: url(images/icare-footer-top-left.png) no-repeat;
	float: left;
	}
		#copyright {
		font-size: 10px;
		padding: 80px 0 0 190px;
		}
	#footer-top-right {
	width: 298px;
	height: 115px;
	background: url(images/icare-footer-top-right.png) no-repeat;
	float: left;
	}
		#button-rss {
		width: 52px;
		height: 52px;
		padding: 50px 0 0 180px;
		}
#footer-bottom {
clear: both;
width: 980px;
}
	#footer-bottom-left {
	width: 260px;
	height: 29px;
	float: left;
	}
	#footer-bottom-right {
	width: 720px;
	height: 29px;
	background: url(images/icare-footer-bottom-right.png) no-repeat bottom;
	float: left;
	}