1
2	html { margin-top: 32px !important; }
3	* html body { margin-top: 32px !important; }
4	@media screen and ( max-width: 782px ) {
5		html { margin-top: 46px !important; }
6		* html body { margin-top: 46px !important; }
7	}
8
9
10
11		#head a {
12			color: #21759b		}
13
14
15
16.a-stats {
17	width: auto;
18}
19.a-stats a {
20	background: #7CA821;
21	background-image:-moz-linear-gradient(0% 100% 90deg,#5F8E14,#7CA821);
22	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#7CA821),to(#5F8E14));
23	border: 1px solid #5F8E14;
24	border-radius:3px;
25	color: #CFEA93;
26	cursor: pointer;
27	display: block;
28	font-weight: normal;
29	height: 100%;
30	-moz-border-radius:3px;
31	padding: 7px 0 8px;
32	text-align: center;
33	text-decoration: none;
34	-webkit-border-radius:3px;
35	width: 100%;
36}
37.a-stats a:hover {
38	text-decoration: none;
39	background-image:-moz-linear-gradient(0% 100% 90deg,#6F9C1B,#659417);
40	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#659417),to(#6F9C1B));
41}
42.a-stats .count {
43	color: #FFF;
44	display: block;
45	font-size: 15px;
46	line-height: 16px;
47	padding: 0 13px;
48	white-space: nowrap;
49}
50
51
52
53	body {
54		font-size: 14px;
55		font-family: monospace;
56	}
57	input[type=button]:hover,
58	input[type=submit]:hover,
59	input[type=reset]:hover,
60	textarea:hover,
61	input[type=text]:hover,
62	input[type=email]:hover,
63	input[type=password]:hover,
64	input[type=button]:focus,
65	input[type=submit]:focus,
66	input[type=reset]:focus,
67	textarea:focus,
68	input[type=text]:focus,
69	input[type=email]:focus,
70	input[type=password]:focus,
71	button:hover,
72	button:focus,
73	select:hover,
74	select:focus {
75		border-color: #21759b;
76	}
77	a {
78		color: #21759b;
79	}
80	a:hover,
81	.menu-item-parent:hover > a:after,
82	.current-menu-item a:hover,
83	.current_page_item a:hover,
84	.current-cat a:hover {
85		color: #404040;
86	}
87	.current-menu-ancestor > a:after,
88	.current-menu-parent > a:after,
89	.current_page_parent > a:after,
90	.current_page_ancestor > a:after,
91	.current-menu-item > a,
92	.current_page_item > a,
93	.current-cat > a {
94		color: #87CEEB;
95	}
96	div.tb_latest_commentators a:hover img {
97		border-color: #404040;
98	}
99	#header-widget-area .bz-widget {
100		width:33%;
101	}
102	#single-widgets-area .bz-widget {
103		width:99%;
104	}
105	#first_fwa {
106		width:33%;
107	}
108	#second_fwa {
109		width:33%;
110	}
111	#third_fwa {
112		width:33%;
113	}
114
115#posts_content .hentry.category-uncategorized { border-left-color:#87CEEB ;}
116.widget .cat-item-1 > a, #posts_content .cat-item-1 > a { border-color: #87CEEB ; }
117	#content,
118	#footer{
119			margin-right: 275px;
120			margin-left: 327px;
121	}
122	#fixed-bg {
123			background-position: 273px 0;
124	}
125	#sidebar-primary {
126		width: 284px;
127	}
128	#sidebar-primary .viewport {
129		width: 250px;
130	}
131	#sidebar-primary .overview {
132		width: 250px;
133	}
134	#sidebar-secondary {
135		width: 234px;
136	}
137	#sidebar-secondary .viewport {
138		width: 200px;
139	}
140	#sidebar-secondary .overview {
141		width: 200px;
142	}
143
144
145
146img.wp-smiley,
147img.emoji {
148	display: inline !important;
149	border: none !important;
150	box-shadow: none !important;
151	height: 1em !important;
152	width: 1em !important;
153	margin: 0 .07em !important;
154	vertical-align: -0.1em !important;
155	background: none !important;
156	padding: 0 !important;
157}
158