1/* desbest edit */
2#writtensidebar h1 {
3    font-size: 22px;
4    font-size: 2.2rem;
5    font-style: italic;
6    line-height: 26px;
7}
8
9.page li { display: block; }
10
11
12/* =Links
13-------------------------------------------------------------- */
14
15a,
16footer a:visited,
17a:hover,
18a:active,
19a:focus {
20	color: rgb( 13, 61, 155 ); /* #0d3d9b */
21	color: rgba( 13, 61, 155, 1 );
22	text-decoration: none;
23}
24a:hover {
25	text-decoration: underline;
26}
27a:active,
28a:focus {
29	background: rgb( 235, 235, 235 ); /* #ebebeb */
30	background: rgba( 50, 50, 50, .1 );
31}
32#page a { /* We're using #page before a so that the WordPress Toolbar isn't interfered with. */
33	-webkit-transition: all .1s ease-in; /* Safari 3.2+, Chrome */
34	-moz-transition:    all .1s ease-in; /* Firefox 4-15 */
35	-o-transition:      all .1s ease-in; /* Opera 10.5–12.00 */
36	transition:         all .1s ease-in; /* Firefox 16+, Opera 12.50+ */
37}
38
39
40
41.breadcrumbs { padding: 0.35em 0px; }
42aside li { display: block; }
43
44.page button, .page input[type="button"], .page input[type="reset"], .page input[type="submit"] {
45	padding: 0.35em;
46}
47.page p { margin-bottom: 18px; }
48.page img { padding: 8px; } .li img { padding: 0px; }
49.btn_secedit, .editbutton_section  { float: right; }
50.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 { clear: none; margin-top: 0px; margin-bottom: 0.35em; }
51
52h1 a:link, h1, a:visited,
53h1 a,
54h2 a,
55h3 a,
56h4 a,
57h5 a,
58h6 a {
59	color: rgb( 50, 50, 50 ) !important; /* #323232 */
60	color: rgba( 50, 50, 50, 1 );
61}
62
63h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
64    text-decoration: none !important;
65    color: rgba( 13, 61, 155, 1 ) !important;
66}
67
68.site-introduction a, . site-introductiona:hover,
69	.site-introduction a:active, .site-introduction a:focus {
70    /*color: rgb( 13, 61, 155 );*/
71    color: rgba( 13, 61, 155, 1 ) !important;
72    text-decoration: none;
73}
74