1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
/* Main Body */
/*body, html {
background: #000000 url(http://i36.tinypic.com/2wp3rz5.jpg) top center no-repeat;
font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans Regular',Tahoma,Verdana,sans-serif;
font-size: 11px;
}
/* End Main Body */
#timeline_holder {
color: #264F6F;
background: transparent;
border-bottom: 0px solid #7e909a;
border-top: 0px solid #7e909a;
margin-top: 0px;
margin-bottom: 3px;
}
/* Day Separator */
.day_bg .div_inner {
background: url(http://i33.tinypic.com/2d9cks3.png) no-repeat bottom; width: 106px; border: none;
filter:alpha(opacity=.75);
-moz-opacity:.75;
opacity:.75;
}

.day_start, .day {
font-weight: normal;
}

.day_start .bottom_start, .day_start .div_start {
margin-top: -18px;
margin-left: 22px;
text-align: left;
}
/* End Day Separator */
/* Top Line with links */
#top_login {
background:#000;
padding-right:10px;
height:21px;
filter:alpha(opacity=.75);
-moz-opacity:.75;
opacity:.75;
margin:0;
height:21px;
}

/* End Top Line with links */
/* Hide Plurk logo and creature */
#dynamic_logo { opacity:0;filter:alpha(opacity=0);zoom:1 }
.plurk a.ex_link,.plurk_cnt a {
color:#333333;
text-decoration:none;
}
.plurk_cnt {
padding: 3px;
background: #FFFFFF;
color: #4c6575;
font-size: 13px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}

/* Replace Big Plurk Button */
.cmp_plurk {
background:transparent url(http://i36.tinypic.com/16h526h.png) no-repeat scroll top left;
height:38px;
width:81px;
}
/* End Replace Big Plurk Button */
/* End Box Headings */
p#relationship_container b, #plurk-dashboard h2 {
color: #333333;
text-align: center;
font-weight: bold;
padding: 0;
text-transform: uppercase;
font-size: 14px;
font-family: Arial, Verdana, san-serif;
background: transparent none repeat scroll 0 0;
}
/* End Box Headings */
#plurk-dashboard {
background:#79895e;
color: #333333;
border: 2px solid #2d3520;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.text_holder{
background: #e5d9e7;
}

.response_count {
background:#000;
filter:alpha(opacity=.55);
-moz-opacity:.55;
opacity:.55;
font-size:16px;
padding: 2px;
}

.new .response_count {
background:#e29d2e;
color:#fff;
filter:alpha(opacity=.75);
-moz-opacity:.75;
opacity:.75;
font-size:16px;
padding: 2px;
}*/