* {
	margin:0;
	padding:0;
}
a { outline:none; }
body {
	font:12px 'Trebuchet MS', sans-serif;
	color:#7c7c7c;
	text-align:center;
}

ul {
	list-style:none;
}

a img {
	border:none;
	display:block;
}
li img {
	display:block;
}

h1 span, p span, a span {
	display:none;
}

.clear {
	clear:both;
}

/*mostly consistent stuff*/
h1#angela-moore {
	position:absolute;
	width:247px;
	height:21px;
	top:23px;
	left:326px;
	background:url(../img/other/angela_moore.jpg) no-repeat top left;
}
#container {
	width:650px;
	height:550px;
	text-align:center;
	margin:50px auto;
	position:relative;
}

ul#menu {
	height:25px;
	width:511px;
	margin:10px auto;
	margin-bottom:8px;
}
ul#menu li {
	float:left;
}
ul#menu li.space-left {
	margin-left:14px;
}

/*the project content*/
#next {
	position:absolute;
	top:90px;
	left:40px;
	background:url(../img/other/next.gif) no-repeat top left;
}
#object {
	position:absolute;
	top:105px;
	left:40px;
	text-align:left;
}
#object img {
	border:2px solid #7c7c7c;
}

.nav-list {
	font-size:.8em;
	color:#db9274;
}
.nav-list a {
	text-decoration:none;
	color:#7c7c7c;
}
.nav-list a:hover {
	color:#db9274;
}

.nav-list li.first {
	margin-bottom:5px;
}
ul#nav-list {
	position:absolute;
	top:105px;
	right:75px;
	text-align:right;
}

ul#nav-drawing {
	text-align:left;
	position:absolute;
	top:150px;
	right:100px;
}
ul#nav-painting, ul#nav-independent-clients {
	text-align:right;
	position:absolute;
	top:90px;
	right:75px;
}
.cake-sql-log {
	display:none;
}
.cake-sql-log:hover {
	display:block;
}

#login {
	width:210px;
	margin:0 auto;
	padding:10px;
	text-align:left;
}
#login legend {
	padding:0 5px;
	color:#00A1CD;
}
#login input {
	width:200px;
	margin-bottom:10px;
	margin-top:3px;
	border:1px solid #ccc;
	padding:3px;
}
#login input[type=submit] {
	width:auto;
	margin-bottom:0;
	margin-top:0;
}

input[type=submit]:hover {
	background:#43B1E5;
	border-color:#43B1E5;
	color:#fff;
	cursor:pointer;
}

p#text { width:285px; padding-top:5px; }
p#text a { color:#aaa; }
p#text a:hover { color:#db9274; }
#main-image { background:#fff; }

.ltgray {
	color:#aaa;
}
.orange {
	color:#db9274;
}
.big {
	font-size:16px;
}