1/* --------------------------------------------------------------
2
3   H6e Minimal Layout
4   * handle header, footer & main content
5
6-------------------------------------------------------------- */
7
8/* Header
9-------------------------------------------------------------- */
10
11.h6e-header {
12	background:#464646;
13	padding:1em 2em;
14	border-bottom:2px groove #CCCCCC;
15	padding:1em 1.5em;
16}
17
18.h6e-header h1 {
19	margin:0;
20	font-family:Georgia,"Times New Roman",Times,serif;
21	font-size:2.2em;
22}
23
24.h6e-header h1,
25.h6e-header h1 a,
26.h6e-header h1 a:visited { color:white; text-decoration:none; }
27.h6e-header h1 a:hover   { text-decoration:underline; }
28
29/* Main & Extra Content
30-------------------------------------------------------------- */
31
32.h6e-main-content, .h6e-extra-content {
33	width:50em;
34	margin:0 auto;
35	padding:1.5em 2.5em;
36	overflow:hidden;
37	font-size:1.2em;
38}
39
40/* Page Title
41-------------------------------------------------------------- */
42
43.h6e-page-title {
44	color:black;
45	font-size:2.5em;;
46	letter-spacing:-0.05em;
47}
48
49.h6e-page-title a { color:black; text-decoration:none; }
50.h6e-page-title a:hover { text-decoration:underline; }
51.h6e-page-title a:visited { color:black; }
52
53/* Footer
54-------------------------------------------------------------- */
55
56.h6e-footer {
57	background:#535353;
58	padding:1em 2em;
59}
60
61.h6e-footer p {
62	margin-bottom:0;
63	font-size:1.4em;
64	font-weight:bold;
65	color:#C4C4C4;
66}
67
68.h6e-footer a { color:#C4C4C4; }
69
70/* Extra Content
71-------------------------------------------------------------- */
72
73.h6e-extra {
74	background:#F8F9FC url(img/background-ds.gif) top left repeat-x;
75}
76
77.h6e-extra-content {
78	background:url(img/v-spacer.gif) 50% 50% repeat-y;
79	margin-top:1.5em;
80	font-family:Tahoma, Arial, sans-serif;
81}
82
83.h6e-extra-primary, .h6e-extra-secondary {
84	width:45%;
85	font-size:0.9em;
86}
87
88.h6e-extra-primary   { float:right; }
89.h6e-extra-secondary { float:left;  }
90
91.h6e-extra-widget {
92	margin:2.5em 0;
93	font-size:1.2em;
94}
95
96.h6e-extra-title {
97	color:#4E5368;
98	font-size:1.6em;
99	margin-bottom:0.75em;
100	text-transform:capitalize;
101	letter-spacing:-0.075em;
102}
103
104.h6e-extra-widget ul {
105	margin-left:0;
106	list-style-type:none;
107}
108
109.h6e-extra-widget li {
110	margin:0.2em 0;
111}
112
113/* Mini Footer
114-------------------------------------------------------------- */
115
116.h6e-mini-footer {
117	clear:left;
118}
119
120.h6e-mini-footer p {
121	width:40%;
122	float:right;
123	margin:2em 0;
124	padding:2%;
125	padding-left:6%;
126	color:white;
127	background:#4E5368 url(img/puce-mini-footer.gif) 5% 50% no-repeat;
128	font-size:0.9em;
129}
130
131.h6e-mini-footer p a { color:white; }
132
133/* Post Info
134-------------------------------------------------------------- */
135
136.h6e-post-info {
137	background:transparent url(img/post-info.gif) no-repeat scroll left center;
138	margin:0.25em 0 2em;
139	padding-left:8px;
140}
141
142/* Post Content
143-------------------------------------------------------------- */
144
145.h6e-post-content blockquote {
146	margin-left:1em;
147	border-left:0.5em solid #ccc;
148	padding-left:1em;
149}
150
151.h6e-post-content blockquote p {
152	text-align:left;
153}
154
155/* List
156-------------------------------------------------------------- */
157
158.h6e-list {
159	margin-left:8px;
160	line-height:1.2em;
161}
162
163.h6e-list {
164	list-style-type:none;
165}
166
167.h6e-list li {
168	padding-left:1em;
169	background:url(img/cross-blue.gif) 0 0.5em no-repeat;
170	margin-bottom:0.25em;
171}
172
173/* Simple Footer
174-------------------------------------------------------------- */
175
176.h6e-simple-footer {
177	border-top:1px solid #CCCCCC;
178	margin-top:2em;
179	padding-top:0.5em;
180	padding-bottom:2em;
181}
182