/*=================================================================================
Theme Name : HEMiDEMi - Thursday_Cab_Pink
Version    : 0.1
Author     : Sally Yang (HEMiDEMi)
Theme URL  : http://www.hemidemi.com/theme/group/thursday/thursday_cab_pink/stylesheets/group.css
Description: Make your own theme from this file, step by step
BASED ON   : HEMiBasic 0.1
Copyright  : Copyright 2007 HEMiDEMi Inc.
=================================================================================*/

/*====================================
 STEP 1. link color
=====================================*/
a:link    { color:#A83A7B; }
a:visited { color:#CE8AB2; }
a:hover   { color:#fff; text-decoration:none; background: #f033a3; }
a:active  { color:#A83A7B; }

/*====================================
 STEP 2. banner image, size
=====================================*/
#g_banner_inner {
 /* change banner image by replacing url(..) to the right image url*/
 background :url(http://www.hemidemi.com/group/Japan_dorama/image/334.png) no-repeat;
 background-color: #000;

 /* change banner height to fit your image*/
 width: 100%;
 height:250px;
 background-repeat: no-repeat;
}
/*  [optional] you can add banner border by adding padding */
#g_banner {
 /* padding:10px;
 background:#FFF; */
}

/*====================================
 STEP 3. banner text position, color
=====================================*/
#g_banner_text {
 /*display:none;*/
 text-align: left;
 padding-top: 25px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 100px;
 font-size: 80%;
 width: 35%;
 
 /* banner descrption color*/
 color:#fff;
}
#g_banner_text h1 a {
 color:#FFF;
}
#g_banner a:hover {
/*color: yellow;
 background:blue;*/
}
.g_banner_description {
}

/*=================================================
 STEP 4. block color
===================================================*/
body {
  background: #666;
}
div.container {
  background: #666; }

#g_container {
  height:100%;
  background: #eee;
}

#g_content {
  background: #FFF;
}
#g_sidebar {
    /* background: #FFF;  */
}
#g_sidebar2 {
  /* background: #FFF;  */
 height: 100%;
}

/*=================================================
 STEP 5. global font size, font color
===================================================*/
#g_container {
 font-size:13px;
 color:#000;
}

/*====================================
 STEP 6. navigator
=====================================*/
#g_navigator { 
       display: block; 
       text-align: right; 
       margin: 0px 0px 0px 55px; 
       font-size: 80%; 
       padding: 0px; 
       overflow: hidden;
       position: absolute;
       top: 230px; 
       float: left;
       
        }

#g_navigator ul { margin:0; padding:0px;
}

#g_navigator li{ display:inline; padding: 0 5px; overflow: hidden;  
}

/*====================================
 STEP 7. user info (user login bar)
=====================================*/
#g_user_info {
 text-align:right;
 font-size:80%;
 background: #666;
 margin: 5px 0px;
}
#g_user_info, #g_user_info  a {
 color: #fff;
}
#g_user_info a:hover {
 color: #fff;
 background: #f033a3;
}

/*====================================
 STEP 8. box header
=====================================*/
.g_box_header {
 background: url(http://www.hemidemi.com/group/Japan_dorama/image/339.png) no-repeat;
 border-bottom: 1px solid #f033a3;
 color:#f033a3;
 padding: 0px;
 margin: 0px;
}
.g_contentbox_header {
 /* color:yellow;
 background:red;*/
}
.g_sidebox_header {
}
.g_sidebox2_header {
}
.g_contentbox_title {
 color: #f033a3;
 padding: 0px 22px;
 margin: 0px;
 font-size:120%;
}
.g_sidebox_title {
 color: #f033a3;
 padding: 0px 22px;
 margin: 0px;
 font-size:120%;
}

/*====================================
 STEP 9. box font size, margin
=====================================*/
.g_contentbox {
 font-size:100%;
 margin:30px 5px;
}
.g_sidebox {
 font-size:100%;
 margin:30px 5px;
}

/*====================================
 STEP 10. change box link color
=====================================*/
#g_container a:link {}
#g_container a:hover, .g_sidebox a:hover,.g_sidebox2 a:hover {color:#fff; background:#f033a3; }
#g_container a:visited {}
.g_sidebox a {}
.g_sidebox a:visited {}
.g_sidebox2 a {}
.g_sidebox2 a:visited {}

/*====================================
 STEP 11. bookmark format
=====================================*/
.bookmark a:link { }
.bookmark .owner { }
.bookmark .description a { }
.bookmark .tag_title { color:#000; }
.comment_post { color:#000 !important;}
.timeline { color:#000 !important;}
.g_num {background: #f033a3!important;}
.g_quote {
 color:#999;
 background: #FDF6FA;
 }
.gpush_count {background:#f033a3;}
.gpush_count a { color:white; }
.gpush_count a:hover {color:#fff; background:#A83A7B!important;
}

/*====================================
 STEP 12. others
=====================================*/

/*===========================================================================
 Advanced Setting - DO NOT CHANGE ANYTHING UNLESS YOU KNOW WHAT YOU ARE DOING
=============================================================================*/

/* g_user_info */

#g_user_info ul { padding:0; margin:0; }
#g_user_info li { display: inline; padding:0; margin:0 5px;}

/* 

#g_navigator { 
 margin: 0; 
 padding: 0px;
 margin: 0px 0px 0px 5px; 
 overflow: hidden;
 position: absolute;
 top: 230px;
 left: 160px;
 float: none;
}
#g_navigator ul { margin:0; padding:0;}
#g_navigator li { display:inline; margin: 0; padding: 0px;}
#g_navigator li a { margin: 3px; padding: 3px; } 

 */

/* g_sidebox, g_contentbox */

.g_sidebox { clear:both; }
.g_contentbox { clear:both; }

 /* others */
#filter, #filter ul, #filter li, #filter li a:link {border:none;}

/*==========================================================================
 Widget Setting - DO NOT CHANGE ANYTHING UNLESS YOU KNOW WHAT YOU ARE DOING
============================================================================*/
 /* g_bookmarks_complete_list */

.g_comments_combo .g_table_h .g_table_c1 {
  background:#F8F0F4;
  color:#000;
}
.g_comments_combo .g_table_h .g_table_c2 {
  background:#F3E3EB;
  color:#000;
}

.g_linkmore a {color:#A83A7B!important; font-size: 13px;}
.g_linkmore a:hover   {color:#fff!important; background:#f033a3; text-decoration:none;  }

