/* showcase css */

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

a:active { color:#000; text-decoration: none; }
a:hover { color:#000; text-decoration: underline; }
a:link { color:#000; text-decoration: none; }
a:visited { text-decoration: none; color:#444444; }
a:visited:hover { text-decoration: none; color:#000; }

body { font-family: sans-serif; font-size: 12pt; margin: 0px; }

div#scm_main {
	width: 96%; min-width: 1260px;
	margin: 0px auto 0px auto;
}

div#scm_main_frame {
	width: 100%;
	margin: 20px auto;
}

div#scm_right_block {
	float: right;
	width: 250px;
	overflow: hidden;
}

/* ------------------- Admin -------------------------- */

div#admin_block {
	width: 100%; height: 40px; line-height: 40px;
	background-color: #ccc;
	color: #000; font-size: 12pt;
	text-align: right;
}
div#admin_item {
	display: inline-block;
	width: auto; height: auto;
	padding-right: 40px;
	cursor: pointer;
}

/* ------------------- Info -------------------------- */

div#scm_info_frame {
	width: 100%; height: 100px;
	position: relative;
}

div#scm_title {
	position: absolute; left: 100px; top: 5px; right: 0px;
	height: 36px;
	font-size: 24px;
	text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}

div#scm_profile_picture_frame {
	position: absolute; left; 0px; top: 0px;
	width: 80px; height: 80px;
	border: 1px solid #888;
	border-radius: 40px;
	-webkit-border-radius: 40px;  
	-moz-border-radius: 40px;  
	background-size: cover; background-repeat: no-repeat; background-position: center center;
	cursor: pointer;
}

div#scm_author_name {
	position: absolute; left: 100px; top: 37px;
	width: 300px; height: 20px; 
	font-family: sans-serif; font-size: 16px; font-weight: normal;
	letter-spacing: 0px;
	cursor: pointer;
}

div#sc_infor {
	position: absolute; left: 100px; top: 58px;
	height: 24px;
	overflow: hidden;
	font-size: 14px; font-weight: normal;
}

div#sc_publish {
	position: absolute; right: 0px; top: 50px;
	width: auto; height: auto;
	overflow: hidden;
}

div#scm_like2 {
	width: 100%; height: auto;
	padding: 40px 0;
}

div#scm_like_recomm {
	width: auto; height: auto;
	text-align: center;
	font-size: 10pt;
	padding-top: 10px;
}

div#scm_like_btn2 {
	width: 250px; height: 30px;
	line-height: 30px;
	margin: 20px auto;
	cursor: pointer;
}

.scm_like_btn2 {
	height: 30px;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 16px;
  font-family: Arial;
  color: #000;
  font-size: 20px;
  background: #ff9600;
  padding: 20px 20px 20px 20px;
  text-align: center;
}

.scm_like_btn:hover {
  background: #fa8508;
  text-decoration: none;
}

div#horiz_divider {
	width: 100%; height: 2px; 
	background: #991C20;
}


div#sns_frame { 
	position: relative;
	width: 100%; height: 45px; 
	margin-top: 5px;
}

div#horiz_divider {
	width: 100%; height: 2px; 
	background: #991C20;
}

div#sns_button {
	position: absolute; left: 0px; top: 0px;
}


div#scm_info_block {
	width: 250px; height: 150px;
	margin: 20px auto 0px auto;
	background: #fff;
	position: relative;
}

div#sc_like_button {
	position: absolute; left: 120px; top: 220px;
	width: 70px; height: 32px;
	background: url(images/like.png);
	cursor: pointer;
}



div#sc_sns {
	position: absolute; left: 0px; top: 220px;
	width: 600px; height: 36px;
	overflow: hidden;
}

div#sc_google_ad_block {
	position: absolute; left: 688px; top: 0px;
	width: 336px; height: 280px;
	background: #000;
}

/* ------------------- Page Navigation -------------------------- */

div#sc_page_nav_block {
	position: fixed; left: 0px; top: 275px;
	width: 40px; height: 190px;
	border-radius: 0px 10px 10px 0px;
	background-color: #ccc;
	border-top: 1px solide #666; border-right: 1px solide #666; border-bottom: 1px solide #333; 
	z-index: 1;
}

div#sc_page_nav_gotop {
	position: absolute; left: 5px; top: 10px;
	width: 30px; height: 30px;
	background: url(images/arrow-with-circle-up.png) no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

div#sc_page_nav_thumbup {
	position: absolute; left: 5px; top: 45px;
	width: 30px; height: 30px;
	background: url(images/thumbs-up.png) no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

div#sc_page_nav_comment {
	position: absolute; left: 5px; top: 80px;
	width: 30px; height: 30px;
	background: url(images/typing.png) no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

div#sc_page_nav_gallery {
	position: absolute; left: 5px; top: 115px;
	width: 30px; height: 30px;
	background: url(images/images.png) no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

div#sc_page_nav_goend {
	position: absolute; left: 5px; top: 150px;
	width: 30px; height: 30px;
	background: url(images/arrow-with-circle-down.png) no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}

div#sc_admin_block {
	position: fixed; left: 0px; top: 480px;
	width: 40px; height: 50px;
	border-radius: 0px 10px 10px 0px;
	background-color: #ccc;
	border-top: 1px solide #666; border-right: 1px solide #666; border-bottom: 1px solide #333; 
	z-index: 1;
}

div#sc_admin_choice {
	position: absolute; left: 5px; top: 10px;
	width: 30px; height: 30px;
	background: url(images/medal.png) no-repeat;
	background-position: center center;
	background-size: contain;
	cursor: pointer;
}


/* ------------------- Photo -------------------------- */

div#sc_photo_block {
	width: 100%;
	margin: 30px auto;
}

div#sc_photo_frame {
	height: auto;
	position: relative;
	margin: 50px auto;
}

img#sc_photo {
	height: auto;
	margin: 0px auto;
}

div#sc_photo_medal {
	position: absolute; right: 0px; top: 0px;
	width: 105px; height: 150px;
	background: url(images/bom_gold_medal.png) no-repeat right top;
	background-size: contain;
	z-index: 100;
}

div#sc_photo_desc_frame {
	height: auto;
	margin: 10px auto;
	font-family: sans-serif;
	font-size: 14pt;
	line-height: 160%;
}

div#bom_medal {
	position: absolute; left: 534px; top: 0px;
	width: 152px; height: 152px;
	background: url(images/bom_ribon.png) no-repeat; 
}

/* ------------------- Bottom info ---------------------- */


div#sc_bottom_infor_block {
	width: 1024px;
	margin: 20px auto 20px auto;
}

/* ------------------- Input comment ---------------------- */

div#sc_comment_input_block {
	width: 100%;
}

div#sc_comment_input_text_block {
	width: 98%;
	margin: 0px auto 0px auto;
}

textarea#sc_textarea_block {
	width: 100%; height: 120px; 
	line-height: 150%;
	overflow: hidden;
	font-family: sans-serif; font-size: 13pt;
}

div#sc_comment_input_button_block {
	width: 100%; height: 38px;
	margin: 10px 0px 30px 0px;
}

div#scm_comment_input_btn {
	width: 80px;
	cursor: pointer;
	margin: 0px auto 0px auto;
}

.scm_comment_input_btn {
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #49c41c;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  text-align: center;
}

.scm_comment_input_btn:hover {
  background: #135914;
  text-decoration: none;
}

div#sc_save_button {
	float: right;
	width: 120px; height: 38px; line-height: 38px;
	border: 4px solid #a90329; border-radius: 38px;
	color: #999; background: #fff;
	font-family: sans-serif; font-size: 14pt; font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/* ------------------- Comments --------------------------- */

div#sc_comment_list_block {
	max-width: 1260px; min-width: 980px;
	margin: 30px auto;
}

div#sc_comment_title {
	width: 100%; height: 40px;
	margin: 0px auto 0px auto;
	font-size: 18px; color: #666;
}

div#sc_comment_block {
	width: 100%; min-height: 85px;
	margin: 0px auto 0px auto;
	padding-top: 10px; padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}

div#c_user_block {	
	float: left;
	width: 120px; height: 85px;
	position: relative;
}

div#c_user_avata {
	position: absolute; left: 30px; top: 0px;
	width: 60px; height: 60px;
	border: 1px solid #ccc;
	border-radius: 30px;
	-webkit-border-radius: 30px;  
	-moz-border-radius: 30px;  
	background-size: cover; background-repeat: no-repeat; background-position: center center;
}

div#c_user_name {
	position: absolute; left: 2px; top: 65px;
	width: 115px; height: 20px; line-height: 20px;
	font-family: sans-serif; font-size: 10pt; font-weight: bold; text-align: center;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
	cursor: pointer;
	color: #888;
}

div#c_comment_cotent {
	float: left;
	width: 1000px;
	font-family: sans-serif; font-size: 11pt;
}

div#c_comment_date {
	width: 100%; height: 16px;
	font-family: sans-serif; font-size: 9pt;
}

div#c_delete_comment {
	position: absolute; right: 10px; top: 5px;
	width: 30px; height: 30px; line-height: 30px;
	color: #f00;
	font-family: helvetica; font-size: 14pt; text-align: right;
	cursor: pointer;
}

/* ------------------- Portpolio -------------------------- */

div#sc_portpolio_block {
	max-width: 1220px; min-width: 890px;
	min-height: 80px;
	margin: 30px auto;
	background: #888;
	padding: 20px 20px;
}

div#sc_portpolio_frame {
}

div#sc_portpolio_title {
	width: 100%; height: 30px; line-height: 30px;
	margin-top: 10px; margin-left: 20px;
	font-family: helvetica, arial; font-size: 18px; color: #666;
}

div#sc_pp_thumb_frame {
	float: left;
	width: 81px; height: 81px;
	margin: 3px 3px;
	background: #333;
	background-repeat: no-repeat; background-size: cover;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

div#sc_pp_band {
	position: absolute; right: 0px; top: 0px;
	width: 21px; height: 30px;
	background: url(images/bom_gold_medal.png) center center; background-size: contain;
	overflow: hidden;
}

/* ------------------- Theme -------------------------- */

.white_theme {
	color: #333;
	background-color: #fff;
}

.black_theme {
	color: #ccc;
	background-color: #222;
}

/* ------------------- Utilities -------------------------- */

div#ga_block {
	width: 100%; height: 280px;
	margin: 40px auto;
	text-align: center;
}

div#ga_inline {
	display: inline-block;
	width: 336px; height: 280px;
	margin: 0 20px;	
}

div#scm_ad_block {
	width: 250px; height: auto;
	margin-top: 10px;
}

div#square_250_ad_block {
	width: 250px; height: 250px;
	margin-top: 10px; margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

div#h_gsupport_block {
	width: 1024px; height: auto; min-height: 100px;
	margin: 50px auto;
x}

iframe#ia_iframe {
	width: 1024px; height: auto; min-height: 100px;
}

div#google_horiz {
	width: 100%; height: 110px;
	margin: 10px auto 10px auto;
}

div#sc_divider {
	width: 1024px; height: 1px;
	margin: 20px auto 20px auto;
	border-bottom: 1px solid #ccc;
}

.shadow {
	-moz-box-shadow: 2px 2px 3px #ccc;
	-webkit-box-shadow: 2px 2px 3px #ccc;
	box-shadow: 2px 2px 3px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#CCCCCC')";
}
