/*
   style.css
   maxImage
   
   Created by Aaron Vanderzwan on 2009-02-11.
   Copyright 2009 Aaron Vanderzwan. All rights reserved.
*/


*       { margin:0;padding:0;font-family:arial;font-size:13px;z-index:1 !important; }
html    { overflow-x:hidden;overflow-y:scroll; }
body    { background:#ffffff;text-align:center; }
h1, h1 a { color:#ffffff;font-size:30px;line-height:28px;margin:0 0 20px;text-decoration:none; }
h1 a:hover  { color:#999999;text-decoration:underline; }
h2 			{color:#ffffff;}
ul,li   { list-style-type:none; }
li      { color:#ccc;}
a       { color:#ccc; }
a:hover { color:#ccc; }
p       { color:#ccc;margin:0 0 10px;line-height:1.3em; }
img.maximage,
img.bgmaximage,
img.slidemaximage     { display:none; }

.wrapper 		 { background:url('../images/bg-body.png') repeat left top;margin-top:100px;padding:20px;-moz-box-shadow:0 0 10px #333333;text-align:left;position:relative;z-index:2;}
.liquid     { margin:0 0 0 710px;position:relative;width:auto; }
.maximage_resized {background:#e0e0e0;top:20px;opacity:0.8;padding:10px;position:absolute;right:15px;}

.home .maximage { position:fixed !important; }
