/* @override http://webeyedea.info/wp/wp-content/plugins/maintenance-mode/webeyedea.css */

/* thanks, Eric :-)
http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	background: rgb(241,234,220) url(http://webeyedea.info/wp/wp-content/plugins/maintenance-mode/bg-paper-patchy.jpg);	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ******* background image ******* */
body {
	font-family: "p22-fllw-eaglefeather-1","p22-fllw-eaglefeather-2", Lucida Grande, sans-serif;	
	font-size: 1.2em;
	line-height: 1.4;
	color: rgb(0,0,0);
	text-align: center;
	padding: 30px 0;
}
#header, #content {
	max-width: 360px;
	width: 90%;
	margin: 0 auto;	
}
h1 {

	background: transparent url(http://webeyedea.info/wp/wp-content/plugins/maintenance-mode/webeyedea-logo.png) no-repeat;	
	background-position: 10px 0;	
	padding: 90px 0 0 0;
	font-family: "p22-fllw-eaglefeather-1","p22-fllw-eaglefeather-2", Lucida Grande, sans-serif;	
	font-size: 2.6em;
	color: rgb(165,59,0);
	text-shadow: 1px 1px 2px rgb(124,124,44), -2px -2px 2px rgb(253,246,231);
	text-align: left;
}
a:link, a:visited {
	text-decoration: none;
	cursor: pointer;
	color: rgb(204,77,0);
}

a:hover, a:active, a:focus {
	cursor: pointer;
	color: rgb(175,166,0);
	text-decoration: none;
}

a:active {
	cursor: pointer;	
	color: rgb(65,118,172);

}

#content {
	text-align: left;
}
#content h2 {
	padding: .6em 0 .2em 0;
	font-size: 1.6em;
	color: #4176AC;	
}
a#forum {
	width: 260px;
	display: block;

	padding: 32px 0 0 60px;
	background: url(http://webeyedea.info/wp/wp-content/themes/eyestyle2012/images/eyelearn-forum-sprite.png) top left no-repeat;
	background-position: 0 0;
	font-size: 2em;
	letter-spacing: -.02em;
	text-decoration: none;
}

a#forum:hover, a#forum:active, a#forum:focus {
	background-position: 0 -190px;
}


#content p#author {
	margin: 3em 0 0 0;
	font-size: .8em;
	font-style: italic;
}

@media (max-width: 480px) {
	body {
		font-size: 90%;
}
}