@charset "utf-8";
/* All photography is the work of Arthur Mouratidis. Layout and code by Emily Bulger. Copyright 2009. All rights reserved. */

/* page elements */

/*this defines the background color*/
body {
	margin:0;
	padding:0;
	background-color: #316DCC;
	background-repeat:no-repeat;
	background-position:center top;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFFFFF;
	
}
/*this encapsulates all content on all pages*/
#container a, a:visited {
	border-bottom: 1px;
	text-decoration:none;
	color: #66C8FA;
}

#container a:hover {
	border-bottom:1px dashed #66C8FA;
	text-decoration:none;
}

#container {
	position: relative;
	width: 1024px;
	height: 768px;
	background-position: center top;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top: 0px;
	padding: 10px;
}

#container #arthurinthesky a {
display:block;
width:280px;
height:36px;
border-bottom:none;
}

/*this defines the Arthur in the Sky logo in the upper left, including the image replacement */
#arthurinthesky {
	position: absolute;
	width: 280px;
	height: 36px;
	text-decoration:none;
	left: 100px;
	top: 12px;
	padding-bottom: 0px;
	z-index: 15;
	background-repeat:no-repeat;
	background-image:url(../Cloud_logo.png);
}

/*this is within the Arthur in the Sky logo box in upper left, part of image replacement */
h1 {
	text-indent: -1000000px;
}

h1 span {
	display:none;
}

/*this is where all internal content sits, between the top and bottom white lines */
#contentbox {
	border-top:1px #FFF solid;
	border-bottom:1px #FFF solid;
	border-left: none;
	border-right: none;
	padding: 5px 5px 5px 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 950px;
	height: 500px;
	z-index: 10;
}
/*this defines the default images, with random image replacement on refresh (defined by javascript in header */
#default {
	position:absolute;
	top: 54px;
	left: 70px;
	text-display:none;
}

/* not currently in use, but check for center alignment
#slideshow {
	background-position:top center; 
	padding-left: auto;
	padding-right: auto;
	margin: 0px;
}
*/

/*this defines the text on the about and contact pages */
#textbox {
	position: absolute;
	width: 500px;
	height: 300px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color:#FFFFFF;
	padding: 25px;
	margin: 15px 5px 5px 5px;
}

#textbox a, a:visited {
	border-bottom: 1px;
	text-decoration:none;
	color: #66C8FA;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#textbox a:hover {
	border-bottom:1px dashed #66C8FA;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#about_photo {
	position: absolute;
	background-image:url(../arthur_small.jpg);
	width: 400px;
	height: 400px;
	margin-bottom: 15px;
	margin-left: 550px;
	margin-right: 5px;
	margin-top: 30px;
}

#contact_photo {
	position: absolute;
	background-image:url(../sunny.jpg);
	width: 400px;
	height: 400px;
	margin-bottom: 15px;
	margin-left: 550px;
	margin-right: 5px;
	margin-top: 30px;
}
/*these are the links along the top (upper right) */
#links{
	width: 920px;
	text-align:right;
	padding-top:10px;
	padding-bottom: 10px;
	padding-right:10px;
	padding-left: 0px;
	margin:0px;
}

#links a, a:visited {
	padding: 5px;
	color: #ffffff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}

#links a:hover {
	background-color: ACCEF9;
	color:#009;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}
	
#footer {
	color:#FFF;
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

