/*=================== KKHWEB Custom CSS File ===================*/


/*
======================= 
==    Common CSS     ==
=======================
*/

.body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/header_lin.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.bb {
	color: #000000;
	font-weight: bold;
}
div.center {
	text-align: center;
}
div.clear {
	clear: both;
}
div.noscript {
	background: #CCCCCC;
	border: medium;
	border: #0033CC
}
div.announce {
	background: url(../images/announce_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.menubg {
	background-image: url(../images/menu_bg.png);
}
h1, h2, h3 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1 {
	font-weight: normal;
	font-size: 237%;
}
a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #1777B1;
}
a:hover {
	border-bottom: none;
	color: #FF7400;
}
.box {
	float: left;
	width: 500px;
}
.box .title {
	height: 40px;
	text-transform: lowercase;
	font-size: 167%;
	padding-: 20px 0px 0px 40px;
}
.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.list li {
	padding-left: 10px;
	background: url(../images/li_arrow.gif) no-repeat left center;
}


/*
======================= 
==    Movie Review   ==
=======================
*/

div.awesomeright {
background:url(../movies/assets/right_awesome.gif);
}
div.sosoright {
background:url(../movies/assets/right_so-so.gif);
}
div.crapright {
background:url(../movies/assets/left_crap.gif);
}


div.float_left {
	float:left;
	margin-left:10px;
	width:720px;
	height:300px;
}
div.float_left img {
	padding-right:5px;
}


/*
======================= 
==       Header      ==
=======================
*/

#header {
	width: 100%;
	height: 150px;
	background-image: url(../images/header_bgs.png);
	background-repeat: repeat-x;
	margin: auto;
}
#header h1, #header p {
	margin: 0;
	margin: 0;
	font-weight: normal;
	color: #000000;
}
#header h1 {
	float: left;
	padding: 58px 0 0 12px;
	text-transform: lowercase;
	line-height: 72px;
	font-size: 72px;
}
#header p {
	float: right;
	padding: 102px 0 0 0;
	text-transform: uppercase;
	font: bold 11px Trebuchet MS, Arial, Helvetica, sans-serif;
	padding-right: 20px;
}
#header p a {
	font-size: 167%;
}
#header a {
	border: none;
	color: #000000;
}


/*
======================= 
==       Page        ==
=======================
*/

#page {
	width: 99%;
}
#content {
	float: left;
	width: 76%;
}
#content p, #content ul, #content ol {
	line-height: 1.8em;
}


/*
======================= 
==      Sidebar      ==
=======================
*/

#sidebar {
	background: url(../images/sidebar_bg.png) no-repeat;
	padding-top: 25px;
	float: right;
	width: 200px;
	padding-bottom: 10px;
}
#sidebar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
}
#sidebar li li {
	background: url(../images/li_arrow.gif) no-repeat 0 10px;
	border-top: 1px dotted #DCDCDC;
	padding: 5px 10px 5px 10px;
}
#sidebar li li.first {
	border-top-color: #FFFFFF;
}
#sidebar h2 {
	height: 40px;
	text-transform: lowercase;
	font-size: 167%;
	padding: 0px 0px 0px 40px;
}
#sidebar a {
	border: none;
}
#sidebar a:hover {
	border-bottom: 1px dotted #666666;
}


/*
======================= 
==       Footer      ==
=======================
*/

#footer {
	clear: both;
	height: 100px;
	background: #000000;
	width: 100%;
}
#footer p {
	background: #000000;
	margin: 0;
	text-align: center;
	font-size: 85%;
}
#footer a {
	border: none;
	color: #CCCCCC;
}
#footer a:hover {
	color: #FFFFFF;
}
#legal strong {
	display: block;
	padding: 5px 0px 0px 0px;
	text-transform: lowercase;
	letter-spacing: 3px;
	font-size: 182%;
	font-weight: normal;
}
