@charset "utf-8";
/* CSS Document */
@import url("style_gz.css");

/* Individual */
#individual{
	clear:both;
	font-size:13px;
	line-height:1.5em;
	width: 563px;
	height:auto;
	padding:15px 15px 15px 15px;
	margin: 0px 0px 0px 20px;
	background-color:#FFFFFF;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
}

#img_individual img{
	width:180px;
	height:140px;
	float:right;
	padding:3px;
	margin:0px 0px 5px 13px;
	border: 2px solid #cccccc;
}
*html #individual img{display:inline;}

#title_individual h1{
	font:bold 16px Verdana;
}

#category_individual{
	font-size:10px;
	margin-top:-5px;
	margin-bottom:15px
}

#category_individual a{
	font: bold 10px Verdana;
}

#content_individual h2{
	margin-top:40px;
	font:bold 14px Verdana;
}

#content_individual h3, h4, h5, h6{
	margin-top:25px;
	font:bold 14px Verdana;
}

#content_individual p{padding:0;}

#advertisement{
	margin:10px 0;
}

#related{
	clear:both;
	margin:20px 0 0;
}

#related span{
	font:bold 14px Verdana;
}

#related ul{
	list-style:none;
	padding: 0;
	margin: 0 0 0 10px; 
}


#related li a{
	padding-left: 15px;
	background-image:url(list.png);
	background-repeat:no-repeat;
}
*html #related li a{ background-image:url(list.jpg);}


#related li a:hover{
	padding-left: 20px;
	background-image:url(list_hover.png);
	background-repeat:no-repeat;
	}
*html #related li a:hover{	background-image:url(list_hover.jpg);}

/* Recent Articles */
#recent_articles_individual
{
	width:243px;
	margin:10px auto;
}

#recent_articles_individual span{
	font:bold 16px Arial;
}

#recent_articles_individual ul{
	list-style:none;
	font-size:11px;
	padding: 0;
	margin: 5px 0 0 0; 
}

#recent_articles_individual ul li a{
	padding-left: 15px;
	background-image:url(list.png);
	background-repeat:no-repeat;
}
*html #recent_articles_individual li a{ background-image:url(list.jpg);}

#recent_articles_individual li a:hover{
	padding-left: 20px;
	background-image:url(list_hover.png);
	background-repeat:no-repeat;
}
*html #recent_articles_individual li a:hover{background-image:url(list_hover.jpg);}


/* Movie */
.movie{
	clear:both;
	width:500px;
	margin:20px auto 10px;
}

/* Comment */
#comment{
	clear:both;
	padding-top:10px;
	margin:20px 0;
	}

#current_comment{
	padding-bottom:3px;
	border-bottom: 1px solid #dbdbdb;
}

#current_comment span{
	font:bold 14px Verdana;
}

.comment_body{
	margin-top:10px;
	margin-bottom:10px;
	padding:0 10px;
	border-bottom: 1px solid #dbdbdb;
}

.comment_body p{
	padding: 5px 0;
	margin: 0;
}

.comment_title{
	font-weight:bold;
}

.postedby{
	font-size:10px;
	padding: -5px 0;
}

#comment_left{
	float:left;
	margin-left:20px;
	padding-top:10px;	
	padding-left:10px;
	width: 320px;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	background-color:#f5f5f5;
	font-size:13px;
	line-height:1.5em;
}

*html #comment_left{display:inline;}

span.comment_left_span{
	font:bold 14px Verdana;
	}

#comment_right{
	float:right;
	width: 263px;
	background-color:#FFFFFF;
	font-size:12px;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
*html #comment_right{display:inline;}

#comment_left form{
padding-top:10px;
padding-bottom:5px;}
	
#comment_left label{
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

#comment_left label img{
	margin-bottom:-6px;
}

#comment_left input{
	font-size:14px;
	display: block;
	margin-bottom: 10px;
	width: 300px;
	border: 1px solid #404040;
	letter-spacing:1px;
} 

#comment_left #submit_button{
	width:100px;
	background-color: #1074ba;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	font-size: 10px;
	font: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
	
#comment_left #submit_button:hover, #submit_button:focus{
	background: red;
	}

#comment_left textarea{
	font-size:13px;
	display: block;
	width: 300px;
	height: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	margin-bottom: 10px;
}

#comment_left .invisible{ border:none;}

span.required_span{
	color:red;
	font-size:10px;
}

/* Table */
table#cheat{
	border-style:none;
}

table#cheat th{
	padding: 3px 15px;
	text-align:center;
	background-color:#dddddd;
}

table#cheat td{
	padding: 3px 15px;
	background-color:#eeeeee;
}