/* 無名小站 2012 最後版樣式 — 相簿總站 www.wretch.cc/album
 *
 * 這個檔是 tools/build-css2012.mjs 產生的，**請不要手改**——
 * 改了下次重建就會被蓋掉。要調整請改 assets_src2/css/ 底下的來源，或改建置腳本。
 *
 * 內容是無名當年的原始 CSS，只把 url(…) 改指到 /img/wretch2012/。
 * 容器 #container1 寬 960px＝左欄 143 +8 ＋ 中欄 486 ＋ 右欄 315。
 * 相簿格 .album_list li 是 108×160（縮圖 108×108 ＋ 文字 42），
 * 和個人相簿頁的 120×120 不一樣——總站與個人頁本來就是兩套版面。
 * 素材是 l.yimg.com/e/serv/index/album/css/ 底下那批，2012 快照全部抓得到。
 */
/* ===== index/album/css/fix.css（版面骨架）  <css/assets_l_index-album-css_fix.css> ===== */
*{margin:0;padding:0;list-style:none;}

body{
	font:normal 75%/normal verdana,arial,helvetica,clean,sans-serif;
	margin:0;
	padding:10px 0px 0px 0px;
	color:#666;
}

img{
	border:1px solid #666;
}

#currentSize{ width:1em;}


/**/
#container1{
	margin:0px auto;
	width:960px;/*960*/
	min-width:960px;/*960*/
}
/* layout column */
.upper_column{
	width:143px;
	height:105px;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	background-image:url(/img/wretch2012/albumindex/sprite_fplink.png);
	background-repeat:no-repeat;
	background-position:0px 0;
}

/* 2009 add join fp */
.cn .upper_column{background-position:-143px 0;}
.en .upper_column{background-position:-286px 0;}

.left_column {
	/*width:11.92em;/*143*/
	width:143px;
	min-width:143px;
	float:left;
	clear:both;
	overflow:hidden;
	margin-right:8px;
	margin-top:113px;/* 2009 add join fp  */
}
.middle_column{
	width:486px;
	min-width:486px;
	float:left;
	overflow:hidden;
	margin-top:20px;
}
.right_column {
	width:315px;
	min-width:315px;
	float:right;
	overflow:hidden;
	margin-top:20px;
}




/* header*/
#header{
	position:relative;
	height:80px;
  z-index:2000;
	background:url(/img/wretch2012/albumindex/header.jpg) no-repeat;
}

#header h1{
	background:url(/img/wretch2012/albumindex/logo_album.png) no-repeat ;
	width:193px;
	height:80px;
	float:left;
}
.cn #header h1{  background:url(/img/wretch2012/albumindex/logo_album_cn.png) no-repeat ;}
.en #header h1{  background:url(/img/wretch2012/albumindex/logo_album_en.png) no-repeat ;}
#header h1 a{
	display:block;
	width:138px;
	height:80px;
}
#header h1 img{display:none;}
#access_link{
	float:right;
	height:20px;
	padding-left:79px;
	padding-right:10px;
	z-index:10;
	position:relative;
}
#access_link li{
	float:left;
	padding-left:8px;
	border-left:1px solid #eee;
	margin-left:6px;
	margin:2px 0 0px 6px;
	line-height:15px;
}
*html #access_link li{
	margin-left:3px;
}
#access_link a{
	font-size:11px;
}


#banner_language{
	float:right;
	clear:right;
	margin:10px 10px 0px 0px;
}
*html #banner_language{
	margin-right:5px;
}

#searchForm{
	width:500px;
	height:6.17em;/*74*/
	position:absolute;
	left:205px;
	top:6px;/*10*/
}

.wrapper{
	margin-top:2px;
  height:26px;
	padding-left:25px;
	overflow:hidden;
}
.wrapper input{
	top:-10000px;
  position:absolute;
}
#searchType_album{left:200px;}
#searchType_blog{left:230px;}
#searchType_web{left:260px;}

.wrapper label{
	float:left;
	width:43px;
	height:26px;
	cursor:pointer;
	line-height:20px;
	text-align:center;
	margin-right:8px;
	position:relative;
	font-size:13px;
}
.wrapper .click{
	line-height:24px;
}
#searchForm fieldset{	border:none;}
#searchForm legend{	display:none;}
#search_keyword{
	width:330px;
	height:22px;
	border:none;
	padding-right:0px;
	overflow:hidden;
	background:transparent;
	position:absolute;
	top:30px;
	_top:0px;
	left:20px;
}
.search_control{
	clear:both;
	height:24px;
	padding-left:25px;
}
/*
* html .search_control{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/search_text.png',sizingMethod='crop');
  margin-top:-3px;
}*/
#search_submit{
	border:none;
	width:82px;
	height:24px;
	line-height:24px;
	cursor:pointer;
}
.search_control #search_submit{
	position:absolute;
	left:360px;
  background:url(/img/wretch2012/albumindex/aqua_button.png) no-repeat transparent;
}
* html #search_keyword{
  position:relative;
  z-index:100;
  margin-top:2px;
}
* html #search_submit{
  background:transparent;
  position:relative;
  z-index:100;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/aqua_button.png',sizingMethod='crop');
}


#main{ 
	background:url(/img/wretch2012/albumindex/banner_under_bg.gif) repeat-x ;
	clear:both;
}
*html #main {
	height:1%;
}
#main2{	
	float:left;
	position:relative;
}
#main:after, #main2:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	overflow:hidden;
}

/* upper column */
.upper_column li a{
	text-indent:-5000px;
	display:block;
	width:143px;
	height:26px;
}
.upper_column dt{
	display:none;
}
.upper_column dd{
}


/* left column */
.left_column .side li a{
	display:block;
	height:22px;
	line-height:22px;
}
.left_column h4{
	font:normal 1em verdana,arial,helvetica,clean,sans-serif;
  margin-top:2px;
	width:143px;
	overflow:hidden;
  text-indent:10px;
	line-height:25px;
	height:25px;
}
.left_column ul{
	letter-spacing:0.15em;
}
.left_column .side li{
	text-indent:22px;
}
.left_column a{ 
  font-size:11px;
}
#condition h4{ margin:0}

#category li{	text-indent:30px;}
.en #category li{	text-indent:20px;}
#category a{
	letter-spacing:5px;
	line-height:18px;
	height:18px;
}
.en #category a {
  letter-spacing:0px;
}

#celebrity a{
	text-indent:22px;
}
.en #region_album a{
  letter-spacing:0;
}
#region_album a{
	text-indent:22px;
}
  
#new_css ul{
  margin-top:2px;
}
#new_css li{
  text-indent:0;
}
#new_css li a{
  display:inline;
}
#new_css li a:hover{
  background:none;
}
#new_css img{
  margin-bottom:1px;
  width:141px;
}

/* middle column */
.sandwitch{
  margin-top:5px;
  clear:both;
}
.sandwitch img{
  border:none;
}
.innercontent{
	position:relative;
	padding:6px;
	clear:both;
	overflow:hidden;
	display:none;
	height:249px;
}
.image_link{
	float:left;
	width:100px;
	height:100px;
	text-align:center;
}
.image_link a{
	width:100px;
	height:100px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
}
.image_link > a{
	display:table-cell;
}
.image_link a * {
	vertical-align: middle;
}
.image_link img{
	margin-right:-1px;
}
.image_link cite{
	display:inline-block;
	width:1px;
	height:100%;
}
.grid{
	width:108px;/*100*/
	height:108px;/*90*/
	padding:3px 0px;
	font-weight:normal;
	overflow:hidden;
}
.grid span,.grid strong {
	display:block;
	width:108px;/*100*/
	height:14px;
	overflow:hidden;
	font-weight:normal;
}
.grid p{
	margin-top:2px;
	overflow:hidden;
	height:15px;
}


.nav {
	height:28px;
	overflow:hidden;
  margin:0 ;
  position:relative;
  z-index:1000;
}
.nav li{
	float:left;
	width:97px;
	height:28px;
	font-size:13px;
	overflow:hidden;
	text-align:center;
  position:relative;
}
.nav h2{
	font-weight:normal;
	font-size:.9em;
	letter-spacing:0.1em;
	cursor:pointer;
	height:28px;
	line-height:28px;
}
#column_5{
  width:96px;
}
#column ol{
	float:right;
	width:268px;
	height:190px;
	overflow:hidden;
}
#column ol li{
	float:left;
	width:129px;
	height:89px;
}
.cover_link{
	float:left;
	margin-left:10px;
	padding:1px;
	width:182px;
	height:245px;
	background:#fff;
	border:1px solid #999;
	overflow:hidden;
}
#column img{
	border:none;
}
#column ol li{
	margin:0px 3px 3px 0px;
}
#column ol a{
	display:block;
	width:125px;
	height:85px;
	padding:1px;
	background:#fff;
	border:1px solid #999;
}
#column .moreinfo{
	float:right;
}
.column_ad{
	font-size:11px;
	float:right;
	width:268px;
  line-height:17px;
	margin-top:6px;
}
.column_ad li{
	width:247px;
	height:15px;
	overflow:hidden;
}
.moreinfo{
	text-align:right;
	padding-right:10px;
}

/* open column */
#collapse_button{
  display:none;
  position:relative;
  /*height:11px;*/
}
#collapse_button a{
  display:block;
  width:40px;
  height:13px;
  position:absolute;
  left:225px;
  text-indent:-5000px;
}
.collapse {
  padding-bottom:10px;
}
.collapse #collapse_button a{
  top:1px;
  background:url(/img/wretch2012/albumindex/collapse_button.gif) no-repeat center top;
}
.collapse #collapse_button a:hover{
  background:url(/img/wretch2012/albumindex/collapse_button_hover.gif) no-repeat center top;
}
#collapse_button a{
  top:-9px;
  background:url(/img/wretch2012/albumindex/collapse_button_open.gif) no-repeat center top;
}
#collapse_button a:hover{
  background:url(/img/wretch2012/albumindex/collapse_button_open_hover.gif) no-repeat center top;
}
.collapse .innercontent { display:none;}



#album{
	margin-top:5px;
  padding:0px 1px 10px 11px;
	clear:both;
}
#album h3{
  font-size:1.1em ;
  padding-left:15px;
  position:relative;
  line-height:25px;
  zoom:1;
}
#album h3 a{
padding-left:3px;
}
#page_prev{
  padding-right:1em;
}
#page_next{
  padding-left:1em;
}
.page_control{
	clear:both;
  height:2em;
}
.page_control li{
  display:inline;
  font-size:.88em;
}
.page_control a, .page_control span{
  padding:1px;
}
#time_slider{
	float:right;
  padding:8px 22px 24px 0px;
}
#time_slider a{
  padding:0 3px;
}
#time_slider dt,#time_slider dd{
  display:inline;
}


.album_list{
	clear:both;
}
.album_list:after{
	
}
.album_list li{
	float:left;
	width:108px;
	height:160px;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
	
}
.album_list .image_link,.album_list .image_link a{
	float:none;
	width:108px;
	height:108px;
}
.album_list .grid{
	width:100px;
	height:42px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}
.album_list .grid strong{
	font-size:11px;
}
.album_list .grid a{
	font-size:11px;
}
.album_list .grid p{
	height:14px;
	margin-top:0;
	font-size:11px;
}


/* sidebar */
#sidebar li{
	margin-top:5px;
	clear:both;
}
*html #sidebar li{
	margin-top:4px;
}
#sidebar h3{
	overflow:hidden;
	line-height:25px;
	padding-left:15px;
	height:25px;
}



li#bulletin{
	margin-top:0px;
}
#bulletin ul{
	float:left;
	padding-left:12px;
	margin-top:6px;
	line-height:1.7em;
}
#bulletin li{
	width:200px;
	height:28px;
	overflow:hidden;
	line-height:28px;
}
#bulletin .side{
	height:98px;
	padding-bottom:5px;
}
#bulletin img{
	width:88px;
	height:88px;
	float:left;
	margin-top:5px;
}


#sidebar #ad_morten{	margin-top:0;}
#ad_morten img{	border:none;}

* html #sidebar #ad_hotkeyword{
  margin-top:3px;
}
#ad_hotkeyword p
{
  padding:3px 3px 2px 3px;
  font-size: 1.15em;
  text-align:center;
}
#ad_hotkeyword span a,
#ad_hotkeyword strong a{ line-height:24px;}
* html #ad_hotkeyword p{	padding-bottom:4px;}
* html #ad_hotkeyword span a,
* html #ad_hotkeyword strong a{	line-height:26px;}
#ad_hotkeyword strong{  font-size: 1.3em;}
#ad_hotkeyword{}
#ad_hotkeyword p{ background:#efefef;}
#ad_hotkeyword a{
  text-decoration:none;
  color:#648ec0;
}
#ad_hotkeyword .smaller{ font-size:1.2em;}
#ad_hotkeyword .bigger { font-size:1.6em;}
#ad_hotkeyword strong a{ color:#ff7d1e; }
#ad_hotkeyword .red   a{ color:#ee3300; text-decoration:underline;}
#ad_hotkeyword .red   a:hover{color:#f51;}
#ad_hotkeyword .green a{ color:#669933; }
#ad_hotkeyword a:hover{
  text-decoration:underline;
}

#ad_stamp li{
	border-bottom:1px solid #ccc;
	clear:both;
	overflow:hidden;
	padding:8px 4px;
  margin:0;
  height:60px;
}
#ad_stamp .image_link,#ad_stamp .image_link a{
	width:60px;
	height:60px;
}
#ad_stamp img{
  border:none;
}
#ad_stamp h4{
  font-size:13px;
  margin-left:76px;
  line-height:20px;
}
#ad_stamp p{
	padding:4px 2px ;
  margin-left:76px;
}

#ad_stamp ul {
float:left;
margin:0px;
padding:4px 0px 0px;
}

/* taiwan album */
#county_flash_div{
	position:relative;
}
#taiwan_album{
	position:relative;
	height:215px;
}
li#taiwan_album h3{
	background:none;
	width:315px;
	height:28px;
	position:absolute;
	top:0px;
	z-index:10;
}
#tw_entire_map{
	float:right;
	width:210px;
	height:27px;
	position:relative;
	margin:12px 10px 10px 0px;
	background:url(/img/wretch2012/albumindex/taiwan_entire_map.gif) no-repeat center center;
}
#tw_entire_map a{
	display:block;
	height:20px;
	line-height:20px;
	margin:4px 8px 0px 25px;
	color:white;
}
#tw_entire_map_div {
	position:absolute;
	right:1px;
	width:230px;
	height:410px;
	top:28px;
	display:none;
	border:1px solid #999;
	background:#B9E8F7
}


/* slider */
#slider_rolling img{ border:0}
#slider_rolling {
	width:315px;
}
#sidebar #slider_rolling h3 {
	margin:0;
	padding:0;
	padding-top:4px;
	color:#500;
	height:20px;
	line-height:20px;
	background:url(/img/wretch2012/albumindex/sliderrollingh3.gif) no-repeat left top;
	text-align:center;
}
#slider_rolling .sideII {
	position:relative;
}
#slider_rolling ul {
	margin:0;
	padding:0;
	list-style:none;
}
#slider_rolling ul#slider_pic {
	width:315px;
	height:144px;
	background:url(/img/wretch2012/albumindex/sliderrollingsliderpic.gif) repeat-y left top;
	overflow:hidden;
	position:relative;
}
#slider_rolling ul#slider_pic li {
	cursor:pointer;
}
#slider_rolling ul#slider_navi {
	height:27px;
	background:url(/img/wretch2012/albumindex/sliderrollingslidernavi.gif) no-repeat left top;
	position:relative;
}
#roll_prev {
	position:absolute;
	bottom:10px;
	left:10px;
}
#roll_prev a {
	display:block;
	padding-left:15px;
	text-align:left;
	background:url(/img/wretch2012/albumindex/rollpreva.gif) no-repeat left center;
	text-decoration:none;
}
#roll_next {
	position:absolute;
	bottom:10px;
	right:10px;
}
#roll_next a {
	display:block;
	padding-right:15px;
	text-align:right;
	background:url(/img/wretch2012/albumindex/rollnexta.gif) no-repeat right center;
	text-decoration:none;
}
#roll_prev a,
#roll_next a {
	color:#888;
}
#roll_prev a:hover,
#roll_next a:hover {
	color:#500;
}
#roll_prev a:hover {
	background:url(/img/wretch2012/albumindex/rollprevahover.gif) no-repeat left center;
}
#roll_next a:hover {
	background:url(/img/wretch2012/albumindex/rollnextahover.gif) no-repeat right center;
}
#slider_id {
	position:absolute;
	width:120px;
	text-align:center;
	height:20px;
	top:135px;
	left:98px;
}

#album_stamp .image_link,
#album_stamp .image_link a{
  width:90px;
  height:70px;
}
#album_stamp h3 {
  background-image:url(/*edting_ad.jpg*/);
  background-color:#666666;
  background-color:#535353;
}
#album_stamp img{
  border:0;
}
#album_stamp ul{
  padding:0px 0px 10px 11px;
}
#album_stamp li{
  float:left;
  width:90px;
  height:85px;
  margin-right:11px;
  margin:0px 3px 3px 3px;
  clear:none;
}
#album_stamp h4{
  font-weight:normal;
  font-size:12px;
  padding-top:2px;
  text-align:center;
}

#ad_stamp .word_link li {
border:medium none;
height:20px;
margin:0px;
padding:0px 0px 0px 15px;
}

#ad_stamp .word_link li a{
color:#333;
}

#footer{
	clear:both;
	height:55px;
	border-top:1px solid #ddd;
	color:#bbb;
	background:#fafafa;
	margin:8px 0px;
	text-align:center;
}
#footer a{
	color:#bbb;
}
#footer li{
	display:inline;
	padding-right:6px;
	line-height:18px;
}

#footer .webmaster{
  display:block;
  text-align:center;
  color:#999;
}
#footer li.webmaster span{
    display:block;
}

.middle_column #column ul.column_ad li {
width:250px;
}

#ft{clear:both}

/* ft */
#ft{font-size:90%; line-height:1.5; color:#444;border-top:1px solid #d5d5d5;height: 50px;  text-align:center; padding:5px}
#ft li a{
  background:transparent url(/img/wretch2012/albumindex/dotted_v1.gif) repeat-y scroll right center;
  padding:0pt 6px 0pt 4px;
  white-space:nowrap;
    }
#ft li.last a{background: none}
#ft ul li{display:inline; }
#ft span{padding-right:10px; }

.middle_column #column ul.column_ad li {
width:250px;
}
#ft{
  margin:10px 0px 0px 0px;
}

#square {
margin:2px 0px 1px;
padding:3px;
text-align:center;
}
.wrapper label{
	color:black;
	margin-right: 2px;
}
#header #searchForm{
	background:url(/img/wretch2012/albumindex/bar-album.png) no-repeat 0px 28px;
}
.wrapper .hover{text-decoration:underline}
.wrapper > label{	background:url(/img/wretch2012/albumindex/search_tab_static.png) no-repeat center center;}
.wrapper > label.Aclick{	color: #000; background:url(/img/wretch2012/albumindex/select-album.png) no-repeat center center;}
.wrapper > label.Bclick{	color: #000; background:url(/img/wretch2012/albumindex/select-blog.png) no-repeat center center;}
.wrapper > label.Sclick{	color: #000; background:url(/img/wretch2012/albumindex/select-video.png) no-repeat center center;}
.wrapper > label.Wclick{	color: #000; background:url(/img/wretch2012/albumindex/select-web.png) no-repeat center center;}

* html .wrapper label.Aclick{
	line-height:25px;

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/select-album.png',sizingMethod='crop');
}

* html .wrapper label.Bclick{
	line-height:25px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/select-blog.png',sizingMethod='crop');
}
* html .wrapper label.Sclick{
	line-height:25px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/select-video.png',sizingMethod='crop');
}
* html .wrapper label.Wclick{
	line-height:25px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/select-web.png',sizingMethod='crop');
}
* html .search_control{
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/bar-album.png',sizingMethod='crop');
  margin-top:-3px;
}

* html .wrapper label{
	line-height:24px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/search_tab_static.png',sizingMethod='crop');
}
.wrapper label {
	color: #000;
	height:24px;
	width:48px;
	top:-2px;
	*top:-1px;
	padding-top: 3px;
	*padding-top: 1px;
}
.wrapper .hover{color:#000}

.album_list .grid{height:auto;padding:0}
.album_list .image_link, .album_list .image_link a{height:106px;}

/*---------------------search suggest---------------------*/
  #suggestForm{position:relative}
  #suggestMenu {border:1px solid #ccc; width:340px; background-color:#fff; position:absolute; top:50px; left:0; margin-left:15px; text-align:left; z-index:2000; color:#444} 
  #suggestMenu ul {padding: 5px } 
  #suggestMenu ul li { cursor: default; letter-spacing:1px; line-height:1.6; list-style:none; zoom:1} 
  #suggestMenu ul li.on{background-color:#E0EDFE}
  #suggestMenu ul li span{color:#1A84B7} 

.word_link {
  width:300px;
  *width:240px
}


/* ===== index/album/css/index.css（配色）  <css/assets_l_index-album-css_index.css> ===== */
a{
	color:#164d77;
  color:#c30;
	text-decoration:none;
}
a:hover{
	color:#f50;
	text-decoration:underline;
}

#header{
	color:#fff;
}

.wrapper label {color:white;}
/*.wrapper .hover{ color:#999;color:#935E12;}*/
.wrapper .hover.click{ color:white;}


#search_keyword{
	color:#666;
	font-family:verdana,arial,helvetica,clean,sans-serif;
	
}

#Hot_Keyword {	color:#fce070;}
#Hot_Keyword a{  color:white;}
#Hot_Keyword a:hover{  text-decoration:underline;}



/* upper column */




/* left column */
.left_column h4{
	color:white;
	background-color:#cccc00;
	background:url(/img/wretch2012/albumindex/h4_bg.jpg) no-repeat right top #b9d116;
}
.left_column ul{
	background-color:#e7e7e7;
}

.left_column a{ 
	background:url(/img/wretch2012/albumindex/condition_static.jpg) no-repeat;
	color:#775416;
}
.left_column a:hover,.left_column .current a{	
	color:#000;
	text-decoration:none;
	background:url(/img/wretch2012/albumindex/condition_hover.jpg) no-repeat;
}

#category a{
	background:url(/img/wretch2012/albumindex/category_static.gif) no-repeat left center;
}
#category a:hover,#category .current a{
	background:url(/img/wretch2012/albumindex/category_hover.jpg) no-repeat left center;
}

#celebrity h4{
	background-color:#0066cc;
	background:url(/img/wretch2012/albumindex/cyan.jpg) no-repeat right top #0077d0;
}
#celebrity a{
	color:#515151;
	background:url(/img/wretch2012/albumindex/cyan_static.jpg) no-repeat left center;
}
#celebrity a:hover,#celebrity .current a{
	background:url(/img/wretch2012/albumindex/cyan_hover.jpg) no-repeat left center;
	color:black;
}
#region_album h4{
	background-color:#0066cc;
	background:url(/img/wretch2012/albumindex/cyan.jpg) no-repeat right top #0077d0;
}
#region_album a{
	color:#515151;
	background:url(/img/wretch2012/albumindex/cyan_static.jpg) no-repeat left center;
}
#region_album a:hover,#region_album  .current a{
	background:url(/img/wretch2012/albumindex/cyan_hover.jpg) no-repeat left center;
	color:black;
}


/* middle column */
.innercontent{
	/*background-color:#eeeeee;*/
}
.grid p{
	
}
#column {
  border:1px solid #999;
  background-color:#eeeeee;
}
.nav h2{
	color:#77e6ff;
}
.nav li.hover > h2{	
  background:url(/img/wretch2012/albumindex/service_tab_current.png) no-repeat;
}
* html .nav li.hover h2{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/service_tab_current.png',sizingMethod='crop');
}
.nav li.hover h2{
	color:#666;
}
.nav li > h2{
  background:url(/img/wretch2012/albumindex/blue_tab_static.png) no-repeat;
}
* html .nav h2{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://l.yimg.com/e/serv/album/index/css/blue_tab_static.png',sizingMethod='crop');
}

.column_ad a{
	color:#a27151;
  text-decoration:none;
}
.column_ad a:hover{
  color:#900;
  text-decoration:underline;
}
.moreinfo{
	font-weight:bold;
  padding-left:10px;
	background:url(/img/wretch2012/albumindex/arrow.gif) no-repeat left center ;
}
.moreinfo a{
	color:#683b30;
}



#album{
	border:1px solid #ccc;
	background:url(/img/wretch2012/albumindex/album_list.jpg) no-repeat center top;
}
* html #album{
  background-position:center 1px;
}
.mode_list #album {
	background:url(/img/wretch2012/albumindex/album_list_mode_list.jpg) no-repeat center 1px;
}
#album h3{
	color:white;
}
.page_control{
  text-align:center;
  color:#999;
}
.page_control li{
  line-height:1.6em;
  color:black;
}
.page_control span{
  border:none;
  font-weight:bold;
}
.page_control a{
  border:1px solid #eaeaea;
  color:#e63;
}
.page_control li a:hover{
	color:white;
  background:#e63;
}
#time_slider {
  color:#999;
}
#time_slider cite{
	font-style:normal;
  color:#f50;
  color:black;
  font-weight:bold; 
}

.album_list {
	margin-bottom:1em;
}
.album_list li{
	background:url(/img/wretch2012/albumindex/grid.jpg) no-repeat;
}
.album_list .image_link a:hover img{
	border-color:#000;
}
.album_list .grid strong{

}
.album_list .grid a{
	color:#c30;
}
.album_list .grid a:hover{
	color:#dd3366;
}
.album_list .grid p{
	color:#7A7A7A;
}
.album_list .grid span{
	color:#565656;
}
.album_list .grid strong{
	/*color:#436496;*/
	
}



/* sidebar */
#sidebar h3{
	color:white;
	background-color:#666666;
	background-color:#535353;
	background:url(/img/wretch2012/albumindex/sidebar.jpg) no-repeat left center;
	font:normal 1.1em/2em verdana,arial,helvetica,clean,sans-serif;
}



#ad_stamp h4 a{
	color:#0A54AF;
}


#new_css h3
{
  color:white;
  background-color:#666666;
  background-color:#535353;
  background:url(/img/wretch2012/albumindex/h4_bg_green.jpg) no-repeat left center;
  font:normal 1.1em/2em verdana,arial,helvetica,clean,sans-serif;
  overflow: hidden;
  padding-left: 15px;
}

