/* ----------------------------------------------------/
print stylesheet for Artweeks Gallery pages  
(c) 2006 EyeDivision www.eyedivision.co.uk 
info@eyedivision.co.uk 
doesn't require link change colours
/-----------------------------------------------------*/


body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	line-height:140%;
	text-align:center;
}
#container {
	width: 890px;
	height: 100%;
	margin: 5px auto;
	text-align: left;
}


div#content {
	padding: 5px;
}

#bgcontent {
	padding: 5px;
}

#nav {
	display:none;
}
a:link { color:#666699; background-color: #FFF; text-decoration: none; border: none; }
a:visited { color:#666699; background-color: #FFF; text-decoration: none; border: none; }
a:hover { color:#CC0000; background-color: #FFF; text-decoration: none;  border-bottom: 1px solid #CC0000; }
a:active { color:#CC0000; background-color: #FFF; text-decoration: none; }

h1 { 	
	display:block;
	color:#CC9900;
	font-size: 1.3em; 
	font-weight: bold;
	padding:5px;
	margin:5px;
}
h2 { 
	color:#CC9900;
	font-size: 1em; 
	font-weight: bold;
	padding-top:10px;
	margin-top:0px;
}
h3 { color: #CC9900; font-size: 0.9em; }


#images {
	text-align:center;
}
#images img {
	border:none;
}
.thumb {
	float:left;
	margin: 10px;
}

#images A:link, #images A:hover, #images A:visited, #header A:link, #header A:hover, #header A:visited, #footer A:link, #footer A:hover {
	border-bottom:none;
	text-decoration:none;
}
#footer {
	text-align: center;
	clear:both;
}

.small {
	line-height: 120%;
	/*font-size: 0.8em;*/
}

#homePageFooter {
	width: 885px;
	padding: 0;
	color: #FFFFFF;
	background-color:#003366;
	line-height: normal;
}
/* old styles */

/* form stuff */
form, label, input { font-size : 1em; }
fieldset { width : 400px; padding : 0.5em 1em; } /* fill full width */
label { position : relative; width : 15em; display : block; margin : .5em 0em; }
label input { position : absolute; left : 100%; top : 0px; width : 10em; }
input.submit { margin-left : 15em; }
#top br { display : none; }

#shortLogin {
	float:right;
}