/* ----------------------------------------------------/
main stylesheet for Kids at Art pages  
Copyright 2005 EyeDivision www.eyedivision.com 
info@eyedivision.co.uk 
/-----------------------------------------------------*/

body {
	position:relative;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size:12px;
	color: #000000;
	line-height: 2em;
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
	text-align:center;
	height: 100%;
	width: 100%;
}
#container {
	width: 850px;
	height: 100%;
	/*border: 1px solid grey; */
	line-height: 130%;
	margin: 0px auto;
	text-align: left;
}

#quote {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	line-height:110%;
}

.kidsquote {
	color: #458490;
	font-weight: bold;
}

.kaa {
	font-weight:bold;
	color:#0033CC;
}
/* content from http://www.glish.com/css/9.asp */
#content {	
	padding-left:15px;
	line-height: 170%;
}

#homePage {
	/* wide border */
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 5px;
	line-height: 180%;
	text-align:justify;
}

/* news box */
#news {
	background-color:#458490;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 140%;
	border: 1px solid black;
	padding: 3px;
	height: 100px;
}
.header {
	color:#990000;
	font-weight:bold;
	font-size: 12px;
}
/* contact box */
#contact {
	background-color:#458490;
	color:#FFFFFF;
	font-size: 10px;
	line-height: 140%;
	border: 1px solid black;
	padding: 3px;
	height: 100px;
}

a.imglink:link {
border: none;
}
a.imglink:hover {
border: none;
}

.small { font-size: 10px; }

h1 { 
	font-size: 1.4em; 
	color: #CC3333; 
}
h2 { 
	font-size: 1.1em; 
	color: #CC3333; 
	border-bottom: 1px solid black;
}
h3 { 
	font-size: 1em; 
	color: #CC3333; 
}

A:link { color:#0033CC; text-decoration: underline; }
A:visited { color:#0033CC; text-decoration: underline; }
A:hover { color: #FF0000; text-decoration: underline; }
A:active { color: #ffcc00; text-decoration: underline; }

#menus A { font-size: 11px; }
#menus A:link { color: #000; text-decoration: none; }
#menus A:visited { color: #000; text-decoration: none; }
#menus A:hover { color: #FFCC66; text-decoration: underline; }
#menus A:active { color: #ffcc00; text-decoration: underline; }

.pictures { border: 1px black solid; background-color: #FFFFFF; }

/* form stuff */
form, label, input { font-size : 1em; }
fieldset { width : 500px; 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 : 15em; }
input.submit { margin-left : 15em; }
#top br { display : none; }