1/*
2 * plugin: tag
3 */
4div.tags {
5	font-size:11px !important;
6	position:absolute;
7	left:0;
8	bottom:0;
9}
10/*
11 * plugin: cloud
12 */
13#cloud a {
14	padding:0 !important;
15	letter-spacing:-0.02em;
16	color:#2233FF !important;
17}
18#cloud a.cloud1,
19#cloud a.cloud1_tag1,
20#cloud a.cloud1_tag2 {
21	font-size:10px !important;
22}
23#cloud a.cloud1_tag2 {
24	color:#CC7286 !important;
25}
26#cloud a.cloud2,
27#cloud a.cloud2_tag1,
28#cloud a.cloud2_tag2 {
29	font-size:12px !important;
30}
31#cloud a.cloud2_tag2 {
32	color:#CC7286 !important;
33}
34#cloud a.cloud3,
35#cloud a.cloud3_tag1,
36#cloud a.cloud3_tag2 {
37	font-size:14px !important;
38}
39#cloud a.cloud3_tag2 {
40	color:#CC7286 !important;
41}
42#cloud a.cloud4,
43#cloud a.cloud4_tag1,
44#cloud a.cloud4_tag2 {
45	font-size:16px !important;
46}
47#cloud a.cloud4_tag2 {
48	color:#CC7286 !important;
49}
50#cloud a.cloud5,
51#cloud a.cloud5_tag1,
52#cloud a.cloud5_tag2 {
53	font-size:20px !important;
54}
55#cloud a.cloud5_tag2 {
56	color:#CC7286 !important;
57}
58/*
59 * plugin: blog
60 */
61#blog__newentry_form {
62	text-align:left;
63	margin-top:25px;
64}
65#blog__newentry_form fieldset {
66	border:none;
67}
68#blog__newentry_title {
69	width:40% !important;
70}
71.plugin_include_content .inclmeta {
72	text-align:right;
73	margin-bottom:0 !important;
74	border-top:1px dotted #ccddff;
75}
76.plugin_include_content .published {
77	color:#666;
78}
79#plugin_bloglinks__links {
80	margin-top:23px;
81}
82.hfeed h1 a {
83	color:#333 !important;
84}
85.hfeed h1 a:hover {
86	color:#2233FF !important;
87}
88.hfeed div.tags {
89	position:relative;
90	float:left !important;
91	margin-top:-1px;
92}
93/*
94 * plugin: discussion
95 */
96.comment_wrapper {
97	margin:0 !important;
98	padding:0px !important;
99}
100.comment_name label span,
101.comment_mail label span,
102.comment_url label span,
103.comment_address label span{
104	float:left;
105	width:80px;
106}
107.comment_name label input,
108.comment_mail label input,
109.comment_url label input,
110.comment_address label input {
111	margin-bottom:3px;
112	width:300px !important;
113}
114.comment_buttons {
115	cursor:default !important;
116}
117.comment_buttons form {
118	float:left;
119}
120.comment_buttons input.button {
121	padding:0.05em 0.3em !important;
122}
123.comment_form textarea {
124	width:500px;
125	margin-bottom:5px;
126}
127.comment_form .comment_subscribe {
128	margin-top:-6px;
129}
130.comment_form .comment_subscribe span {
131	margin-left:-6px;
132}
133.hentry {
134	border-bottom:1px dotted #ccddff;
135}
136#discussion__comment_preview {
137	float:left;
138	max-width:500px;
139	border:1px solid #ccddff;
140}
141#discussion__btn_preview {
142	margin-left:3px;
143}
144#discussion__newthread_form fieldset {
145	text-align:left;
146}
147input#discussion__newthread_title {
148	width:40% !important;
149}
150/*
151 * plugin: captcha
152 */
153#plugin__captcha_wrapper img {
154	margin:0 !important;
155}
156.comment_form #plugin__captcha_wrapper {
157	margin-bottom:5px;
158}