/*=================================================================================
Theme Name : DesertTuesday
Version    : 0.1
Author     : Sally Yang (HEMiDEMi)
Theme URL  : http://www.hemidemi.com/stylesheets/group/theme/tuesday/tuesday_desert/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:#895e00; }
a:visited { color:#895e00; }
a:hover   { color:#fff!important; text-decoration:none; background:#957637; }
a:active  { color:#895e00; }

/*====================================
 STEP 2. banner image, size
=====================================*/
#g_banner_inner {
 /* change banner image by replacing url(..) to the right image url*/
 background: transparent url("http://www.hemidemi.com/group/Contemporary_Art/image/327.png"); 
 background-color: #000000;

 /* 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:0px;
 background:#f5f4ee;*/
}

/*====================================
 STEP 3. banner text position, color
=====================================*/
#g_banner_text {
 /*display:none;*/
 text-align: right;
 padding-top: 0px;
 padding-right: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 font-size: 18px;
 width:100%;

 /* banner descrption color*/
 color:#FFFFFF;
}
#g_banner_text h1 a {
 color:#FFFFFF;
}
#g_banner a:hover {
/*color: yellow;
 background:blue;*/
}
.g_banner_description {}


/*=================================================
 STEP 4. block color
===================================================*/
body {
 background:#ebe9e3 url("http://www.hemidemi.com/theme/group/tueaday/tueaday_desert/images/93.png") repeat-x;
}

div.container {
 background:transparent;
 padding:10px;
 }

#g_container {
 background:#f5f4ee;
 height: 100%;
 }

#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 {
 text-align:left;
 background :#e0daca;
 height:19px;
 border: 1px solid #fff;
 }

#g_navigator li {
 border-right:1px solid white;
}

#g_navigator li a {
 color:#663333;
}

/*====================================
 STEP 7. user info (user login bar)
=====================================*/
#g_user_info {
 text-align:right;
 font-size:80%;
}

#g_user_info, #g_user_info  a {
 color: black; 
}

#g_user_info a:hover {
 color: #fff;
 background:#e0daca;
}

/*====================================
 STEP 8. box header
=====================================*/
.g_box_header {
 background: none;
 color:#895e00;
 padding:1px 0;
 border-bottom: 1px solid #895e00;
}

.g_contentbox_header {
 /* color:yellow;
 background:red;*/}
 
.g_sidebox_header {}

.g_sidebox2_header {}

.g_contentbox_title {
 font-size:120%;
}
.g_sidebox_title {
 font-size:120%;
}

/*====================================
 STEP 9. box font size, margin
=====================================*/
.g_contentbox {
 font-size:100%;
 margin:10px 5px;
}
.g_sidebox {
 font-size:100%;
 margin:10px 5px;
}

/*====================================
 STEP 10. change box link color
=====================================*/
#g_container a:link {}
#g_container a:hover, .g_sidebox a:hover,.g_sidebox2 a:hover {color:white; background:#bdb7a1; }
#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:#895e00 !important;}
.g_quote {
 color:#999;
 background: #ebe9e3;
 }
.gpush_count {background:#895e00; }
.gpush_count a { color:white; }
.gpush_count a:hover {color:white; background:#957637;}

/*====================================
 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 */

#g_navigator { margin: 0; padding: 5px;}
#g_navigator ul { margin:0; padding:0;}
#g_navigator li { display:inline; margin: 0; padding: 0;}
#g_navigator li a { padding:5px; }

/* 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:#beb9a4;
  color:white;
}
.g_comments_combo .g_table_h .g_table_c2 {
  background:#e0daca;
  color:white;
}
