/** --------------------------------------
	file_name	: screen.css
	description	: main layout for kanal kampus okezone
	date		: Mar. 13, 2010
	
	author		: deni kurniawan
	mail		: deni.k77@gmail.com
	portfolio	: deniku.com
	
-------------------------------------- **/

/**------- START RESET -------**/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**------- END RESET -------**/

/**------------------ START LAYOUT ---------------------**/
/* main layout */
body {
	margin:0;
	font-family: Arial, "Lucida Grande","Lucida Sans Unicode",Tahoma,Arial,san-serif;
	color:#000;
	font-size:12px;
	letter-spacing:0.1px;
	/*line-height:16px;*/
	line-height:150%;
	background-color:#222;
	}
#wrapper {
	margin:0 auto;
	width:748px;
	}
#maintop {
	width:748px;
	height:57px;
	background:#FFF; /* url(../images/global_01.jpg) top no-repeat; */
	}
#maintop-detail {
	width:748px;
	height:118px;
	background:#FFF url(../images/bg-header.png) top repeat-x;
	}
	#boxlogo {
		width:188px;
		height:57px;
		}
		#boxlogo img { width:165px; height:47px; float:right; margin-top:8px; }
	#boxmenu {
		width:560px;
		height:57px;
		}
		#boxmenu p { text-transform:uppercase; margin: 25px 0 0 25px;}
#headline {
	width:748px;
	height:297px;
	background:#FFF url(../images/global_02.jpg) top no-repeat;
	}
#nowshow {
	width:740px;
	padding:4px 4px;
	background:#04bff6; /* url(../images/global_03.jpg) top no-repeat; */
	}
	#nowshow .left {
		width:570px;
		font-weight:bold;
		}
	#nowshow .right {
		width:170px;
		text-align:right;
		}
#sliderwrap {
	width:748px;
	height:73px;
	background:#cccccc; /* url(../images/global_04.jpg) top no-repeat; */
	position:relative;
	padding: 5px 0;
	}
	#slider {
    width: 700px;
    margin: 0 auto;
    position: relative;
	}
	.scroll {
		padding-top: 5px;
		height: 73px;
		width: 700px;
		overflow: auto;
		overflow-x: hidden;
		position: relative;
		clear: left;
	}
	.scrollContainer div.panel {
		height: 73px;
		width: 700px;
	}
	.scrollContainer div.panel img { /*margin: 0 2.5px;*/ }
	.scrollButtons {
		position: absolute;
		top: 6px;
		cursor: pointer;
	}
	.scrollButtons.left {
		left: -24px;
	}

	.scrollButtons.right {
		right: -24px;
	}

	.hide {
		display: none;
	}
#content {
	width:748px;
	height:179px;
	background:#FFF; /* url(../images/global_05.jpg) top no-repeat; */
	}
	#content .today {
		width: 245px;
		height:176px;
		background:#FFF url(../images/todaybg.jpg) no-repeat;
		}
	#content .highlight {
		width: 282px;
		height:176px;
		background:#FFF url(../images/highlightsbg.jpg) no-repeat;
		}
		.oncehighlights {
			width:276px;
			height:70px;
			background:#FFFFFF url(../images/oncehighlightbg.jpg) bottom repeat-x;
			margin: 0;
			padding:3px;
			}
			.oncehighlights img { margin-right:7px; float:left; border:none; }
			
			.hlimg { width:88px; height:62px; }
			.hltext { width:180px; height:62px; margin-left:4px; }
			.hltitle { font-weight:bold; font-size:11px; line-height:9px; text-transform:uppercase; margin:0; }
			.hldate { font-size:9px; text-transform:uppercase; margin:0 0 0 0; }
			.hlothers { text-transform:capitalize; font-size:9px; line-height:10px; margin:0; }
	#content .csoon {
		width: 221px;
		height:176px;
		background:#FFF url(../images/csoonbg.jpg) no-repeat;
		}
		.titlethc { float:left; font-weight:bold; font-size:14px; text-transform:uppercase; margin:5px 0 0 10px; }
		.isithc { margin:5px 10px; }
		#content .csoon img { margin:3px 0 0 1px; border:none; }
#bannerbottom {
	width:730; /*748px;*/
	background:#FFF; /* url(../images/global_06.jpg) top no-repeat; */
	padding:2px 9px;
	}
#footer {
	width:728px;
	padding:5px 10px;
	background:#FFF; /* url(../images/global_07.jpg) top no-repeat; */
	}
	#footer .kiri { width:101px; } #footer .kiri img { margin-top:7px; }
	#footer .tengah { width:490px; text-align:center; text-transform:uppercase; font-size:9.5px; line-height:12px; font-style:italic; }
	#footer .kanan { width:137px; text-align:right; }

/**--- END LAYOUT ---**/
