/*
	andyland.ca 2011 minimized css

	This style is taken from andyland.ca, copyright
	Andy Korvemaker.

	This style should be used for Opera Speed Dial and
	other minimized viewports.

	The CSS and design are released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

@media screen and (view-mode: minimized) {
body {
 font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, Garamond, Georgia, FreeSerif, Times, serif;
}

#wrapper-everything {
 margin: 0;
}

#header {
 background-color: #ddd;
 background: -o-linear-gradient(left, #ccc, #fff 66%, #ccc 100%);
 border-radius: 1em;
 border: medium #eee double;
 padding-left: 0;
 padding-right: 0;
}

#header h1, #header h1 a {
 display: block;
 font-weight: normal;
 text-align: center;
 text-decoration: none;
 text-shadow: #888 2px 2px 2px;
 color: #421f1f;
 margin: 0;
}

#header #tagline {
 display: block;
 text-align: center;
 text-transform: lowercase;
 text-shadow: #fff 1px 1px 1px;
 color: #777;
 margin: 0;
 padding: 0;
}

#content, #menu, #footer, #wrapper-content-menu {
 display: none;
}
}
