/* copyright (c) cornucopic 2009 */

body {
/*	background: #464646; */
/*	background: #d0d0d0; */
	background: url("background.png") #d1d2d5 no-repeat;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Arial", sans-serif;
/*	font-family: "Baskerville", "Adobe Garamond Premior Pro", "Garamond", "Palatino", serif; */
	}

#crest {
	padding: 50px 20px 20px 20px;
	margin-left: 280px;
	position: relative;
	z-index: 100;
}

#logo {

}

#main {

}

h1, h2,h3 {
	margin: 0;
	text-transform: lowercase;
}

h1 {
	padding: 15px;
	float: left;
	font-size: 30px;
	color: #e71f6d;
	width: 250px;
	text-align: right;
	white-space: nowrap;
}

h2 {
	margin-left: 300px;
	padding: 26px 0px 35px 0px;
	font-size: 1.2em;
	color: #b0b0b0;
}

h1 span {
	color: #333;
}

h3 {
	width: 250px;
	float: left;
	margin: 0;
	font-size: 29px;
	padding: 0 15px 0 15px;
	text-align: right;
}

#header {
	background: #090909;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #aaa;
}

#description {
	padding: 30px 200px 20px 300px;
	color: #c0c0c0;
	background: #181818;
	line-height: 1.6em;
}

#description p {
	margin: 0;
	padding-bottom: 1em;
	max-width: 700px;
	text-align: justify;
}

#work {
	padding: 30px 0px 20px 0px;
 	color: #bbb;
	background: #282828;
}

#contact {
	padding: 30px 300px 20px 0px;
 	color: #bbb;
	background: #373737;
	line-height: 1.7em;
}

#contact p {
	margin-left: 300px;
}

#description ul {
	margin: 0 0px 10px 0px;
	padding: 0 0 0 16px;
	list-style-type: square;
	line-height: 1.6em;
}


#work ul#sites {
	list-style-type: none;
	margin: 15px 0 0px 290px;
	padding: 0;
	height: 60px;
}

#work ul#sites li {
/*	display: inline; */
	float: left;
	padding: 10px;
	position: relative;
	top: -10px;
}

#work a {
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: #333;
	padding: 8px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

#work .sub-site a:hover {
/*	color: white; */
/* background: #444; */
	color: #e71f6d;
	background: #191919;
}


#contact a {
	color: white;
	background: #303030;
	text-decoration: none;
	padding: 8px;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

#contact p {
	margin-top: 0;
	padding-top: 0;
}

#contact a:hover {
	background: #191919;
	color: #e71f6d;
}

strong {
	color: white;
}

#description {
	border-top: 1px solid #222;
}


#work {
	border-top: 1px solid #333;
}

#contact {
	border-top: 1px solid #444;
	border-bottom: 1px solid #999;
}

#description, #work, #contact {
	font-size: 13px;
	clear: left;
}


#copyright {
	position: absolute;
	margin: 40px 300px 0 300px;
	font-size: 11px;
	color: #555;
}

#copyright p {
	padding: 0;
	margin: 0;
}

#copyright p#codicil {
	padding-top: 2em;
	color: #777;
}

#codicil a {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

#codicil a:hover {
	color: #e71f6d;
	text-decoration: underline;
}

/* additions */

div#site-frame {
	padding: 20px;
	border: 2px solid #d0d0d1;
	background: url("background.png") 150px top white no-repeat;
	min-height: 210px;
	margin-left: 301px;
	width: 660px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	color: #555;
	/* margin-bottom: 1em; */
	padding-bottom: 0;
}

.sub-site {
	min-height: 200px;
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sub-site ul {
	margin: 0;
	padding-left: 290px;
	list-style-type: square;
}

.sub-site li {
	line-height: 1.4em;
}

.sub-site .did {
	font-weight: bold;
	margin-top: 2px;
	font-size: 120%;
	color: #333;
}

.sub-site img {
	margin-right: 25px;
	float: left;
}

.sub-site p.visit {
	margin-top: 20px;
}

a:active {
	outline: none;
}

:focus
{
  -moz-outline-style: none;
}

